Full Code of daoluan/decode-Django for AI

master f5aee55df996 cached
4875 files
22.5 MB
6.2M tokens
16686 symbols
1 requests
Copy disabled (too large) Download .txt
Showing preview only (25,337K chars total). Download the full file to get everything.
Repository: daoluan/decode-Django
Branch: master
Commit: f5aee55df996
Files: 4875
Total size: 22.5 MB

Directory structure:
gitextract_f3r5f3x7/

├── Django-1.5.1/
│   ├── AUTHORS
│   ├── INSTALL
│   ├── LICENSE
│   ├── MANIFEST.in
│   ├── PKG-INFO
│   ├── README.rst
│   ├── django/
│   │   ├── __init__.py
│   │   ├── bin/
│   │   │   ├── __init__.py
│   │   │   ├── daily_cleanup.py
│   │   │   ├── django-2to3.py
│   │   │   ├── django-admin.py
│   │   │   ├── profiling/
│   │   │   │   ├── __init__.py
│   │   │   │   └── gather_profile_stats.py
│   │   │   └── unique-messages.py
│   │   ├── conf/
│   │   │   ├── __init__.py
│   │   │   ├── app_template/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models.py
│   │   │   │   ├── tests.py
│   │   │   │   └── views.py
│   │   │   ├── global_settings.py
│   │   │   ├── locale/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── af/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── ar/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── az/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── be/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── bg/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── bn/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── br/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── bs/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ca/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── cs/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── cy/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── da/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── de/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── de_CH/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── el/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── en/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── en_GB/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── eo/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── es/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── es_AR/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── es_MX/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── es_NI/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── es_VE/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── et/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── eu/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── fa/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── fi/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── fr/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── fy_NL/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ga/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── gl/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── he/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── hi/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── hr/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── hu/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ia/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── id/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── is/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── it/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ja/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ka/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── kk/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── km/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── kn/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ko/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── lb/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── lt/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── lv/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── mk/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ml/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── mn/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── nb/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ne/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── nl/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── nn/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── pa/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── pl/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── pt/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── pt_BR/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ro/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ru/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sk/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sl/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sq/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sr/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sr_Latn/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sv/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sw/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── ta/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── te/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── th/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── tr/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── tt/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── udm/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── uk/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ur/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── vi/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── zh_CN/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   └── zh_TW/
│   │   │   │       ├── LC_MESSAGES/
│   │   │   │       │   ├── django.mo
│   │   │   │       │   └── django.po
│   │   │   │       ├── __init__.py
│   │   │   │       └── formats.py
│   │   │   ├── project_template/
│   │   │   │   ├── manage.py
│   │   │   │   └── project_name/
│   │   │   │       ├── __init__.py
│   │   │   │       ├── settings.py
│   │   │   │       ├── urls.py
│   │   │   │       └── wsgi.py
│   │   │   └── urls/
│   │   │       ├── __init__.py
│   │   │       ├── defaults.py
│   │   │       ├── i18n.py
│   │   │       ├── shortcut.py
│   │   │       └── static.py
│   │   ├── contrib/
│   │   │   ├── __init__.py
│   │   │   ├── admin/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── actions.py
│   │   │   │   ├── bin/
│   │   │   │   │   └── compress.py
│   │   │   │   ├── filters.py
│   │   │   │   ├── forms.py
│   │   │   │   ├── helpers.py
│   │   │   │   ├── locale/
│   │   │   │   │   ├── af/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ar/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── az/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── be/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── bg/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── bn/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── br/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── bs/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ca/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── cs/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── cy/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── da/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── de/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── en_GB/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── eo/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── es/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── es_AR/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── es_MX/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── et/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── eu/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── fa/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── fi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── fr/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── gl/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── he/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── hi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── hr/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── hu/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ia/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── id/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── is/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── it/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ja/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ka/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── kk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ko/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── lb/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── lt/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── lv/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── mk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── mn/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── nb/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ne/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── nl/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── pa/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── pl/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── pt/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── pt_BR/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ro/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ru/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sl/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sq/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sr/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sr_Latn/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sv/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sw/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ta/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── te/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── th/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── tr/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── tt/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── udm/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           ├── django.po
│   │   │   │   │           ├── djangojs.mo
│   │   │   │   │           └── djangojs.po
│   │   │   │   ├── models.py
│   │   │   │   ├── options.py
│   │   │   │   ├── sites.py
│   │   │   │   ├── static/
│   │   │   │   │   └── admin/
│   │   │   │   │       ├── css/
│   │   │   │   │       │   ├── base.css
│   │   │   │   │       │   ├── changelists.css
│   │   │   │   │       │   ├── dashboard.css
│   │   │   │   │       │   ├── forms.css
│   │   │   │   │       │   ├── ie.css
│   │   │   │   │       │   ├── login.css
│   │   │   │   │       │   ├── rtl.css
│   │   │   │   │       │   └── widgets.css
│   │   │   │   │       └── js/
│   │   │   │   │           ├── LICENSE-JQUERY.txt
│   │   │   │   │           ├── SelectBox.js
│   │   │   │   │           ├── SelectFilter2.js
│   │   │   │   │           ├── actions.js
│   │   │   │   │           ├── admin/
│   │   │   │   │           │   ├── DateTimeShortcuts.js
│   │   │   │   │           │   ├── RelatedObjectLookups.js
│   │   │   │   │           │   └── ordering.js
│   │   │   │   │           ├── calendar.js
│   │   │   │   │           ├── collapse.js
│   │   │   │   │           ├── core.js
│   │   │   │   │           ├── getElementsBySelector.js
│   │   │   │   │           ├── inlines.js
│   │   │   │   │           ├── jquery.init.js
│   │   │   │   │           ├── jquery.js
│   │   │   │   │           ├── prepopulate.js
│   │   │   │   │           ├── timeparse.js
│   │   │   │   │           └── urlify.js
│   │   │   │   ├── templates/
│   │   │   │   │   ├── admin/
│   │   │   │   │   │   ├── 404.html
│   │   │   │   │   │   ├── 500.html
│   │   │   │   │   │   ├── actions.html
│   │   │   │   │   │   ├── app_index.html
│   │   │   │   │   │   ├── auth/
│   │   │   │   │   │   │   └── user/
│   │   │   │   │   │   │       ├── add_form.html
│   │   │   │   │   │   │       └── change_password.html
│   │   │   │   │   │   ├── base.html
│   │   │   │   │   │   ├── base_site.html
│   │   │   │   │   │   ├── change_form.html
│   │   │   │   │   │   ├── change_list.html
│   │   │   │   │   │   ├── change_list_results.html
│   │   │   │   │   │   ├── date_hierarchy.html
│   │   │   │   │   │   ├── delete_confirmation.html
│   │   │   │   │   │   ├── delete_selected_confirmation.html
│   │   │   │   │   │   ├── edit_inline/
│   │   │   │   │   │   │   ├── stacked.html
│   │   │   │   │   │   │   └── tabular.html
│   │   │   │   │   │   ├── filter.html
│   │   │   │   │   │   ├── includes/
│   │   │   │   │   │   │   └── fieldset.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── invalid_setup.html
│   │   │   │   │   │   ├── login.html
│   │   │   │   │   │   ├── object_history.html
│   │   │   │   │   │   ├── pagination.html
│   │   │   │   │   │   ├── prepopulated_fields_js.html
│   │   │   │   │   │   ├── search_form.html
│   │   │   │   │   │   └── submit_line.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/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── admin_list.py
│   │   │   │   │   ├── admin_modify.py
│   │   │   │   │   ├── admin_static.py
│   │   │   │   │   ├── admin_urls.py
│   │   │   │   │   └── log.py
│   │   │   │   ├── tests.py
│   │   │   │   ├── util.py
│   │   │   │   ├── validation.py
│   │   │   │   ├── views/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   └── main.py
│   │   │   │   └── widgets.py
│   │   │   ├── admindocs/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── locale/
│   │   │   │   │   ├── af/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── models.py
│   │   │   │   ├── templates/
│   │   │   │   │   └── admin_doc/
│   │   │   │   │       ├── bookmarklets.html
│   │   │   │   │       ├── index.html
│   │   │   │   │       ├── missing_docutils.html
│   │   │   │   │       ├── model_detail.html
│   │   │   │   │       ├── model_index.html
│   │   │   │   │       ├── template_detail.html
│   │   │   │   │       ├── template_filter_index.html
│   │   │   │   │       ├── template_tag_index.html
│   │   │   │   │       ├── view_detail.html
│   │   │   │   │       └── view_index.html
│   │   │   │   ├── tests/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── fields.py
│   │   │   │   ├── urls.py
│   │   │   │   ├── utils.py
│   │   │   │   └── views.py
│   │   │   ├── auth/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── admin.py
│   │   │   │   ├── backends.py
│   │   │   │   ├── context_processors.py
│   │   │   │   ├── create_superuser.py
│   │   │   │   ├── decorators.py
│   │   │   │   ├── fixtures/
│   │   │   │   │   ├── authtestdata.json
│   │   │   │   │   ├── context-processors-users.xml
│   │   │   │   │   ├── custom_user.json
│   │   │   │   │   ├── natural.json
│   │   │   │   │   └── regular.json
│   │   │   │   ├── forms.py
│   │   │   │   ├── handlers/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── modwsgi.py
│   │   │   │   ├── hashers.py
│   │   │   │   ├── locale/
│   │   │   │   │   ├── af/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── management/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── commands/
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── changepassword.py
│   │   │   │   │       └── createsuperuser.py
│   │   │   │   ├── middleware.py
│   │   │   │   ├── models.py
│   │   │   │   ├── signals.py
│   │   │   │   ├── templates/
│   │   │   │   │   └── registration/
│   │   │   │   │       └── password_reset_subject.txt
│   │   │   │   ├── tests/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── auth_backends.py
│   │   │   │   │   ├── basic.py
│   │   │   │   │   ├── context_processors.py
│   │   │   │   │   ├── custom_user.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── handlers.py
│   │   │   │   │   ├── hashers.py
│   │   │   │   │   ├── management.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── remote_user.py
│   │   │   │   │   ├── signals.py
│   │   │   │   │   ├── templates/
│   │   │   │   │   │   ├── context_processors/
│   │   │   │   │   │   │   ├── auth_attrs_access.html
│   │   │   │   │   │   │   ├── auth_attrs_messages.html
│   │   │   │   │   │   │   ├── auth_attrs_no_access.html
│   │   │   │   │   │   │   ├── auth_attrs_perm_in_perms.html
│   │   │   │   │   │   │   ├── auth_attrs_perms.html
│   │   │   │   │   │   │   ├── auth_attrs_test_access.html
│   │   │   │   │   │   │   └── auth_attrs_user.html
│   │   │   │   │   │   └── registration/
│   │   │   │   │   │       ├── logged_out.html
│   │   │   │   │   │       ├── login.html
│   │   │   │   │   │       ├── password_change_form.html
│   │   │   │   │   │       ├── password_reset_complete.html
│   │   │   │   │   │       ├── password_reset_confirm.html
│   │   │   │   │   │       ├── password_reset_done.html
│   │   │   │   │   │       ├── password_reset_email.html
│   │   │   │   │   │       ├── password_reset_form.html
│   │   │   │   │   │       └── password_reset_subject.txt
│   │   │   │   │   ├── tokens.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   ├── urls_admin.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── tokens.py
│   │   │   │   ├── urls.py
│   │   │   │   └── views.py
│   │   │   ├── comments/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── admin.py
│   │   │   │   ├── feeds.py
│   │   │   │   ├── forms.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── managers.py
│   │   │   │   ├── models.py
│   │   │   │   ├── moderation.py
│   │   │   │   ├── signals.py
│   │   │   │   ├── templates/
│   │   │   │   │   └── comments/
│   │   │   │   │       ├── 400-debug.html
│   │   │   │   │       ├── approve.html
│   │   │   │   │       ├── approved.html
│   │   │   │   │       ├── base.html
│   │   │   │   │       ├── delete.html
│   │   │   │   │       ├── deleted.html
│   │   │   │   │       ├── flag.html
│   │   │   │   │       ├── flagged.html
│   │   │   │   │       ├── form.html
│   │   │   │   │       ├── list.html
│   │   │   │   │       ├── posted.html
│   │   │   │   │       └── preview.html
│   │   │   │   ├── templatetags/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── comments.py
│   │   │   │   ├── urls.py
│   │   │   │   └── views/
│   │   │   │       ├── __init__.py
│   │   │   │       ├── comments.py
│   │   │   │       ├── moderation.py
│   │   │   │       └── utils.py
│   │   │   ├── contenttypes/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── generic.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── management.py
│   │   │   │   ├── models.py
│   │   │   │   ├── tests.py
│   │   │   │   └── views.py
│   │   │   ├── databrowse/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── datastructures.py
│   │   │   │   ├── models.py
│   │   │   │   ├── plugins/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── calendars.py
│   │   │   │   │   ├── fieldchoices.py
│   │   │   │   │   └── objects.py
│   │   │   │   ├── sites.py
│   │   │   │   ├── templates/
│   │   │   │   │   └── databrowse/
│   │   │   │   │       ├── base.html
│   │   │   │   │       ├── base_site.html
│   │   │   │   │       ├── calendar_day.html
│   │   │   │   │       ├── calendar_homepage.html
│   │   │   │   │       ├── calendar_main.html
│   │   │   │   │       ├── calendar_month.html
│   │   │   │   │       ├── calendar_year.html
│   │   │   │   │       ├── choice_detail.html
│   │   │   │   │       ├── choice_list.html
│   │   │   │   │       ├── fieldchoice_detail.html
│   │   │   │   │       ├── fieldchoice_homepage.html
│   │   │   │   │       ├── fieldchoice_list.html
│   │   │   │   │       ├── homepage.html
│   │   │   │   │       ├── model_detail.html
│   │   │   │   │       └── object_detail.html
│   │   │   │   ├── tests.py
│   │   │   │   ├── urls.py
│   │   │   │   └── views.py
│   │   │   ├── flatpages/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── admin.py
│   │   │   │   ├── fixtures/
│   │   │   │   │   ├── example_site.json
│   │   │   │   │   └── sample_flatpages.json
│   │   │   │   ├── forms.py
│   │   │   │   ├── locale/
│   │   │   │   │   ├── af/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── middleware.py
│   │   │   │   ├── models.py
│   │   │   │   ├── templatetags/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── flatpages.py
│   │   │   │   ├── tests/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── csrf.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── middleware.py
│   │   │   │   │   ├── templates/
│   │   │   │   │   │   ├── 404.html
│   │   │   │   │   │   ├── flatpages/
│   │   │   │   │   │   │   └── default.html
│   │   │   │   │   │   └── registration/
│   │   │   │   │   │       └── login.html
│   │   │   │   │   ├── templatetags.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── urls.py
│   │   │   │   └── views.py
│   │   │   ├── formtools/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── models.py
│   │   │   │   ├── preview.py
│   │   │   │   ├── templates/
│   │   │   │   │   └── formtools/
│   │   │   │   │       ├── form.html
│   │   │   │   │       ├── preview.html
│   │   │   │   │       └── wizard/
│   │   │   │   │           └── wizard_form.html
│   │   │   │   ├── tests/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── templates/
│   │   │   │   │   │   ├── 404.html
│   │   │   │   │   │   ├── base.html
│   │   │   │   │   │   └── forms/
│   │   │   │   │   │       └── wizard.html
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── wizard/
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── cookiestorage.py
│   │   │   │   │       ├── forms.py
│   │   │   │   │       ├── loadstorage.py
│   │   │   │   │       ├── namedwizardtests/
│   │   │   │   │       │   ├── __init__.py
│   │   │   │   │       │   ├── forms.py
│   │   │   │   │       │   ├── tests.py
│   │   │   │   │       │   └── urls.py
│   │   │   │   │       ├── sessionstorage.py
│   │   │   │   │       ├── storage.py
│   │   │   │   │       └── wizardtests/
│   │   │   │   │           ├── __init__.py
│   │   │   │   │           ├── forms.py
│   │   │   │   │           ├── templates/
│   │   │   │   │           │   └── other_wizard_form.html
│   │   │   │   │           ├── tests.py
│   │   │   │   │           └── urls.py
│   │   │   │   ├── utils.py
│   │   │   │   └── wizard/
│   │   │   │       ├── __init__.py
│   │   │   │       ├── forms.py
│   │   │   │       ├── legacy.py
│   │   │   │       ├── storage/
│   │   │   │       │   ├── __init__.py
│   │   │   │       │   ├── base.py
│   │   │   │       │   ├── cookie.py
│   │   │   │       │   ├── exceptions.py
│   │   │   │       │   └── session.py
│   │   │   │       └── views.py
│   │   │   ├── gis/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── admin/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── options.py
│   │   │   │   │   └── widgets.py
│   │   │   │   ├── db/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── backends/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   ├── mysql/
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── compiler.py
│   │   │   │   │   │   │   ├── creation.py
│   │   │   │   │   │   │   ├── introspection.py
│   │   │   │   │   │   │   └── operations.py
│   │   │   │   │   │   ├── oracle/
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── compiler.py
│   │   │   │   │   │   │   ├── creation.py
│   │   │   │   │   │   │   ├── introspection.py
│   │   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   │   └── operations.py
│   │   │   │   │   │   ├── postgis/
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── creation.py
│   │   │   │   │   │   │   ├── introspection.py
│   │   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   │   └── operations.py
│   │   │   │   │   │   ├── spatialite/
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── client.py
│   │   │   │   │   │   │   ├── creation.py
│   │   │   │   │   │   │   ├── introspection.py
│   │   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   │   └── operations.py
│   │   │   │   │   │   └── util.py
│   │   │   │   │   └── models/
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── aggregates.py
│   │   │   │   │       ├── fields.py
│   │   │   │   │       ├── manager.py
│   │   │   │   │       ├── proxy.py
│   │   │   │   │       ├── query.py
│   │   │   │   │       └── sql/
│   │   │   │   │           ├── __init__.py
│   │   │   │   │           ├── aggregates.py
│   │   │   │   │           ├── compiler.py
│   │   │   │   │           ├── conversion.py
│   │   │   │   │           ├── query.py
│   │   │   │   │           └── where.py
│   │   │   │   ├── feeds.py
│   │   │   │   ├── forms/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── fields.py
│   │   │   │   ├── gdal/
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── datasource.py
│   │   │   │   │   ├── driver.py
│   │   │   │   │   ├── envelope.py
│   │   │   │   │   ├── error.py
│   │   │   │   │   ├── feature.py
│   │   │   │   │   ├── field.py
│   │   │   │   │   ├── geometries.py
│   │   │   │   │   ├── geomtype.py
│   │   │   │   │   ├── layer.py
│   │   │   │   │   ├── libgdal.py
│   │   │   │   │   ├── prototypes/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── ds.py
│   │   │   │   │   │   ├── errcheck.py
│   │   │   │   │   │   ├── generation.py
│   │   │   │   │   │   ├── geom.py
│   │   │   │   │   │   └── srs.py
│   │   │   │   │   ├── srs.py
│   │   │   │   │   └── tests/
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── test_driver.py
│   │   │   │   │       ├── test_ds.py
│   │   │   │   │       ├── test_envelope.py
│   │   │   │   │       ├── test_geom.py
│   │   │   │   │       └── test_srs.py
│   │   │   │   ├── geoip/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── libgeoip.py
│   │   │   │   │   ├── prototypes.py
│   │   │   │   │   └── tests.py
│   │   │   │   ├── geometry/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── backend/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── geos.py
│   │   │   │   │   ├── regex.py
│   │   │   │   │   └── test_data.py
│   │   │   │   ├── geos/
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── collections.py
│   │   │   │   │   ├── coordseq.py
│   │   │   │   │   ├── error.py
│   │   │   │   │   ├── factory.py
│   │   │   │   │   ├── geometry.py
│   │   │   │   │   ├── io.py
│   │   │   │   │   ├── libgeos.py
│   │   │   │   │   ├── linestring.py
│   │   │   │   │   ├── mutable_list.py
│   │   │   │   │   ├── point.py
│   │   │   │   │   ├── polygon.py
│   │   │   │   │   ├── prepared.py
│   │   │   │   │   ├── prototypes/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── coordseq.py
│   │   │   │   │   │   ├── errcheck.py
│   │   │   │   │   │   ├── geom.py
│   │   │   │   │   │   ├── io.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   ├── predicates.py
│   │   │   │   │   │   ├── prepared.py
│   │   │   │   │   │   ├── threadsafe.py
│   │   │   │   │   │   └── topology.py
│   │   │   │   │   └── tests/
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── test_geos.py
│   │   │   │   │       ├── test_geos_mutation.py
│   │   │   │   │       ├── test_io.py
│   │   │   │   │       └── test_mutable_list.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── management/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── commands/
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── inspectdb.py
│   │   │   │   │       └── ogrinspect.py
│   │   │   │   ├── maps/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── google/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── gmap.py
│   │   │   │   │   │   ├── overlays.py
│   │   │   │   │   │   └── zoom.py
│   │   │   │   │   └── openlayers/
│   │   │   │   │       └── __init__.py
│   │   │   │   ├── measure.py
│   │   │   │   ├── models.py
│   │   │   │   ├── shortcuts.py
│   │   │   │   ├── sitemaps/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── georss.py
│   │   │   │   │   ├── kml.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── templates/
│   │   │   │   │   └── gis/
│   │   │   │   │       ├── admin/
│   │   │   │   │       │   ├── openlayers.html
│   │   │   │   │       │   ├── openlayers.js
│   │   │   │   │       │   ├── osm.html
│   │   │   │   │       │   └── osm.js
│   │   │   │   │       ├── google/
│   │   │   │   │       │   ├── google-map.html
│   │   │   │   │       │   ├── google-map.js
│   │   │   │   │       │   ├── google-multi.js
│   │   │   │   │       │   └── google-single.js
│   │   │   │   │       ├── kml/
│   │   │   │   │       │   ├── base.kml
│   │   │   │   │       │   └── placemarks.kml
│   │   │   │   │       └── sitemaps/
│   │   │   │   │           └── geo_sitemap.xml
│   │   │   │   ├── tests/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── data/
│   │   │   │   │   │   ├── ch-city/
│   │   │   │   │   │   │   ├── ch-city.dbf
│   │   │   │   │   │   │   ├── ch-city.prj
│   │   │   │   │   │   │   ├── ch-city.shp
│   │   │   │   │   │   │   └── ch-city.shx
│   │   │   │   │   │   ├── cities/
│   │   │   │   │   │   │   ├── cities.dbf
│   │   │   │   │   │   │   ├── cities.prj
│   │   │   │   │   │   │   ├── cities.shp
│   │   │   │   │   │   │   └── cities.shx
│   │   │   │   │   │   ├── counties/
│   │   │   │   │   │   │   ├── counties.dbf
│   │   │   │   │   │   │   ├── counties.shp
│   │   │   │   │   │   │   └── counties.shx
│   │   │   │   │   │   ├── geometries.json
│   │   │   │   │   │   ├── interstates/
│   │   │   │   │   │   │   ├── interstates.dbf
│   │   │   │   │   │   │   ├── interstates.prj
│   │   │   │   │   │   │   ├── interstates.shp
│   │   │   │   │   │   │   └── interstates.shx
│   │   │   │   │   │   ├── invalid/
│   │   │   │   │   │   │   ├── emptypoints.dbf
│   │   │   │   │   │   │   ├── emptypoints.shp
│   │   │   │   │   │   │   └── emptypoints.shx
│   │   │   │   │   │   ├── test_point/
│   │   │   │   │   │   │   ├── test_point.dbf
│   │   │   │   │   │   │   ├── test_point.prj
│   │   │   │   │   │   │   ├── test_point.shp
│   │   │   │   │   │   │   └── test_point.shx
│   │   │   │   │   │   ├── test_poly/
│   │   │   │   │   │   │   ├── test_poly.dbf
│   │   │   │   │   │   │   ├── test_poly.prj
│   │   │   │   │   │   │   ├── test_poly.shp
│   │   │   │   │   │   │   └── test_poly.shx
│   │   │   │   │   │   ├── test_vrt/
│   │   │   │   │   │   │   ├── test_vrt.csv
│   │   │   │   │   │   │   └── test_vrt.vrt
│   │   │   │   │   │   └── texas.dbf
│   │   │   │   │   ├── distapp/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   └── tests.py
│   │   │   │   │   ├── geo3d/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   ├── tests.py
│   │   │   │   │   │   └── views.py
│   │   │   │   │   ├── geoadmin/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   ├── tests.py
│   │   │   │   │   │   └── urls.py
│   │   │   │   │   ├── geoapp/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── feeds.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   ├── sitemaps.py
│   │   │   │   │   │   ├── test_feeds.py
│   │   │   │   │   │   ├── test_regress.py
│   │   │   │   │   │   ├── test_sitemaps.py
│   │   │   │   │   │   ├── tests.py
│   │   │   │   │   │   └── urls.py
│   │   │   │   │   ├── geogapp/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── fixtures/
│   │   │   │   │   │   │   └── initial_data.json
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   └── tests.py
│   │   │   │   │   ├── inspectapp/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   └── tests.py
│   │   │   │   │   ├── layermap/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   └── tests.py
│   │   │   │   │   ├── relatedapp/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   └── tests.py
│   │   │   │   │   ├── test_geoforms.py
│   │   │   │   │   ├── test_measure.py
│   │   │   │   │   ├── test_spatialrefsys.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── utils/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── geoip.py
│   │   │   │   │   ├── layermapping.py
│   │   │   │   │   ├── ogrinfo.py
│   │   │   │   │   ├── ogrinspect.py
│   │   │   │   │   ├── srs.py
│   │   │   │   │   └── wkt.py
│   │   │   │   └── views.py
│   │   │   ├── humanize/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── models.py
│   │   │   │   ├── templatetags/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── humanize.py
│   │   │   │   └── tests.py
│   │   │   ├── localflavor/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── ar/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── ar_provinces.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── at/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── at_states.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── au/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── au_states.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── models.py
│   │   │   │   ├── be/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── be_provinces.py
│   │   │   │   │   ├── be_regions.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── br/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── br_states.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── ca/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── ca_provinces.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── ch/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── ch_states.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── cl/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cl_regions.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── cn/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cn_provinces.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── co/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── co_departments.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── cz/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cz_regions.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── de/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── de_states.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── ec/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── ec_provinces.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── es/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── es_provinces.py
│   │   │   │   │   ├── es_regions.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── fi/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── fi_municipalities.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── fr/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── fr_department.py
│   │   │   │   ├── gb/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── gb_regions.py
│   │   │   │   ├── generic/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── hk/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── hr/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── hr_choices.py
│   │   │   │   ├── id/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── id_choices.py
│   │   │   │   ├── ie/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── ie_counties.py
│   │   │   │   ├── il/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── in_/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── in_states.py
│   │   │   │   ├── is_/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── is_postalcodes.py
│   │   │   │   ├── it/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── it_province.py
│   │   │   │   │   ├── it_region.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── jp/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── jp_prefectures.py
│   │   │   │   ├── kw/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── da/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── de/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── nl/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── te/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── th/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── tr/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── mk/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── mk_choices.py
│   │   │   │   │   └── models.py
│   │   │   │   ├── mx/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   └── mx_states.py
│   │   │   │   ├── nl/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── nl_provinces.py
│   │   │   │   ├── no/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── no_municipalities.py
│   │   │   │   ├── pe/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── pe_region.py
│   │   │   │   ├── pl/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── pl_administrativeunits.py
│   │   │   │   │   └── pl_voivodeships.py
│   │   │   │   ├── pt/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── py/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── py_department.py
│   │   │   │   ├── ro/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── ro_counties.py
│   │   │   │   ├── ru/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── ru_regions.py
│   │   │   │   ├── se/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── se_counties.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── si/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── si_postalcodes.py
│   │   │   │   ├── sk/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── sk_districts.py
│   │   │   │   │   └── sk_regions.py
│   │   │   │   ├── tr/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── tr_provinces.py
│   │   │   │   ├── uk/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── uk_regions.py
│   │   │   │   ├── us/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   └── us_states.py
│   │   │   │   ├── uy/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── util.py
│   │   │   │   │   └── uy_departaments.py
│   │   │   │   └── za/
│   │   │   │       ├── __init__.py
│   │   │   │       ├── forms.py
│   │   │   │       └── za_provinces.py
│   │   │   ├── markup/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models.py
│   │   │   │   ├── templatetags/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── markup.py
│   │   │   │   └── tests.py
│   │   │   ├── messages/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── api.py
│   │   │   │   ├── constants.py
│   │   │   │   ├── context_processors.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── middleware.py
│   │   │   │   ├── models.py
│   │   │   │   ├── storage/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── cookie.py
│   │   │   │   │   ├── fallback.py
│   │   │   │   │   └── session.py
│   │   │   │   ├── tests/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── cookie.py
│   │   │   │   │   ├── fallback.py
│   │   │   │   │   ├── middleware.py
│   │   │   │   │   ├── session.py
│   │   │   │   │   └── urls.py
│   │   │   │   └── utils.py
│   │   │   ├── redirects/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── admin.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── hu/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── middleware.py
│   │   │   │   ├── models.py
│   │   │   │   └── tests.py
│   │   │   ├── sessions/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── backends/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── cache.py
│   │   │   │   │   ├── cached_db.py
│   │   │   │   │   ├── db.py
│   │   │   │   │   ├── file.py
│   │   │   │   │   └── signed_cookies.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── hu/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── L

================================================
FILE CONTENTS
================================================

================================================
FILE: Django-1.5.1/AUTHORS
================================================
Django was originally created in late 2003 at World Online, the Web division
of the Lawrence Journal-World newspaper in Lawrence, Kansas.

The PRIMARY AUTHORS are (and/or have been):

    * Adrian Holovaty
    * Simon Willison
    * Jacob Kaplan-Moss
    * Wilson Miner
    * Malcolm Tredinnick
    * Georg "Hugo" Bauer
    * Luke Plant
    * Russell Keith-Magee
    * Robert Wittams
    * Gary Wilson
    * Brian Rosner
    * Justin Bronn
    * Karen Tracey
    * Jannis Leidel
    * James Tauber
    * Alex Gaynor
    * Andrew Godwin
    * Carl Meyer
    * Ramiro Morales
    * Chris Beaven
    * Honza Král
    * Idan Gazit
    * Paul McMillan
    * Julien Phalip
    * Aymeric Augustin
    * Claude Paroz
    * Anssi Kääriäinen
    * Florian Apolloner
    * Jeremy Dunck
    * Bryan Veloso
    * Preston Holmes

More information on the main contributors to Django can be found in
docs/internals/committers.txt.

And here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS --
people who have submitted patches, reported bugs, added translations, helped
answer newbie questions, and generally made Django that much better:

    Gisle Aas <gisle@aas.no>
    Chris Adams
    Mathieu Agopian <mathieu.agopian@gmail.com>
    ajs <adi@sieker.info>
    alang@bright-green.com
    A S Alam <aalam@users.sf.net>
    Andi Albrecht <albrecht.andi@gmail.com>
    Marty Alchin <gulopine@gamemusic.org>
    Ahmad Alhashemi <trans@ahmadh.com>
    Ahmad Al-Ibrahim
    Antoni Aloy
    Daniel Alves Barbosa de Oliveira Vaz <danielvaz@gmail.com>
    AgarFu <heaven@croasanaso.sytes.net>
    James Aylett
    Dagur Páll Ammendrup <dagurp@gmail.com>
    Collin Anderson <cmawebsite@gmail.com>
    Jeff Anderson <jefferya@programmerq.net>
    Marian Andre <django@andre.sk>
    Andreas
    Victor Andrée
    andy@jadedplanet.net
    Fabrice Aneche <akh@nobugware.com>
    ant9000@netwise.it
    arien <regexbot@gmail.com>
    David Ascher <http://ascher.ca/>
    atlithorn <atlithorn@gmail.com>
    Jökull Sólberg Auðunsson <jokullsolberg@gmail.com>
    Arthur <avandorp@gmail.com>
    av0000@mail.ru
    David Avsajanishvili <avsd05@gmail.com>
    Mike Axiak <axiak@mit.edu>
    Niran Babalola <niran@niran.org>
    Vitaly Babiy <vbabiy86@gmail.com>
    Morten Bagai <m@bagai.com>
    Jeff Balogh <jbalogh@mozilla.com>
    Mikaël Barbero <mikael.barbero nospam at nospam free.fr>
    Randy Barlow <randy@electronsweatshop.com>
    Scott Barr <scott@divisionbyzero.com.au>
    Jiri Barton
    Ned Batchelder <http://www.nedbatchelder.com/>
    batiste@dosimple.ch
    Batman
    Brian Beck <http://blog.brianbeck.com/>
    Shannon -jj Behrens <http://jjinux.blogspot.com/>
    Esdras Beleza <linux@esdrasbeleza.com>
    Chris Bennett <chrisrbennett@yahoo.com>
    James Bennett
    Danilo Bargen
    Shai Berger <shai@platonix.com>
    Julian Bez
    Arvis Bickovskis <viestards.lists@gmail.com>
    Natalia Bidart <nataliabidart@gmail.com>
    Mark Biggers <biggers@utsl.com>
    Paul Bissex <http://e-scribe.com/>
    Simon Blanchard
    David Blewett <david@dawninglight.net>
    Matt Boersma <matt@sprout.org>
    Artem Gnilov <boobsd@gmail.com>
    Matías Bordese
    Nate Bragg <jonathan.bragg@alum.rpi.edu>
    Sean Brant
    Andrew Brehaut <http://brehaut.net/blog>
    David Brenneman <http://davidbrenneman.com>
    Anthony Briggs <anthony.briggs@gmail.com>
    Orne Brocaar <http://brocaar.com/>
    brut.alll@gmail.com
    bthomas
    btoll@bestweb.net
    Jonathan Buchanan <jonathan.buchanan@gmail.com>
    Keith Bussell <kbussell@gmail.com>
    C8E
    Chris Cahoon <chris.cahoon@gmail.com>
    Juan Manuel Caicedo <juan.manuel.caicedo@gmail.com>
    Trevor Caira <trevor@caira.com>
    Brett Cannon <brett@python.org>
    Ricardo Javier Cárdenes Medina <ricardo.cardenes@gmail.com>
    Jeremy Carbaugh <jcarbaugh@gmail.com>
    Graham Carlyle <graham.carlyle@maplecroft.net>
    Antonio Cavedoni <http://cavedoni.com/>
    cedric@terramater.net
    Chris Chamberlin <dja@cdc.msbx.net>
    Amit Chakradeo <http://amit.chakradeo.net/>
    ChaosKCW
    Simon Charette <charette.s@gmail.com>
    Kowito Charoenratchatabhan <kowito@felspar.com>
    Sengtha Chay <sengtha@e-khmer.com>
    ivan.chelubeev@gmail.com
    Bryan Chow <bryan at verdjn dot com>
    Tom Christie <tom@tomchristie.com>
    Antonis Christofides <anthony@itia.ntua.gr>
    Michal Chruszcz <troll@pld-linux.org>
    Can Burak Çilingir <canburak@cs.bilgi.edu.tr>
    Ian Clelland <clelland@gmail.com>
    Travis Cline <travis.cline@gmail.com>
    Russell Cloran <russell@rucus.net>
    colin@owlfish.com
    crankycoder@gmail.com
    Paul Collier <paul@paul-collier.com>
    Robert Coup
    Pete Crosier <pete.crosier@gmail.com>
    Matt Croydon <http://www.postneo.com/>
    Jure Cuhalev <gandalf@owca.info>
    Leah Culver <leah.culver@gmail.com>
    Raúl Cumplido <raulcumplido@gmail.com>
    flavio.curella@gmail.com
    John D'Agostino <john.dagostino@gmail.com>
    dackze+django@gmail.com
    Jim Dalton <jim.dalton@gmail.com>
    Mihai Damian <yang_damian@yahoo.com>
    David Danier <david.danier@team23.de>
    Dirk Datzert <dummy@habmalnefrage.de>
    Jonathan Daugherty (cygnus) <http://www.cprogrammer.org/>
    dave@thebarproject.com
    david@kazserve.org
    Jason Davies (Esaj) <http://www.jasondavies.com/>
    Richard Davies <richard.davies@elastichosts.com>
    Alex Dedul
    Matt Dennenbaum
    deric@monowerks.com
    Max Derkachev <mderk@yandex.ru>
    Rajesh Dhawan <rajesh.dhawan@gmail.com>
    Sander Dijkhuis <sander.dijkhuis@gmail.com>
    Jordan Dimov <s3x3y1@gmail.com>
    Riccardo Di Virgilio
    Nebojša Dorđević
    dne@mayonnaise.net
    dready <wil@mojipage.com>
    Maximillian Dornseif <md@hudora.de>
    Daniel Duan <DaNmarner@gmail.com>
    Andrew Durdin <adurdin@gmail.com>
    dusk@woofle.net
    Andy Dustman <farcepest@gmail.com>
    Alexander Dutton <dev@alexdutton.co.uk>
    J. Clifford Dyer <jcd@sdf.lonestar.org>
    Clint Ecker
    Nick Efford <nick@efford.org>
    eibaan@gmail.com
    David Eklund
    Julia Elman
    enlight
    Enrico <rico.bl@gmail.com>
    A. Murat Eren <meren@pardus.org.tr>
    Ludvig Ericson <ludvig.ericson@gmail.com>
    eriks@win.tue.nl
    Tomáš Ehrlich <tomas.ehrlich@gmail.com>
    Dirk Eschler <dirk.eschler@gmx.net>
    Bernhard Essl <me@bernhardessl.com>
    Dan Fairs <dan@fezconsulting.com>
    Marc Fargas <telenieko@telenieko.com>
    Szilveszter Farkas <szilveszter.farkas@gmail.com>
    Grigory Fateyev <greg@dial.com.ru>
    favo@exoweb.net
    fdr <drfarina@gmail.com>
    Dmitri Fedortchenko <zeraien@gmail.com>
    Jonathan Feignberg <jdf@pobox.com>
    Liang Feng <hutuworm@gmail.com>
    Bill Fenner <fenner@gmail.com>
    Stefane Fermgier <sf@fermigier.com>
    J. Pablo Fernandez <pupeno@pupeno.com>
    Maciej Fijalkowski
    Ben Firshman <ben@firshman.co.uk>
    Matthew Flanagan <http://wadofstuff.blogspot.com>
    Eric Floehr <eric@intellovations.com>
    Eric Florenzano <floguy@gmail.com>
    Vincent Foley <vfoleybourgon@yahoo.ca>
    Alcides Fonseca
    Rudolph Froger <rfroger@estrate.nl>
    Jorge Gajon <gajon@gajon.org>
    gandalf@owca.info
    Marc Garcia <marc.garcia@accopensys.com>
    Andy Gayton <andy-django@thecablelounge.com>
    geber@datacollect.com
    Jeffrey Gelens <jeffrey@gelens.org>
    Baishampayan Ghose
    Joshua Ginsberg <jag@flowtheory.net>
    Dimitris Glezos <dimitris@glezos.com>
    glin@seznam.cz
    martin.glueck@gmail.com
    Ben Godfrey <http://aftnn.org>
    GomoX <gomo@datafull.com>
    Guilherme Mesquita Gondim <semente@taurinus.org>
    Mario Gonzalez <gonzalemario@gmail.com>
    David Gouldin <dgouldin@gmail.com>
    pradeep.gowda@gmail.com
    Collin Grady <collin@collingrady.com>
    Gabriel Grant <g@briel.ca>
    Daniel Greenfeld
    Simon Greenhill <dev@simon.net.nz>
    Owen Griffiths
    Espen Grindhaug <http://grindhaug.org/>
    Janos Guljas
    Thomas Güttler <hv@tbz-pariv.de>
    Horst Gutmann <zerok@zerokspot.com>
    Antti Haapala <antti@industrialwebandmagic.com>
    Scot Hacker <shacker@birdhouse.org>
    dAniel hAhler
    hambaloney
    Will Hardy <django@willhardy.com.au>
    Brian Harring <ferringb@gmail.com>
    Brant Harris
    Ronny Haryanto <http://ronny.haryan.to/>
    Hawkeye
    Kent Hauser <kent@khauser.net>
    Joe Heck <http://www.rhonabwy.com/wp/>
    Joel Heenan <joelh-django@planetjoel.com>
    Mikko Hellsing <mikko@sorl.net>
    Sebastian Hillig <sebastian.hillig@gmail.com>
    hipertracker@gmail.com
    Deryck Hodge <http://www.devurandom.org/>
    Brett Hoerner <bretthoerner@bretthoerner.com>
    Justin Myles Holmes <justin@slashrootcafe.com>
    Eric Holscher <http://ericholscher.com>
    Ian Holsman <http://feh.holsman.net/>
    Kieran Holland <http://www.kieranholland.com>
    Sung-Jin Hong <serialx.net@gmail.com>
    Leo "hylje" Honkanen <sealage@gmail.com>
    Matt Hoskins <skaffenuk@googlemail.com>
    Tareque Hossain <http://www.codexn.com>
    Richard House <Richard.House@i-logue.com>
    Robert Rock Howard <http://djangomojo.com/>
    John Huddleston <huddlej@wwu.edu>
    Rob Hudson <http://rob.cogit8.org/>
    Jason Huggins <http://www.jrandolph.com/blog/>
    Jeff Hui <jeffkhui@gmail.com>
    Gabriel Hurley <gabriel@strikeawe.com>
    Hyun Mi Ae
    Ibon <ibonso@gmail.com>
    Tom Insam
    Baurzhan Ismagulov <ibr@radix50.net>
    Stephan Jaekel <steph@rdev.info>
    james_027@yahoo.com
    jcrasta@gmail.com
    jdetaeye
    Dmitry Jemerov <intelliyole@gmail.com>
    jhenry <jhenry@theonion.com>
    john@calixto.net
    Zak Johnson <zakj@nox.cx>
    Nis Jørgensen <nis@superlativ.dk>
    Michael Josephson <http://www.sdjournal.com/>
    jpellerin@gmail.com
    junzhang.jn@gmail.com
    Xia Kai <http://blog.xiaket.org/>
    Antti Kaihola <http://djangopeople.net/akaihola/>
    Peter van Kampen
    Bahadır Kandemir <bahadir@pardus.org.tr>
    Karderio <karderio@gmail.com>
    Nagy Károly <charlie@rendszergazda.com>
    George Karpenkov <george@metaworld.ru>
    Erik Karulf <erik@karulf.com>
    Ben Dean Kawamura <ben.dean.kawamura@gmail.com>
    Ian G. Kelly <ian.g.kelly@gmail.com>
    Niall Kelly <duke.sam.vimes@gmail.com>
    Ryan Kelly <ryan@rfk.id.au>
    Thomas Kerpe <thomas@kerpe.net>
    Wiley Kestner <wiley.kestner@gmail.com>
    Ossama M. Khayat <okhayat@yahoo.com>
    Ben Khoo <khoobks@westnet.com.au>
    Garth Kidd <http://www.deadlybloodyserious.com/>
    kilian <kilian.cavalotti@lip6.fr>
    Sune Kirkeby <http://ibofobi.dk/>
    Bastian Kleineidam <calvin@debian.org>
    Cameron Knight (ckknight)
    Nena Kojadin <nena@kiberpipa.org>
    Igor Kolar <ike@email.si>
    Tomáš Kopeček <permonik@m6.cz>
    Gasper Koren
    Mikhail Korobov <kmike84@googlemail.com>
    Martin Kosír <martin@martinkosir.net>
    Arthur Koziel <http://arthurkoziel.com>
    Meir Kriheli <http://mksoft.co.il/>
    Bruce Kroeze <http://coderseye.com/>
    krzysiek.pawlik@silvermedia.pl
    Joseph Kocherhans
    konrad@gwu.edu
    knox <christobzr@gmail.com>
    David Krauth
    Kevin Kubasik <kevin@kubasik.net>
    kurtiss@meetro.com
    Denis Kuzmichyov <kuzmichyov@gmail.com>
    Panos Laganakos <panos.laganakos@gmail.com>
    Nick Lane <nick.lane.au@gmail.com>
    Stuart Langridge <http://www.kryogenix.org/>
    Paul Lanier <planier@google.com>
    David Larlet <http://david.larlet.fr>
    Nicolas Lara <nicolaslara@gmail.com>
    Nicola Larosa <nico@teknico.net>
    Finn Gruwier Larsen <finn@gruwier.dk>
    Lau Bech Lauritzen
    Rune Rønde Laursen <runerl@skjoldhoej.dk>
    Mark Lavin <markdlavin@gmail.com>
    Eugene Lazutkin <http://lazutkin.com/blog/>
    lcordier@point45.com
    Jeong-Min Lee <falsetru@gmail.com>
    Tai Lee <real.human@mrmachine.net>
    Adrien Lemaire <lemaire.adrien@gmail.com>
    Christopher Lenz <http://www.cmlenz.net/>
    lerouxb@gmail.com
    Piotr Lewandowski <piotr.lewandowski@gmail.com>
    Charlie Leifer <coleifer@gmail.com>
    Justin Lilly <justinlilly@gmail.com>
    Waylan Limberg <waylan@gmail.com>
    limodou
    Philip Lindborg <philip.lindborg@gmail.com>
    Simon Litchfield <simon@quo.com.au>
    Daniel Lindsley <daniel@toastdriven.com>
    Trey Long <trey@ktrl.com>
    Laurent Luce <http://www.laurentluce.com>
    Martin Mahner <http://www.mahner.org/>
    Matt McClanahan <http://mmcc.cx/>
    Stanislaus Madueke
    Yann Malet
    Frantisek Malina <vizualbod@vizualbod.com>
    Mike Malone <mjmalone@gmail.com>
    Martin Maney <http://www.chipy.org/Martin_Maney>
    Michael Manfre <mmanfre@gmail.com>
    masonsimon+django@gmail.com
    Manuzhai
    Petr Marhoun <petr.marhoun@gmail.com>
    Petar Marić <http://www.petarmaric.com/>
    Nuno Mariz <nmariz@gmail.com>
    mark@junklight.com
    Orestis Markou <orestis@orestis.gr>
    Andrés Torres Marroquín <andres.torres.marroquin@gmail.com>
    Takashi Matsuo <matsuo.takashi@gmail.com>
    Zlatko Mašek <zlatko.masek@gmail.com>
    Yasushi Masuda <whosaysni@gmail.com>
    mattycakes@gmail.com
    Glenn Maynard <glenn@zewt.org>
    Jason McBrayer <http://www.carcosa.net/jason/>
    Kevin McConnell <kevin.mcconnell@gmail.com>
    mccutchen@gmail.com
    michael.mcewan@gmail.com
    Paul McLanahan <paul@mclanahan.net>
    Tobias McNulty <http://www.caktusgroup.com/blog>
    Andrews Medina <andrewsmedina@gmail.com>
    Zain Memon
    Christian Metts
    michal@plovarna.cz
    Slawek Mikula <slawek dot mikula at gmail dot com>
    Katie Miller <katie@sub50.com>
    Shawn Milochik <shawn@milochik.com>
    mitakummaa@gmail.com
    Taylor Mitchell <taylor.mitchell@gmail.com>
    mmarshall
    Andreas Mock <andreas.mock@web.de>
    Reza Mohammadi <reza@zeerak.ir>
    Aljosa Mohorovic <aljosa.mohorovic@gmail.com>
    Eric Moritz <http://eric.themoritzfamily.com/>
    msaelices <msaelices@gmail.com>
    Gregor Müllegger <gregor@muellegger.de>
    Robin Munn <http://www.geekforgod.com/>
    James Murty
    msundstr
    Robert Myers <myer0052@gmail.com>
    Aaron T. Myers <atmyers@gmail.com>
    Alexander Myodov <alex@myodov.com>
    Doug Napoleone <doug@dougma.com>
    Gopal Narayanan <gopastro@gmail.com>
    Fraser Nevett <mail@nevett.org>
    Sam Newman <http://www.magpiebrain.com/>
    Ryan Niemeyer <https://profiles.google.com/ryan.niemeyer/about>
    Filip Noetzel <http://filip.noetzel.co.uk/>
    Afonso Fernández Nogueira <fonzzo.django@gmail.com>
    Neal Norwitz <nnorwitz@google.com>
    Todd O'Bryan <toddobryan@mac.com>
    Alex Ogier <alex.ogier@gmail.com>
    Selwin Ong <selwin@ui.co.id>
    Gerardo Orozco <gerardo.orozco.mosqueda@gmail.com>
    Christian Oudard <christian.oudard@gmail.com>
    oggie rob <oz.robharvey@gmail.com>
    oggy <ognjen.maric@gmail.com>
    Jens Page
    Jay Parlar <parlar@gmail.com>
    Carlos Eduardo de Paula <carlosedp@gmail.com>
    John Paulett <john@paulett.org>
    pavithran s <pavithran.s@gmail.com>
    Barry Pederson <bp@barryp.org>
    Andreas Pelme <andreas@pelme.se>
    permonik@mesias.brnonet.cz
    peter@mymart.com
    pgross@thoughtworks.com
    phaedo <http://phaedo.cx/>
    phil@produxion.net
    phil.h.smith@gmail.com
    Gustavo Picon
    Travis Pinney
    Michael Placentra II <someone@michaelplacentra2.net>
    plisk
    Daniel Poelzleithner <http://poelzi.org/>
    Dan Poirier <poirier@pobox.com>
    polpak@yahoo.com
    Ross Poulton <ross@rossp.org>
    Mihai Preda <mihai_preda@yahoo.com>
    Daniele Procida <daniele@vurt.org>
    Matthias Pronk <django@masida.nl>
    Jyrki Pulliainen <jyrki.pulliainen@gmail.com>
    Thejaswi Puthraya <thejaswi.puthraya@gmail.com>
    Johann Queuniet <johann.queuniet@adh.naellia.eu>
    Jan Rademaker
    Michael Radziej <mir@noris.de>
    Laurent Rahuel <laurent.rahuel@gmail.com>
    Stéphane Raimbault <stephane.raimbault@gmail.com>
    Luciano Ramalho
    Amit Ramon <amit.ramon@gmail.com>
    Philippe Raoult <philippe.raoult@n2nsoft.com>
    Massimiliano Ravelli <massimiliano.ravelli@gmail.com>
    Brian Ray <http://brianray.chipy.org/>
    Lee Reilly <lee@leereilly.net>
    Łukasz Rekucki <lrekucki@gmail.com>
    remco@diji.biz
    Marc Remolt <m.remolt@webmasters.de>
    Bruno Renié <buburno@gmail.com>
    David Reynolds <david@reynoldsfamily.org.uk>
    rhettg@gmail.com
    ricardojbarrios@gmail.com
    Mike Richardson
    Matt Riggott
    Alex Robbins <alexander.j.robbins@gmail.com>
    Henrique Romano <onaiort@gmail.com>
    Armin Ronacher
    Daniel Roseman <http://roseman.org.uk/>
    Rozza <ross.lawley@gmail.com>
    Audrey Roy <http://audreymroy.com/>
    Oliver Rutherfurd <http://rutherfurd.net/>
    ryankanno
    Gonzalo Saavedra <gonzalosaavedra@gmail.com>
    Manuel Saelices <msaelices@yaco.es>
    Ivan Sagalaev (Maniac) <http://www.softwaremaniacs.org/>
    Vinay Sajip <vinay_sajip@yahoo.co.uk>
    Bartolome Sanchez Salado <i42sasab@uco.es>
    Kadesarin Sanjek
    Tim Saylor <tim.saylor@gmail.com>
    Massimo Scamarcia <massimo.scamarcia@gmail.com>
    Paulo Scardine <paulo@scardine.com.br>
    David Schein
    Bernd Schlapsi
    schwank@gmail.com
    scott@staplefish.com
    Ilya Semenov <semenov@inetss.com>
    Aleksandra Sendecka <asendecka@hauru.eu>
    serbaut@gmail.com
    John Shaffer <jshaffer2112@gmail.com>
    Pete Shinners <pete@shinners.org>
    Leo Shklovskii
    jason.sidabras@gmail.com
    Mikołaj Siedlarek <mikolaj.siedlarek@gmail.com>
    Brenton Simpson <http://theillustratedlife.com>
    Jozko Skrablin <jozko.skrablin@gmail.com>
    Ben Slavin <benjamin.slavin@gmail.com>
    sloonz <simon.lipp@insa-lyon.fr>
    Paul Smith <blinkylights23@gmail.com>
    Steven L. Smith (fvox13) <steven@stevenlsmith.com>
    Warren Smith <warren@wandrsmith.net>
    smurf@smurf.noris.de
    Vsevolod Solovyov
    George Song <george@damacy.net>
    sopel
    Leo Soto <leo.soto@gmail.com>
    Wiliam Alves de Souza <wiliamsouza83@gmail.com>
    Don Spaulding <donspauldingii@gmail.com>
    Calvin Spealman <ironfroggy@gmail.com>
    Dane Springmeyer
    Bjørn Stabell <bjorn@exoweb.net>
    Georgi Stanojevski <glisha@gmail.com>
    starrynight <cmorgh@gmail.com>
    Vasiliy Stavenko <stavenko@gmail.com>
    Thomas Steinacher <http://www.eggdrop.ch/>
    Johan C. Stöver <johan@nilling.nl>
    Nowell Strite <http://nowell.strite.org/>
    Thomas Stromberg <tstromberg@google.com>
    Ben Sturmfels <ben@sturm.com.au>
    Travis Swicegood <travis@domain51.com>
    Pascal Varet
    SuperJared
    Radek Švarz <http://www.svarz.cz/translate/>
    Swaroop C H <http://www.swaroopch.info>
    Aaron Swartz <http://www.aaronsw.com/>
    Ville Säävuori <http://www.unessa.net/>
    Mart Sõmermaa <http://mrts.pri.ee/>
    Marc Tamlyn
    Christian Tanzer <tanzer@swing.co.at>
    Tyler Tarabula <tyler.tarabula@gmail.com>
    Tyson Tate <tyson@fallingbullets.com>
    Aryeh Leib Taurog <http://www.aryehleib.com/>
    Frank Tegtmeyer <fte@fte.to>
    Marcel Telka <marcel@telka.sk>
    Terry Huang <terryh.tp@gmail.com>
    Travis Terry <tdterry7@gmail.com>
    thebjorn <bp@datakortet.no>
    Lowe Thiderman <lowe.thiderman@gmail.com>
    Zach Thompson <zthompson47@gmail.com>
    Michael Thornhill <michael.thornhill@gmail.com>
    Deepak Thukral <deep.thukral@gmail.com>
    tibimicu@gmx.net
    tobias@neuyork.de
    Tom Tobin
    Joe Topjian <http://joe.terrarum.net/geek/code/python/django/>
    torne-django@wolfpuppy.org.uk
    Jeff Triplett <jeff.triplett@gmail.com>
    tstromberg@google.com
    Makoto Tsuyuki <mtsuyuki@gmail.com>
    tt@gurgle.no
    David Tulig <david.tulig@gmail.com>
    Justine Tunney <jtunney@lobstertech.com>
    Amit Upadhyay <http://www.amitu.com/blog/>
    Adam Vandenberg
    Geert Vanderkelen
    Vasil Vangelovski
    I.S. van Oostveen <v.oostveen@idca.nl>
    viestards.lists@gmail.com
    George Vilches <gav@thataddress.com>
    Vlado <vlado@labath.org>
    Zachary Voase <zacharyvoase@gmail.com>
    Marijn Vriens <marijn@metronomo.cl>
    Milton Waddams
    Chris Wagner <cw264701@ohio.edu>
    Rick Wagner <rwagner@physics.ucsd.edu>
    wam-djangobug@wamber.net
    Wang Chun <wangchun@exoweb.net>
    Filip Wasilewski <filip.wasilewski@gmail.com>
    Dan Watson <http://danwatson.net/>
    Joel Watts <joel@joelwatts.com>
    Lakin Wecker <lakin@structuredabstraction.com>
    Chris Wesseling <Chris.Wesseling@cwi.nl>
    Benjamin Wohlwend <piquadrat@gmail.com>
    James Wheare <django@sparemint.com>
    Mike Wiacek <mjwiacek@google.com>
    Frank Wierzbicki
    charly.wilhelm@gmail.com
    Simon Williams
    Derek Willis <http://blog.thescoop.org/>
    Rachel Willmer <http://www.willmer.com/kb/>
    Jakub Wilk <ubanus@users.sf.net>
    Jakub Wiśniowski <restless.being@gmail.com>
    Maciej Wiśniowski <pigletto@gmail.com>
    wojtek
    Marcin Wróbel
    Jason Yan <tailofthesun@gmail.com>
    Lars Yencken <lars.yencken@gmail.com>
    ye7cakf02@sneakemail.com
    ymasuda@ethercube.com
    Jesse Young <adunar@gmail.com>
    Mykola Zamkovoi <nickzam@gmail.com>
    zegor
    Gasper Zejn <zejn@kiberpipa.org>
    Jarek Zgoda <jarek.zgoda@gmail.com>
    Cheng Zhang

A big THANK YOU goes to:

    Rob Curley and Ralph Gage for letting us open-source Django.

    Frank Wiles for making excellent arguments for open-sourcing, and for
    his sage sysadmin advice.

    Ian Bicking for convincing Adrian to ditch code generation.

    Mark Pilgrim for diveintopython.org. (RIP!)

    Guido van Rossum for creating Python.


================================================
FILE: Django-1.5.1/INSTALL
================================================
Thanks for downloading Django.

To install it, make sure you have Python 2.6 or greater installed. Then run
this command from the command prompt:

    python setup.py install

If you're upgrading from a previous version, you need to remove it first.

AS AN ALTERNATIVE, you can just copy the entire "django" directory to Python's
site-packages directory, which is located wherever your Python installation
lives. Some places you might check are:

    /usr/lib/python2.7/site-packages (Unix, Python 2.7)
    /usr/lib/python2.6/site-packages (Unix, Python 2.6)
    C:\\PYTHON\site-packages         (Windows)

For more detailed instructions, see docs/intro/install.txt.


================================================
FILE: Django-1.5.1/LICENSE
================================================
Copyright (c) Django Software Foundation and individual contributors.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

    1. Redistributions of source code must retain the above copyright notice, 
       this list of conditions and the following disclaimer.
    
    2. Redistributions in binary form must reproduce the above copyright 
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.

    3. Neither the name of Django nor the names of its contributors may be used
       to endorse or promote products derived from this software without
       specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


================================================
FILE: Django-1.5.1/MANIFEST.in
================================================
include README.rst
include AUTHORS
include INSTALL
include LICENSE
include MANIFEST.in
include django/contrib/gis/gdal/LICENSE
include django/contrib/gis/geos/LICENSE
include django/dispatch/license.txt
recursive-include docs *
recursive-include scripts *
recursive-include extras *
recursive-include tests *
recursive-include django/conf/locale *
recursive-include django/contrib/*/locale *
recursive-include django/contrib/admin/templates *
recursive-include django/contrib/admin/static *
recursive-include django/contrib/admindocs/templates *
recursive-include django/contrib/auth/fixtures *
recursive-include django/contrib/auth/templates *
recursive-include django/contrib/auth/tests/templates *
recursive-include django/contrib/comments/templates *
recursive-include django/contrib/databrowse/templates *
recursive-include django/contrib/formtools/templates *
recursive-include django/contrib/formtools/tests/templates *
recursive-include django/contrib/flatpages/fixtures *
recursive-include django/contrib/flatpages/tests/templates *
recursive-include django/contrib/gis/templates *
recursive-include django/contrib/gis/tests/data *
recursive-include django/contrib/gis/tests/distapp/fixtures *
recursive-include django/contrib/gis/tests/geoapp/fixtures *
recursive-include django/contrib/gis/tests/geogapp/fixtures *
recursive-include django/contrib/gis/tests/relatedapp/fixtures *
recursive-include django/contrib/sitemaps/templates *
recursive-include django/contrib/sitemaps/tests/templates *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]


================================================
FILE: Django-1.5.1/PKG-INFO
================================================
Metadata-Version: 1.1
Name: Django
Version: 1.5.1
Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Home-page: http://www.djangoproject.com/
Author: Django Software Foundation
Author-email: foundation@djangoproject.com
License: BSD
Download-URL: https://www.djangoproject.com/m/releases/1.5/Django-1.5.1.tar.gz
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules


================================================
FILE: Django-1.5.1/README.rst
================================================
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design. Thanks for checking it out.

All documentation is in the "docs" directory and online at
http://docs.djangoproject.com/en/dev/. If you're just getting started, here's
how we recommend you read the docs:

* First, read docs/intro/install.txt for instructions on installing Django.

* Next, work through the tutorials in order (docs/intro/tutorial01.txt,
  docs/intro/tutorial02.txt, etc.).

* If you want to set up an actual deployment server, read
  docs/howto/deployment/index.txt for instructions.

* You'll probably want to read through the topical guides (in docs/topics)
  next; from there you can jump to the HOWTOs (in docs/howto) for specific
  problems, and check out the reference (docs/ref) for gory details.

* See docs/README for instructions on building an HTML version of the docs.

Docs are updated rigorously. If you find any problems in the docs, or think they
should be clarified in any way, please take 30 seconds to fill out a ticket
here:

http://code.djangoproject.com/newticket

To get more help:

* Join the #django channel on irc.freenode.net. Lots of helpful people hang out
  there. Read the archives at http://django-irc-logs.com/.

* Join the django-users mailing list, or read the archives, at
  http://groups.google.com/group/django-users.

To contribute to Django:

* Check out http://www.djangoproject.com/community/ for information about
  getting involved.

To run Django's test suite:

* Follow the instructions in the "Unit tests" section of
  docs/internals/contributing/writing-code/unit-tests.txt, published online at
  https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests


================================================
FILE: Django-1.5.1/django/__init__.py
================================================
VERSION = (1, 5, 1, 'final', 0)

def get_version(*args, **kwargs):
    # Don't litter django/__init__.py with all the get_version stuff.
    # Only import if it's actually called.
    from django.utils.version import get_version
    return get_version(*args, **kwargs)


================================================
FILE: Django-1.5.1/django/bin/__init__.py
================================================


================================================
FILE: Django-1.5.1/django/bin/daily_cleanup.py
================================================
#!/usr/bin/env python

"""
Daily cleanup job.

Can be run as a cronjob to clean out old data from the database (only expired
sessions at the moment).
"""

import warnings

from django.core import management

if __name__ == "__main__":
    warnings.warn(
        "The `daily_cleanup` script has been deprecated "
        "in favor of `django-admin.py clearsessions`.",
        PendingDeprecationWarning)
    management.call_command('clearsessions')


================================================
FILE: Django-1.5.1/django/bin/django-2to3.py
================================================
#!/usr/bin/env python

# This works exactly like 2to3, except that it uses Django's fixers rather
# than 2to3's built-in fixers.

import sys
from lib2to3.main import main

sys.exit(main("django.utils.2to3_fixes"))



================================================
FILE: Django-1.5.1/django/bin/django-admin.py
================================================
#!/usr/bin/env python
from django.core import management

if __name__ == "__main__":
    management.execute_from_command_line()


================================================
FILE: Django-1.5.1/django/bin/profiling/__init__.py
================================================


================================================
FILE: Django-1.5.1/django/bin/profiling/gather_profile_stats.py
================================================
#!/usr/bin/env python

"""
gather_profile_stats.py /path/to/dir/of/profiles

Note that the aggregated profiles must be read with pstats.Stats, not
hotshot.stats (the formats are incompatible)
"""

from hotshot import stats
import os
import pstats
import sys

def gather_stats(p):
    profiles = {}
    for f in os.listdir(p):
        if f.endswith('.agg.prof'):
            path = f[:-9]
            prof = pstats.Stats(os.path.join(p, f))
        elif f.endswith('.prof'):
            bits = f.split('.')
            path = ".".join(bits[:-3])
            prof = stats.load(os.path.join(p, f))
        else:
            continue
        print("Processing %s" % f)
        if path in profiles:
            profiles[path].add(prof)
        else:
            profiles[path] = prof
        os.unlink(os.path.join(p, f))
    for (path, prof) in profiles.items():
        prof.dump_stats(os.path.join(p, "%s.agg.prof" % path))
    
if __name__ == '__main__':
    gather_stats(sys.argv[1])


================================================
FILE: Django-1.5.1/django/bin/unique-messages.py
================================================
#!/usr/bin/env python

import os
import sys

def unique_messages():
    basedir = None

    if os.path.isdir(os.path.join('conf', 'locale')):
        basedir = os.path.abspath(os.path.join('conf', 'locale'))
    elif os.path.isdir('locale'):
        basedir = os.path.abspath('locale')
    else:
        print("This script should be run from the Django Git tree or your project or app tree.")
        sys.exit(1)

    for (dirpath, dirnames, filenames) in os.walk(basedir):
        for f in filenames:
            if f.endswith('.po'):
                sys.stderr.write('processing file %s in %s\n' % (f, dirpath))
                pf = os.path.splitext(os.path.join(dirpath, f))[0]
                cmd = 'msguniq "%s.po"' % pf
                stdout = os.popen(cmd)
                msg = stdout.read()
                with open('%s.po' % pf, 'w') as fp:
                    fp.write(msg)

if __name__ == "__main__":
    unique_messages()


================================================
FILE: Django-1.5.1/django/conf/__init__.py
================================================
"""
Settings and configuration for Django.

Values will be read from the module specified by the DJANGO_SETTINGS_MODULE environment
variable, and then from django.conf.global_settings; see the global settings file for
a list of all possible variables.
"""
setting  管理

import logging
import os
import sys
import time     # Needed for Windows
import warnings

from django.conf import global_settings
from django.core.exceptions import ImproperlyConfigured
from django.utils.functional import LazyObject, empty
from django.utils import importlib
from django.utils import six

ENVIRONMENT_VARIABLE = "DJANGO_SETTINGS_MODULE"


class LazySettings(LazyObject):
    """
    A lazy proxy for either global Django settings or a custom settings object.
    The user can manually configure settings prior to using them. Otherwise,
    Django uses the settings module pointed to by DJANGO_SETTINGS_MODULE.
    """
    def _setup(self, name=None):
        """
        Load the settings module pointed to by the environment variable. This
        is used the first time we need any settings at all, if the user has not
        previously configured the settings manually.
        """
        try:
            settings_module = os.environ[ENVIRONMENT_VARIABLE]
            if not settings_module: # If it's set but is an empty string.
                raise KeyError
        except KeyError:
            desc = ("setting %s" % name) if name else "settings"
            raise ImproperlyConfigured(
                "Requested %s, but settings are not configured. "
                "You must either define the environment variable %s "
                "or call settings.configure() before accessing settings."
                % (desc, ENVIRONMENT_VARIABLE))

        self._wrapped = Settings(settings_module)
        self._configure_logging()

    def __getattr__(self, name):
        if self._wrapped is empty:
            self._setup(name)
        return getattr(self._wrapped, name)

    def _configure_logging(self):
        """
        Setup logging from LOGGING_CONFIG and LOGGING settings.
        """
        if not sys.warnoptions:
            try:
                # Route warnings through python logging
                logging.captureWarnings(True)
                # Allow DeprecationWarnings through the warnings filters
                warnings.simplefilter("default", DeprecationWarning)
            except AttributeError:
                # No captureWarnings on Python 2.6, DeprecationWarnings are on anyway
                pass

        if self.LOGGING_CONFIG:
            from django.utils.log import DEFAULT_LOGGING
            # First find the logging configuration function ...
            logging_config_path, logging_config_func_name = self.LOGGING_CONFIG.rsplit('.', 1)
            logging_config_module = importlib.import_module(logging_config_path)
            logging_config_func = getattr(logging_config_module, logging_config_func_name)

            logging_config_func(DEFAULT_LOGGING)

            if self.LOGGING:
                # Backwards-compatibility shim for #16288 fix
                compat_patch_logging_config(self.LOGGING)

                # ... then invoke it with the logging settings
                logging_config_func(self.LOGGING)

    def configure(self, default_settings=global_settings, **options):
        """
        Called to manually configure the settings. The 'default_settings'
        parameter sets where to retrieve any unspecified values from (its
        argument must support attribute access (__getattr__)).
        """
        会得到默认的 setting, 如果有 options 会覆盖设置
        if self._wrapped is not empty:
            raise RuntimeError('Settings already configured.')

        holder = UserSettingsHolder(default_settings)

        for name, value in options.items():
            setattr(holder, name, value)

        self._wrapped = holder
        self._configure_logging()

    @property
    def configured(self):
        """
        Returns True if the settings have already been configured.
        """
        return self._wrapped is not empty


class BaseSettings(object):
    """
    Common logic for settings whether set by a module or by the user.
    """
    def __setattr__(self, name, value):
        if name in ("MEDIA_URL", "STATIC_URL") and value and not value.endswith('/'): STATIC_URL 和 MEDIA_URL 都必须已 / 结尾
            raise ImproperlyConfigured("If set, %s must end with a slash" % name)

        elif name == "ALLOWED_INCLUDE_ROOTS" and isinstance(value, six.string_types):
            raise ValueError("The ALLOWED_INCLUDE_ROOTS setting must be set "
                "to a tuple, not a string.")

        object.__setattr__(self, name, value)


class Settings(BaseSettings):
    def __init__(self, settings_module):
        # update this dict from global settings (but only for ALL_CAPS settings)
        global_settings 是全局默认的设置, 无论设置与否, 一开始都会使用这个设置
        for setting in dir(global_settings): global_settings 终于露面了
            if setting == setting.upper():
                setattr(self, setting, getattr(global_settings, setting))

        # store the settings module in case someone later cares
        self.SETTINGS_MODULE = settings_module 自定义的 SETTINGS_MODULE

        try:
            尝试导入 SETTINGS_MODULE
            mod = importlib.import_module(self.SETTINGS_MODULE)
        except ImportError as e:
            raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))

        # Settings that should be converted into tuples if they're mistakenly entered
        # as strings.
        tuple_settings = ("INSTALLED_APPS", "TEMPLATE_DIRS")

        for setting in dir(mod):

            if setting == setting.upper():
                setting_value = getattr(mod, setting)

                if setting in tuple_settings and \
                        isinstance(setting_value, six.string_types):

                    warnings.warn("The %s setting must be a tuple. Please fix your "
                                  "settings, as auto-correction is now deprecated." % setting,
                        PendingDeprecationWarning)
                    setting_value = (setting_value,) # In case the user forgot the comma.

                setattr(self, setting, setting_value) 覆盖设置

        安全 key 不能为空
        if not self.SECRET_KEY:
            raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.")

        if hasattr(time, 'tzset') and self.TIME_ZONE:
            # When we can, attempt to validate the timezone. If we can't find
            # this file, no check happens and it's harmless.
            zoneinfo_root = '/usr/share/zoneinfo'
            if (os.path.exists(zoneinfo_root) and not
                    os.path.exists(os.path.join(zoneinfo_root, *(self.TIME_ZONE.split('/'))))):
                raise ValueError("Incorrect timezone setting: %s" % self.TIME_ZONE)
            # Move the time zone info into os.environ. See ticket #2315 for why
            # we don't do this unconditionally (breaks Windows).
            os.environ['TZ'] = self.TIME_ZONE
            time.tzset()

用户可以自定义的 settings
class UserSettingsHolder(BaseSettings):
    """
    Holder for user configured settings. 为用户配备的设置
    """
    # SETTINGS_MODULE doesn't make much sense in the manually configured
    # (standalone) case.
    SETTINGS_MODULE 意义不大
    SETTINGS_MODULE = None

    def __init__(self, default_settings):
        """
        Requests for configuration variables not in this class are satisfied
        from the module specified in default_settings (if possible).
        """
        self.__dict__['_deleted'] = set()
        self.default_settings = default_settings

    def __getattr__(self, name):
        if name in self._deleted:
            raise AttributeError
        return getattr(self.default_settings, name)

    def __setattr__(self, name, value):
        self._deleted.discard(name)
        return super(UserSettingsHolder, self).__setattr__(name, value)

    def __delattr__(self, name):
        self._deleted.add(name)
        return super(UserSettingsHolder, self).__delattr__(name)

    def __dir__(self):
        return list(self.__dict__) + dir(self.default_settings)

settings = LazySettings() 这里已经设置了 settings



def compat_patch_logging_config(logging_config):
    """
    Backwards-compatibility shim for #16288 fix. Takes initial value of
    ``LOGGING`` setting and patches it in-place (issuing deprecation warning)
    if "mail_admins" logging handler is configured but has no filters.

    """
    #  Shim only if LOGGING["handlers"]["mail_admins"] exists,
    #  but has no "filters" key
    if "filters" not in logging_config.get(
        "handlers", {}).get(
        "mail_admins", {"filters": []}):

        warnings.warn(
            "You have no filters defined on the 'mail_admins' logging "
            "handler: adding implicit debug-false-only filter. "
            "See http://docs.djangoproject.com/en/dev/releases/1.4/"
            "#request-exceptions-are-now-always-logged",
            DeprecationWarning)

        filter_name = "require_debug_false"

        filters = logging_config.setdefault("filters", {})
        while filter_name in filters:
            filter_name = filter_name + "_"

        filters[filter_name] = {
            "()": "django.utils.log.RequireDebugFalse",
        }

        logging_config["handlers"]["mail_admins"]["filters"] = [filter_name]


================================================
FILE: Django-1.5.1/django/conf/app_template/__init__.py
================================================


================================================
FILE: Django-1.5.1/django/conf/app_template/models.py
================================================
from django.db import models

# Create your models here.


================================================
FILE: Django-1.5.1/django/conf/app_template/tests.py
================================================
"""
This file demonstrates writing tests using the unittest module. These will pass
when you run "manage.py test".

Replace this with more appropriate tests for your application.
"""

from django.test import TestCase


class SimpleTest(TestCase):
    def test_basic_addition(self):
        """
        Tests that 1 + 1 always equals 2.
        """
        self.assertEqual(1 + 1, 2)


================================================
FILE: Django-1.5.1/django/conf/app_template/views.py
================================================
# Create your views here.


================================================
FILE: Django-1.5.1/django/conf/global_settings.py
================================================
# Default Django settings. Override these with settings in the module
# pointed-to by the DJANGO_SETTINGS_MODULE environment variable.

# This is defined here as a do-nothing function because we can't import
# django.utils.translation -- that module depends on the settings.
gettext_noop = lambda s: s

####################
# CORE             #
####################

DEBUG = False
TEMPLATE_DEBUG = False

# Whether the framework should propagate raw exceptions rather than catching
# them. This is useful under some testing situations and should never be used
# on a live site.
DEBUG_PROPAGATE_EXCEPTIONS = False

# Whether to use the "Etag" header. This saves bandwidth but slows down performance.
USE_ETAGS = False

# People who get code error notifications.
# In the format (('Full Name', 'email@example.com'), ('Full Name', 'anotheremail@example.com'))
ADMINS = ()

# Tuple of IP addresses, as strings, that:
#   * See debug comments, when DEBUG is true
#   * Receive x-headers
INTERNAL_IPS = ()

# Hosts/domain names that are valid for this site.
# "*" matches anything, ".example.com" matches example.com and all subdomains
ALLOWED_HOSTS = []

# Local time zone for this installation. All choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name (although not all
# systems may support all possibilities). When USE_TZ is True, this is
# interpreted as the default user time zone.
TIME_ZONE = 'America/Chicago'

# If you set this to True, Django will use timezone-aware datetimes.
USE_TZ = False

# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGE_CODE = 'en-us'

# Languages we provide translations for, out of the box. The language name
# should be the utf-8 encoded local name for the language.
LANGUAGES = (
    ('af', gettext_noop('Afrikaans')),
    ('ar', gettext_noop('Arabic')),
    ('az', gettext_noop('Azerbaijani')),
    ('bg', gettext_noop('Bulgarian')),
    ('be', gettext_noop('Belarusian')),
    ('bn', gettext_noop('Bengali')),
    ('br', gettext_noop('Breton')),
    ('bs', gettext_noop('Bosnian')),
    ('ca', gettext_noop('Catalan')),
    ('cs', gettext_noop('Czech')),
    ('cy', gettext_noop('Welsh')),
    ('da', gettext_noop('Danish')),
    ('de', gettext_noop('German')),
    ('el', gettext_noop('Greek')),
    ('en', gettext_noop('English')),
    ('en-gb', gettext_noop('British English')),
    ('eo', gettext_noop('Esperanto')),
    ('es', gettext_noop('Spanish')),
    ('es-ar', gettext_noop('Argentinian Spanish')),
    ('es-mx', gettext_noop('Mexican Spanish')),
    ('es-ni', gettext_noop('Nicaraguan Spanish')),
    ('es-ve', gettext_noop('Venezuelan Spanish')),
    ('et', gettext_noop('Estonian')),
    ('eu', gettext_noop('Basque')),
    ('fa', gettext_noop('Persian')),
    ('fi', gettext_noop('Finnish')),
    ('fr', gettext_noop('French')),
    ('fy-nl', gettext_noop('Frisian')),
    ('ga', gettext_noop('Irish')),
    ('gl', gettext_noop('Galician')),
    ('he', gettext_noop('Hebrew')),
    ('hi', gettext_noop('Hindi')),
    ('hr', gettext_noop('Croatian')),
    ('hu', gettext_noop('Hungarian')),
    ('ia', gettext_noop('Interlingua')),
    ('id', gettext_noop('Indonesian')),
    ('is', gettext_noop('Icelandic')),
    ('it', gettext_noop('Italian')),
    ('ja', gettext_noop('Japanese')),
    ('ka', gettext_noop('Georgian')),
    ('kk', gettext_noop('Kazakh')),
    ('km', gettext_noop('Khmer')),
    ('kn', gettext_noop('Kannada')),
    ('ko', gettext_noop('Korean')),
    ('lb', gettext_noop('Luxembourgish')),
    ('lt', gettext_noop('Lithuanian')),
    ('lv', gettext_noop('Latvian')),
    ('mk', gettext_noop('Macedonian')),
    ('ml', gettext_noop('Malayalam')),
    ('mn', gettext_noop('Mongolian')),
    ('nb', gettext_noop('Norwegian Bokmal')),
    ('ne', gettext_noop('Nepali')),
    ('nl', gettext_noop('Dutch')),
    ('nn', gettext_noop('Norwegian Nynorsk')),
    ('pa', gettext_noop('Punjabi')),
    ('pl', gettext_noop('Polish')),
    ('pt', gettext_noop('Portuguese')),
    ('pt-br', gettext_noop('Brazilian Portuguese')),
    ('ro', gettext_noop('Romanian')),
    ('ru', gettext_noop('Russian')),
    ('sk', gettext_noop('Slovak')),
    ('sl', gettext_noop('Slovenian')),
    ('sq', gettext_noop('Albanian')),
    ('sr', gettext_noop('Serbian')),
    ('sr-latn', gettext_noop('Serbian Latin')),
    ('sv', gettext_noop('Swedish')),
    ('sw', gettext_noop('Swahili')),
    ('ta', gettext_noop('Tamil')),
    ('te', gettext_noop('Telugu')),
    ('th', gettext_noop('Thai')),
    ('tr', gettext_noop('Turkish')),
    ('tt', gettext_noop('Tatar')),
    ('udm', gettext_noop('Udmurt')),
    ('uk', gettext_noop('Ukrainian')),
    ('ur', gettext_noop('Urdu')),
    ('vi', gettext_noop('Vietnamese')),
    ('zh-cn', gettext_noop('Simplified Chinese')),
    ('zh-tw', gettext_noop('Traditional Chinese')),
)

# Languages using BiDi (right-to-left) layout
LANGUAGES_BIDI = ("he", "ar", "fa")

# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
USE_I18N = True
LOCALE_PATHS = ()
LANGUAGE_COOKIE_NAME = 'django_language'

# If you set this to True, Django will format dates, numbers and calendars
# according to user current locale.
USE_L10N = False

# Not-necessarily-technical managers of the site. They get broken link
# notifications and other various emails.
MANAGERS = ADMINS

# Default content type and charset to use for all HttpResponse objects, if a
# MIME type isn't manually specified. These are used to construct the
# Content-Type header.
DEFAULT_CONTENT_TYPE = 'text/html'
DEFAULT_CHARSET = 'utf-8'

# Encoding of files read from disk (template and initial SQL files).
FILE_CHARSET = 'utf-8'

# Email address that error messages come from.
SERVER_EMAIL = 'root@localhost'

# Whether to send broken-link emails.
SEND_BROKEN_LINK_EMAILS = False

# Database connection info. If left empty, will default to the dummy backend.
DATABASES = {}

# Classes used to implement DB routing behavior.
DATABASE_ROUTERS = []

# The email backend to use. For possible shortcuts see django.core.mail.
# The default is to use the SMTP backend.
# Third-party backends can be specified by providing a Python path
# to a module that defines an EmailBackend class.
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'

# Host for sending email.
EMAIL_HOST = 'localhost'

# Port for sending email.
EMAIL_PORT = 25

# Optional SMTP authentication information for EMAIL_HOST.
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_USE_TLS = False

# List of strings representing installed apps.
INSTALLED_APPS = ()

# List of locations of the template source files, in search order.
TEMPLATE_DIRS = ()

# List of callables that know how to import templates from various sources.
# See the comments in django/core/template/loader.py for interface
# documentation.
TEMPLATE_LOADERS = (
    'django.template.loaders.filesystem.Loader',
    'django.template.loaders.app_directories.Loader',
#     'django.template.loaders.eggs.Loader',
)

# List of processors used by RequestContext to populate the context.
# Each one should be a callable that takes the request object as its
# only parameter and returns a dictionary to add to the context.
TEMPLATE_CONTEXT_PROCESSORS = (
    'django.contrib.auth.context_processors.auth',
    'django.core.context_processors.debug',
    'django.core.context_processors.i18n',
    'django.core.context_processors.media',
    'django.core.context_processors.static',
    'django.core.context_processors.tz',
#    'django.core.context_processors.request',
    'django.contrib.messages.context_processors.messages',
)

# Output to use in template system for invalid (e.g. misspelled) variables.
TEMPLATE_STRING_IF_INVALID = ''

# Default email address to use for various automated correspondence from
# the site managers.
DEFAULT_FROM_EMAIL = 'webmaster@localhost'

# Subject-line prefix for email messages send with django.core.mail.mail_admins
# or ...mail_managers.  Make sure to include the trailing space.
EMAIL_SUBJECT_PREFIX = '[Django] '

# Whether to append trailing slashes to URLs.
APPEND_SLASH = True

# Whether to prepend the "www." subdomain to URLs that don't have it.
PREPEND_WWW = False

# Override the server-derived value of SCRIPT_NAME
FORCE_SCRIPT_NAME = None

# List of compiled regular expression objects representing User-Agent strings
# that are not allowed to visit any page, systemwide. Use this for bad
# robots/crawlers. Here are a few examples:
#     import re
#     DISALLOWED_USER_AGENTS = (
#         re.compile(r'^NaverBot.*'),
#         re.compile(r'^EmailSiphon.*'),
#         re.compile(r'^SiteSucker.*'),
#         re.compile(r'^sohu-search')
#     )
DISALLOWED_USER_AGENTS = ()

ABSOLUTE_URL_OVERRIDES = {}

# Tuple of strings representing allowed prefixes for the {% ssi %} tag.
# Example: ('/home/html', '/var/www')
ALLOWED_INCLUDE_ROOTS = ()

# If this is a admin settings module, this should be a list of
# settings modules (in the format 'foo.bar.baz') for which this admin
# is an admin.
ADMIN_FOR = ()

# List of compiled regular expression objects representing URLs that need not
# be reported when SEND_BROKEN_LINK_EMAILS is True. Here are a few examples:
#    import re
#    IGNORABLE_404_URLS = (
#        re.compile(r'^/apple-touch-icon.*\.png$'),
#        re.compile(r'^/favicon.ico$),
#        re.compile(r'^/robots.txt$),
#        re.compile(r'^/phpmyadmin/),
#        re.compile(r'\.(cgi|php|pl)$'),
#    )
IGNORABLE_404_URLS = ()

# A secret key for this particular Django installation. Used in secret-key
# hashing algorithms. Set this in your settings, or Django will complain
# loudly.
SECRET_KEY = ''

# Default file storage mechanism that holds media.
DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'

# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/var/www/example.com/media/"
MEDIA_ROOT = ''

# URL that handles the media served from MEDIA_ROOT.
# Examples: "http://example.com/media/", "http://media.example.com/"
MEDIA_URL = ''

# Absolute path to the directory static files should be collected to.
# Example: "/var/www/example.com/static/"
STATIC_ROOT = ''

# URL that handles the static files served from STATIC_ROOT.
# Example: "http://example.com/static/", "http://static.example.com/"
STATIC_URL = None

# List of upload handler classes to be applied in order.
原来在这里
FILE_UPLOAD_HANDLERS = (
    'django.core.files.uploadhandler.MemoryFileUploadHandler',
    'django.core.files.uploadhandler.TemporaryFileUploadHandler',
)

# Maximum size, in bytes, of a request before it will be streamed to the
# file system instead of into memory.
FILE_UPLOAD_MAX_MEMORY_SIZE = 2621440 # i.e. 2.5 MB

# Directory in which upload streamed files will be temporarily saved. A value of
# `None` will make Django use the operating system's default temporary directory
# (i.e. "/tmp" on *nix systems).
FILE_UPLOAD_TEMP_DIR = None

# The numeric mode to set newly-uploaded files to. The value should be a mode
# you'd pass directly to os.chmod; see http://docs.python.org/lib/os-file-dir.html.
FILE_UPLOAD_PERMISSIONS = None

# Python module path where user will place custom format definition.
# The directory where this setting is pointing should contain subdirectories
# named as the locales, containing a formats.py file
# (i.e. "myproject.locale" for myproject/locale/en/formats.py etc. use)
FORMAT_MODULE_PATH = None

# Default formatting for date objects. See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'N j, Y'

# Default formatting for datetime objects. See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATETIME_FORMAT = 'N j, Y, P'

# Default formatting for time objects. See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
TIME_FORMAT = 'P'

# Default formatting for date objects when only the year and month are relevant.
# See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
YEAR_MONTH_FORMAT = 'F Y'

# Default formatting for date objects when only the month and day are relevant.
# See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
MONTH_DAY_FORMAT = 'F j'

# Default short formatting for date objects. See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
SHORT_DATE_FORMAT = 'm/d/Y'

# Default short formatting for datetime objects.
# See all available format strings here:
# http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
SHORT_DATETIME_FORMAT = 'm/d/Y P'

# Default formats to be used when parsing dates from input boxes, in order
# See all available format string here:
# http://docs.python.org/library/datetime.html#strftime-behavior
# * Note that these format strings are different from the ones to display dates
DATE_INPUT_FORMATS = (
    '%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', # '2006-10-25', '10/25/2006', '10/25/06'
    '%b %d %Y', '%b %d, %Y',            # 'Oct 25 2006', 'Oct 25, 2006'
    '%d %b %Y', '%d %b, %Y',            # '25 Oct 2006', '25 Oct, 2006'
    '%B %d %Y', '%B %d, %Y',            # 'October 25 2006', 'October 25, 2006'
    '%d %B %Y', '%d %B, %Y',            # '25 October 2006', '25 October, 2006'
)

# Default formats to be used when parsing times from input boxes, in order
# See all available format string here:
# http://docs.python.org/library/datetime.html#strftime-behavior
# * Note that these format strings are different from the ones to display dates
TIME_INPUT_FORMATS = (
    '%H:%M:%S',     # '14:30:59'
    '%H:%M',        # '14:30'
)

# Default formats to be used when parsing dates and times from input boxes,
# in order
# See all available format string here:
# http://docs.python.org/library/datetime.html#strftime-behavior
# * Note that these format strings are different from the ones to display dates
DATETIME_INPUT_FORMATS = (
    '%Y-%m-%d %H:%M:%S',     # '2006-10-25 14:30:59'
    '%Y-%m-%d %H:%M:%S.%f',  # '2006-10-25 14:30:59.000200'
    '%Y-%m-%d %H:%M',        # '2006-10-25 14:30'
    '%Y-%m-%d',              # '2006-10-25'
    '%m/%d/%Y %H:%M:%S',     # '10/25/2006 14:30:59'
    '%m/%d/%Y %H:%M:%S.%f',  # '10/25/2006 14:30:59.000200'
    '%m/%d/%Y %H:%M',        # '10/25/2006 14:30'
    '%m/%d/%Y',              # '10/25/2006'
    '%m/%d/%y %H:%M:%S',     # '10/25/06 14:30:59'
    '%m/%d/%y %H:%M:%S.%f',  # '10/25/06 14:30:59.000200'
    '%m/%d/%y %H:%M',        # '10/25/06 14:30'
    '%m/%d/%y',              # '10/25/06'
)

# First day of week, to be used on calendars
# 0 means Sunday, 1 means Monday...
FIRST_DAY_OF_WEEK = 0

# Decimal separator symbol
DECIMAL_SEPARATOR = '.'

# Boolean that sets whether to add thousand separator when formatting numbers
USE_THOUSAND_SEPARATOR = False

# Number of digits that will be together, when splitting them by
# THOUSAND_SEPARATOR. 0 means no grouping, 3 means splitting by thousands...
NUMBER_GROUPING = 0

# Thousand separator symbol
THOUSAND_SEPARATOR = ','

# Do you want to manage transactions manually?
# Hint: you really don't!
TRANSACTIONS_MANAGED = False

# The tablespaces to use for each model when not specified otherwise.
DEFAULT_TABLESPACE = ''
DEFAULT_INDEX_TABLESPACE = ''

# Default X-Frame-Options header value
X_FRAME_OPTIONS = 'SAMEORIGIN'

USE_X_FORWARDED_HOST = False

# The Python dotted path to the WSGI application that Django's internal servers
# (runserver, runfcgi) will use. If `None`, the return value of
# 'django.core.wsgi.get_wsgi_application' is used, thus preserving the same
# behavior as previous versions of Django. Otherwise this should point to an
# actual WSGI application object.
WSGI_APPLICATION = None

# If your Django app is behind a proxy that sets a header to specify secure
# connections, AND that proxy ensures that user-submitted headers with the
# same name are ignored (so that people can't spoof it), set this value to
# a tuple of (header_name, header_value). For any requests that come in with
# that header/value, request.is_secure() will return True.
# WARNING! Only set this if you fully understand what you're doing. Otherwise,
# you may be opening yourself up to a security risk.
SECURE_PROXY_SSL_HEADER = None

##############
# MIDDLEWARE #
##############

# List of middleware classes to use.  Order is important; in the request phase,
# this middleware classes will be applied in the order given, and in the
# response phase the middleware will be applied in reverse order.
MIDDLEWARE_CLASSES = (
    'django.middleware.common.CommonMiddleware',
    'django.contrib.sessions.middleware.SessionMiddleware',
    'django.middleware.csrf.CsrfViewMiddleware',
    'django.contrib.auth.middleware.AuthenticationMiddleware',
    'django.contrib.messages.middleware.MessageMiddleware',
#     'django.middleware.http.ConditionalGetMiddleware',
#     'django.middleware.gzip.GZipMiddleware',
)

############
# SESSIONS #
############

SESSION_CACHE_ALIAS = 'default'                         # Cache to store session data if using the cache session backend.
SESSION_COOKIE_NAME = 'sessionid'                       # Cookie name. This can be whatever you want.
SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2               # Age of cookie, in seconds (default: 2 weeks).
SESSION_COOKIE_DOMAIN = None                            # A string like ".example.com", or None for standard domain cookie.
SESSION_COOKIE_SECURE = False                           # Whether the session cookie should be secure (https:// only).
SESSION_COOKIE_PATH = '/'                               # The path of the session cookie.
SESSION_COOKIE_HTTPONLY = True                          # Whether to use the non-RFC standard httpOnly flag (IE, FF3+, others)
SESSION_SAVE_EVERY_REQUEST = False                      # Whether to save the session data on every request.
SESSION_EXPIRE_AT_BROWSER_CLOSE = False                 # Whether a user's session cookie expires when the Web browser is closed.
SESSION_ENGINE = 'django.contrib.sessions.backends.db'  # The module to store session data
SESSION_FILE_PATH = None                                # Directory to store session files if using the file session module. If None, the backend will use a sensible default.

#########
# CACHE #
#########

# The cache backends to use.
CACHES = {
    'default': {
        'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
    }
}
CACHE_MIDDLEWARE_KEY_PREFIX = ''
CACHE_MIDDLEWARE_SECONDS = 600
CACHE_MIDDLEWARE_ALIAS = 'default'

####################
# COMMENTS         #
####################

COMMENTS_ALLOW_PROFANITIES = False

# The profanities that will trigger a validation error in
# CommentDetailsForm.clean_comment. All of these should be in lowercase.
PROFANITIES_LIST = ()

##################
# AUTHENTICATION #
##################

AUTH_USER_MODEL = 'auth.User'

AUTHENTICATION_BACKENDS = ('django.contrib.auth.backends.ModelBackend',)

LOGIN_URL = '/accounts/login/'

LOGOUT_URL = '/accounts/logout/'

LOGIN_REDIRECT_URL = '/accounts/profile/'

# The number of days a password reset link is valid for
PASSWORD_RESET_TIMEOUT_DAYS = 3

# the first hasher in this list is the preferred algorithm.  any
# password using different algorithms will be converted automatically
# upon login
PASSWORD_HASHERS = (
    'django.contrib.auth.hashers.PBKDF2PasswordHasher',
    'django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher',
    'django.contrib.auth.hashers.BCryptPasswordHasher',
    'django.contrib.auth.hashers.SHA1PasswordHasher',
    'django.contrib.auth.hashers.MD5PasswordHasher',
    'django.contrib.auth.hashers.UnsaltedSHA1PasswordHasher',
    'django.contrib.auth.hashers.UnsaltedMD5PasswordHasher',
    'django.contrib.auth.hashers.CryptPasswordHasher',
)

###########
# SIGNING #
###########

SIGNING_BACKEND = 'django.core.signing.TimestampSigner'

########
# CSRF #
########

# Dotted path to callable to be used as view when a request is
# rejected by the CSRF middleware.
CSRF_FAILURE_VIEW = 'django.views.csrf.csrf_failure'

# Settings for CSRF cookie.
CSRF_COOKIE_NAME = 'csrftoken'
CSRF_COOKIE_DOMAIN = None
CSRF_COOKIE_PATH = '/'
CSRF_COOKIE_SECURE = False

############
# MESSAGES #
############

# Class to use as messages backend
MESSAGE_STORAGE = 'django.contrib.messages.storage.fallback.FallbackStorage'

# Default values of MESSAGE_LEVEL and MESSAGE_TAGS are defined within
# django.contrib.messages to avoid imports in this settings file.

###########
# LOGGING #
###########

# The callable to use to configure logging
LOGGING_CONFIG = 'django.utils.log.dictConfig'

# Custom logging configuration.
LOGGING = {}

# Default exception reporter filter class used in case none has been
# specifically assigned to the HttpRequest instance.
DEFAULT_EXCEPTION_REPORTER_FILTER = 'django.views.debug.SafeExceptionReporterFilter'

###########
# TESTING #
###########

# The name of the class to use to run the test suite
TEST_RUNNER = 'django.test.simple.DjangoTestSuiteRunner'

############
# FIXTURES #
############

# The list of directories to search for fixtures
FIXTURE_DIRS = ()

###############
# STATICFILES #
###############

# A list of locations of additional static files
STATICFILES_DIRS = ()

# The default file storage backend used during the build process
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'

# List of finder classes that know how to find static files in
# various locations.
STATICFILES_FINDERS = (
    'django.contrib.staticfiles.finders.FileSystemFinder',
    'django.contrib.staticfiles.finders.AppDirectoriesFinder',
#    'django.contrib.staticfiles.finders.DefaultStorageFinder',
)


================================================
FILE: Django-1.5.1/django/conf/locale/__init__.py
================================================
from __future__ import unicode_literals

区域化设置

# About name_local: capitalize it as if your language name was appearing inside a sentence in your language.

LANG_INFO = {
    'af': {
        'bidi': False,
        'code': 'af',
        'name': 'Afrikaans',
        'name_local': 'Afrikaans',
    },
    'ar': {
        'bidi': True,
        'code': 'ar',
        'name': 'Arabic',
        'name_local': '\u0627\u0644\u0639\u0631\u0628\u064a\u0651\u0629',
    },
    'az': {
        'bidi': True,
        'code': 'az',
        'name': 'Azerbaijani',
        'name_local': 'az\u0259rbaycan dili',
    },
    'be': {
        'bidi': False,
        'code': 'be',
        'name': 'Belarusian',
        'name_local': '\u0431\u0435\u043b\u0430\u0440\u0443\u0441\u043a\u0430\u044f',
    },
    'bg': {
        'bidi': False,
        'code': 'bg',
        'name': 'Bulgarian',
        'name_local': '\u0431\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438',
    },
    'bn': {
        'bidi': False,
        'code': 'bn',
        'name': 'Bengali',
        'name_local': '\u09ac\u09be\u0982\u09b2\u09be',
    },
    'br': {
        'bidi': False,
        'code': 'br',
        'name': 'Breton',
        'name_local': 'brezhoneg',
    },
    'bs': {
        'bidi': False,
        'code': 'bs',
        'name': 'Bosnian',
        'name_local': 'bosanski',
    },
    'ca': {
        'bidi': False,
        'code': 'ca',
        'name': 'Catalan',
        'name_local': 'catal\xe0',
    },
    'cs': {
        'bidi': False,
        'code': 'cs',
        'name': 'Czech',
        'name_local': '\u010desky',
    },
    'cy': {
        'bidi': False,
        'code': 'cy',
        'name': 'Welsh',
        'name_local': 'Cymraeg',
    },
    'da': {
        'bidi': False,
        'code': 'da',
        'name': 'Danish',
        'name_local': 'dansk',
    },
    'de': {
        'bidi': False,
        'code': 'de',
        'name': 'German',
        'name_local': 'Deutsch',
    },
    'el': {
        'bidi': False,
        'code': 'el',
        'name': 'Greek',
        'name_local': '\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac',
    },
    'en': {
        'bidi': False,
        'code': 'en',
        'name': 'English',
        'name_local': 'English',
    },
    'en-gb': {
        'bidi': False,
        'code': 'en-gb',
        'name': 'British English',
        'name_local': 'British English',
    },
    'eo': {
        'bidi': False,
        'code': 'eo',
        'name': 'Esperanto',
        'name_local': 'Esperanto',
    },
    'es': {
        'bidi': False,
        'code': 'es',
        'name': 'Spanish',
        'name_local': 'espa\xf1ol',
    },
    'es-ar': {
        'bidi': False,
        'code': 'es-ar',
        'name': 'Argentinian Spanish',
        'name_local': 'espa\xf1ol de Argentina',
    },
    'es-mx': {
        'bidi': False,
        'code': 'es-mx',
        'name': 'Mexican Spanish',
        'name_local': 'espa\xf1ol de Mexico',
    },
    'es-ni': {
        'bidi': False,
        'code': 'es-ni',
        'name': 'Nicaraguan Spanish',
        'name_local': 'espa\xf1ol de Nicaragua',
    },
    'es-ve': {
        'bidi': False,
        'code': 'es-ve',
        'name': 'Venezuelan Spanish',
        'name_local': 'espa\xf1ol de Venezuela',
    },
    'et': {
        'bidi': False,
        'code': 'et',
        'name': 'Estonian',
        'name_local': 'eesti',
    },
    'eu': {
        'bidi': False,
        'code': 'eu',
        'name': 'Basque',
        'name_local': 'Basque',
    },
    'fa': {
        'bidi': True,
        'code': 'fa',
        'name': 'Persian',
        'name_local': '\u0641\u0627\u0631\u0633\u06cc',
    },
    'fi': {
        'bidi': False,
        'code': 'fi',
        'name': 'Finnish',
        'name_local': 'suomi',
    },
    'fr': {
        'bidi': False,
        'code': 'fr',
        'name': 'French',
        'name_local': 'fran\xe7ais',
    },
    'fy-nl': {
        'bidi': False,
        'code': 'fy-nl',
        'name': 'Frisian',
        'name_local': 'Frisian',
    },
    'ga': {
        'bidi': False,
        'code': 'ga',
        'name': 'Irish',
        'name_local': 'Gaeilge',
    },
    'gl': {
        'bidi': False,
        'code': 'gl',
        'name': 'Galician',
        'name_local': 'galego',
    },
    'he': {
        'bidi': True,
        'code': 'he',
        'name': 'Hebrew',
        'name_local': '\u05e2\u05d1\u05e8\u05d9\u05ea',
    },
    'hi': {
        'bidi': False,
        'code': 'hi',
        'name': 'Hindi',
        'name_local': 'Hindi',
    },
    'hr': {
        'bidi': False,
        'code': 'hr',
        'name': 'Croatian',
        'name_local': 'Hrvatski',
    },
    'hu': {
        'bidi': False,
        'code': 'hu',
        'name': 'Hungarian',
        'name_local': 'Magyar',
    },
    'ia': {
        'bidi': False,
        'code': 'ia',
        'name': 'Interlingua',
        'name_local': 'Interlingua',
    },
    'id': {
        'bidi': False,
        'code': 'id',
        'name': 'Indonesian',
        'name_local': 'Bahasa Indonesia',
    },
    'is': {
        'bidi': False,
        'code': 'is',
        'name': 'Icelandic',
        'name_local': '\xcdslenska',
    },
    'it': {
        'bidi': False,
        'code': 'it',
        'name': 'Italian',
        'name_local': 'italiano',
    },
    'ja': {
        'bidi': False,
        'code': 'ja',
        'name': 'Japanese',
        'name_local': '\u65e5\u672c\u8a9e',
    },
    'ka': {
        'bidi': False,
        'code': 'ka',
        'name': 'Georgian',
        'name_local': '\u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8',
    },
    'kk': {
        'bidi': False,
        'code': 'kk',
        'name': 'Kazakh',
        'name_local': '\u049a\u0430\u0437\u0430\u049b',
    },
    'km': {
        'bidi': False,
        'code': 'km',
        'name': 'Khmer',
        'name_local': 'Khmer',
    },
    'kn': {
        'bidi': False,
        'code': 'kn',
        'name': 'Kannada',
        'name_local': 'Kannada',
    },
    'ko': {
        'bidi': False,
        'code': 'ko',
        'name': 'Korean',
        'name_local': '\ud55c\uad6d\uc5b4',
    },
    'lb': {
        'bidi': False,
        'code': 'lb',
        'name': 'Luxembourgish',
        'name_local': 'L\u00ebtzebuergesch',
    },
    'lt': {
        'bidi': False,
        'code': 'lt',
        'name': 'Lithuanian',
        'name_local': 'Lithuanian',
    },
    'lv': {
        'bidi': False,
        'code': 'lv',
        'name': 'Latvian',
        'name_local': 'latvie\u0161u',
    },
    'mk': {
        'bidi': False,
        'code': 'mk',
        'name': 'Macedonian',
        'name_local': '\u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0441\u043a\u0438',
    },
    'ml': {
        'bidi': False,
        'code': 'ml',
        'name': 'Malayalam',
        'name_local': 'Malayalam',
    },
    'mn': {
        'bidi': False,
        'code': 'mn',
        'name': 'Mongolian',
        'name_local': 'Mongolian',
    },
    'nb': {
        'bidi': False,
        'code': 'nb',
        'name': 'Norwegian Bokmal',
        'name_local': 'norsk (bokm\xe5l)',
    },
    'ne': {
        'bidi': False,
        'code': 'ne',
        'name': 'Nepali',
        'name_local': '\u0928\u0947\u092a\u093e\u0932\u0940',
    },
    'nl': {
        'bidi': False,
        'code': 'nl',
        'name': 'Dutch',
        'name_local': 'Nederlands',
    },
    'nn': {
        'bidi': False,
        'code': 'nn',
        'name': 'Norwegian Nynorsk',
        'name_local': 'norsk (nynorsk)',
    },
    'no': {
        'bidi': False,
        'code': 'no',
        'name': 'Norwegian',
        'name_local': 'norsk',
    },
    'pa': {
        'bidi': False,
        'code': 'pa',
        'name': 'Punjabi',
        'name_local': 'Punjabi',
    },
    'pl': {
        'bidi': False,
        'code': 'pl',
        'name': 'Polish',
        'name_local': 'polski',
    },
    'pt': {
        'bidi': False,
        'code': 'pt',
        'name': 'Portuguese',
        'name_local': 'Portugu\xeas',
    },
    'pt-br': {
        'bidi': False,
        'code': 'pt-br',
        'name': 'Brazilian Portuguese',
        'name_local': 'Portugu\xeas Brasileiro',
    },
    'ro': {
        'bidi': False,
        'code': 'ro',
        'name': 'Romanian',
        'name_local': 'Rom\xe2n\u0103',
    },
    'ru': {
        'bidi': False,
        'code': 'ru',
        'name': 'Russian',
        'name_local': '\u0420\u0443\u0441\u0441\u043a\u0438\u0439',
    },
    'sk': {
        'bidi': False,
        'code': 'sk',
        'name': 'Slovak',
        'name_local': 'slovensk\xfd',
    },
    'sl': {
        'bidi': False,
        'code': 'sl',
        'name': 'Slovenian',
        'name_local': 'Sloven\u0161\u010dina',
    },
    'sq': {
        'bidi': False,
        'code': 'sq',
        'name': 'Albanian',
        'name_local': 'Albanian',
    },
    'sr': {
        'bidi': False,
        'code': 'sr',
        'name': 'Serbian',
        'name_local': '\u0441\u0440\u043f\u0441\u043a\u0438',
    },
    'sr-latn': {
        'bidi': False,
        'code': 'sr-latn',
        'name': 'Serbian Latin',
        'name_local': 'srpski (latinica)',
    },
    'sv': {
        'bidi': False,
        'code': 'sv',
        'name': 'Swedish',
        'name_local': 'svenska',
    },
    'sw': {
        'bidi': False,
        'code': 'sw',
        'name': 'Swahili',
        'name_local': 'Kiswahili',
    },
    'ta': {
        'bidi': False,
        'code': 'ta',
        'name': 'Tamil',
        'name_local': '\u0ba4\u0bae\u0bbf\u0bb4\u0bcd',
    },
    'te': {
        'bidi': False,
        'code': 'te',
        'name': 'Telugu',
        'name_local': '\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41',
    },
    'th': {
        'bidi': False,
        'code': 'th',
        'name': 'Thai',
        'name_local': 'Thai',
    },
    'tr': {
        'bidi': False,
        'code': 'tr',
        'name': 'Turkish',
        'name_local': 'T\xfcrk\xe7e',
    },
    'tt': {
        'bidi': False,
        'code': 'tt',
        'name': 'Tatar',
        'name_local': '\u0422\u0430\u0442\u0430\u0440\u0447\u0430',
    },
    'udm': {
        'bidi': False,
        'code': 'udm',
        'name': 'Udmurt',
        'name_local': '\u0423\u0434\u043c\u0443\u0440\u0442',
    },
    'uk': {
        'bidi': False,
        'code': 'uk',
        'name': 'Ukrainian',
        'name_local': '\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430',
    },
    'ur': {
        'bidi': False,
        'code': 'ur',
        'name': 'Urdu',
        'name_local': '\u0627\u0631\u062f\u0648',
    },
    'vi': {
        'bidi': False,
        'code': 'vi',
        'name': 'Vietnamese',
        'name_local': 'Vietnamese',
    },
    'zh-cn': {
        'bidi': False,
        'code': 'zh-cn',
        'name': 'Simplified Chinese',
        'name_local': '\u7b80\u4f53\u4e2d\u6587',
    },
    'zh-tw': {
        'bidi': False,
        'code': 'zh-tw',
        'name': 'Traditional Chinese',
        'name_local': '\u7e41\u9ad4\u4e2d\u6587',
    }
}


================================================
FILE: Django-1.5.1/django/conf/locale/af/LC_MESSAGES/django.po
================================================
# This file is distributed under the same license as the Django package.
#
# Translators:
# Piet Delport <pjdelport@gmail.com>, 2012-2013.
# Stephen Cox <scox@rems2.com>, 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-01 16:10+0100\n"
"PO-Revision-Date: 2013-03-26 06:50+0000\n"
"Last-Translator: Piet Delport <pjdelport@gmail.com>\n"
"Language-Team: Afrikaans (http://www.transifex.com/projects/p/django/"
"language/af/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: conf/global_settings.py:48
msgid "Afrikaans"
msgstr "Afrikaans"

#: conf/global_settings.py:49
msgid "Arabic"
msgstr "Arabies"

#: conf/global_settings.py:50
msgid "Azerbaijani"
msgstr "Aserbeidjans"

#: conf/global_settings.py:51
msgid "Bulgarian"
msgstr "Bulgaars"

#: conf/global_settings.py:52
msgid "Belarusian"
msgstr "Wit-Russies"

#: conf/global_settings.py:53
msgid "Bengali"
msgstr "Bengali"

#: conf/global_settings.py:54
msgid "Breton"
msgstr "Bretons"

#: conf/global_settings.py:55
msgid "Bosnian"
msgstr "Bosnies"

#: conf/global_settings.py:56
msgid "Catalan"
msgstr "Katalaans"

#: conf/global_settings.py:57
msgid "Czech"
msgstr "Tsjeggies"

#: conf/global_settings.py:58
msgid "Welsh"
msgstr "Welsh"

#: conf/global_settings.py:59
msgid "Danish"
msgstr "Deens"

#: conf/global_settings.py:60
msgid "German"
msgstr "Duits"

#: conf/global_settings.py:61
msgid "Greek"
msgstr "Grieks"

#: conf/global_settings.py:62
msgid "English"
msgstr "Engels"

#: conf/global_settings.py:63
msgid "British English"
msgstr "Britse Engels"

#: conf/global_settings.py:64
msgid "Esperanto"
msgstr "Esperanto"

#: conf/global_settings.py:65
msgid "Spanish"
msgstr "Spaans"

#: conf/global_settings.py:66
msgid "Argentinian Spanish"
msgstr "Argentynse Spaans"

#: conf/global_settings.py:67
msgid "Mexican Spanish"
msgstr "Meksikaanse Spaans"

#: conf/global_settings.py:68
msgid "Nicaraguan Spanish"
msgstr "Nicaraguaanse Spaans"

#: conf/global_settings.py:69
msgid "Venezuelan Spanish"
msgstr "Venezolaanse Spaans"

#: conf/global_settings.py:70
msgid "Estonian"
msgstr "Estnies"

#: conf/global_settings.py:71
msgid "Basque"
msgstr "Baskies"

#: conf/global_settings.py:72
msgid "Persian"
msgstr "Persies"

#: conf/global_settings.py:73
msgid "Finnish"
msgstr "Fins"

#: conf/global_settings.py:74
msgid "French"
msgstr "Fraans"

#: conf/global_settings.py:75
msgid "Frisian"
msgstr "Fries"

#: conf/global_settings.py:76
msgid "Irish"
msgstr "Iers"

#: conf/global_settings.py:77
msgid "Galician"
msgstr "Galicies"

#: conf/global_settings.py:78
msgid "Hebrew"
msgstr "Hebreeus"

#: conf/global_settings.py:79
msgid "Hindi"
msgstr "Hindoe"

#: conf/global_settings.py:80
msgid "Croatian"
msgstr "Kroaties"

#: conf/global_settings.py:81
msgid "Hungarian"
msgstr "Hongaars"

#: conf/global_settings.py:82
msgid "Interlingua"
msgstr "Interlingua"

#: conf/global_settings.py:83
msgid "Indonesian"
msgstr "Indonesies"

#: conf/global_settings.py:84
msgid "Icelandic"
msgstr "Yslands"

#: conf/global_settings.py:85
msgid "Italian"
msgstr "Italiaans"

#: conf/global_settings.py:86
msgid "Japanese"
msgstr "Japannees"

#: conf/global_settings.py:87
msgid "Georgian"
msgstr "Georgian"

#: conf/global_settings.py:88
msgid "Kazakh"
msgstr "Kazakh"

#: conf/global_settings.py:89
msgid "Khmer"
msgstr "Khmer"

#: conf/global_settings.py:90
msgid "Kannada"
msgstr "Kannada"

#: conf/global_settings.py:91
msgid "Korean"
msgstr "Koreaanse"

#: conf/global_settings.py:92
msgid "Luxembourgish"
msgstr "Luxemburgs"

#: conf/global_settings.py:93
msgid "Lithuanian"
msgstr "Litaus"

#: conf/global_settings.py:94
msgid "Latvian"
msgstr "Lets"

#: conf/global_settings.py:95
msgid "Macedonian"
msgstr "Macedonies"

#: conf/global_settings.py:96
msgid "Malayalam"
msgstr "Malabaars"

#: conf/global_settings.py:97
msgid "Mongolian"
msgstr "Mongools"

#: conf/global_settings.py:98
msgid "Norwegian Bokmal"
msgstr "Noors Bokmal"

#: conf/global_settings.py:99
msgid "Nepali"
msgstr "Nepalees"

#: conf/global_settings.py:100
msgid "Dutch"
msgstr "Nederlands"

#: conf/global_settings.py:101
msgid "Norwegian Nynorsk"
msgstr "Noorweegse Nynorsk"

#: conf/global_settings.py:102
msgid "Punjabi"
msgstr "Punjabi"

#: conf/global_settings.py:103
msgid "Polish"
msgstr "Pools"

#: conf/global_settings.py:104
msgid "Portuguese"
msgstr "Portugees"

#: conf/global_settings.py:105
msgid "Brazilian Portuguese"
msgstr "Brasiliaanse Portugees"

#: conf/global_settings.py:106
msgid "Romanian"
msgstr "Roemeens"

#: conf/global_settings.py:107
msgid "Russian"
msgstr "Russiese"

#: conf/global_settings.py:108
msgid "Slovak"
msgstr "Slowaakse"

#: conf/global_settings.py:109
msgid "Slovenian"
msgstr "Sloveens"

#: conf/global_settings.py:110
msgid "Albanian"
msgstr "Albanees"

#: conf/global_settings.py:111
msgid "Serbian"
msgstr "Serwies"

#: conf/global_settings.py:112
msgid "Serbian Latin"
msgstr "Serwies Latyns"

#: conf/global_settings.py:113
msgid "Swedish"
msgstr "Sweeds"

#: conf/global_settings.py:114
msgid "Swahili"
msgstr "Swahili"

#: conf/global_settings.py:115
msgid "Tamil"
msgstr "Tamil"

#: conf/global_settings.py:116
msgid "Telugu"
msgstr "Teloegoe"

#: conf/global_settings.py:117
msgid "Thai"
msgstr "Thai"

#: conf/global_settings.py:118
msgid "Turkish"
msgstr "Turkish"

#: conf/global_settings.py:119
msgid "Tatar"
msgstr "Tataars"

#: conf/global_settings.py:120
msgid "Udmurt"
msgstr "Oedmoerts"

#: conf/global_settings.py:121
msgid "Ukrainian"
msgstr "Oekraïens"

#: conf/global_settings.py:122
msgid "Urdu"
msgstr "Urdu"

#: conf/global_settings.py:123
msgid "Vietnamese"
msgstr "Viëtnamees"

#: conf/global_settings.py:124
msgid "Simplified Chinese"
msgstr "Vereenvoudigde Sjinees"

#: conf/global_settings.py:125
msgid "Traditional Chinese"
msgstr "Tradisionele Chinese"

#: core/validators.py:21 forms/fields.py:52
msgid "Enter a valid value."
msgstr "Sleutel 'n geldige waarde in."

#: core/validators.py:104 forms/fields.py:464
msgid "Enter a valid email address."
msgstr "Sleutel 'n geldige e-pos adres in."

#: core/validators.py:107 forms/fields.py:1013
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Sleutel 'n geldige \"slak\" wat bestaan ​​uit letters, syfers, beklemtoon of "
"koppel."

#: core/validators.py:110 core/validators.py:129 forms/fields.py:987
msgid "Enter a valid IPv4 address."
msgstr "Sleutel 'n geldige IPv4-adres in."

#: core/validators.py:115 core/validators.py:130
msgid "Enter a valid IPv6 address."
msgstr "Voer 'n geldige IPv6-adres in."

#: core/validators.py:125 core/validators.py:128
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Voer 'n geldige IPv4 of IPv6-adres in."

#: core/validators.py:151 db/models/fields/__init__.py:655
msgid "Enter only digits separated by commas."
msgstr "Sleutel slegs syfers in wat deur kommas geskei is."

#: core/validators.py:157
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr ""
"Maak seker dat hierdie waarde %(limit_value)s is  (dit is %(show_value)s )."

#: core/validators.py:176 forms/fields.py:210 forms/fields.py:263
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr ""
"Maak seker dat hierdie waarde minder as of gelyk aan %(limit_value)s is."

#: core/validators.py:182 forms/fields.py:211 forms/fields.py:264
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr ""
"Maak seker dat hierdie waarde groter as of gelyk aan %(limit_value)s is."

#: core/validators.py:189
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr ""
"Maak seker dat dit waarde ten minste %(limit_value)d karakters het (dit het "
"%(show_value)d)."

#: core/validators.py:196
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr ""
"Maak seker dat dit waarde op die meeste %(limit_value)d karakters het (dit "
"het %(show_value)d)."

#: db/models/base.py:857
#, python-format
msgid "%(field_name)s must be unique for %(date_field)s %(lookup)s."
msgstr "%(field_name)s  moet uniek wees vir %(date_field)s  %(lookup)s ."

#: db/models/base.py:880 forms/models.py:573
msgid "and"
msgstr "en"

#: db/models/base.py:881 db/models/fields/__init__.py:70
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s met hierdie %(field_label)s  bestaan ​​alreeds."

#: db/models/fields/__init__.py:67
#, python-format
msgid "Value %r is not a valid choice."
msgstr "Waarde %r is nie 'n geldige keuse nie."

#: db/models/fields/__init__.py:68
msgid "This field cannot be null."
msgstr "Hierdie veld kan nie nil wees nie."

#: db/models/fields/__init__.py:69
msgid "This field cannot be blank."
msgstr "Hierdie veld kan nie leeg wees nie."

#: db/models/fields/__init__.py:76
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Veld van type: %(field_type)s "

#: db/models/fields/__init__.py:517 db/models/fields/__init__.py:985
msgid "Integer"
msgstr "Heelgetal"

#: db/models/fields/__init__.py:521 db/models/fields/__init__.py:983
#, python-format
msgid "'%s' value must be an integer."
msgstr "'%s' waarde moet 'n heelgetal wees."

#: db/models/fields/__init__.py:569
#, python-format
msgid "'%s' value must be either True or False."
msgstr "'%s' waarde moet waar of vals wees."

#: db/models/fields/__init__.py:571
msgid "Boolean (Either True or False)"
msgstr "Boole (Eder waar of vals)"

#: db/models/fields/__init__.py:622
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "String (tot %(max_length)s)"

#: db/models/fields/__init__.py:650
msgid "Comma-separated integers"
msgstr "Kommas geskeide heelgetalle"

#: db/models/fields/__init__.py:664
#, python-format
msgid "'%s' value has an invalid date format. It must be in YYYY-MM-DD format."
msgstr ""
"'%s' waarde is in 'n ongeldige datum formaat. Dit moet in die JJJJ-MM-DD-"
"formaat wees."

#: db/models/fields/__init__.py:666 db/models/fields/__init__.py:754
#, python-format
msgid ""
"'%s' value has the correct format (YYYY-MM-DD) but it is an invalid date."
msgstr ""
"'%s' waarde is in die korrekte formaat (JJJJ-MM-DD), maar dit is 'n "
"ongeldige datum."

#: db/models/fields/__init__.py:669
msgid "Date (without time)"
msgstr "Datum (sonder die tyd)"

#: db/models/fields/__init__.py:752
#, python-format
msgid ""
"'%s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"'%s' waarde se formaat is ongeldig. Dit moet in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] formaat wees."

#: db/models/fields/__init__.py:756
#, python-format
msgid ""
"'%s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) but "
"it is an invalid date/time."
msgstr ""
"'%s' waarde het die regte formaat (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) maar "
"is nie 'n geldige datum/tyd nie."

#: db/models/fields/__init__.py:760
msgid "Date (with time)"
msgstr "Datum (met die tyd)"

#: db/models/fields/__init__.py:849
#, python-format
msgid "'%s' value must be a decimal number."
msgstr "'%s' waarde moet 'n desimale getal wees."

#: db/models/fields/__init__.py:851
msgid "Decimal number"
msgstr "Desimale getal"

#: db/models/fields/__init__.py:908
msgid "Email address"
msgstr "E-pos adres"

#: db/models/fields/__init__.py:927
msgid "File path"
msgstr "Lêer pad"

#: db/models/fields/__init__.py:954
#, python-format
msgid "'%s' value must be a float."
msgstr "'%s' waarde moet 'n dryfpunt getal wees."

#: db/models/fields/__init__.py:956
msgid "Floating point number"
msgstr "Dryfpunt getal"

#: db/models/fields/__init__.py:1017
msgid "Big (8 byte) integer"
msgstr "Groot (8 greep) heelgetal"

#: db/models/fields/__init__.py:1031
msgid "IPv4 address"
msgstr "IPv4 adres"

#: db/models/fields/__init__.py:1047
msgid "IP address"
msgstr "IP adres"

#: db/models/fields/__init__.py:1090
#, python-format
msgid "'%s' value must be either None, True or False."
msgstr "'%s' waarde moet None, True of False wees."

#: db/models/fields/__init__.py:1092
msgid "Boolean (Either True, False or None)"
msgstr "Boole (Eder waar, vals of niks)"

#: db/models/fields/__init__.py:1141
msgid "Positive integer"
msgstr "Positiewe heelgetal"

#: db/models/fields/__init__.py:1152
msgid "Positive small integer"
msgstr "Positiewe klein heelgetal"

#: db/models/fields/__init__.py:1163
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Slug (tot by %(max_length)s)"

#: db/models/fields/__init__.py:1181
msgid "Small integer"
msgstr "Klein heelgetal"

#: db/models/fields/__init__.py:1187
msgid "Text"
msgstr "Teks"

#: db/models/fields/__init__.py:1205
#, python-format
msgid ""
"'%s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] format."
msgstr ""
"'%s' waarde se formaat is ongeldig. Dit moet in HH:MM[:ss[.uuuuuu]] formaat "
"wees."

#: db/models/fields/__init__.py:1207
#, python-format
msgid ""
"'%s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an invalid "
"time."
msgstr ""
"'%s' waarde het die regte formaat (HH:MM[:ss[.uuuuuu]]) maar is nie 'n "
"geldige tyd nie."

#: db/models/fields/__init__.py:1210
msgid "Time"
msgstr "Tyd"

#: db/models/fields/__init__.py:1272
msgid "URL"
msgstr "URL"

#: db/models/fields/files.py:216
msgid "File"
msgstr "Lêer"

#: db/models/fields/files.py:323
msgid "Image"
msgstr "Prent"

#: db/models/fields/related.py:979
#, python-format
msgid "Model %(model)s with pk %(pk)r does not exist."
msgstr "Model %(model)s met private sleutel %(pk)r bestaan ​​nie."

#: db/models/fields/related.py:981
msgid "Foreign Key (type determined by related field)"
msgstr "Vreemde sleutel (tipe bepaal deur verwante veld)"

#: db/models/fields/related.py:1111
msgid "One-to-one relationship"
msgstr "Een-tot-een-verhouding"

#: db/models/fields/related.py:1178
msgid "Many-to-many relationship"
msgstr "Baie-tot-baie-verwantskap"

#: db/models/fields/related.py:1203
msgid ""
"Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
msgstr ""
"Hou die \"Control\" knoppie, of \"Command\" op 'n Mac, onder om meer as een "
"te kies."

#: forms/fields.py:51
msgid "This field is required."
msgstr "Die veld is verpligtend."

#: forms/fields.py:209
msgid "Enter a whole number."
msgstr "Sleutel 'n hele getal in."

#: forms/fields.py:241 forms/fields.py:262
msgid "Enter a number."
msgstr "Sleutel 'n nommer in."

#: forms/fields.py:265
#, python-format
msgid "Ensure that there are no more than %s digits in total."
msgstr "Maak seker dat daar nie meer as %s syfers in totaal is nie."

#: forms/fields.py:266
#, python-format
msgid "Ensure that there are no more than %s decimal places."
msgstr "Maak seker dat daar nie meer as %s desimale plekke is nie."

#: forms/fields.py:267
#, python-format
msgid "Ensure that there are no more than %s digits before the decimal point."
msgstr ""
"Maak seker dat daar nie meer as %s syfers voor die desimale punt is nie."

#: forms/fields.py:355 forms/fields.py:953
msgid "Enter a valid date."
msgstr "Sleutel 'n geldige datum in."

#: forms/fields.py:378 forms/fields.py:954
msgid "Enter a valid time."
msgstr "Sleutel 'n geldige tyd in."

#: forms/fields.py:399
msgid "Enter a valid date/time."
msgstr "Sleutel 'n geldige datum/tyd in."

#: forms/fields.py:475
msgid "No file was submitted. Check the encoding type on the form."
msgstr ""
"Geen lêer is ingedien nie. Maak seker die kodering tipe op die vorm is reg."

#: forms/fields.py:476
msgid "No file was submitted."
msgstr "Geen lêer is ingedien nie."

#: forms/fields.py:477
msgid "The submitted file is empty."
msgstr "Die ingedien lêer is leeg."

#: forms/fields.py:478
#, python-format
msgid ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr ""
"Maak seker dat hierdie lêernaam op die meeste %(max)d karakters het (dit is "
"%(length)d)."

#: forms/fields.py:479
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr "Stuur die lêer of tiek die maak skoon boksie, nie beide nie."

#: forms/fields.py:534
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Laai 'n geldige prent. Die lêer wat jy opgelaai het is nie 'n prent nie of "
"dit is 'n korrupte prent."

#: forms/fields.py:580
msgid "Enter a valid URL."
msgstr "Sleutel 'n geldige URL in."

#: forms/fields.py:666 forms/fields.py:746
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr ""
"Kies 'n geldige keuse.  %(value)s  is nie een van die beskikbare keuses nie."

#: forms/fields.py:747 forms/fields.py:835 forms/models.py:1002
msgid "Enter a list of values."
msgstr "Sleatel 'n lys van waardes in."

#: forms/formsets.py:324 forms/formsets.py:326
msgid "Order"
msgstr "Orde"

#: forms/formsets.py:328
msgid "Delete"
msgstr "Verwyder"

#: forms/models.py:567
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "Korrigeer die dubbele data vir %(field)s ."

#: forms/models.py:571
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr "Korrigeer die dubbele data vir %(field)s , dit moet uniek wees."

#: forms/models.py:577
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Korrigeer die dubbele data vir %(field_name)s, dit moet uniek wees vir die "
"%(lookup)s  in %(date_field)s ."

#: forms/models.py:585
msgid "Please correct the duplicate values below."
msgstr "Korrigeer die dubbele waardes hieronder."

#: forms/models.py:852
msgid "The inline foreign key did not match the parent instance primary key."
msgstr ""
"Die inlyn vreemde sleutel stem nie ooreen met die ouer primêre sleutel."

#: forms/models.py:913
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr ""
"Kies 'n geldige keuse. Daardie keuse is nie een van die beskikbare keuses "
"nie."

#: forms/models.py:1003
#, python-format
msgid "Select a valid choice. %s is not one of the available choices."
msgstr "Kies 'n geldige keuse. %s is nie een van die beskikbare keuses nie."

#: forms/models.py:1005
#, python-format
msgid "\"%s\" is not a valid value for a primary key."
msgstr "\"%s\" is nie 'n geldige waarde vir 'n primêre sleutel nie."

#: forms/util.py:81
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"%(datetime)s kon nie in tydsone %(current_timezone)s vertolk word nie; dit "
"mag dubbelsinnig wees, of nie bestaan nie."

#: forms/widgets.py:336
msgid "Currently"
msgstr "Op die oomblik"

#: forms/widgets.py:337
msgid "Change"
msgstr "Verander"

#: forms/widgets.py:338
msgid "Clear"
msgstr "Maak skoon"

#: forms/widgets.py:594
msgid "Unknown"
msgstr "Onbekend"

#: forms/widgets.py:595
msgid "Yes"
msgstr "Ja"

#: forms/widgets.py:596
msgid "No"
msgstr "Nee"

#: template/defaultfilters.py:794
msgid "yes,no,maybe"
msgstr "Ja, nee, miskien"

#: template/defaultfilters.py:822 template/defaultfilters.py:833
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d greep"
msgstr[1] "%(size)d grepe"

#: template/defaultfilters.py:835
#, python-format
msgid "%s KB"
msgstr "%s KB"

#: template/defaultfilters.py:837
#, python-format
msgid "%s MB"
msgstr "%s MB"

#: template/defaultfilters.py:839
#, python-format
msgid "%s GB"
msgstr "%s GB"

#: template/defaultfilters.py:841
#, python-format
msgid "%s TB"
msgstr "%s TB"

#: template/defaultfilters.py:842
#, python-format
msgid "%s PB"
msgstr "%s PB"

#: utils/dateformat.py:47
msgid "p.m."
msgstr "p.m."

#: utils/dateformat.py:48
msgid "a.m."
msgstr "a.m."

#: utils/dateformat.py:53
msgid "PM"
msgstr "PM"

#: utils/dateformat.py:54
msgid "AM"
msgstr "AM"

#: utils/dateformat.py:103
msgid "midnight"
msgstr "middernag"

#: utils/dateformat.py:105
msgid "noon"
msgstr "middag"

#: utils/dates.py:6
msgid "Monday"
msgstr "Maandag"

#: utils/dates.py:6
msgid "Tuesday"
msgstr "Dinsdag"

#: utils/dates.py:6
msgid "Wednesday"
msgstr "Woensdag"

#: utils/dates.py:6
msgid "Thursday"
msgstr "Donderdag"

#: utils/dates.py:6
msgid "Friday"
msgstr "Vrydag"

#: utils/dates.py:7
msgid "Saturday"
msgstr "Saterdag"

#: utils/dates.py:7
msgid "Sunday"
msgstr "Sondag"

#: utils/dates.py:10
msgid "Mon"
msgstr "Ma"

#: utils/dates.py:10
msgid "Tue"
msgstr "Di"

#: utils/dates.py:10
msgid "Wed"
msgstr "Wo"

#: utils/dates.py:10
msgid "Thu"
msgstr "Do"

#: utils/dates.py:10
msgid "Fri"
msgstr "Vr"

#: utils/dates.py:11
msgid "Sat"
msgstr "Sa"

#: utils/dates.py:11
msgid "Sun"
msgstr "So"

#: utils/dates.py:18
msgid "January"
msgstr "Januarie"

#: utils/dates.py:18
msgid "February"
msgstr "Februarie"

#: utils/dates.py:18
msgid "March"
msgstr "Maart"

#: utils/dates.py:18
msgid "April"
msgstr "April"

#: utils/dates.py:18
msgid "May"
msgstr "Mei"

#: utils/dates.py:18
msgid "June"
msgstr "Junie"

#: utils/dates.py:19
msgid "July"
msgstr "Julie"

#: utils/dates.py:19
msgid "August"
msgstr "Augustus"

#: utils/dates.py:19
msgid "September"
msgstr "September"

#: utils/dates.py:19
msgid "October"
msgstr "Oktober"

#: utils/dates.py:19
msgid "November"
msgstr "November"

#: utils/dates.py:20
msgid "December"
msgstr "Desember"

#: utils/dates.py:23
msgid "jan"
msgstr "jan"

#: utils/dates.py:23
msgid "feb"
msgstr "feb"

#: utils/dates.py:23
msgid "mar"
msgstr "mar"

#: utils/dates.py:23
msgid "apr"
msgstr "apr"

#: utils/dates.py:23
msgid "may"
msgstr "mag"

#: utils/dates.py:23
msgid "jun"
msgstr "jun"

#: utils/dates.py:24
msgid "jul"
msgstr "jul"

#: utils/dates.py:24
msgid "aug"
msgstr "aug"

#: utils/dates.py:24
msgid "sep"
msgstr "sept"

#: utils/dates.py:24
msgid "oct"
msgstr "okt"

#: utils/dates.py:24
msgid "nov"
msgstr "nov"

#: utils/dates.py:24
msgid "dec"
msgstr "des"

#: utils/dates.py:31
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Jan."

#: utils/dates.py:32
msgctxt "abbrev. month"
msgid "Feb."
msgstr "Feb."

#: utils/dates.py:33
msgctxt "abbrev. month"
msgid "March"
msgstr "Maart"

#: utils/dates.py:34
msgctxt "abbrev. month"
msgid "April"
msgstr "April"

#: utils/dates.py:35
msgctxt "abbrev. month"
msgid "May"
msgstr "Mei"

#: utils/dates.py:36
msgctxt "abbrev. month"
msgid "June"
msgstr "Junie"

#: utils/dates.py:37
msgctxt "abbrev. month"
msgid "July"
msgstr "Julie"

#: utils/dates.py:38
msgctxt "abbrev. month"
msgid "Aug."
msgstr "Aug."

#: utils/dates.py:39
msgctxt "abbrev. month"
msgid "Sept."
msgstr "Sept."

#: utils/dates.py:40
msgctxt "abbrev. month"
msgid "Oct."
msgstr "Okt."

#: utils/dates.py:41
msgctxt "abbrev. month"
msgid "Nov."
msgstr "Nov."

#: utils/dates.py:42
msgctxt "abbrev. month"
msgid "Dec."
msgstr "Des."

#: utils/dates.py:45
msgctxt "alt. month"
msgid "January"
msgstr "Januarie"

#: utils/dates.py:46
msgctxt "alt. month"
msgid "February"
msgstr "Februarie"

#: utils/dates.py:47
msgctxt "alt. month"
msgid "March"
msgstr "Maart"

#: utils/dates.py:48
msgctxt "alt. month"
msgid "April"
msgstr "April"

#: utils/dates.py:49
msgctxt "alt. month"
msgid "May"
msgstr "Mei"

#: utils/dates.py:50
msgctxt "alt. month"
msgid "June"
msgstr "Junie"

#: utils/dates.py:51
msgctxt "alt. month"
msgid "July"
msgstr "Julie"

#: utils/dates.py:52
msgctxt "alt. month"
msgid "August"
msgstr "Augustus"

#: utils/dates.py:53
msgctxt "alt. month"
msgid "September"
msgstr "September"

#: utils/dates.py:54
msgctxt "alt. month"
msgid "October"
msgstr "Oktober"

#: utils/dates.py:55
msgctxt "alt. month"
msgid "November"
msgstr "November"

#: utils/dates.py:56
msgctxt "alt. month"
msgid "December"
msgstr "Desember"

#: utils/text.py:70
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."

#: utils/text.py:239
msgid "or"
msgstr "of"

#. Translators: This string is used as a separator between list elements
#: utils/text.py:256
msgid ", "
msgstr ","

#: utils/timesince.py:22
msgid "year"
msgid_plural "years"
msgstr[0] "jaar"
msgstr[1] "jare"

#: utils/timesince.py:23
msgid "month"
msgid_plural "months"
msgstr[0] "maand"
msgstr[1] "maande"

#: utils/timesince.py:24
msgid "week"
msgid_plural "weeks"
msgstr[0] "week"
msgstr[1] "weke"

#: utils/timesince.py:25
msgid "day"
msgid_plural "days"
msgstr[0] "dag"
msgstr[1] "dae"

#: utils/timesince.py:26
msgid "hour"
msgid_plural "hours"
msgstr[0] "uur"
msgstr[1] "ure"

#: utils/timesince.py:27
msgid "minute"
msgid_plural "minutes"
msgstr[0] "minuut"
msgstr[1] "minute"

#: utils/timesince.py:43
msgid "minutes"
msgstr "minute"

#: utils/timesince.py:48
#, python-format
msgid "%(number)d %(type)s"
msgstr "%(number)d %(type)s"

#: utils/timesince.py:54
#, python-format
msgid ", %(number)d %(type)s"
msgstr ", %(number)d %(type)s"

#: views/static.py:56
msgid "Directory indexes are not allowed here."
msgstr "Gids indekse word nie hier toegelaat nie."

#: views/static.py:58
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "\"%(path)s\" bestaan nie"

#: views/static.py:98
#, python-format
msgid "Index of %(directory)s"
msgstr "Indeks van %(directory)s"

#: views/generic/dates.py:42
msgid "No year specified"
msgstr "Geen jaar gespesifiseer"

#: views/generic/dates.py:98
msgid "No month specified"
msgstr "Geen maand gespesifiseer"

#: views/generic/dates.py:157
msgid "No day specified"
msgstr "Geen dag gespesifiseer"

#: views/generic/dates.py:213
msgid "No week specified"
msgstr "Geen week gespesifiseer"

#: views/generic/dates.py:368 views/generic/dates.py:393
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "Geen %(verbose_name_plural)s beskikbaar nie"

#: views/generic/dates.py:646
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"Toekomstige %(verbose_name_plural)s  is nie beskikbaar nie, omdat "
"%(class_name)s.allow_future vals is."

#: views/generic/dates.py:678
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr ""
"Ongeldige datum string '%(datestr)s' die formaat moet wees '%(format)s'"

#: views/generic/detail.py:54
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "Geen %(verbose_name)s gevind vir die soektog"

#: views/generic/list.py:51
msgid "Page is not 'last', nor can it be converted to an int."
msgstr ""
"Bladsy is nie 'laaste' nie, en dit kan nie omgeskakel word na 'n heelgetal "
"nie."

#: views/generic/list.py:56
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Ongeldige bladsy (%(page_number)s): %(message)s"

#: views/generic/list.py:137
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "Leë lys en ' %(class_name)s.allow_empty' is vals."


================================================
FILE: Django-1.5.1/django/conf/locale/ar/LC_MESSAGES/django.po
================================================
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011.
# Ossama Khayat <okhayat@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-01 16:10+0100\n"
"PO-Revision-Date: 2013-01-02 08:47+0000\n"
"Last-Translator: Ossama Khayat <okhayat@gmail.com>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/"
"ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#: conf/global_settings.py:48
msgid "Afrikaans"
msgstr ""

#: conf/global_settings.py:49
msgid "Arabic"
msgstr "العربيّة"

#: conf/global_settings.py:50
msgid "Azerbaijani"
msgstr "الأذربيجانية"

#: conf/global_settings.py:51
msgid "Bulgarian"
msgstr "البلغاريّة"

#: conf/global_settings.py:52
msgid "Belarusian"
msgstr ""

#: conf/global_settings.py:53
msgid "Bengali"
msgstr "البنغاليّة"

#: conf/global_settings.py:54
msgid "Breton"
msgstr ""

#: conf/global_settings.py:55
msgid "Bosnian"
msgstr "البوسنيّة"

#: conf/global_settings.py:56
msgid "Catalan"
msgstr "الكتلانيّة"

#: conf/global_settings.py:57
msgid "Czech"
msgstr "التشيكيّة"

#: conf/global_settings.py:58
msgid "Welsh"
msgstr "الويلز"

#: conf/global_settings.py:59
msgid "Danish"
msgstr "الدنماركيّة"

#: conf/global_settings.py:60
msgid "German"
msgstr "الألمانيّة"

#: conf/global_settings.py:61
msgid "Greek"
msgstr "اليونانيّة"

#: conf/global_settings.py:62
msgid "English"
msgstr "الإنجليزيّة"

#: conf/global_settings.py:63
msgid "British English"
msgstr "الإنجليزيّة البريطانيّة"

#: conf/global_settings.py:64
msgid "Esperanto"
msgstr ""

#: conf/global_settings.py:65
msgid "Spanish"
msgstr "الإسبانيّة"

#: conf/global_settings.py:66
msgid "Argentinian Spanish"
msgstr "الأسبانية الأرجنتينية"

#: conf/global_settings.py:67
msgid "Mexican Spanish"
msgstr "الأسبانية المكسيكية"

#: conf/global_settings.py:68
msgid "Nicaraguan Spanish"
msgstr ""

#: conf/global_settings.py:69
msgid "Venezuelan Spanish"
msgstr ""

#: conf/global_settings.py:70
msgid "Estonian"
msgstr "الإستونيّة"

#: conf/global_settings.py:71
msgid "Basque"
msgstr "الباسك"

#: conf/global_settings.py:72
msgid "Persian"
msgstr "الفارسيّة"

#: conf/global_settings.py:73
msgid "Finnish"
msgstr "الفنلنديّة"

#: conf/global_settings.py:74
msgid "French"
msgstr "الفرنسيّة"

#: conf/global_settings.py:75
msgid "Frisian"
msgstr "الفريزيّة"

#: conf/global_settings.py:76
msgid "Irish"
msgstr "الإيرلنديّة"

#: conf/global_settings.py:77
msgid "Galician"
msgstr "الجليقيّة"

#: conf/global_settings.py:78
msgid "Hebrew"
msgstr "العبريّة"

#: conf/global_settings.py:79
msgid "Hindi"
msgstr "الهندية"

#: conf/global_settings.py:80
msgid "Croatian"
msgstr "الكرواتيّة"

#: conf/global_settings.py:81
msgid "Hungarian"
msgstr "الهنغاريّة"

#: conf/global_settings.py:82
msgid "Interlingua"
msgstr ""

#: conf/global_settings.py:83
msgid "Indonesian"
msgstr "الإندونيسيّة"

#: conf/global_settings.py:84
msgid "Icelandic"
msgstr "الآيسلنديّة"

#: conf/global_settings.py:85
msgid "Italian"
msgstr "الإيطاليّة"

#: conf/global_settings.py:86
msgid "Japanese"
msgstr "اليابانيّة"

#: conf/global_settings.py:87
msgid "Georgian"
msgstr "الجورجيّة"

#: conf/global_settings.py:88
msgid "Kazakh"
msgstr ""

#: conf/global_settings.py:89
msgid "Khmer"
msgstr "الخمر"

#: conf/global_settings.py:90
msgid "Kannada"
msgstr "الهنديّة (كنّادا)"

#: conf/global_settings.py:91
msgid "Korean"
msgstr "الكوريّة"

#: conf/global_settings.py:92
msgid "Luxembourgish"
msgstr ""

#: conf/global_settings.py:93
msgid "Lithuanian"
msgstr "اللتوانيّة"

#: conf/global_settings.py:94
msgid "Latvian"
msgstr "اللاتفيّة"

#: conf/global_settings.py:95
msgid "Macedonian"
msgstr "المقدونيّة"

#: conf/global_settings.py:96
msgid "Malayalam"
msgstr "المايالام"

#: conf/global_settings.py:97
msgid "Mongolian"
msgstr "المنغوليّة"

#: conf/global_settings.py:98
msgid "Norwegian Bokmal"
msgstr "البوكمال نرويجيّة"

#: conf/global_settings.py:99
msgid "Nepali"
msgstr ""

#: conf/global_settings.py:100
msgid "Dutch"
msgstr "الهولنديّة"

#: conf/global_settings.py:101
msgid "Norwegian Nynorsk"
msgstr "النينورسك نرويجيّة"

#: conf/global_settings.py:102
msgid "Punjabi"
msgstr "البنجابيّة"

#: conf/global_settings.py:103
msgid "Polish"
msgstr "البولنديّة"

#: conf/global_settings.py:104
msgid "Portuguese"
msgstr "البرتغاليّة"

#: conf/global_settings.py:105
msgid "Brazilian Portuguese"
msgstr "البرتغاليّة البرازيليّة"

#: conf/global_settings.py:106
msgid "Romanian"
msgstr "الرومانيّة"

#: conf/global_settings.py:107
msgid "Russian"
msgstr "الروسيّة"

#: conf/global_settings.py:108
msgid "Slovak"
msgstr "السلوفاكيّة"

#: conf/global_settings.py:109
msgid "Slovenian"
msgstr "السلوفانيّة"

#: conf/global_settings.py:110
msgid "Albanian"
msgstr "الألبانيّة"

#: conf/global_settings.py:111
msgid "Serbian"
msgstr "الصربيّة"

#: conf/global_settings.py:112
msgid "Serbian Latin"
msgstr "اللاتينيّة الصربيّة"

#: conf/global_settings.py:113
msgid "Swedish"
msgstr "السويديّة"

#: conf/global_settings.py:114
msgid "Swahili"
msgstr ""

#: conf/global_settings.py:115
msgid "Tamil"
msgstr "التاميل"

#: conf/global_settings.py:116
msgid "Telugu"
msgstr "التيلوغو"

#: conf/global_settings.py:117
msgid "Thai"
msgstr "التايلنديّة"

#: conf/global_settings.py:118
msgid "Turkish"
msgstr "التركيّة"

#: conf/global_settings.py:119
msgid "Tatar"
msgstr ""

#: conf/global_settings.py:120
msgid "Udmurt"
msgstr ""

#: conf/global_settings.py:121
msgid "Ukrainian"
msgstr "الأكرانيّة"

#: conf/global_settings.py:122
msgid "Urdu"
msgstr "الأوردو"

#: conf/global_settings.py:123
msgid "Vietnamese"
msgstr "الفيتناميّة"

#: conf/global_settings.py:124
msgid "Simplified Chinese"
msgstr "الصينيّة المبسطة"

#: conf/global_settings.py:125
msgid "Traditional Chinese"
msgstr "الصينيّة التقليدية"

#: core/validators.py:21 forms/fields.py:52
msgid "Enter a valid value."
msgstr "أدخل قيمة صحيحة."

#: core/validators.py:104 forms/fields.py:464
msgid "Enter a valid email address."
msgstr ""

#: core/validators.py:107 forms/fields.py:1013
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr "أدخل اختصار 'slug' صحيح يتكوّن من أحرف، أرقام، شرطات سفلية وعاديّة."

#: core/validators.py:110 core/validators.py:129 forms/fields.py:987
msgid "Enter a valid IPv4 address."
msgstr "أدخل عنوان IPv4 صحيح."

#: core/validators.py:115 core/validators.py:130
msgid "Enter a valid IPv6 address."
msgstr ""

#: core/validators.py:125 core/validators.py:128
msgid "Enter a valid IPv4 or IPv6 address."
msgstr ""

#: core/validators.py:151 db/models/fields/__init__.py:655
msgid "Enter only digits separated by commas."
msgstr "أدخل أرقاما فقط مفصول بينها بفواصل."

#: core/validators.py:157
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr "تحقق من أن هذه القيمة هي %(limit_value)s (إنها %(show_value)s)."

#: core/validators.py:176 forms/fields.py:210 forms/fields.py:263
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "تحقق من أن تكون هذه القيمة أقل من %(limit_value)s أو مساوية لها."

#: core/validators.py:182 forms/fields.py:211 forms/fields.py:264
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "تحقق من أن تكون هذه القيمة أكثر من %(limit_value)s أو مساوية لها."

#: core/validators.py:189
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr ""
"تحقق من أن هذه القيمة تحتوي %(limit_value)d أحرف على الأقل (عدد أحرفها "
"%(show_value)d)."

#: core/validators.py:196
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr ""
"تحقق من أن هذه القيمة مكونة من %(limit_value)d أحرف كحد أقصى (عدد أحرفها "
"الآن %(show_value)d)."

#: db/models/base.py:857
#, python-format
msgid "%(field_name)s must be unique for %(date_field)s %(lookup)s."
msgstr "%(field_name)s يجب أن يكون مُميّزاً مع %(date_field)s %(lookup)s."

#: db/models/base.py:880 forms/models.py:573
msgid "and"
msgstr "و"

#: db/models/base.py:881 db/models/fields/__init__.py:70
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "النموذج %(model_name)s والحقل %(field_label)s موجود مسبقاً."

#: db/models/fields/__init__.py:67
#, python-format
msgid "Value %r is not a valid choice."
msgstr "القيمة %r ليست خياراً صالحاً."

#: db/models/fields/__init__.py:68
msgid "This field cannot be null."
msgstr "لا يمكن تعيين null كقيمة لهذا الحقل."

#: db/models/fields/__init__.py:69
msgid "This field cannot be blank."
msgstr "لا يمكن ترك هذا الحقل فارغاً."

#: db/models/fields/__init__.py:76
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "حقل نوع: %(field_type)s"

#: db/models/fields/__init__.py:517 db/models/fields/__init__.py:985
msgid "Integer"
msgstr "عدد صحيح"

#: db/models/fields/__init__.py:521 db/models/fields/__init__.py:983
#, python-format
msgid "'%s' value must be an integer."
msgstr ""

#: db/models/fields/__init__.py:569
#, python-format
msgid "'%s' value must be either True or False."
msgstr ""

#: db/models/fields/__init__.py:571
msgid "Boolean (Either True or False)"
msgstr "ثنائي (إما True أو False)"

#: db/models/fields/__init__.py:622
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "سلسلة نص (%(max_length)s كحد أقصى)"

#: db/models/fields/__init__.py:650
msgid "Comma-separated integers"
msgstr "أرقام صحيحة مفصولة بفواصل"

#: db/models/fields/__init__.py:664
#, python-format
msgid "'%s' value has an invalid date format. It must be in YYYY-MM-DD format."
msgstr ""

#: db/models/fields/__init__.py:666 db/models/fields/__init__.py:754
#, python-format
msgid ""
"'%s' value has the correct format (YYYY-MM-DD) but it is an invalid date."
msgstr ""

#: db/models/fields/__init__.py:669
msgid "Date (without time)"
msgstr "التاريخ (دون الوقت)"

#: db/models/fields/__init__.py:752
#, python-format
msgid ""
"'%s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""

#: db/models/fields/__init__.py:756
#, python-format
msgid ""
"'%s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) but "
"it is an invalid date/time."
msgstr ""

#: db/models/fields/__init__.py:760
msgid "Date (with time)"
msgstr "التاريخ (مع الوقت)"

#: db/models/fields/__init__.py:849
#, python-format
msgid "'%s' value must be a decimal number."
msgstr ""

#: db/models/fields/__init__.py:851
msgid "Decimal number"
msgstr "رقم عشري"

#: db/models/fields/__init__.py:908
msgid "Email address"
msgstr "عنوان بريد إلكتروني"

#: db/models/fields/__init__.py:927
msgid "File path"
msgstr "مسار الملف"

#: db/models/fields/__init__.py:954
#, python-format
msgid "'%s' value must be a float."
msgstr ""

#: db/models/fields/__init__.py:956
msgid "Floating point number"
msgstr "رقم فاصلة عائمة"

#: db/models/fields/__init__.py:1017
msgid "Big (8 byte) integer"
msgstr "عدد صحيح كبير (8 بايت)"

#: db/models/fields/__init__.py:1031
msgid "IPv4 address"
msgstr ""

#: db/models/fields/__init__.py:1047
msgid "IP address"
msgstr "عنوان IP"

#: db/models/fields/__init__.py:1090
#, python-format
msgid "'%s' value must be either None, True or False."
msgstr ""

#: db/models/fields/__init__.py:1092
msgid "Boolean (Either True, False or None)"
msgstr "ثنائي (إما True أو False أو None)"

#: db/models/fields/__init__.py:1141
msgid "Positive integer"
msgstr ""

#: db/models/fields/__init__.py:1152
msgid "Positive small integer"
msgstr ""

#: db/models/fields/__init__.py:1163
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr ""

#: db/models/fields/__init__.py:1181
msgid "Small integer"
msgstr ""

#: db/models/fields/__init__.py:1187
msgid "Text"
msgstr "نص"

#: db/models/fields/__init__.py:1205
#, python-format
msgid ""
"'%s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] format."
msgstr ""

#: db/models/fields/__init__.py:1207
#, python-format
msgid ""
"'%s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an invalid "
"time."
msgstr ""

#: db/models/fields/__init__.py:1210
msgid "Time"
msgstr "وقت"

#: db/models/fields/__init__.py:1272
msgid "URL"
msgstr "رابط"

#: db/models/fields/files.py:216
msgid "File"
msgstr ""

#: db/models/fields/files.py:323
msgid "Image"
msgstr ""

#: db/models/fields/related.py:979
#, python-format
msgid "Model %(model)s with pk %(pk)r does not exist."
msgstr "النموذج %(model)s ذو الحقل الرئيسي %(pk)r غير موجود."

#: db/models/fields/related.py:981
msgid "Foreign Key (type determined by related field)"
msgstr "الحقل المرتبط (تم تحديد النوع وفقاً للحقل المرتبط)"

#: db/models/fields/related.py:1111
msgid "One-to-one relationship"
msgstr "علاقة واحد إلى واحد"

#: db/models/fields/related.py:1178
msgid "Many-to-many relationship"
msgstr "علاقة متعدد إلى متعدد"

#: db/models/fields/related.py:1203
msgid ""
"Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
msgstr ""
"اضغط زر التحكم \"Control\", أو \"Command\" على أجهزة Mac لاختيار أكثر من "
"واحد."

#: forms/fields.py:51
msgid "This field is required."
msgstr "هذا الحقل مطلوب."

#: forms/fields.py:209
msgid "Enter a whole number."
msgstr "أدخل رقما صحيحا."

#: forms/fields.py:241 forms/fields.py:262
msgid "Enter a number."
msgstr "أدخل رقماً."

#: forms/fields.py:265
#, python-format
msgid "Ensure that there are no more than %s digits in total."
msgstr "تحقق من أن تدخل %s أرقام لا أكثر."

#: forms/fields.py:266
#, python-format
msgid "Ensure that there are no more than %s decimal places."
msgstr "تحقق من أن تدخل %s خانات عشرية لا أكثر."

#: forms/fields.py:267
#, python-format
msgid "Ensure that there are no more than %s digits before the decimal point."
msgstr "تحقق من أن تدخل %s أرقام قبل الفاصل العشري لا أكثر."

#: forms/fields.py:355 forms/fields.py:953
msgid "Enter a valid date."
msgstr "أدخل تاريخاً صحيحاً."

#: forms/fields.py:378 forms/fields.py:954
msgid "Enter a valid time."
msgstr "أدخل وقتاً صحيحاً."

#: forms/fields.py:399
msgid "Enter a valid date/time."
msgstr "أدخل تاريخاً/وقتاً صحيحاً."

#: forms/fields.py:475
msgid "No file was submitted. Check the encoding type on the form."
msgstr "لم يتم ارسال ملف، الرجاء التأكد من نوع ترميز الاستمارة."

#: forms/fields.py:476
msgid "No file was submitted."
msgstr "لم يتم إرسال اي ملف."

#: forms/fields.py:477
msgid "The submitted file is empty."
msgstr "الملف الذي قمت بإرساله فارغ."

#: forms/fields.py:478
#, python-format
msgid ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr ""
"تحقق من أن اسم الملف يتكون بحد أقصى من %(max)d أحرف (يتكون حالياً من "
"%(length)d)."

#: forms/fields.py:479
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr "رجاءً أرسل ملف أو صح علامة صح عند مربع اختيار \"فارغ\"، وليس كلاهما."

#: forms/fields.py:534
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"قم برفع صورة صحيحة، الملف الذي قمت برفعه إما أنه ليس ملفا لصورة أو أنه ملف "
"معطوب."

#: forms/fields.py:580
msgid "Enter a valid URL."
msgstr "أدخل رابطاً صحيحاً."

#: forms/fields.py:666 forms/fields.py:746
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr "انتق خياراً صحيحاً. %(value)s ليس أحد الخيارات المتاحة."

#: forms/fields.py:747 forms/fields.py:835 forms/models.py:1002
msgid "Enter a list of values."
msgstr "أدخل قائمة من القيم."

#: forms/formsets.py:324 forms/formsets.py:326
msgid "Order"
msgstr "الترتيب"

#: forms/formsets.py:328
msgid "Delete"
msgstr "احذف"

#: forms/models.py:567
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "رجاء صحّح بيانات %(field)s المتكررة."

#: forms/models.py:571
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr "رجاء صحّح بيانات %(field)s المتكررة والتي يجب أن تكون مُميّزة."

#: forms/models.py:577
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"رجاء صحّح بيانات %(field_name)s المتكررة والتي يجب أن تكون مُميّزة لـ%(lookup)s "
"في %(date_field)s."

#: forms/models.py:585
msgid "Please correct the duplicate values below."
msgstr "رجاءً صحّح القيم المُكرّرة أدناه."

#: forms/models.py:852
msgid "The inline foreign key did not match the parent instance primary key."
msgstr "حقل foreign key المحدد لا يطابق الحقل الرئيسي له."

#: forms/models.py:913
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr "انتق خياراً صحيحاً. اختيارك ليس أحد الخيارات المتاحة."

#: forms/models.py:1003
#, python-format
msgid "Select a valid choice. %s is not one of the available choices."
msgstr "انتق خياراً صحيحاً. %s ليس أحد الخيارات المتاحة."

#: forms/models.py:1005
#, python-format
msgid "\"%s\" is not a valid value for a primary key."
msgstr "القيمة \"%s\" هي صحيحة للحقل المرجعي."

#: forms/util.py:81
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""

#: forms/widgets.py:336
msgid "Currently"
msgstr "حالياً"

#: forms/widgets.py:337
msgid "Change"
msgstr "عدّل"

#: forms/widgets.py:338
msgid "Clear"
msgstr "تفريغ"

#: forms/widgets.py:594
msgid "Unknown"
msgstr "مجهول"

#: forms/widgets.py:595
msgid "Yes"
msgstr "نعم"

#: forms/widgets.py:596
msgid "No"
msgstr "لا"

#: template/defaultfilters.py:794
msgid "yes,no,maybe"
msgstr "نعم,لا,ربما"

#: template/defaultfilters.py:822 template/defaultfilters.py:833
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d بايت"
msgstr[1] "بايت واحد"
msgstr[2] "بايتان"
msgstr[3] "%(size)d بايتان"
msgstr[4] "%(size)d بايت"
msgstr[5] "%(size)d بايت"

#: template/defaultfilters.py:835
#, python-format
msgid "%s KB"
msgstr "%s ك.ب"

#: template/defaultfilters.py:837
#, python-format
msgid "%s MB"
msgstr "%s م.ب"

#: template/defaultfilters.py:839
#, python-format
msgid "%s GB"
msgstr "%s ج.ب"

#: template/defaultfilters.py:841
#, python-format
msgid "%s TB"
msgstr "%s ت.ب"

#: template/defaultfilters.py:842
#, python-format
msgid "%s PB"
msgstr "%s ب.ب"

#: utils/dateformat.py:47
msgid "p.m."
msgstr "م"

#: utils/dateformat.py:48
msgid "a.m."
msgstr "ص"

#: utils/dateformat.py:53
msgid "PM"
msgstr "م"

#: utils/dateformat.py:54
msgid "AM"
msgstr "ص"

#: utils/dateformat.py:103
msgid "midnight"
msgstr "منتصف الليل"

#: utils/dateformat.py:105
msgid "noon"
msgstr "ظهراً"

#: utils/dates.py:6
msgid "Monday"
msgstr "الاثنين"

#: utils/dates.py:6
msgid "Tuesday"
msgstr "الثلاثاء"

#: utils/dates.py:6
msgid "Wednesday"
msgstr "الأربعاء"

#: utils/dates.py:6
msgid "Thursday"
msgstr "الخميس"

#: utils/dates.py:6
msgid "Friday"
msgstr "الجمعة"

#: utils/dates.py:7
msgid "Saturday"
msgstr "السبت"

#: utils/dates.py:7
msgid "Sunday"
msgstr "الأحد"

#: utils/dates.py:10
msgid "Mon"
msgstr "إثنين"

#: utils/dates.py:10
msgid "Tue"
msgstr "ثلاثاء"

#: utils/dates.py:10
msgid "Wed"
msgstr "أربعاء"

#: utils/dates.py:10
msgid "Thu"
msgstr "خميس"

#: utils/dates.py:10
msgid "Fri"
msgstr "جمعة"

#: utils/dates.py:11
msgid "Sat"
msgstr "سبت"

#: utils/dates.py:11
msgid "Sun"
msgstr "أحد"

#: utils/dates.py:18
msgid "January"
msgstr "يناير"

#: utils/dates.py:18
msgid "February"
msgstr "فبراير"

#: utils/dates.py:18
msgid "March"
msgstr "مارس"

#: utils/dates.py:18
msgid "April"
msgstr "إبريل"

#: utils/dates.py:18
msgid "May"
msgstr "مايو"

#: utils/dates.py:18
msgid "June"
msgstr "يونيو"

#: utils/dates.py:19
msgid "July"
msgstr "يوليو"

#: utils/dates.py:19
msgid "August"
msgstr "أغسطس"

#: utils/dates.py:19
msgid "September"
msgstr "سبتمبر"

#: utils/dates.py:19
msgid "October"
msgstr "أكتوبر"

#: utils/dates.py:19
msgid "November"
msgstr "نوفمبر"

#: utils/dates.py:20
msgid "December"
msgstr "ديسمبر"

#: utils/dates.py:23
msgid "jan"
msgstr "يناير"

#: utils/dates.py:23
msgid "feb"
msgstr "فبراير"

#: utils/dates.py:23
msgid "mar"
msgstr "مارس"

#: utils/dates.py:23
msgid "apr"
msgstr "إبريل"

#: utils/dates.py:23
msgid "may"
msgstr "مايو"

#: utils/dates.py:23
msgid "jun"
msgstr "يونيو"

#: utils/dates.py:24
msgid "jul"
msgstr "يوليو"

#: utils/dates.py:24
msgid "aug"
msgstr "أغسطس"

#: utils/dates.py:24
msgid "sep"
msgstr "سبتمبر"

#: utils/dates.py:24
msgid "oct"
msgstr "أكتوبر"

#: utils/dates.py:24
msgid "nov"
msgstr "نوفمبر"

#: utils/dates.py:24
msgid "dec"
msgstr "ديسمبر"

#: utils/dates.py:31
msgctxt "abbrev. month"
msgid "Jan."
msgstr "يناير"

#: utils/dates.py:32
msgctxt "abbrev. month"
msgid "Feb."
msgstr "فبراير"

#: utils/dates.py:33
msgctxt "abbrev. month"
msgid "March"
msgstr "مارس"

#: utils/dates.py:34
msgctxt "abbrev. month"
msgid "April"
msgstr "إبريل"

#: utils/dates.py:35
msgctxt "abbrev. month"
msgid "May"
msgstr "مايو"

#: utils/dates.py:36
msgctxt "abbrev. month"
msgid "June"
msgstr "يونيو"

#: utils/dates.py:37
msgctxt "abbrev. month"
msgid "July"
msgstr "يوليو"

#: utils/dates.py:38
msgctxt "abbrev. month"
msgid "Aug."
msgstr "أغسطس"

#: utils/dates.py:39
msgctxt "abbrev. month"
msgid "Sept."
msgstr "سبتمبر"

#: utils/dates.py:40
msgctxt "abbrev. month"
msgid "Oct."
msgstr "أكتوبر"

#: utils/dates.py:41
msgctxt "abbrev. month"
msgid "Nov."
msgstr "نوفمبر"

#: utils/dates.py:42
msgctxt "abbrev. month"
msgid "Dec."
msgstr "ديسمبر"

#: utils/dates.py:45
msgctxt "alt. month"
msgid "January"
msgstr "يناير"

#: utils/dates.py:46
msgctxt "alt. month"
msgid "February"
msgstr "فبراير"

#: utils/dates.py:47
msgctxt "alt. month"
msgid "March"
msgstr "مارس"

#: utils/dates.py:48
msgctxt "alt. month"
msgid "April"
msgstr "أبريل"

#: utils/dates.py:49
msgctxt "alt. month"
msgid "May"
msgstr "مايو"

#: utils/dates.py:50
msgctxt "alt. month"
msgid "June"
msgstr "يونيو"

#: utils/dates.py:51
msgctxt "alt. month"
msgid "July"
msgstr "يوليو"

#: utils/dates.py:52
msgctxt "alt. month"
msgid "August"
msgstr "أغسطس"

#: utils/dates.py:53
msgctxt "alt. month"
msgid "September"
msgstr "سبتمبر"

#: utils/dates.py:54
msgctxt "alt. month"
msgid "October"
msgstr "أكتوبر"

#: utils/dates.py:55
msgctxt "alt. month"
msgid "November"
msgstr "نوفمبر"

#: utils/dates.py:56
msgctxt "alt. month"
msgid "December"
msgstr "ديسمبر"

#: utils/text.py:70
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr ""

#: utils/text.py:239
msgid "or"
msgstr "أو"

#. Translators: This string is used as a separator between list elements
#: utils/text.py:256
msgid ", "
msgstr "، "

#: utils/timesince.py:22
msgid "year"
msgid_plural "years"
msgstr[0] "سنة"
msgstr[1] "سنة"
msgstr[2] "سنتان"
msgstr[3] "سنوات"
msgstr[4] "سنة"
msgstr[5] "سنة"

#: utils/timesince.py:23
msgid "month"
msgid_plural "months"
msgstr[0] "شهر"
msgstr[1] "شهر"
msgstr[2] "شهران"
msgstr[3] "أشهر"
msgstr[4] "شهر"
msgstr[5] "شهر"

#: utils/timesince.py:24
msgid "week"
msgid_plural "weeks"
msgstr[0] "أسبوع"
msgstr[1] "أسبوع"
msgstr[2] "أسبوعان"
msgstr[3] "أسابيع"
msgstr[4] "أسبوع"
msgstr[5] "أسبوع"

#: utils/timesince.py:25
msgid "day"
msgid_plural "days"
msgstr[0] "يوم"
msgstr[1] "يوم"
msgstr[2] "يومان"
msgstr[3] "أيام"
msgstr[4] "يوم"
msgstr[5] "يوم"

#: utils/timesince.py:26
msgid "hour"
msgid_plural "hours"
msgstr[0] "ساعة"
msgstr[1] "ساعة"
msgstr[2] "ساعتان"
msgstr[3] "ساعات"
msgstr[4] "ساعة"
msgstr[5] "ساعة"

#: utils/timesince.py:27
msgid "minute"
msgid_plural "minutes"
msgstr[0] "دقيقة"
msgstr[1] "دقيقة"
msgstr[2] "دقيقتان"
msgstr[3] "دقائق"
msgstr[4] "دقيقة"
msgstr[5] "دقيقة"

#: utils/timesince.py:43
msgid "minutes"
msgstr "دقائق"

#: utils/timesince.py:48
#, python-format
msgid "%(number)d %(type)s"
msgstr "%(number)d %(type)s"

#: utils/timesince.py:54
#, python-format
msgid ", %(number)d %(type)s"
msgstr "، %(number)d %(type)s"

#: views/static.py:56
msgid "Directory indexes are not allowed here."
msgstr ""

#: views/static.py:58
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr ""

#: views/static.py:98
#, python-format
msgid "Index of %(directory)s"
msgstr ""

#: views/generic/dates.py:42
msgid "No year specified"
msgstr "لم تحدد السنة"

#: views/generic/dates.py:98
msgid "No month specified"
msgstr "لم تحدد الشهر"

#: views/generic/dates.py:157
msgid "No day specified"
msgstr "لم تحدد اليوم"

#: views/generic/dates.py:213
msgid "No week specified"
msgstr "لم تحدد الأسبوع"

#: views/generic/dates.py:368 views/generic/dates.py:393
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "لا يوجد %(verbose_name_plural)s"

#: views/generic/dates.py:646
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"التاريخ بالمستقبل %(verbose_name_plural)s غير متوفر لأن قيمة %(class_name)s."
"allow_future هي False."

#: views/generic/dates.py:678
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr "نسق تاريخ غير صحيح '%(datestr)s' محدد بالشكل '%(format)s'"

#: views/generic/detail.py:54
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "لم يعثر على أي %(verbose_name)s مطابقة لهذا الإستعلام"

#: views/generic/list.py:51
msgid "Page is not 'last', nor can it be converted to an int."
msgstr "الصفحة ليست 'الأخيرة'، ولا يمكن تحويل القيمة إلى رقم صحيح."

#: views/generic/list.py:56
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr ""

#: views/generic/list.py:137
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "قائمة فارغة و '%(class_name)s.allow_empty' قيمته False."


================================================
FILE: Django-1.5.1/django/conf/locale/ar/__init__.py
================================================


================================================
FILE: Django-1.5.1/django/conf/locale/ar/formats.py
================================================
# -*- encoding: utf-8 -*-
# This file is distributed under the same license as the Django package.
#
from __future__ import unicode_literals

# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
DATE_FORMAT = 'j F، Y'
TIME_FORMAT = 'g:i:s A'
# DATETIME_FORMAT = 
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd‏/m‏/Y'
# SHORT_DATETIME_FORMAT = 
# FIRST_DAY_OF_WEEK = 

# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
# DATE_INPUT_FORMATS = 
# TIME_INPUT_FORMATS = 
# DATETIME_INPUT_FORMATS = 
DECIMAL_SEPARATOR = ','
THOUSAND_SEPARATOR = '.'
# NUMBER_GROUPING = 


================================================
FILE: Django-1.5.1/django/conf/locale/az/LC_MESSAGES/django.po
================================================
# This file is distributed under the same license as the Django package.
#
# Translators:
# Ali Ismayilov <ali@ismailov.info>, 2011-2013.
# Metin Amiroff <amiroff@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-01 16:10+0100\n"
"PO-Revision-Date: 2013-03-05 06:00+0000\n"
"Last-Translator: Ali Ismayilov <ali@ismailov.info>\n"
"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/"
"language/az/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: az\n"
"Plural-Forms: nplurals=1; plural=0;\n"

#: conf/global_settings.py:48
msgid "Afrikaans"
msgstr "Afrikaansca"

#: conf/global_settings.py:49
msgid "Arabic"
msgstr "Ərəbcə"

#: conf/global_settings.py:50
msgid "Azerbaijani"
msgstr "Azərbaycanca"

#: conf/global_settings.py:51
msgid "Bulgarian"
msgstr "Bolqarca"

#: conf/global_settings.py:52
msgid "Belarusian"
msgstr "Belarusca"

#: conf/global_settings.py:53
msgid "Bengali"
msgstr "Benqalca"

#: conf/global_settings.py:54
msgid "Breton"
msgstr "Bretonca"

#: conf/global_settings.py:55
msgid "Bosnian"
msgstr "Bosniyaca"

#: conf/global_settings.py:56
msgid "Catalan"
msgstr "Katalanca"

#: conf/global_settings.py:57
msgid "Czech"
msgstr "Çexcə"

#: conf/global_settings.py:58
msgid "Welsh"
msgstr "Uelscə"

#: conf/global_settings.py:59
msgid "Danish"
msgstr "Danimarkaca"

#: conf/global_settings.py:60
msgid "German"
msgstr "Almanca"

#: conf/global_settings.py:61
msgid "Greek"
msgstr "Yunanca"

#: conf/global_settings.py:62
msgid "English"
msgstr "İngiliscə"

#: conf/global_settings.py:63
msgid "British English"
msgstr "Britaniya İngiliscəsi"

#: conf/global_settings.py:64
msgid "Esperanto"
msgstr "Esperanto"

#: conf/global_settings.py:65
msgid "Spanish"
msgstr "İspanca"

#: conf/global_settings.py:66
msgid "Argentinian Spanish"
msgstr "Argentina İspancası"

#: conf/global_settings.py:67
msgid "Mexican Spanish"
msgstr "Meksika İspancası"

#: conf/global_settings.py:68
msgid "Nicaraguan Spanish"
msgstr "Nikaraqua İspancası"

#: conf/global_settings.py:69
msgid "Venezuelan Spanish"
msgstr "Venesuela İspancası"

#: conf/global_settings.py:70
msgid "Estonian"
msgstr "Estonca"

#: conf/global_settings.py:71
msgid "Basque"
msgstr "Baskca"

#: conf/global_settings.py:72
msgid "Persian"
msgstr "Farsca"

#: conf/global_settings.py:73
msgid "Finnish"
msgstr "Fincə"

#: conf/global_settings.py:74
msgid "French"
msgstr "Fransızca"

#: conf/global_settings.py:75
msgid "Frisian"
msgstr "Friscə"

#: conf/global_settings.py:76
msgid "Irish"
msgstr "İrlandca"

#: conf/global_settings.py:77
msgid "Galician"
msgstr "Qallik dili"

#: conf/global_settings.py:78
msgid "Hebrew"
msgstr "İbranicə"

#: conf/global_settings.py:79
msgid "Hindi"
msgstr "Hindcə"

#: conf/global_settings.py:80
msgid "Croatian"
msgstr "Xorvatca"

#: conf/global_settings.py:81
msgid "Hungarian"
msgstr "Macarca"

#: conf/global_settings.py:82
msgid "Interlingua"
msgstr "İnterlinqua"

#: conf/global_settings.py:83
msgid "Indonesian"
msgstr "İndonezcə"

#: conf/global_settings.py:84
msgid "Icelandic"
msgstr "İslandca"

#: conf/global_settings.py:85
msgid "Italian"
msgstr "İtalyanca"

#: conf/global_settings.py:86
msgid "Japanese"
msgstr "Yaponca"

#: conf/global_settings.py:87
msgid "Georgian"
msgstr "Gürcücə"

#: conf/global_settings.py:88
msgid "Kazakh"
msgstr "Qazax"

#: conf/global_settings.py:89
msgid "Khmer"
msgstr "Kxmercə"

#: conf/global_settings.py:90
msgid "Kannada"
msgstr "Kannada dili"

#: conf/global_settings.py:91
msgid "Korean"
msgstr "Koreyca"

#: conf/global_settings.py:92
msgid "Luxembourgish"
msgstr "Lüksemburqca"

#: conf/global_settings.py:93
msgid "Lithuanian"
msgstr "Litva dili"

#: conf/global_settings.py:94
msgid "Latvian"
msgstr "Latviya dili"

#: conf/global_settings.py:95
msgid "Macedonian"
msgstr "Makedonca"

#: conf/global_settings.py:96
msgid "Malayalam"
msgstr "Malayamca"

#: conf/global_settings.py:97
msgid "Mongolian"
msgstr "Monqolca"

#: conf/global_settings.py:98
msgid "Norwegian Bokmal"
msgstr "Bokmal Norveçcəsi"

#: conf/global_settings.py:99
msgid "Nepali"
msgstr "Nepal"

#: conf/global_settings.py:100
msgid "Dutch"
msgstr "Flamandca"

#: conf/global_settings.py:101
msgid "Norwegian Nynorsk"
msgstr "Nynorsk Norveçcəsi"

#: conf/global_settings.py:102
msgid "Punjabi"
msgstr "Pancabicə"

#: conf/global_settings.py:103
msgid "Polish"
msgstr "Polyakca"

#: conf/global_settings.py:104
msgid "Portuguese"
msgstr "Portuqalca"

#: conf/global_settings.py:105
msgid "Brazilian Portuguese"
msgstr "Braziliya Portuqalcası"

#: conf/global_settings.py:106
msgid "Romanian"
msgstr "Rumınca"

#: conf/global_settings.py:107
msgid "Russian"
msgstr "Rusca"

#: conf/global_settings.py:108
msgid "Slovak"
msgstr "Slovakca"

#: conf/global_settings.py:109
msgid "Slovenian"
msgstr "Slovencə"

#: conf/global_settings.py:110
msgid "Albanian"
msgstr "Albanca"

#: conf/global_settings.py:111
msgid "Serbian"
msgstr "Serbcə"

#: conf/global_settings.py:112
msgid "Serbian Latin"
msgstr "Serbcə Latın"

#: conf/global_settings.py:113
msgid "Swedish"
msgstr "İsveçcə"

#: conf/global_settings.py:114
msgid "Swahili"
msgstr "Suahili"

#: conf/global_settings.py:115
msgid "Tamil"
msgstr "Tamilcə"

#: conf/global_settings.py:116
msgid "Telugu"
msgstr "Teluqu dili"

#: conf/global_settings.py:117
msgid "Thai"
msgstr "Tayca"

#: conf/global_settings.py:118
msgid "Turkish"
msgstr "Türkcə"

#: conf/global_settings.py:119
msgid "Tatar"
msgstr "Tatar"

#: conf/global_settings.py:120
msgid "Udmurt"
msgstr "Udmurtca"

#: conf/global_settings.py:121
msgid "Ukrainian"
msgstr "Ukraynaca"

#: conf/global_settings.py:122
msgid "Urdu"
msgstr "Urduca"

#: conf/global_settings.py:123
msgid "Vietnamese"
msgstr "Vyetnamca"

#: conf/global_settings.py:124
msgid "Simplified Chinese"
msgstr "Sadələşdirilmiş Çincə"

#: conf/global_settings.py:125
msgid "Traditional Chinese"
msgstr "Ənənəvi Çincə"

#: core/validators.py:21 forms/fields.py:52
msgid "Enter a valid value."
msgstr "Düzgün qiymət daxil edin."

#: core/validators.py:104 forms/fields.py:464
msgid "Enter a valid email address."
msgstr "Düzgün e-poçt ünvanını daxil edin."

#: core/validators.py:107 forms/fields.py:1013
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Hərflərdən, rəqəmlərdən, alt-xətlərdən və ya defislərdən ibarət düzgün slaq "
"daxil edin."

#: core/validators.py:110 core/validators.py:129 forms/fields.py:987
msgid "Enter a valid IPv4 address."
msgstr "Düzgün IPv4 ünvanı daxil edin."

#: core/validators.py:115 core/validators.py:130
msgid "Enter a valid IPv6 address."
msgstr "Düzgün IPv6 ünvanını daxil edin."

#: core/validators.py:125 core/validators.py:128
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Düzgün IPv4 və ya IPv6 ünvanını daxil edin."

#: core/validators.py:151 db/models/fields/__init__.py:655
msgid "Enter only digits separated by commas."
msgstr "Vergüllə ayırmaqla yalnız rəqəmlər daxil edin."

#: core/validators.py:157
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr "Əmin edin ki, bu qiymət %(limit_value)s-dir (bu %(show_value)s-dir)."

#: core/validators.py:176 forms/fields.py:210 forms/fields.py:263
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr ""
"Bu qiymətin %(limit_value)s-ya bərabər və ya ondan kiçik olduğunu yoxlayın."

#: core/validators.py:182 forms/fields.py:211 forms/fields.py:264
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr ""
"Bu qiymətin %(limit_value)s-ya bərabər və ya ondan böyük olduğunu yoxlayın."

#: core/validators.py:189
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr ""
"Bu qiymətin ən azı %(limit_value)d simvoldan ibarət olduğunu yoxlayın (burda "
"%(show_value)d simvol var)."

#: core/validators.py:196
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr ""
"Bu qiymətin ən çoxu %(limit_value)d simvoldan ibarət olduğunu yoxlayın "
"(burda %(show_value)d simvol var)."

#: db/models/base.py:857
#, python-format
msgid "%(field_name)s must be unique for %(date_field)s %(lookup)s."
msgstr "%(field_name)s %(date_field)s %(lookup)s tarixinə görə özəl olmalıdır."

#: db/models/base.py:880 forms/models.py:573
msgid "and"
msgstr "və"

#: db/models/base.py:881 db/models/fields/__init__.py:70
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s bu %(field_label)s sahə ilə artıq mövcuddur."

#: db/models/fields/__init__.py:67
#, python-format
msgid "Value %r is not a valid choice."
msgstr "%r qiyməti düzgün seçim deyil."

#: db/models/fields/__init__.py:68
msgid "This field cannot be null."
msgstr "Bu sahə boş qala bilməz."

#: db/models/fields/__init__.py:69
msgid "This field cannot be blank."
msgstr "Bu sahə ağ qala bilməz."

#: db/models/fields/__init__.py:76
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Sahənin tipi: %(field_type)s"

#: db/models/fields/__init__.py:517 db/models/fields/__init__.py:985
msgid "Integer"
msgstr "Tam ədəd"

#: db/models/fields/__init__.py:521 db/models/fields/__init__.py:983
#, python-format
msgid "'%s' value must be an integer."
msgstr "'%s' tam ədəd olmalıdır."

#: db/models/fields/__init__.py:569
#, python-format
msgid "'%s' value must be either True or False."
msgstr "'%s' Doğru (True) və ya Yalan (False) olmalıdır."

#: db/models/fields/__init__.py:571
msgid "Boolean (Either True or False)"
msgstr "Bul (ya Doğru, ya Yalan)"

#: db/models/fields/__init__.py:622
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "Sətir (%(max_length)s simvola kimi)"

#: db/models/fields/__init__.py:650
msgid "Comma-separated integers"
msgstr "Vergüllə ayrılmış tam ədədlər"

#: db/models/fields/__init__.py:664
#, python-format
msgid "'%s' value has an invalid date format. It must be in YYYY-MM-DD format."
msgstr "'%s' səhv tarix formatındadır. O, İİİİ-AA-GG formatında olmalıdır."

#: db/models/fields/__init__.py:666 db/models/fields/__init__.py:754
#, python-format
msgid ""
"'%s' value has the correct format (YYYY-MM-DD) but it is an invalid date."
msgstr "'%s' düzgün formatdadır (İİİİ-AA-GG), lakin tarix özü səhvdir."

#: db/models/fields/__init__.py:669
msgid "Date (without time)"
msgstr "Tarix (saatsız)"

#: db/models/fields/__init__.py:752
#, python-format
msgid ""
"'%s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"'%s' səhv formatdadır. O, İİİİ-AA-GG SS:DD[:ss[.mmmmmm]][ZQ] formatında "
"olmalıdır."

#: db/models/fields/__init__.py:756
#, python-format
msgid ""
"'%s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) but "
"it is an invalid date/time."
msgstr ""
"'%s' düzgün formatdadır (İİİİ-AA-GG SS:DD[:ss[.mmmmmm]][ZQ]), lakin tarix/"
"vaxt səhvdir."

#: db/models/fields/__init__.py:760
msgid "Date (with time)"
msgstr "Tarix (vaxt ilə)"

#: db/models/fields/__init__.py:849
#, python-format
msgid "'%s' value must be a decimal number."
msgstr "'%s' onluq kəsr ədədi olmalıdır."

#: db/models/fields/__init__.py:851
msgid "Decimal number"
msgstr "Rasional ədəd"

#: db/models/fields/__init__.py:908
msgid "Email address"
msgstr "E-poçt"

#: db/models/fields/__init__.py:927
msgid "File path"
msgstr "Faylın ünvanı"

#: db/models/fields/__init__.py:954
#, python-format
msgid "'%s' value must be a float."
msgstr "'%s' rasional ədəd olmalıdır."

#: db/models/fields/__init__.py:956
msgid "Floating point number"
msgstr "Sürüşən vergüllü ədəd"

#: db/models/fields/__init__.py:1017
msgid "Big (8 byte) integer"
msgstr "Böyük (8 bayt) tam ədəd"

#: db/models/fields/__init__.py:1031
msgid "IPv4 address"
msgstr "IPv4 ünvanı"

#: db/models/fields/__init__.py:1047
msgid "IP address"
msgstr "IP ünvan"

#: db/models/fields/__init__.py:1090
#, python-format
msgid "'%s' value must be either None, True or False."
msgstr "'%s' ya Heç nə (None), ya Doğru (True), ya da Yalan (False) olmalıdır."

#: db/models/fields/__init__.py:1092
msgid "Boolean (Either True, False or None)"
msgstr "Bul (Ya Doğru, ya Yalan, ya da Heç nə)"

#: db/models/fields/__init__.py:1141
msgid "Positive integer"
msgstr "Müsbət tam ədəd"

#: db/models/fields/__init__.py:1152
msgid "Positive small integer"
msgstr "Müsbət tam kiçik ədəd"

#: db/models/fields/__init__.py:1163
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Əzmə (%(max_length)s simvola kimi)"

#: db/models/fields/__init__.py:1181
msgid "Small integer"
msgstr "Kiçik tam ədəd"

#: db/models/fields/__init__.py:1187
msgid "Text"
msgstr "Mətn"

#: db/models/fields/__init__.py:1205
#, python-format
msgid ""
"'%s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] format."
msgstr "'%s' səhv formatdadır. O, SS:DD[:ss[.mmmmmm]] formatında olmalıdır."

#: db/models/fields/__init__.py:1207
#, python-format
msgid ""
"'%s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an invalid "
"time."
msgstr "'%s' düzgün formatdadır (SS:DD[:ss[.mmmmmm]]), lakin vaxt səhvdir."

#: db/models/fields/__init__.py:1210
msgid "Time"
msgstr "Vaxt"

#: db/models/fields/__init__.py:1272
msgid "URL"
msgstr "URL"

#: db/models/fields/files.py:216
msgid "File"
msgstr "Fayl"

#: db/models/fields/files.py:323
msgid "Image"
msgstr "Şəkil"

#: db/models/fields/related.py:979
#, python-format
msgid "Model %(model)s with pk %(pk)r does not exist."
msgstr "%(pk)r pk ilə %(model)s modeli mövcud deyil."

#: db/models/fields/related.py:981
msgid "Foreign Key (type determined by related field)"
msgstr "Xarici açar (bağlı olduğu sahəyə uyğun tipi alır)"

#: db/models/fields/related.py:1111
msgid "One-to-one relationship"
msgstr "Birin-birə münasibət"

#: db/models/fields/related.py:1178
msgid "Many-to-many relationship"
msgstr "Çoxun-çoxa münasibət"

#: db/models/fields/related.py:1203
msgid ""
"Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
msgstr ""
"Birdən artıq seçim etmək istəyirsinizsə, \"Control\" düyməsini basılı "
"saxlayın, Mac istifadəçiləri üçün \"Command\""

#: forms/fields.py:51
msgid "This field is required."
msgstr "Bu sahə vacibdir."

#: forms/fields.py:209
msgid "Enter a whole number."
msgstr "Tam ədəd daxil edin."

#: forms/fields.py:241 forms/fields.py:262
msgid "Enter a number."
msgstr "Ədəd daxil edin."

#: forms/fields.py:265
#, python-format
msgid "Ensure that there are no more than %s digits in total."
msgstr "Ədəddəki rəqəmlərin sayını %s-i aşmadığına əmin olun."

#: forms/fields.py:266
#, python-format
msgid "Ensure that there are no more than %s decimal places."
msgstr "Kəsr hissəsindəki rəqəmlərin sayının %s-i aşmadığına əmin olun."

#: forms/fields.py:267
#, python-format
msgid "Ensure that there are no more than %s digits before the decimal point."
msgstr "Tam hissəsindəki rəqəmlərin sayının %s-i aşmadığına əmin olun."

#: forms/fields.py:355 forms/fields.py:953
msgid "Enter a valid date."
msgstr "Düzgün tarix daxil edin."

#: forms/fields.py:378 forms/fields.py:954
msgid "Enter a valid time."
msgstr "Düzgün vaxt daxil edin."

#: forms/fields.py:399
msgid "Enter a valid date/time."
msgstr "Düzgün tarix/vaxt daxil edin."

#: forms/fields.py:475
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Fayl göndərilməyib. Vərəqənin (\"form\") şifrələmə tipini yoxlayın."

#: forms/fields.py:476
msgid "No file was submitted."
msgstr "Fayl göndərilməyib."

#: forms/fields.py:477
msgid "The submitted file is empty."
msgstr "Göndərilən fayl boşdur."

#: forms/fields.py:478
#, python-format
msgid ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr ""
"Faylın adının %(max)d simvoldan az olduğunu yoxlayın (indi %(length)d "
"simvoldan ibarətdir)."

#: forms/fields.py:479
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
"Ya fayl göndərin, ya da xanaya quş qoymayın, hər ikisini də birdən etməyin."

#: forms/fields.py:534
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Düzgün şəkil göndərin. Göndərdiyiniz fayl ya şəkil deyil, ya da şəkildə "
"problem var."

#: forms/fields.py:580
msgid "Enter a valid URL."
msgstr "Düzgün URL daxil edin."

#: forms/fields.py:666 forms/fields.py:746
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr "Düzgün seçim edin. %(value)s seçimlər arasında yoxdur."

#: forms/fields.py:747 forms/fields.py:835 forms/models.py:1002
msgid "Enter a list of values."
msgstr "Qiymətlərin siyahısını daxil edin."

#: forms/formsets.py:324 forms/formsets.py:326
msgid "Order"
msgstr "Sırala"

#: forms/formsets.py:328
msgid "Delete"
msgstr "Sil"

#: forms/models.py:567
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "%(field)s sahəsinə görə təkrarlanan məlumatlara düzəliş edin."

#: forms/models.py:571
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr ""
"%(field)s sahəsinə görə təkrarlanan məlumatlara düzəliş edin, onların hamısı "
"fərqli olmalıdır."

#: forms/models.py:577
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"%(field_name)s sahəsinə görə təkrarlanan məlumatlara düzəliş edin, onlar "
"%(date_field)s %(lookup)s-a görə fərqli olmalıdır."

#: forms/models.py:585
msgid "Please correct the duplicate values below."
msgstr "Aşağıda təkrarlanan qiymətlərə düzəliş edin."

#: forms/models.py:852
msgid "The inline foreign key did not match the parent instance primary key."
msgstr "Xarici açar ana obyektin əsas açarı ilə üst-üstə düşmür."

#: forms/models.py:913
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr "Düzgün seçim edin. Bu seçim mümkün deyil."

#: forms/models.py:1003
#, python-format
msgid "Select a valid choice. %s is not one of the available choices."
msgstr "Düzgün seçim edin. %s mümkün seçim deyil."

#: forms/models.py:1005
#, python-format
msgid "\"%s\" is not a valid value for a primary key."
msgstr "\"%s\" əsas açar olmaq üçün düzgün qiymət deyil."

#: forms/util.py:81
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"%(datetime)s %(current_timezone)s zaman qurşağında ifadə oluna bilmir; ya "
"duallıq, ya da yanlışlıq var."

#: forms/widgets.py:336
msgid "Currently"
msgstr "Hal-hazırda"

#: forms/widgets.py:337
msgid "Change"
msgstr "Dəyiş"

#: forms/widgets.py:338
msgid "Clear"
msgstr "Təmizlə"

#: forms/widgets.py:594
msgid "Unknown"
msgstr "Məlum deyil"

#: forms/widgets.py:595
msgid "Yes"
msgstr "Hə"

#: forms/widgets.py:596
msgid "No"
msgstr "Yox"

#: template/defaultfilters.py:794
msgid "yes,no,maybe"
msgstr "hə, yox, bəlkə"

#: template/defaultfilters.py:822 template/defaultfilters.py:833
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d bayt"

#: template/defaultfilters.py:835
#, python-format
msgid "%s KB"
msgstr "%s KB"

#: template/defaultfilters.py:837
#, python-format
msgid "%s MB"
msgstr "%s MB"

#: template/defaultfilters.py:839
#, python-format
msgid "%s GB"
msgstr "%s GB"

#: template/defaultfilters.py:841
#, python-format
msgid "%s TB"
msgstr "%s TB"

#: template/defaultfilters.py:842
#, python-format
msgid "%s PB"
msgstr "%s PB"

#: utils/dateformat.py:47
msgid "p.m."
msgstr "p.m."

#: utils/dateformat.py:48
msgid "a.m."
msgstr "a.m."

#: utils/dateformat.py:53
msgid "PM"
msgstr "PM"

#: utils/dateformat.py:54
msgid "AM"
msgstr "AM"

#: utils/dateformat.py:103
msgid "midnight"
msgstr "gecə yarısı"

#: utils/dateformat.py:105
msgid "noon"
msgstr "günorta"

#: utils/dates.py:6
msgid "Monday"
msgstr "Bazar ertəsi"

#: utils/dates.py:6
msgid "Tuesday"
msgstr "Çərşənbə axşamı"

#: utils/dates.py:6
msgid "Wednesday"
msgstr "Çərşənbə"

#: utils/dates.py:6
msgid "Thursday"
msgstr "Cümə axşamı"

#: utils/dates.py:6
msgid "Friday"
msgstr "Cümə"

#: utils/dates.py:7
msgid "Saturday"
msgstr "Şənbə"

#: utils/dates.py:7
msgid "Sunday"
msgstr "Bazar"

#: utils/dates.py:10
msgid "Mon"
msgstr "B.e"

#: utils/dates.py:10
msgid "Tue"
msgstr "Ç.a"

#: utils/dates.py:10
msgid "Wed"
msgstr "Çrş"

#: utils/dates.py:10
msgid "Thu"
msgstr "C.a"

#: utils/dates.py:10
msgid "Fri"
msgstr "Cüm"

#: utils/dates.py:11
msgid "Sat"
msgstr "Şnb"

#: utils/dates.py:11
msgid "Sun"
msgstr "Bzr"

#: utils/dates.py:18
msgid "January"
msgstr "Yanvar"

#: utils/dates.py:18
msgid "February"
msgstr "Fevral"

#: utils/dates.py:18
msgid "March"
msgstr "Mart"

#: utils/dates.py:18
msgid "April"
msgstr "Aprel"

#: utils/dates.py:18
msgid "May"
msgstr "May"

#: utils/dates.py:18
msgid "June"
msgstr "İyun"

#: utils/dates.py:19
msgid "July"
msgstr "İyul"

#: utils/dates.py:19
msgid "August"
msgstr "Avqust"

#: utils/dates.py:19
msgid "September"
msgstr "Sentyabr"

#: utils/dates.py:19
msgid "October"
msgstr "Oktyabr"

#: utils/dates.py:19
msgid "November"
msgstr "Noyabr"

#: utils/dates.py:20
msgid "December"
msgstr "Dekabr"

#: utils/dates.py:23
msgid "jan"
msgstr "ynv"

#: utils/dates.py:23
msgid "feb"
msgstr "fvr"

#: utils/dates.py:23
msgid "mar"
msgstr "mar"

#: utils/dates.py:23
msgid "apr"
msgstr "apr"

#: utils/dates.py:23
msgid "may"
msgstr "may"

#: utils/dates.py:23
msgid "jun"
msgstr "iyn"

#: utils/dates.py:24
msgid "jul"
msgstr "iyl"

#: utils/dates.py:24
msgid "aug"
msgstr "avq"

#: utils/dates.py:24
msgid "sep"
msgstr "snt"

#: utils/dates.py:24
msgid "oct"
msgstr "okt"

#: utils/dates.py:24
msgid "nov"
msgstr "noy"

#: utils/dates.py:24
msgid "dec"
msgstr "dek"

#: utils/dates.py:31
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Yan."

#: utils/dates.py:32
msgctxt "abbrev. month"
msgid "Feb."
msgstr "Fev."

#: utils/dates.py:33
msgctxt "abbrev. month"
msgid "March"
msgstr "Mart"

#: utils/dates.py:34
msgctxt "abbrev. month"
msgid "April"
msgstr "Aprel"

#: utils/dates.py:35
msgctxt "abbrev. month"
msgid "May"
msgstr "May"

#: utils/dates.py:36
msgctxt "abbrev. month"
msgid "June"
msgstr "İyun"

#: utils/dates.py:37
msgctxt "abbrev. month"
msgid "July"
msgstr "İyul"

#: utils/dates.py:38
msgctxt "abbrev. month"
msgid "Aug."
msgstr "Avq."

#: utils/dates.py:39
msgctxt "abbrev. month"
msgid "Sept."
msgstr "Sent."

#: utils/dates.py:40
msgctxt "abbrev. month"
msgid "Oct."
msgstr "Okt."

#: utils/dates.py:41
msgctxt "abbrev. month"
msgid "Nov."
msgstr "Noy."

#: utils/dates.py:42
msgctxt "abbrev. month"
msgid "Dec."
msgstr "Dek."

#: utils/dates.py:45
msgctxt "alt. month"
msgid "January"
msgstr "Yanvar"

#: utils/dates.py:46
msgctxt "alt. month"
msgid "February"
msgstr "Fevral"

#: utils/dates.py:47
msgctxt "alt. month"
msgid "March"
msgstr "Mart"

#: utils/dates.py:48
msgctxt "alt. month"
msgid "April"
msgstr "Aprel"

#: utils/dates.py:49
msgctxt "alt. month"
msgid "May"
msgstr "May"

#: utils/dates.py:50
msgctxt "alt. month"
msgid "June"
msgstr "İyun"

#: utils/dates.py:51
msgctxt "alt. month"
msgid "July"
msgstr "İyul"

#: utils/dates.py:52
msgctxt "alt. month"
msgid "August"
msgstr "Avqust"

#: utils/dates.py:53
msgctxt "alt. month"
msgid "September"
msgstr "Sentyabr"

#: utils/dates.py:54
msgctxt "alt. month"
msgid "October"
msgstr "Oktyabr"

#: utils/dates.py:55
msgctxt "alt. month"
msgid "November"
msgstr "Noyabr"

#: utils/dates.py:56
msgctxt "alt. month"
msgid "December"
msgstr "Dekabr"

#: utils/text.py:70
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s..."

#: utils/text.py:239
msgid "or"
msgstr "və ya"

#. Translators: This string is used as a separator between list elements
#: utils/text.py:256
msgid ", "
msgstr ", "

#: utils/timesince.py:22
msgid "year"
msgid_plural "years"
msgstr[0] ""
"one: il\n"
"other: il"

#: utils/timesince.py:23
msgid "month"
msgid_plural "months"
msgstr[0] ""
"one: ay\n"
"other: ay"

#: utils/timesince.py:24
msgid "week"
msgid_plural "weeks"
msgstr[0] ""
"one: həftə\n"
"other: həftə"

#: utils/timesince.py:25
msgid "day"
msgid_plural "days"
msgstr[0] ""
"one: gün\n"
"other: gün"

#: utils/timesince.py:26
msgid "hour"
msgid_plural "hours"
msgstr[0] ""
"one: saat\n"
"other: saat"

#: utils/timesince.py:27
msgid "minute"
msgid_plural "minutes"
msgstr[0] ""
"one: dəqiqə\n"
"other: dəqiqə"

#: utils/timesince.py:43
msgid "minutes"
msgstr "dəqiqə"

#: utils/timesince.py:48
#, python-format
msgid "%(number)d %(type)s"
msgstr "%(number)d %(type)s"

#: utils/timesince.py:54
#, python-format
msgid ", %(number)d %(type)s"
msgstr ", %(number)d %(type)s"

#: views/static.py:56
msgid "Directory indexes are not allowed here."
msgstr "Ünvan indekslərinə icazə verilmir."

#: views/static.py:58
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "\"%(path)s\" mövcud deyil"

#: views/static.py:98
#, python-format
msgid "Index of %(directory)s"
msgstr "%(directory)s-nin indeksi"

#: views/generic/dates.py:42
msgid "No year specified"
msgstr "İl göstərilməyib"

#: views/generic/dates.py:98
msgid "No month specified"
msgstr "Ay göstərilməyib"

#: views/generic/dates.py:157
msgid "No day specified"
msgstr "Gün göstərilməyib"

#: views/generic/dates.py:213
msgid "No week specified"
msgstr "Həftə göstərilməyib"

#: views/generic/dates.py:368 views/generic/dates.py:393
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "%(verbose_name_plural)s seçmək mümkün deyil"

#: views/generic/dates.py:646
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"Gələcək %(verbose_name_plural)s seçmək mümkün deyil, çünki %(class_name)s."
"allow_future Yalan kimi qeyd olunub."

#: views/generic/dates.py:678
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr "\"%(format)s\" formatına görə \"%(datestr)s\" tarixi düzgün deyil"

#: views/generic/detail.py:54
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "Sorğuya uyğun %(verbose_name)s tapılmadı"

#: views/generic/list.py:51
msgid "Page is not 'last', nor can it be converted to an int."
msgstr "Səhifə nə \"axırıncı\"dır, nə də tam ədədə çevirmək mümkündür."

#: views/generic/list.py:56
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr "Qeyri-düzgün səhifə (%(page_number)s): %(message)s"

#: views/generic/list.py:137
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr "Siyahı boşdur və '%(class_name)s.allow_empty' Yalan kimi qeyd olunub."


================================================
FILE: Django-1.5.1/django/conf/locale/be/LC_MESSAGES/django.po
================================================
# This file is distributed under the same license as the Django package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-01 16:10+0100\n"
"PO-Revision-Date: 2013-01-02 08:47+0000\n"
"Last-Translator: Павал Клёк <yehekim@gmail.com>\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/"
"language/be/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: be\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#: conf/global_settings.py:48
msgid "Afrikaans"
msgstr ""

#: conf/global_settings.py:49
msgid "Arabic"
msgstr "Арабская"

#: conf/global_settings.py:50
msgid "Azerbaijani"
msgstr "Азэрбайджанская"

#: conf/global_settings.py:51
msgid "Bulgarian"
msgstr "Баўгарская"

#: conf/global_settings.py:52
msgid "Belarusian"
msgstr ""

#: conf/global_settings.py:53
msgid "Bengali"
msgstr "Бэнґальская"

#: conf/global_settings.py:54
msgid "Breton"
msgstr ""

#: conf/global_settings.py:55
msgid "Bosnian"
msgstr "Басьнійская"

#: conf/global_settings.py:56
msgid "Catalan"
msgstr "Каталёнская"

#: conf/global_settings.py:57
msgid "Czech"
msgstr "Чэская"

#: conf/global_settings.py:58
msgid "Welsh"
msgstr "Валійская"

#: conf/global_settings.py:59
msgid "Danish"
msgstr "Дацкая"

#: conf/global_settings.py:60
msgid "German"
msgstr "Нямецкая"

#: conf/global_settings.py:61
msgid "Greek"
msgstr "Грэцкая"

#: conf/global_settings.py:62
msgid "English"
msgstr "Анґельская"

#: conf/global_settings.py:63
msgid "British English"
msgstr "Анґельская (Брытанская)"

#: conf/global_settings.py:64
msgid "Esperanto"
msgstr "Эспэранта"

#: conf/global_settings.py:65
msgid "Spanish"
msgstr "Гішпанская"

#: conf/global_settings.py:66
msgid "Argentinian Spanish"
msgstr "Гішпанская (Арґентына)"

#: conf/global_settings.py:67
msgid "Mexican Spanish"
msgstr "Гішпанская (Мэксыка)"

#: conf/global_settings.py:68
msgid "Nicaraguan Spanish"
msgstr "Гішпанская (Нікараґуа)"

#: conf/global_settings.py:69
msgid "Venezuelan Spanish"
msgstr ""

#: conf/global_settings.py:70
msgid "Estonian"
msgstr "Эстонская"

#: conf/global_settings.py:71
msgid "Basque"
msgstr "Басконская"

#: conf/global_settings.py:72
msgid "Persian"
msgstr "Фарсі"

#: conf/global_settings.py:73
msgid "Finnish"
msgstr "Фінская"

#: conf/global_settings.py:74
msgid "French"
msgstr "Француская"

#: conf/global_settings.py:75
msgid "Frisian"
msgstr "Фрызкая"

#: conf/global_settings.py:76
msgid "Irish"
msgstr "Ірляндзкая"

#: conf/global_settings.py:77
msgid "Galician"
msgstr "Ґальская"

#: conf/global_settings.py:78
msgid "Hebrew"
msgstr "Габрэйская"

#: conf/global_settings.py:79
msgid "Hindi"
msgstr "Гінды"

#: conf/global_settings.py:80
msgid "Croatian"
msgstr "Харвацкая"

#: conf/global_settings.py:81
msgid "Hungarian"
msgstr "Вугорская"

#: conf/global_settings.py:82
msgid "Interlingua"
msgstr ""

#: conf/global_settings.py:83
msgid "Indonesian"
msgstr "Інданэзійская"

#: conf/global_settings.py:84
msgid "Icelandic"
msgstr "Ісьляндзкая"

#: conf/global_settings.py:85
msgid "Italian"
msgstr "Італьянская"

#: conf/global_settings.py:86
msgid "Japanese"
msgstr "Японская"

#: conf/global_settings.py:87
msgid "Georgian"
msgstr "Грузінская"

#: conf/global_settings.py:88
msgid "Kazakh"
msgstr "Казаская"

#: conf/global_settings.py:89
msgid "Khmer"
msgstr "Кхмерская"

#: conf/global_settings.py:90
msgid "Kannada"
msgstr "Каннада"

#: conf/global_settings.py:91
msgid "Korean"
msgstr "Карэйская"

#: conf/global_settings.py:92
msgid "Luxembourgish"
msgstr ""

#: conf/global_settings.py:93
msgid "Lithuanian"
msgstr "Літоўская"

#: conf/global_settings.py:94
msgid "Latvian"
msgstr "Латыская"

#: conf/global_settings.py:95
msgid "Macedonian"
msgstr "Македонская"

#: conf/global_settings.py:96
msgid "Malayalam"
msgstr "Малаялам"

#: conf/global_settings.py:97
msgid "Mongolian"
msgstr "Манґольская"

#: conf/global_settings.py:98
msgid "Norwegian Bokmal"
msgstr "Нарвэская букмол"

#: conf/global_settings.py:99
msgid "Nepali"
msgstr "Нэпальская"

#: conf/global_settings.py:100
msgid "Dutch"
msgstr "Галяндзкая"

#: conf/global_settings.py:101
msgid "Norwegian Nynorsk"
msgstr "Нарвэская нюнорск"

#: conf/global_settings.py:102
msgid "Punjabi"
msgstr "Панджабі"

#: conf/global_settings.py:103
msgid "Polish"
msgstr "Польская"

#: conf/global_settings.py:104
msgid "Portuguese"
msgstr "Партуґальская"

#: conf/global_settings.py:105
msgid "Brazilian Portuguese"
msgstr "Партуґальская (Бразылія)"

#: conf/global_settings.py:106
msgid "Romanian"
msgstr "Румынская"

#: conf/global_settings.py:107
msgid "Russian"
msgstr "Расейская"

#: conf/global_settings.py:108
msgid "Slovak"
msgstr "Славацкая"

#: conf/global_settings.py:109
msgid "Slovenian"
msgstr "Славенская"

#: conf/global_settings.py:110
msgid "Albanian"
msgstr "Альбанская"

#: conf/global_settings.py:111
msgid "Serbian"
msgstr "Сэрбская"

#: conf/global_settings.py:112
msgid "Serbian Latin"
msgstr "Сэрбская (лацінка)"

#: conf/global_settings.py:113
msgid "Swedish"
msgstr "Швэдзкая"

#: conf/global_settings.py:114
msgid "Swahili"
msgstr "Суахілі"

#: conf/global_settings.py:115
msgid "Tamil"
msgstr "Тамільская"

#: conf/global_settings.py:116
msgid "Telugu"
msgstr "Тэлуґу"

#: conf/global_settings.py:117
msgid "Thai"
msgstr "Тайская"

#: conf/global_settings.py:118
msgid "Turkish"
msgstr "Турэцкая"

#: conf/global_settings.py:119
msgid "Tatar"
msgstr "Татарская"

#: conf/global_settings.py:120
msgid "Udmurt"
msgstr ""

#: conf/global_settings.py:121
msgid "Ukrainian"
msgstr "Украінская"

#: conf/global_settings.py:122
msgid "Urdu"
msgstr "Урду"

#: conf/global_settings.py:123
msgid "Vietnamese"
msgstr "Віетнамская"

#: conf/global_settings.py:124
msgid "Simplified Chinese"
msgstr "Кітайская (спрошчаная)"

#: conf/global_settings.py:125
msgid "Traditional Chinese"
msgstr "Кітайская (звычайная)"

#: core/validators.py:21 forms/fields.py:52
msgid "Enter a valid value."
msgstr "Пазначце правільнае значэньне."

#: core/validators.py:104 forms/fields.py:464
msgid "Enter a valid email address."
msgstr ""

#: core/validators.py:107 forms/fields.py:1013
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr "Бірка можа зьмяшчаць літары, лічбы, знакі падкрэсьліваньня ды злучкі."

#: core/validators.py:110 core/validators.py:129 forms/fields.py:987
msgid "Enter a valid IPv4 address."
msgstr "Пазначце чынны адрас IPv4."

#: core/validators.py:115 core/validators.py:130
msgid "Enter a valid IPv6 address."
msgstr "Пазначце чынны адрас IPv6."

#: core/validators.py:125 core/validators.py:128
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Пазначце чынны адрас IPv4 або IPv6."

#: core/validators.py:151 db/models/fields/__init__.py:655
msgid "Enter only digits separated by commas."
msgstr "Набярыце лічбы, падзеленыя коскамі."

#: core/validators.py:157
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr ""
"Упэўніцеся, што гэтае значэньне — %(limit_value)s (зараз яно — "
"%(show_value)s)."

#: core/validators.py:176 forms/fields.py:210 forms/fields.py:263
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "Значэньне мусіць быць меншым або роўным %(limit_value)s."

#: core/validators.py:182 forms/fields.py:211 forms/fields.py:264
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr "Значэньне мусіць быць большым або роўным %(limit_value)s."

#: core/validators.py:189
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr ""
"Мусіць зьмяшчаць прынамсі %(limit_value)d знакаў (зараз — %(show_value)d)."

#: core/validators.py:196
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr ""
"Мусіць зьмяшчаць ня болей за %(limit_value)d знакаў (зараз — %(show_value)d)."

#: db/models/base.py:857
#, python-format
msgid "%(field_name)s must be unique for %(date_field)s %(lookup)s."
msgstr ""
"Значэньне «%(field_name)s мусіць быць непаўторным для «%(lookup)s» у полі "
"«%(date_field)s»."

#: db/models/base.py:880 forms/models.py:573
msgid "and"
msgstr "і"

#: db/models/base.py:881 db/models/fields/__init__.py:70
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s з такім %(field_label)s ужо існуе."

#: db/models/fields/__init__.py:67
#, python-format
msgid "Value %r is not a valid choice."
msgstr "Нельга абіраць %r."

#: db/models/fields/__init__.py:68
msgid "This field cannot be null."
msgstr "Поле ня можа мець значэньне «null»."

#: db/models/fields/__init__.py:69
msgid "This field cannot be blank."
msgstr "Трэба запоўніць поле."

#: db/models/fields/__init__.py:76
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Палі віду: %(field_type)s"

#: db/models/fields/__init__.py:517 db/models/fields/__init__.py:985
msgid "Integer"
msgstr "Цэлы лік"

#: db/models/fields/__init__.py:521 db/models/fields/__init__.py:983
#, python-format
msgid "'%s' value must be an integer."
msgstr "«%s» мусіць быць цэлым лікам."

#: db/models/fields/__init__.py:569
#, python-format
msgid "'%s' value must be either True or False."
msgstr "«%s» мусіць быць мець значэньне «сапраўдна» або «не сапраўдна»."

#: db/models/fields/__init__.py:571
msgid "Boolean (Either True or False)"
msgstr "Ляґічнае («сапраўдна» або «не сапраўдна»)"

#: db/models/fields/__init__.py:622
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "Радок (ня болей за %(max_length)s)"

#: db/models/fields/__init__.py:650
msgid "Comma-separated integers"
msgstr "Цэлыя лікі, падзеленыя коскаю"

#: db/models/fields/__init__.py:664
#, python-format
msgid "'%s' value has an invalid date format. It must be in YYYY-MM-DD format."
msgstr "Няправільна запісалі «%s». Дата запісваецца ў выглядзе ГГГГ-ММ-ДД."

#: db/models/fields/__init__.py:666 db/models/fields/__init__.py:754
#, python-format
msgid ""
"'%s' value has the correct format (YYYY-MM-DD) but it is an invalid date."
msgstr "Дату «%s» запісалі ў належным выглядзе, але гэта несапраўдная дата."

#: db/models/fields/__init__.py:669
msgid "Date (without time)"
msgstr "Дата (бяз часу)"

#: db/models/fields/__init__.py:752
#, python-format
msgid ""
"'%s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"Няправільна запісалі «%s». Трэба запісваць у выглядзе «ГГГГ-ММ-ДД ГГ:ХХ[:сс[."
"мммммм]][ЧА], дзе ЧА — часавы абсяг."

#: db/models/fields/__init__.py:756
#, python-format
msgid ""
"'%s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) but "
"it is an invalid date/time."
msgstr ""
"«%s» запісалі ў належным выглядзе («ГГГГ-ММ-ДД ГГ:ХХ[:сс[.мммммм]][ЧА]»), "
"але гэта несапраўдная дата або час."

#: db/models/fields/__init__.py:760
msgid "Date (with time)"
msgstr "Дата (разам з часам)"

#: db/models/fields/__init__.py:849
#, python-format
msgid "'%s' value must be a decimal number."
msgstr "«%s» мусіць быць дзесятковым лікам."

#: db/models/fields/__init__.py:851
msgid "Decimal number"
msgstr "Дзесятковы лік"

#: db/models/fields/__init__.py:908
msgid "Email address"
msgstr "Адрас эл. пошты"

#: db/models/fields/__init__.py:927
msgid "File path"
msgstr "Шлях да файла"

#: db/models/fields/__init__.py:954
#, python-format
msgid "'%s' value must be a float."
msgstr "«%s» мусіць быць лікам з коскаю."

#: db/models/fields/__init__.py:956
msgid "Floating point number"
msgstr "Лік зь пераноснай коскаю"

#: db/models/fields/__init__.py:1017
msgid "Big (8 byte) integer"
msgstr "Вялікі (8 байтаў) цэлы"

#: db/models/fields/__init__.py:1031
msgid "IPv4 address"
msgstr "Адрас IPv4"

#: db/models/fields/__init__.py:1047
msgid "IP address"
msgstr "Адрас IP"

#: db/models/fields/__init__.py:1090
#, python-format
msgid "'%s' value must be either None, True or False."
msgstr ""
"«%s» мусіць быць мець значэньне «сапраўдна», «не сапраўдна» або «нічога»."

#: db/models/fields/__init__.py:1092
msgid "Boolean (Either True, False or None)"
msgstr "Ляґічнае («сапраўдна», «не сапраўдна» ці «нічога»)"

#: db/models/fields/__init__.py:1141
msgid "Positive integer"
msgstr "Дадатны цэлы лік"

#: db/models/fields/__init__.py:1152
msgid "Positive small integer"
msgstr "Дадатны малы цэлы лік"

#: db/models/fields/__init__.py:1163
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Бірка (ня болей за %(max_length)s)"

#: db/models/fields/__init__.py:1181
msgid "Small integer"
msgstr "Малы цэлы лік"

#: db/models/fields/__init__.py:1187
msgid "Text"
msgstr "Тэкст"

#: db/models/fields/__init__.py:1205
#, python-format
msgid ""
"'%s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] format."
msgstr ""
"Няправільна запісалі «%s». Трэба запісваць у выглядзе «ГГ:ХХ[:сс[.мммммм]]."

#: db/models/fields/__init__.py:1207
#, python-format
msgid ""
"'%s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an invalid "
"time."
msgstr ""
"«%s» запісалі ў належным выглядзе («ГГ:ХХ[:сс[.мммммм]]»), але гэта "
"несапраўдны час."

#: db/models/fields/__init__.py:1210
msgid "Time"
msgstr "Час"

#: db/models/fields/__init__.py:1272
msgid "URL"
msgstr "Сеціўная спасылка"

#: db/models/fields/files.py:216
msgid "File"
msgstr "Файл"

#: db/models/fields/files.py:323
msgid "Image"
msgstr "Выява"

#: db/models/fields/related.py:979
#, python-format
msgid "Model %(model)s with pk %(pk)r does not exist."
msgstr "Мадэль %(model)s з ключом %(pk)r не існуе."

#: db/models/fields/related.py:981
msgid "Foreign Key (type determined by related field)"
msgstr "Вонкавы ключ (від вызначаецца паводле зьвязанага поля)"

#: db/models/fields/related.py:1111
msgid "One-to-one relationship"
msgstr "Сувязь «адзін да аднаго»"

#: db/models/fields/related.py:1178
msgid "Many-to-many relationship"
msgstr "Сувязь «некалькі да некалькіх»"

#: db/models/fields/related.py:1203
msgid ""
"Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
msgstr "Каб абраць некалькі пунктаў, трымайце «Ctrl» (на «Маках» — «Command»)."

#: forms/fields.py:51
msgid "This field is required."
msgstr "Поле трэба запоўніць."

#: forms/fields.py:209
msgid "Enter a whole number."
msgstr "Набярыце ўвесь лік."

#: forms/fields.py:241 forms/fields.py:262
msgid "Enter a number."
msgstr "Набярыце лік."

#: forms/fields.py:265
#, python-format
msgid "Ensure that there are no more than %s digits in total."
msgstr "Упэўніцеся, што набралі ня болей за %s лічбаў."

#: forms/fields.py:266
#, python-format
msgid "Ensure that there are no more than %s decimal places."
msgstr "Упэўніцеся, што набралі ня болей за %s лічбаў пасьля коскі."

#: forms/fields.py:267
#, python-format
msgid "Ensure that there are no more than %s digits before the decimal point."
msgstr "Упэўніцеся, што набралі ня болей за %s лічбаў да коскі."

#: forms/fields.py:355 forms/fields.py:953
msgid "Enter a valid date."
msgstr "Пазначце чынную дату."

#: forms/fields.py:378 forms/fields.py:954
msgid "Enter a valid time."
msgstr "Пазначце чынны час."

#: forms/fields.py:399
msgid "Enter a valid date/time."
msgstr "Пазначце чынныя час і дату."

#: forms/fields.py:475
msgid "No file was submitted. Check the encoding type on the form."
msgstr "Файл не даслалі. Зірніце кадоўку блянку."

#: forms/fields.py:476
msgid "No file was submitted."
msgstr "Файл не даслалі."

#: forms/fields.py:477
msgid "The submitted file is empty."
msgstr "Дасланы файл — парожні."

#: forms/fields.py:478
#, python-format
msgid ""
"Ensure this filename has at most %(max)d characters (it has %(length)d)."
msgstr ""
"У назьве файла мусіць быць ня болей за %(max)d знакаў (зараз — %(length)d)."

#: forms/fields.py:479
msgid "Please either submit a file or check the clear checkbox, not both."
msgstr ""
"Трэба або даслаць файл, або абраць «Ачысьціць», але нельга рабіць гэта "
"адначасова."

#: forms/fields.py:534
msgid ""
"Upload a valid image. The file you uploaded was either not an image or a "
"corrupted image."
msgstr ""
"Запампаваць чынны малюнак. Запампавалі або не выяву, або пашкоджаную выяву."

#: forms/fields.py:580
msgid "Enter a valid URL."
msgstr "Пазначце чынную спасылку."

#: forms/fields.py:666 forms/fields.py:746
#, python-format
msgid "Select a valid choice. %(value)s is not one of the available choices."
msgstr "Абярыце дазволенае. %(value)s няма ў даступных значэньнях."

#: forms/fields.py:747 forms/fields.py:835 forms/models.py:1002
msgid "Enter a list of values."
msgstr "Упішыце сьпіс значэньняў."

#: forms/formsets.py:324 forms/formsets.py:326
msgid "Order"
msgstr "Парадак"

#: forms/formsets.py:328
msgid "Delete"
msgstr "Выдаліць"

#: forms/models.py:567
#, python-format
msgid "Please correct the duplicate data for %(field)s."
msgstr "У полі «%(field)s» выпраўце зьвесткі, якія паўтараюцца."

#: forms/models.py:571
#, python-format
msgid "Please correct the duplicate data for %(field)s, which must be unique."
msgstr "Выпраўце зьвесткі ў полі «%(field)s»: нельга, каб яны паўтараліся."

#: forms/models.py:577
#, python-format
msgid ""
"Please correct the duplicate data for %(field_name)s which must be unique "
"for the %(lookup)s in %(date_field)s."
msgstr ""
"Выпраўце зьвесткі ў полі «%(field_name)s»: нельга каб зьвесткі ў "
"«%(date_field)s» для «%(lookup)s» паўтараліся."

#: forms/models.py:585
msgid "Please correct the duplicate values below."
msgstr "Выпраўце зьвесткі, якія паўтараюцца (гл. ніжэй)."

#: forms/models.py:852
msgid "The inline foreign key did not match the parent instance primary key."
msgstr "Вонкавы ключ не супадае з бацькоўскім першасным ключом."

#: forms/models.py:913
msgid "Select a valid choice. That choice is not one of the available choices."
msgstr "Абярыце дазволенае. Абранага няма ў даступных значэньнях."

#: forms/models.py:1003
#, python-format
msgid "Select a valid choice. %s is not one of the available choices."
msgstr "Абярыце дазволенае. %s няма ў даступных значэньнях."

#: forms/models.py:1005
#, python-format
msgid "\"%s\" is not a valid value for a primary key."
msgstr "«%s» ня ёсьць чынным значэньне першаснага ключа."

#: forms/util.py:81
#, python-format
msgid ""
"%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it "
"may be ambiguous or it may not exist."
msgstr ""
"У часавым абсягу «%(current_timezone)s» нельга зразумець дату %(datetime)s: "
"яна можа быць неадназначнаю або яе можа не існаваць."

#: forms/widgets.py:336
msgid "Currently"
msgstr "Зараз"

#: forms/widgets.py:337
msgid "Change"
msgstr "Зьмяніць"

#: forms/widgets.py:338
msgid "Clear"
msgstr "Ачысьціць"

#: forms/widgets.py:594
msgid "Unknown"
msgstr "Невядома"

#: forms/widgets.py:595
msgid "Yes"
msgstr "Так"

#: forms/widgets.py:596
msgid "No"
msgstr "Не"

#: template/defaultfilters.py:794
msgid "yes,no,maybe"
msgstr "так,не,магчыма"

#: template/defaultfilters.py:822 template/defaultfilters.py:833
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d байт"
msgstr[1] "%(size)d байты"
msgstr[2] "%(size)d байтаў"
msgstr[3] "%(size)d байтаў"

#: template/defaultfilters.py:835
#, python-format
msgid "%s KB"
msgstr "%s КБ"

#: template/defaultfilters.py:837
#, python-format
msgid "%s MB"
msgstr "%s МБ"

#: template/defaultfilters.py:839
#, python-format
msgid "%s GB"
msgstr "%s ҐБ"

#: template/defaultfilters.py:841
#, python-format
msgid "%s TB"
msgstr "%s ТБ"

#: template/defaultfilters.py:842
#, python-format
msgid "%s PB"
msgstr "%s ПБ"

#: utils/dateformat.py:47
msgid "p.m."
msgstr "папаўдні"

#: utils/dateformat.py:48
msgid "a.m."
msgstr "папоўначы"

#: utils/dateformat.py:53
msgid "PM"
msgstr "папаўдні"

#: utils/dateformat.py:54
msgid "AM"
msgstr "папоўначы"

#: utils/dateformat.py:103
msgid "midnight"
msgstr "поўнач"

#: utils/dateformat.py:105
msgid "noon"
msgstr "поўдзень"

#: utils/dates.py:6
msgid "Monday"
msgstr "Панядзелак"

#: utils/dates.py:6
msgid "Tuesday"
msgstr "Аўторак"

#: utils/dates.py:6
msgid "Wednesday"
msgstr "Серада"

#: utils/dates.py:6
msgid "Thursday"
msgstr "Чацьвер"

#: utils/dates.py:6
msgid "Friday"
msgstr "Пятніца"

#: utils/dates.py:7
msgid "Saturday"
msgstr "Субота"

#: utils/dates.py:7
msgid "Sunday"
msgstr "Нядзеля"

#: utils/dates.py:10
msgid "Mon"
msgstr "Пн"

#: utils/dates.py:10
msgid "Tue"
msgstr "Аў"

#: utils/dates.py:10
msgid "Wed"
msgstr "Ср"

#: utils/dates.py:10
msgid "Thu"
msgstr "Чц"

#: utils/dates.py:10
msgid "Fri"
msgstr "Пт"

#: utils/dates.py:11
msgid "Sat"
msgstr "Сб"

#: utils/dates.py:11
msgid "Sun"
msgstr "Нд"

#: utils/dates.py:18
msgid "January"
msgstr "студзеня"

#: utils/dates.py:18
msgid "February"
msgstr "лютага"

#: utils/dates.py:18
msgid "March"
msgstr "сакавік"

#: utils/dates.py:18
msgid "April"
msgstr "красавіка"

#: utils/dates.py:18
msgid "May"
msgstr "траўня"

#: utils/dates.py:18
msgid "June"
msgstr "чэрвеня"

#: utils/dates.py:19
msgid "July"
msgstr "ліпеня"

#: utils/dates.py:19
msgid "August"
msgstr "жніўня"

#: utils/dates.py:19
msgid "September"
msgstr "верасьня"

#: utils/dates.py:19
msgid "October"
msgstr "кастрычніка"

#: utils/dates.py:19
msgid "November"
msgstr "лістапада"

#: utils/dates.py:20
msgid "December"
msgstr "сьнежня"

#: utils/dates.py:23
msgid "jan"
msgstr "сту"

#: utils/dates.py:23
msgid "feb"
msgstr "лют"

#: utils/dates.py:23
msgid "mar"
msgstr "сак"

#: utils/dates.py:23
msgid "apr"
msgstr "кра"

#: utils/dates.py:23
msgid "may"
msgstr "тра"

#: utils/dates.py:23
msgid "jun"
msgstr "чэр"

#: utils/dates.py:24
msgid "jul"
msgstr "ліп"

#: utils/dates.py:24
msgid "aug"
msgstr "жні"

#: utils/dates.py:24
msgid "sep"
msgstr "вер"

#: utils/dates.py:24
msgid "oct"
msgstr "кас"

#: utils/dates.py:24
msgid "nov"
msgstr "ліс"

#: utils/dates.py:24
msgid "dec"
msgstr "сьн"

#: utils/dates.py:31
msgctxt "abbrev. month"
msgid "Jan."
msgstr "Сту."

#: utils/dates.py:32
msgctxt "abbrev. month"
msgid "Feb."
msgstr "Люты"

#: utils/dates.py:33
msgctxt "abbrev. month"
msgid "March"
msgstr "сакавік"

#: utils/dates.py:34
msgctxt "abbrev. month"
msgid "April"
msgstr "красавіка"

#: utils/dates.py:35
msgctxt "abbrev. month"
msgid "May"
msgstr "траўня"

#: utils/dates.py:36
msgctxt "abbrev. month"
msgid "June"
msgstr "чэрвеня"

#: utils/dates.py:37
msgctxt "abbrev. month"
msgid "July"
msgstr "ліпеня"

#: utils/dates.py:38
msgctxt "abbrev. month"
msgid "Aug."
msgstr "Жні."

#: utils/dates.py:39
msgctxt "abbrev. month"
msgid "Sept."
msgstr "Вер."

#: utils/dates.py:40
msgctxt "abbrev. month"
msgid "Oct."
msgstr "Кас."

#: utils/dates.py:41
msgctxt "abbrev. month"
msgid "Nov."
msgstr "Ліс."

#: utils/dates.py:42
msgctxt "abbrev. month"
msgid "Dec."
msgstr "Сьн."

#: utils/dates.py:45
msgctxt "alt. month"
msgid "January"
msgstr "студзеня"

#: utils/dates.py:46
msgctxt "alt. month"
msgid "February"
msgstr "лютага"

#: utils/dates.py:47
msgctxt "alt. month"
msgid "March"
msgstr "сакавік"

#: utils/dates.py:48
msgctxt "alt. month"
msgid "April"
msgstr "красавіка"

#: utils/dates.py:49
msgctxt "alt. month"
msgid "May"
msgstr "траўня"

#: utils/dates.py:50
msgctxt "alt. month"
msgid "June"
msgstr "чэрвеня"

#: utils/dates.py:51
msgctxt "alt. month"
msgid "July"
msgstr "ліпеня"

#: utils/dates.py:52
msgctxt "alt. month"
msgid "August"
msgstr "жніўня"

#: utils/dates.py:53
msgctxt "alt. month"
msgid "September"
msgstr "верасьня"

#: utils/dates.py:54
msgctxt "alt. month"
msgid "October"
msgstr "кастрычніка"

#: utils/dates.py:55
msgctxt "alt. month"
msgid "November"
msgstr "лістапада"

#: utils/dates.py:56
msgctxt "alt. month"
msgid "December"
msgstr "сьнежня"

#: utils/text.py:70
#, python-format
msgctxt "String to return when truncating text"
msgid "%(truncated_text)s..."
msgstr "%(truncated_text)s…"

#: utils/text.py:239
msgid "or"
msgstr "або"

#. Translators: This string is used as a separator between list elements
#: utils/text.py:256
msgid ", "
msgstr ", "

#: utils/timesince.py:22
msgid "year"
msgid_plural "years"
msgstr[0] "год"
msgstr[1] "гады"
msgstr[2] "гадоў"
msgstr[3] "гадоў"

#: utils/timesince.py:23
msgid "month"
msgid_plural "months"
msgstr[0] "месяц"
msgstr[1] "месяцы"
msgstr[2] "месяцаў"
msgstr[3] "месяцаў"

#: utils/timesince.py:24
msgid "week"
msgid_plural "weeks"
msgstr[0] "тыдзень"
msgstr[1] "тыдні"
msgstr[2] "тыдняў"
msgstr[3] "тыдняў"

#: utils/timesince.py:25
msgid "day"
msgid_plural "days"
msgstr[0] "дзень"
msgstr[1] "дні"
msgstr[2] "дзён"
msgstr[3] "дзён"

#: utils/timesince.py:26
msgid "hour"
msgid_plural "hours"
msgstr[0] "гадзіна"
msgstr[1] "гадзіны"
msgstr[2] "гадзін"
msgstr[3] "гадзін"

#: utils/timesince.py:27
msgid "minute"
msgid_plural "minutes"
msgstr[0] "хвіліна"
msgstr[1] "хвіліны"
msgstr[2] "хвілінаў"
msgstr[3] "хвілінаў"

#: utils/timesince.py:43
msgid "minutes"
msgstr "хв."

#: utils/timesince.py:48
#, python-format
msgid "%(number)d %(type)s"
msgstr "%(number)d %(type)s"

#: utils/timesince.py:54
#, python-format
msgid ", %(number)d %(type)s"
msgstr ", %(number)d %(type)s"

#: views/static.py:56
msgid "Directory indexes are not allowed here."
msgstr "Не дазваляецца глядзець сьпіс файлаў каталёґа."

#: views/static.py:58
#, python-format
msgid "\"%(path)s\" does not exist"
msgstr "Шлях «%(path)s» не існуе."

#: views/static.py:98
#, python-format
msgid "Index of %(directory)s"
msgstr "Файлы каталёґа «%(directory)s»"

#: views/generic/dates.py:42
msgid "No year specified"
msgstr "Не пазначылі год"

#: views/generic/dates.py:98
msgid "No month specified"
msgstr "Не пазначылі месяц"

#: views/generic/dates.py:157
msgid "No day specified"
msgstr "Не пазначылі дзень"

#: views/generic/dates.py:213
msgid "No week specified"
msgstr "Не пазначылі тыдзень"

#: views/generic/dates.py:368 views/generic/dates.py:393
#, python-format
msgid "No %(verbose_name_plural)s available"
msgstr "Няма доступу да %(verbose_name_plural)s"

#: views/generic/dates.py:646
#, python-format
msgid ""
"Future %(verbose_name_plural)s not available because %(class_name)s."
"allow_future is False."
msgstr ""
"Няма доступу да %(verbose_name_plural)s, якія будуць, бо «%(class_name)s."
"allow_future» мае значэньне «не сапраўдна»."

#: views/generic/dates.py:678
#, python-format
msgid "Invalid date string '%(datestr)s' given format '%(format)s'"
msgstr "Радок даты «%(datestr)s» не адпавядае выгляду «%(format)s»"

#: views/generic/detail.py:54
#, python-format
msgid "No %(verbose_name)s found matching the query"
msgstr "Па запыце не знайшлі ніводнага %(verbose_name)s"

#: views/generic/list.py:51
msgid "Page is not 'last', nor can it be converted to an int."
msgstr ""
"Нумар бачыны ня мае значэньня «last» і яго нельга ператварыць у цэлы лік."

#: views/generic/list.py:56
#, python-format
msgid "Invalid page (%(page_number)s): %(message)s"
msgstr ""

#: views/generic/list.py:137
#, python-format
msgid "Empty list and '%(class_name)s.allow_empty' is False."
msgstr ""
"Сьпіс парожні, але «%(class_name)s.allow_empty» мае значэньне «не "
"сапраўдна», што забараняе паказваць парожнія сьпісы."


================================================
FILE: Django-1.5.1/django/conf/locale/bg/LC_MESSAGES/django.po
================================================
# This file is distributed under the same license as the Django package.
#
# Translators:
#   <aatanasov@gmail.com>, 2012.
# Boris Chervenkov <office@sentido.bg>, 2012.
# Jannis Leidel <jannis@leidel.info>, 2011.
# Todor Lubenov <tlubenov@gmail.com>, 2011-2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-01 16:10+0100\n"
"PO-Revision-Date: 2013-01-02 08:47+0000\n"
"Last-Translator: zaxl <aatanasov@gmail.com>\n"
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/"
"language/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: conf/global_settings.py:48
msgid "Afrikaans"
msgstr ""

#: conf/global_settings.py:49
msgid "Arabic"
msgstr "арабски език"

#: conf/global_settings.py:50
msgid "Azerbaijani"
msgstr "Азербайджански език"

#: conf/global_settings.py:51
msgid "Bulgarian"
msgstr "български език"

#: conf/global_settings.py:52
msgid "Belarusian"
msgstr ""

#: conf/global_settings.py:53
msgid "Bengali"
msgstr "бенгалски език"

#: conf/global_settings.py:54
msgid "Breton"
msgstr ""

#: conf/global_settings.py:55
msgid "Bosnian"
msgstr "босненски език"

#: conf/global_settings.py:56
msgid "Catalan"
msgstr "каталунски език"

#: conf/global_settings.py:57
msgid "Czech"
msgstr "чешки език"

#: conf/global_settings.py:58
msgid "Welsh"
msgstr "уелски език"

#: conf/global_settings.py:59
msgid "Danish"
msgstr "датски език"

#: conf/global_settings.py:60
msgid "German"
msgstr "немски език"

#: conf/global_settings.py:61
msgid "Greek"
msgstr "гръцки език"

#: conf/global_settings.py:62
msgid "English"
msgstr "английски език"

#: conf/global_settings.py:63
msgid "British English"
msgstr "британски английски"

#: conf/global_settings.py:64
msgid "Esperanto"
msgstr "Есперанто"

#: conf/global_settings.py:65
msgid "Spanish"
msgstr "испански език"

#: conf/global_settings.py:66
msgid "Argentinian Spanish"
msgstr "кастилски"

#: conf/global_settings.py:67
msgid "Mexican Spanish"
msgstr "Мексикански испански"

#: conf/global_settings.py:68
msgid "Nicaraguan Spanish"
msgstr "никарагуански испански"

#: conf/global_settings.py:69
msgid "Venezuelan Spanish"
msgstr ""

#: conf/global_settings.py:70
msgid "Estonian"
msgstr "естонски език"

#: conf/global_settings.py:71
msgid "Basque"
msgstr "баски"

#: conf/global_settings.py:72
msgid "Persian"
msgstr "персийски език"

#: conf/global_settings.py:73
msgid "Finnish"
msgstr "финландски език"

#: conf/global_settings.py:74
msgid "French"
msgstr "френски език"

#: conf/global_settings.py:75
msgid "Frisian"
msgstr "фризийски език"

#: conf/global_settings.py:76
msgid "Irish"
msgstr "ирландски език"

#: conf/global_settings.py:77
msgid "Galician"
msgstr "галицейски език"

#: conf/global_settings.py:78
msgid "Hebrew"
msgstr "иврит"

#: conf/global_settings.py:79
msgid "Hindi"
msgstr "хинди"

#: conf/global_settings.py:80
msgid "Croatian"
msgstr "хърватски език"

#: conf/global_settings.py:81
msgid "Hungarian"
msgstr "унгарски език"

#: conf/global_settings.py:82
msgid "Interlingua"
msgstr ""

#: conf/global_settings.py:83
msgid "Indonesian"
msgstr "индонезийски език"

#: conf/global_settings.py:84
msgid "Icelandic"
msgstr "исландски език"

#: conf/global_settings.py:85
msgid "Italian"
msgstr "италиански език"

#: conf/global_settings.py:86
msgid "Japanese"
msgstr "японски език"

#: conf/global_settings.py:87
msgid "Georgian"
msgstr "грузински език"

#: conf/global_settings.py:88
msgid "Kazakh"
msgstr "Казахски"

#: conf/global_settings.py:89
msgid "Khmer"
msgstr "кхмерски език"

#: conf/global_settings.py:90
msgid "Kannada"
msgstr "каннада"

#: conf/global_settings.py:91
msgid "Korean"
msgstr "корейски език"

#: conf/global_settings.py:92
msgid "Luxembourgish"
msgstr ""

#: conf/global_settings.py:93
msgid "Lithuanian"
msgstr "литовски език"

#: conf/global_settings.py:94
msgid "Latvian"
msgstr "латвийски език"

#: conf/global_settings.py:95
msgid "Macedonian"
msgstr "македонски език"

#: conf/global_settings.py:96
msgid "Malayalam"
msgstr "малаялам"

#: conf/global_settings.py:97
msgid "Mongolian"
msgstr "монголски език"

#: conf/global_settings.py:98
msgid "Norwegian Bokmal"
msgstr "норвежки букмол"

#: conf/global_settings.py:99
msgid "Nepali"
msgstr "Непалски"

#: conf/global_settings.py:100
msgid "Dutch"
msgstr "холандски"

#: conf/global_settings.py:101
msgid "Norwegian Nynorsk"
msgstr "норвежки съвременен език"

#: conf/global_settings.py:102
msgid "Punjabi"
msgstr "пенджаби"

#: conf/global_settings.py:103
msgid "Polish"
msgstr "полски език"

#: conf/global_settings.py:104
msgid "Portuguese"
msgstr "португалски език"

#: conf/global_settings.py:105
msgid "Brazilian Portuguese"
msgstr "бразилски португалски"

#: conf/global_settings.py:106
msgid "Romanian"
msgstr "румънски език"

#: conf/global_settings.py:107
msgid "Russian"
msgstr "руски език"

#: conf/global_settings.py:108
msgid "Slovak"
msgstr "словашки език"

#: conf/global_settings.py:109
msgid "Slovenian"
msgstr "словенски език"

#: conf/global_settings.py:110
msgid "Albanian"
msgstr "албански език"

#: conf/global_settings.py:111
msgid "Serbian"
msgstr "сръбски език"

#: conf/global_settings.py:112
msgid "Serbian Latin"
msgstr "сръбски с латински букви"

#: conf/global_settings.py:113
msgid "Swedish"
msgstr "шведски език"

#: conf/global_settings.py:114
msgid "Swahili"
msgstr "Суахили"

#: conf/global_settings.py:115
msgid "Tamil"
msgstr "тамил"

#: conf/global_settings.py:116
msgid "Telugu"
msgstr "телугу"

#: conf/global_settings.py:117
msgid "Thai"
msgstr "тайландски език"

#: conf/global_settings.py:118
msgid "Turkish"
msgstr "турски език"

#: conf/global_settings.py:119
msgid "Tatar"
msgstr "Татарски"

#: conf/global_settings.py:120
msgid "Udmurt"
msgstr ""

#: conf/global_settings.py:121
msgid "Ukrainian"
msgstr "украински език"

#: conf/global_settings.py:122
msgid "Urdu"
msgstr "Урду"

#: conf/global_settings.py:123
msgid "Vietnamese"
msgstr "виетнамски език"

#: conf/global_settings.py:124
msgid "Simplified Chinese"
msgstr "китайски език"

#: conf/global_settings.py:125
msgid "Traditional Chinese"
msgstr "традиционен китайски"

#: core/validators.py:21 forms/fields.py:52
msgid "Enter a valid value."
msgstr "Въведете валидна стойност.  "

#: core/validators.py:104 forms/fields.py:464
msgid "Enter a valid email address."
msgstr "Въведете валиден имейл адрес."

#: core/validators.py:107 forms/fields.py:1013
msgid ""
"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens."
msgstr ""
"Въведете валиден 'слъг', състоящ се от букви, цифри, тирета или долни тирета."

#: core/validators.py:110 core/validators.py:129 forms/fields.py:987
msgid "Enter a valid IPv4 address."
msgstr "Въведете валиден IPv4 адрес."

#: core/validators.py:115 core/validators.py:130
msgid "Enter a valid IPv6 address."
msgstr "Въведете валиден IPv6 адрес."

#: core/validators.py:125 core/validators.py:128
msgid "Enter a valid IPv4 or IPv6 address."
msgstr "Въведете валиден IPv4 или IPv6 адрес."

#: core/validators.py:151 db/models/fields/__init__.py:655
msgid "Enter only digits separated by commas."
msgstr "Въведете само еднозначни числа, разделени със запетая.  "

#: core/validators.py:157
#, python-format
msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)."
msgstr "Уверете се, че тази стойност е %(limit_value)s (тя е %(show_value)s)."

#: core/validators.py:176 forms/fields.py:210 forms/fields.py:263
#, python-format
msgid "Ensure this value is less than or equal to %(limit_value)s."
msgstr "Уверете се, че тази стойност е по-малка или равна на %(limit_value)s ."

#: core/validators.py:182 forms/fields.py:211 forms/fields.py:264
#, python-format
msgid "Ensure this value is greater than or equal to %(limit_value)s."
msgstr ""
"Уверете се, че тази стойност е по-голяма или равна на %(limit_value)s ."

#: core/validators.py:189
#, python-format
msgid ""
"Ensure this value has at least %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr ""
"Уверете се, че тази стойност има най-малко %(limit_value)d знаци (има "
"%(show_value)d)."

#: core/validators.py:196
#, python-format
msgid ""
"Ensure this value has at most %(limit_value)d characters (it has "
"%(show_value)d)."
msgstr ""
"Уверете се, че тази стойност има най-много %(limit_value)d  знаци (има "
"%(show_value)d)."

#: db/models/base.py:857
#, python-format
msgid "%(field_name)s must be unique for %(date_field)s %(lookup)s."
msgstr "%(field_name)s трябва да са уникални за %(date_field)s %(lookup)s."

#: db/models/base.py:880 forms/models.py:573
msgid "and"
msgstr "и"

#: db/models/base.py:881 db/models/fields/__init__.py:70
#, python-format
msgid "%(model_name)s with this %(field_label)s already exists."
msgstr "%(model_name)s с този %(field_label)s вече съществува."

#: db/models/fields/__init__.py:67
#, python-format
msgid "Value %r is not a valid choice."
msgstr "Стойността %r не е валиден избор."

#: db/models/fields/__init__.py:68
msgid "This field cannot be null."
msgstr "Това поле не може да има празна стойност."

#: db/models/fields/__init__.py:69
msgid "This field cannot be blank."
msgstr "Това поле не може да е празно."

#: db/models/fields/__init__.py:76
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Поле от тип: %(field_type)s"

#: db/models/fields/__init__.py:517 db/models/fields/__init__.py:985
msgid "Integer"
msgstr "Цяло число"

#: db/models/fields/__init__.py:521 db/models/fields/__init__.py:983
#, python-format
msgid "'%s' value must be an integer."
msgstr "Стойността на '%s' трябва да е цяло число."

#: db/models/fields/__init__.py:569
#, python-format
msgid "'%s' value must be either True or False."
msgstr "Стойността на '%s' трябва да е \"True\" или \"False\"."

#: db/models/fields/__init__.py:571
msgid "Boolean (Either True or False)"
msgstr "Boolean (True или False)"

#: db/models/fields/__init__.py:622
#, python-format
msgid "String (up to %(max_length)s)"
msgstr "Символен низ (до %(max_length)s символа)"

#: db/models/fields/__init__.py:650
msgid "Comma-separated integers"
msgstr "Цели числа, разделени с запетая"

#: db/models/fields/__init__.py:664
#, python-format
msgid "'%s' value has an invalid date format. It must be in YYYY-MM-DD format."
msgstr ""
"Стойността на '%s' е в невалиден формат на дата. Форматът трябва да бъде "
"ГГГГ-ММ-ДД"

#: db/models/fields/__init__.py:666 db/models/fields/__init__.py:754
#, python-format
msgid ""
"'%s' value has the correct format (YYYY-MM-DD) but it is an invalid date."
msgstr ""
"Стойността на '%s' е в правилен формат (ГГГГ-ММ-ДД), но датата е невалидна."

#: db/models/fields/__init__.py:669
msgid "Date (without time)"
msgstr "Дата (без час)"

#: db/models/fields/__init__.py:752
#, python-format
msgid ""
"'%s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[."
"uuuuuu]][TZ] format."
msgstr ""
"Стойността на '%s' е в невалиден формат. Трябва да бъде във формат ГГГГ-ММ-"
"ДД ЧЧ:ММ[:сс[.uuuuuu]][TZ] (където u означава милисекунда, а TZ -  часова "
"зона)"

#: db/models/fields/__init__.py:756
#, python-format
msgid ""
"'%s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) but "
"it is an invalid date/time."
msgstr ""
"Стойността на  '%s' формат ( ГГГГ-ММ-ДД ЧЧ:ММ[:сс[.uuuuuu]][TZ] (където u "
"означава милисекунда, а TZ -  часова зона), но датата/часът са невалидни"

#: db/models/fields/__init__.py:760
msgid "Date (with time)"
msgstr "Дата (и час)"

#: db/models/fields/__init__.py:849
#, python-format
msgid "'%s' value must be a decimal number."
msgstr "Стойността на '%s' трябва да е десетично число."

#: db/models/fields/__init__.py:851
msgid "Decimal number"
msgstr "Десетична дроб"

#: db/models/fields/__init__.py:908
msgid "Email address"
msgstr "Email адрес"

#: db/models/fields/__init__.py:927
msgid "File path"
msgstr "Път към файл"

#: db/models/fields/__init__.py:954
#, python-format
msgid "'%s' value must be a float."
msgstr "Стойността на '%s' трябва да бъде десетично число с плаваща запетая."

#: db/models/fields/__init__.py:956
msgid "Floating point number"
msgstr "Число с плаваща запетая"

#: db/models/fields/__init__.py:1017
msgid "Big (8 byte) integer"
msgstr "Голямо (8 байта) цяло число"

#: db/models/fields/__init__.py:1031
msgid "IPv4 address"
msgstr "IPv4 адрес"

#: db/models/fields/__init__.py:1047
msgid "IP address"
msgstr "IP адрес"

#: db/models/fields/__init__.py:1090
#, python-format
msgid "'%s' value must be either None, True or False."
msgstr "Стойността на '%s' трябва да е \"Nonw\", \"True\" или \"False\""

#: db/models/fields/__init__.py:1092
msgid "Boolean (Either True, False or None)"
msgstr "Boolean (Възможните стойности са True, False или None)"

#: db/models/fields/__init__.py:1141
msgid "Positive integer"
msgstr "Положително цяло число"

#: db/models/fields/__init__.py:1152
msgid "Positive small integer"
msgstr "Положително 2 байта цяло число"

#: db/models/fields/__init__.py:1163
#, python-format
msgid "Slug (up to %(max_length)s)"
msgstr "Slug (до %(max_length)s )"

#: db/models/fields/__init__.py:1181
msgid "Small integer"
msgstr "2 байта цяло число"

#: db/models/fields/__init__.py:1187
msgid "Text"
msgstr "Текст"

#: db/models/fields/__init__.py:1205
#, python-format
msgid ""
"'%s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] format."
msgstr ""
"Стойността на '%s' е в невалиден формат.Форматът трябва да бъде ЧЧ:ММ [:сс[."
"uuuuuu]] (където u означава милисекунда)"

#: db/models/fields/__init__.py:1207
#, python-format
msgid ""
"'%s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an invalid "
"time."
msgstr ""
"Стойността на '%s' е в правилния формат (ЧЧ:ММ [:сс[.uuuuuu]] (където u "
"означава милисекунда), но часът е невалиден."

#: db/models/fields/__init__.py:1210
msgid "Time"
msgstr "Време"

#: db/models/fields/__init__.py:1272
msgid "URL"
msgstr "URL адрес"

#: db/models/fields/files.py:216
msgid "File"
msgstr "Файл"

#: db/models/fields/files.py:323
msgid "Image"
msgstr "Изображение"

#: db/models/fields/related.py:979
#, python-format
msgid "Model %(model)s with pk %(pk)r does not exist."
msgstr "Моделът %(model)s с pk %(pk)r не съществува."

#: db/models/fields/related.py:981
msgid "Foreign Key (type determined by related field)"
msgstr "Външен
Download .txt
Showing preview only (405K chars total). Download the full file or copy to clipboard to get everything.
gitextract_f3r5f3x7/

├── Django-1.5.1/
│   ├── AUTHORS
│   ├── INSTALL
│   ├── LICENSE
│   ├── MANIFEST.in
│   ├── PKG-INFO
│   ├── README.rst
│   ├── django/
│   │   ├── __init__.py
│   │   ├── bin/
│   │   │   ├── __init__.py
│   │   │   ├── daily_cleanup.py
│   │   │   ├── django-2to3.py
│   │   │   ├── django-admin.py
│   │   │   ├── profiling/
│   │   │   │   ├── __init__.py
│   │   │   │   └── gather_profile_stats.py
│   │   │   └── unique-messages.py
│   │   ├── conf/
│   │   │   ├── __init__.py
│   │   │   ├── app_template/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models.py
│   │   │   │   ├── tests.py
│   │   │   │   └── views.py
│   │   │   ├── global_settings.py
│   │   │   ├── locale/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── af/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── ar/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── az/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── be/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── bg/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── bn/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── br/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── bs/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ca/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── cs/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── cy/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── da/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── de/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── de_CH/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── el/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── en/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── en_GB/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── eo/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── es/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── es_AR/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── es_MX/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── es_NI/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── es_VE/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── et/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── eu/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── fa/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── fi/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── fr/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── fy_NL/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ga/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── gl/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── he/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── hi/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── hr/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── hu/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ia/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── id/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── is/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── it/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ja/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ka/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── kk/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── km/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── kn/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ko/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── lb/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── lt/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── lv/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── mk/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ml/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── mn/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── nb/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ne/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── nl/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── nn/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── pa/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── pl/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── pt/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── pt_BR/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ro/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ru/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sk/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sl/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sq/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sr/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sr_Latn/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sv/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── sw/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── ta/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── te/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── th/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── tr/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── tt/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── udm/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── uk/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── ur/
│   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │       ├── django.mo
│   │   │   │   │       └── django.po
│   │   │   │   ├── vi/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   ├── zh_CN/
│   │   │   │   │   ├── LC_MESSAGES/
│   │   │   │   │   │   ├── django.mo
│   │   │   │   │   │   └── django.po
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── formats.py
│   │   │   │   └── zh_TW/
│   │   │   │       ├── LC_MESSAGES/
│   │   │   │       │   ├── django.mo
│   │   │   │       │   └── django.po
│   │   │   │       ├── __init__.py
│   │   │   │       └── formats.py
│   │   │   ├── project_template/
│   │   │   │   ├── manage.py
│   │   │   │   └── project_name/
│   │   │   │       ├── __init__.py
│   │   │   │       ├── settings.py
│   │   │   │       ├── urls.py
│   │   │   │       └── wsgi.py
│   │   │   └── urls/
│   │   │       ├── __init__.py
│   │   │       ├── defaults.py
│   │   │       ├── i18n.py
│   │   │       ├── shortcut.py
│   │   │       └── static.py
│   │   ├── contrib/
│   │   │   ├── __init__.py
│   │   │   ├── admin/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── actions.py
│   │   │   │   ├── bin/
│   │   │   │   │   └── compress.py
│   │   │   │   ├── filters.py
│   │   │   │   ├── forms.py
│   │   │   │   ├── helpers.py
│   │   │   │   ├── locale/
│   │   │   │   │   ├── af/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ar/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── az/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── be/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── bg/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── bn/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── br/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── bs/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ca/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── cs/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── cy/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── da/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── de/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── en_GB/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── eo/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── es/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── es_AR/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── es_MX/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── et/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── eu/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── fa/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── fi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── fr/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── gl/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── he/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── hi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── hr/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── hu/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ia/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── id/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── is/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── it/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ja/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ka/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── kk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ko/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── lb/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── lt/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── lv/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── mk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── mn/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── nb/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ne/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── nl/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── pa/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── pl/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── pt/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── pt_BR/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ro/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ru/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sl/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sq/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sr/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sr_Latn/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sv/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── sw/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ta/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── te/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── th/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── tr/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── tt/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── udm/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       ├── django.po
│   │   │   │   │   │       ├── djangojs.mo
│   │   │   │   │   │       └── djangojs.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           ├── django.po
│   │   │   │   │           ├── djangojs.mo
│   │   │   │   │           └── djangojs.po
│   │   │   │   ├── models.py
│   │   │   │   ├── options.py
│   │   │   │   ├── sites.py
│   │   │   │   ├── static/
│   │   │   │   │   └── admin/
│   │   │   │   │       ├── css/
│   │   │   │   │       │   ├── base.css
│   │   │   │   │       │   ├── changelists.css
│   │   │   │   │       │   ├── dashboard.css
│   │   │   │   │       │   ├── forms.css
│   │   │   │   │       │   ├── ie.css
│   │   │   │   │       │   ├── login.css
│   │   │   │   │       │   ├── rtl.css
│   │   │   │   │       │   └── widgets.css
│   │   │   │   │       └── js/
│   │   │   │   │           ├── LICENSE-JQUERY.txt
│   │   │   │   │           ├── SelectBox.js
│   │   │   │   │           ├── SelectFilter2.js
│   │   │   │   │           ├── actions.js
│   │   │   │   │           ├── admin/
│   │   │   │   │           │   ├── DateTimeShortcuts.js
│   │   │   │   │           │   ├── RelatedObjectLookups.js
│   │   │   │   │           │   └── ordering.js
│   │   │   │   │           ├── calendar.js
│   │   │   │   │           ├── collapse.js
│   │   │   │   │           ├── core.js
│   │   │   │   │           ├── getElementsBySelector.js
│   │   │   │   │           ├── inlines.js
│   │   │   │   │           ├── jquery.init.js
│   │   │   │   │           ├── jquery.js
│   │   │   │   │           ├── prepopulate.js
│   │   │   │   │           ├── timeparse.js
│   │   │   │   │           └── urlify.js
│   │   │   │   ├── templates/
│   │   │   │   │   ├── admin/
│   │   │   │   │   │   ├── 404.html
│   │   │   │   │   │   ├── 500.html
│   │   │   │   │   │   ├── actions.html
│   │   │   │   │   │   ├── app_index.html
│   │   │   │   │   │   ├── auth/
│   │   │   │   │   │   │   └── user/
│   │   │   │   │   │   │       ├── add_form.html
│   │   │   │   │   │   │       └── change_password.html
│   │   │   │   │   │   ├── base.html
│   │   │   │   │   │   ├── base_site.html
│   │   │   │   │   │   ├── change_form.html
│   │   │   │   │   │   ├── change_list.html
│   │   │   │   │   │   ├── change_list_results.html
│   │   │   │   │   │   ├── date_hierarchy.html
│   │   │   │   │   │   ├── delete_confirmation.html
│   │   │   │   │   │   ├── delete_selected_confirmation.html
│   │   │   │   │   │   ├── edit_inline/
│   │   │   │   │   │   │   ├── stacked.html
│   │   │   │   │   │   │   └── tabular.html
│   │   │   │   │   │   ├── filter.html
│   │   │   │   │   │   ├── includes/
│   │   │   │   │   │   │   └── fieldset.html
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   ├── invalid_setup.html
│   │   │   │   │   │   ├── login.html
│   │   │   │   │   │   ├── object_history.html
│   │   │   │   │   │   ├── pagination.html
│   │   │   │   │   │   ├── prepopulated_fields_js.html
│   │   │   │   │   │   ├── search_form.html
│   │   │   │   │   │   └── submit_line.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/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── admin_list.py
│   │   │   │   │   ├── admin_modify.py
│   │   │   │   │   ├── admin_static.py
│   │   │   │   │   ├── admin_urls.py
│   │   │   │   │   └── log.py
│   │   │   │   ├── tests.py
│   │   │   │   ├── util.py
│   │   │   │   ├── validation.py
│   │   │   │   ├── views/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   └── main.py
│   │   │   │   └── widgets.py
│   │   │   ├── admindocs/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── locale/
│   │   │   │   │   ├── af/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── models.py
│   │   │   │   ├── templates/
│   │   │   │   │   └── admin_doc/
│   │   │   │   │       ├── bookmarklets.html
│   │   │   │   │       ├── index.html
│   │   │   │   │       ├── missing_docutils.html
│   │   │   │   │       ├── model_detail.html
│   │   │   │   │       ├── model_index.html
│   │   │   │   │       ├── template_detail.html
│   │   │   │   │       ├── template_filter_index.html
│   │   │   │   │       ├── template_tag_index.html
│   │   │   │   │       ├── view_detail.html
│   │   │   │   │       └── view_index.html
│   │   │   │   ├── tests/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── fields.py
│   │   │   │   ├── urls.py
│   │   │   │   ├── utils.py
│   │   │   │   └── views.py
│   │   │   ├── auth/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── admin.py
│   │   │   │   ├── backends.py
│   │   │   │   ├── context_processors.py
│   │   │   │   ├── create_superuser.py
│   │   │   │   ├── decorators.py
│   │   │   │   ├── fixtures/
│   │   │   │   │   ├── authtestdata.json
│   │   │   │   │   ├── context-processors-users.xml
│   │   │   │   │   ├── custom_user.json
│   │   │   │   │   ├── natural.json
│   │   │   │   │   └── regular.json
│   │   │   │   ├── forms.py
│   │   │   │   ├── handlers/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── modwsgi.py
│   │   │   │   ├── hashers.py
│   │   │   │   ├── locale/
│   │   │   │   │   ├── af/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── management/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── commands/
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── changepassword.py
│   │   │   │   │       └── createsuperuser.py
│   │   │   │   ├── middleware.py
│   │   │   │   ├── models.py
│   │   │   │   ├── signals.py
│   │   │   │   ├── templates/
│   │   │   │   │   └── registration/
│   │   │   │   │       └── password_reset_subject.txt
│   │   │   │   ├── tests/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── auth_backends.py
│   │   │   │   │   ├── basic.py
│   │   │   │   │   ├── context_processors.py
│   │   │   │   │   ├── custom_user.py
│   │   │   │   │   ├── decorators.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── handlers.py
│   │   │   │   │   ├── hashers.py
│   │   │   │   │   ├── management.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── remote_user.py
│   │   │   │   │   ├── signals.py
│   │   │   │   │   ├── templates/
│   │   │   │   │   │   ├── context_processors/
│   │   │   │   │   │   │   ├── auth_attrs_access.html
│   │   │   │   │   │   │   ├── auth_attrs_messages.html
│   │   │   │   │   │   │   ├── auth_attrs_no_access.html
│   │   │   │   │   │   │   ├── auth_attrs_perm_in_perms.html
│   │   │   │   │   │   │   ├── auth_attrs_perms.html
│   │   │   │   │   │   │   ├── auth_attrs_test_access.html
│   │   │   │   │   │   │   └── auth_attrs_user.html
│   │   │   │   │   │   └── registration/
│   │   │   │   │   │       ├── logged_out.html
│   │   │   │   │   │       ├── login.html
│   │   │   │   │   │       ├── password_change_form.html
│   │   │   │   │   │       ├── password_reset_complete.html
│   │   │   │   │   │       ├── password_reset_confirm.html
│   │   │   │   │   │       ├── password_reset_done.html
│   │   │   │   │   │       ├── password_reset_email.html
│   │   │   │   │   │       ├── password_reset_form.html
│   │   │   │   │   │       └── password_reset_subject.txt
│   │   │   │   │   ├── tokens.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   ├── urls_admin.py
│   │   │   │   │   ├── utils.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── tokens.py
│   │   │   │   ├── urls.py
│   │   │   │   └── views.py
│   │   │   ├── comments/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── admin.py
│   │   │   │   ├── feeds.py
│   │   │   │   ├── forms.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── managers.py
│   │   │   │   ├── models.py
│   │   │   │   ├── moderation.py
│   │   │   │   ├── signals.py
│   │   │   │   ├── templates/
│   │   │   │   │   └── comments/
│   │   │   │   │       ├── 400-debug.html
│   │   │   │   │       ├── approve.html
│   │   │   │   │       ├── approved.html
│   │   │   │   │       ├── base.html
│   │   │   │   │       ├── delete.html
│   │   │   │   │       ├── deleted.html
│   │   │   │   │       ├── flag.html
│   │   │   │   │       ├── flagged.html
│   │   │   │   │       ├── form.html
│   │   │   │   │       ├── list.html
│   │   │   │   │       ├── posted.html
│   │   │   │   │       └── preview.html
│   │   │   │   ├── templatetags/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── comments.py
│   │   │   │   ├── urls.py
│   │   │   │   └── views/
│   │   │   │       ├── __init__.py
│   │   │   │       ├── comments.py
│   │   │   │       ├── moderation.py
│   │   │   │       └── utils.py
│   │   │   ├── contenttypes/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── generic.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── management.py
│   │   │   │   ├── models.py
│   │   │   │   ├── tests.py
│   │   │   │   └── views.py
│   │   │   ├── databrowse/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── datastructures.py
│   │   │   │   ├── models.py
│   │   │   │   ├── plugins/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── calendars.py
│   │   │   │   │   ├── fieldchoices.py
│   │   │   │   │   └── objects.py
│   │   │   │   ├── sites.py
│   │   │   │   ├── templates/
│   │   │   │   │   └── databrowse/
│   │   │   │   │       ├── base.html
│   │   │   │   │       ├── base_site.html
│   │   │   │   │       ├── calendar_day.html
│   │   │   │   │       ├── calendar_homepage.html
│   │   │   │   │       ├── calendar_main.html
│   │   │   │   │       ├── calendar_month.html
│   │   │   │   │       ├── calendar_year.html
│   │   │   │   │       ├── choice_detail.html
│   │   │   │   │       ├── choice_list.html
│   │   │   │   │       ├── fieldchoice_detail.html
│   │   │   │   │       ├── fieldchoice_homepage.html
│   │   │   │   │       ├── fieldchoice_list.html
│   │   │   │   │       ├── homepage.html
│   │   │   │   │       ├── model_detail.html
│   │   │   │   │       └── object_detail.html
│   │   │   │   ├── tests.py
│   │   │   │   ├── urls.py
│   │   │   │   └── views.py
│   │   │   ├── flatpages/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── admin.py
│   │   │   │   ├── fixtures/
│   │   │   │   │   ├── example_site.json
│   │   │   │   │   └── sample_flatpages.json
│   │   │   │   ├── forms.py
│   │   │   │   ├── locale/
│   │   │   │   │   ├── af/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── middleware.py
│   │   │   │   ├── models.py
│   │   │   │   ├── templatetags/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── flatpages.py
│   │   │   │   ├── tests/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── csrf.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── middleware.py
│   │   │   │   │   ├── templates/
│   │   │   │   │   │   ├── 404.html
│   │   │   │   │   │   ├── flatpages/
│   │   │   │   │   │   │   └── default.html
│   │   │   │   │   │   └── registration/
│   │   │   │   │   │       └── login.html
│   │   │   │   │   ├── templatetags.py
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── urls.py
│   │   │   │   └── views.py
│   │   │   ├── formtools/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── models.py
│   │   │   │   ├── preview.py
│   │   │   │   ├── templates/
│   │   │   │   │   └── formtools/
│   │   │   │   │       ├── form.html
│   │   │   │   │       ├── preview.html
│   │   │   │   │       └── wizard/
│   │   │   │   │           └── wizard_form.html
│   │   │   │   ├── tests/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── templates/
│   │   │   │   │   │   ├── 404.html
│   │   │   │   │   │   ├── base.html
│   │   │   │   │   │   └── forms/
│   │   │   │   │   │       └── wizard.html
│   │   │   │   │   ├── urls.py
│   │   │   │   │   └── wizard/
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── cookiestorage.py
│   │   │   │   │       ├── forms.py
│   │   │   │   │       ├── loadstorage.py
│   │   │   │   │       ├── namedwizardtests/
│   │   │   │   │       │   ├── __init__.py
│   │   │   │   │       │   ├── forms.py
│   │   │   │   │       │   ├── tests.py
│   │   │   │   │       │   └── urls.py
│   │   │   │   │       ├── sessionstorage.py
│   │   │   │   │       ├── storage.py
│   │   │   │   │       └── wizardtests/
│   │   │   │   │           ├── __init__.py
│   │   │   │   │           ├── forms.py
│   │   │   │   │           ├── templates/
│   │   │   │   │           │   └── other_wizard_form.html
│   │   │   │   │           ├── tests.py
│   │   │   │   │           └── urls.py
│   │   │   │   ├── utils.py
│   │   │   │   └── wizard/
│   │   │   │       ├── __init__.py
│   │   │   │       ├── forms.py
│   │   │   │       ├── legacy.py
│   │   │   │       ├── storage/
│   │   │   │       │   ├── __init__.py
│   │   │   │       │   ├── base.py
│   │   │   │       │   ├── cookie.py
│   │   │   │       │   ├── exceptions.py
│   │   │   │       │   └── session.py
│   │   │   │       └── views.py
│   │   │   ├── gis/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── admin/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── options.py
│   │   │   │   │   └── widgets.py
│   │   │   │   ├── db/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── backends/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   ├── mysql/
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── compiler.py
│   │   │   │   │   │   │   ├── creation.py
│   │   │   │   │   │   │   ├── introspection.py
│   │   │   │   │   │   │   └── operations.py
│   │   │   │   │   │   ├── oracle/
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── compiler.py
│   │   │   │   │   │   │   ├── creation.py
│   │   │   │   │   │   │   ├── introspection.py
│   │   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   │   └── operations.py
│   │   │   │   │   │   ├── postgis/
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── creation.py
│   │   │   │   │   │   │   ├── introspection.py
│   │   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   │   └── operations.py
│   │   │   │   │   │   ├── spatialite/
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── adapter.py
│   │   │   │   │   │   │   ├── base.py
│   │   │   │   │   │   │   ├── client.py
│   │   │   │   │   │   │   ├── creation.py
│   │   │   │   │   │   │   ├── introspection.py
│   │   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   │   └── operations.py
│   │   │   │   │   │   └── util.py
│   │   │   │   │   └── models/
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── aggregates.py
│   │   │   │   │       ├── fields.py
│   │   │   │   │       ├── manager.py
│   │   │   │   │       ├── proxy.py
│   │   │   │   │       ├── query.py
│   │   │   │   │       └── sql/
│   │   │   │   │           ├── __init__.py
│   │   │   │   │           ├── aggregates.py
│   │   │   │   │           ├── compiler.py
│   │   │   │   │           ├── conversion.py
│   │   │   │   │           ├── query.py
│   │   │   │   │           └── where.py
│   │   │   │   ├── feeds.py
│   │   │   │   ├── forms/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── fields.py
│   │   │   │   ├── gdal/
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── datasource.py
│   │   │   │   │   ├── driver.py
│   │   │   │   │   ├── envelope.py
│   │   │   │   │   ├── error.py
│   │   │   │   │   ├── feature.py
│   │   │   │   │   ├── field.py
│   │   │   │   │   ├── geometries.py
│   │   │   │   │   ├── geomtype.py
│   │   │   │   │   ├── layer.py
│   │   │   │   │   ├── libgdal.py
│   │   │   │   │   ├── prototypes/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── ds.py
│   │   │   │   │   │   ├── errcheck.py
│   │   │   │   │   │   ├── generation.py
│   │   │   │   │   │   ├── geom.py
│   │   │   │   │   │   └── srs.py
│   │   │   │   │   ├── srs.py
│   │   │   │   │   └── tests/
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── test_driver.py
│   │   │   │   │       ├── test_ds.py
│   │   │   │   │       ├── test_envelope.py
│   │   │   │   │       ├── test_geom.py
│   │   │   │   │       └── test_srs.py
│   │   │   │   ├── geoip/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── libgeoip.py
│   │   │   │   │   ├── prototypes.py
│   │   │   │   │   └── tests.py
│   │   │   │   ├── geometry/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── backend/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── geos.py
│   │   │   │   │   ├── regex.py
│   │   │   │   │   └── test_data.py
│   │   │   │   ├── geos/
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── collections.py
│   │   │   │   │   ├── coordseq.py
│   │   │   │   │   ├── error.py
│   │   │   │   │   ├── factory.py
│   │   │   │   │   ├── geometry.py
│   │   │   │   │   ├── io.py
│   │   │   │   │   ├── libgeos.py
│   │   │   │   │   ├── linestring.py
│   │   │   │   │   ├── mutable_list.py
│   │   │   │   │   ├── point.py
│   │   │   │   │   ├── polygon.py
│   │   │   │   │   ├── prepared.py
│   │   │   │   │   ├── prototypes/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── coordseq.py
│   │   │   │   │   │   ├── errcheck.py
│   │   │   │   │   │   ├── geom.py
│   │   │   │   │   │   ├── io.py
│   │   │   │   │   │   ├── misc.py
│   │   │   │   │   │   ├── predicates.py
│   │   │   │   │   │   ├── prepared.py
│   │   │   │   │   │   ├── threadsafe.py
│   │   │   │   │   │   └── topology.py
│   │   │   │   │   └── tests/
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── test_geos.py
│   │   │   │   │       ├── test_geos_mutation.py
│   │   │   │   │       ├── test_io.py
│   │   │   │   │       └── test_mutable_list.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── management/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── commands/
│   │   │   │   │       ├── __init__.py
│   │   │   │   │       ├── inspectdb.py
│   │   │   │   │       └── ogrinspect.py
│   │   │   │   ├── maps/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── google/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── gmap.py
│   │   │   │   │   │   ├── overlays.py
│   │   │   │   │   │   └── zoom.py
│   │   │   │   │   └── openlayers/
│   │   │   │   │       └── __init__.py
│   │   │   │   ├── measure.py
│   │   │   │   ├── models.py
│   │   │   │   ├── shortcuts.py
│   │   │   │   ├── sitemaps/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── georss.py
│   │   │   │   │   ├── kml.py
│   │   │   │   │   └── views.py
│   │   │   │   ├── templates/
│   │   │   │   │   └── gis/
│   │   │   │   │       ├── admin/
│   │   │   │   │       │   ├── openlayers.html
│   │   │   │   │       │   ├── openlayers.js
│   │   │   │   │       │   ├── osm.html
│   │   │   │   │       │   └── osm.js
│   │   │   │   │       ├── google/
│   │   │   │   │       │   ├── google-map.html
│   │   │   │   │       │   ├── google-map.js
│   │   │   │   │       │   ├── google-multi.js
│   │   │   │   │       │   └── google-single.js
│   │   │   │   │       ├── kml/
│   │   │   │   │       │   ├── base.kml
│   │   │   │   │       │   └── placemarks.kml
│   │   │   │   │       └── sitemaps/
│   │   │   │   │           └── geo_sitemap.xml
│   │   │   │   ├── tests/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── data/
│   │   │   │   │   │   ├── ch-city/
│   │   │   │   │   │   │   ├── ch-city.dbf
│   │   │   │   │   │   │   ├── ch-city.prj
│   │   │   │   │   │   │   ├── ch-city.shp
│   │   │   │   │   │   │   └── ch-city.shx
│   │   │   │   │   │   ├── cities/
│   │   │   │   │   │   │   ├── cities.dbf
│   │   │   │   │   │   │   ├── cities.prj
│   │   │   │   │   │   │   ├── cities.shp
│   │   │   │   │   │   │   └── cities.shx
│   │   │   │   │   │   ├── counties/
│   │   │   │   │   │   │   ├── counties.dbf
│   │   │   │   │   │   │   ├── counties.shp
│   │   │   │   │   │   │   └── counties.shx
│   │   │   │   │   │   ├── geometries.json
│   │   │   │   │   │   ├── interstates/
│   │   │   │   │   │   │   ├── interstates.dbf
│   │   │   │   │   │   │   ├── interstates.prj
│   │   │   │   │   │   │   ├── interstates.shp
│   │   │   │   │   │   │   └── interstates.shx
│   │   │   │   │   │   ├── invalid/
│   │   │   │   │   │   │   ├── emptypoints.dbf
│   │   │   │   │   │   │   ├── emptypoints.shp
│   │   │   │   │   │   │   └── emptypoints.shx
│   │   │   │   │   │   ├── test_point/
│   │   │   │   │   │   │   ├── test_point.dbf
│   │   │   │   │   │   │   ├── test_point.prj
│   │   │   │   │   │   │   ├── test_point.shp
│   │   │   │   │   │   │   └── test_point.shx
│   │   │   │   │   │   ├── test_poly/
│   │   │   │   │   │   │   ├── test_poly.dbf
│   │   │   │   │   │   │   ├── test_poly.prj
│   │   │   │   │   │   │   ├── test_poly.shp
│   │   │   │   │   │   │   └── test_poly.shx
│   │   │   │   │   │   ├── test_vrt/
│   │   │   │   │   │   │   ├── test_vrt.csv
│   │   │   │   │   │   │   └── test_vrt.vrt
│   │   │   │   │   │   └── texas.dbf
│   │   │   │   │   ├── distapp/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   └── tests.py
│   │   │   │   │   ├── geo3d/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   ├── tests.py
│   │   │   │   │   │   └── views.py
│   │   │   │   │   ├── geoadmin/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   ├── tests.py
│   │   │   │   │   │   └── urls.py
│   │   │   │   │   ├── geoapp/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── feeds.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   ├── sitemaps.py
│   │   │   │   │   │   ├── test_feeds.py
│   │   │   │   │   │   ├── test_regress.py
│   │   │   │   │   │   ├── test_sitemaps.py
│   │   │   │   │   │   ├── tests.py
│   │   │   │   │   │   └── urls.py
│   │   │   │   │   ├── geogapp/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── fixtures/
│   │   │   │   │   │   │   └── initial_data.json
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   └── tests.py
│   │   │   │   │   ├── inspectapp/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   └── tests.py
│   │   │   │   │   ├── layermap/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   └── tests.py
│   │   │   │   │   ├── relatedapp/
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── models.py
│   │   │   │   │   │   └── tests.py
│   │   │   │   │   ├── test_geoforms.py
│   │   │   │   │   ├── test_measure.py
│   │   │   │   │   ├── test_spatialrefsys.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── utils/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── geoip.py
│   │   │   │   │   ├── layermapping.py
│   │   │   │   │   ├── ogrinfo.py
│   │   │   │   │   ├── ogrinspect.py
│   │   │   │   │   ├── srs.py
│   │   │   │   │   └── wkt.py
│   │   │   │   └── views.py
│   │   │   ├── humanize/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── models.py
│   │   │   │   ├── templatetags/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── humanize.py
│   │   │   │   └── tests.py
│   │   │   ├── localflavor/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── ar/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── ar_provinces.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── at/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── at_states.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── au/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── au_states.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── models.py
│   │   │   │   ├── be/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── be_provinces.py
│   │   │   │   │   ├── be_regions.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── br/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── br_states.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── ca/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── ca_provinces.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── ch/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── ch_states.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── cl/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cl_regions.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── cn/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cn_provinces.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── co/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── co_departments.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── cz/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── cz_regions.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── de/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── de_states.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── ec/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── ec_provinces.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── es/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── es_provinces.py
│   │   │   │   │   ├── es_regions.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── fi/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── fi_municipalities.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── fr/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── fr_department.py
│   │   │   │   ├── gb/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── gb_regions.py
│   │   │   │   ├── generic/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── hk/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── hr/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── hr_choices.py
│   │   │   │   ├── id/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── id_choices.py
│   │   │   │   ├── ie/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── ie_counties.py
│   │   │   │   ├── il/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── in_/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── in_states.py
│   │   │   │   ├── is_/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── is_postalcodes.py
│   │   │   │   ├── it/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── it_province.py
│   │   │   │   │   ├── it_region.py
│   │   │   │   │   └── util.py
│   │   │   │   ├── jp/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── jp_prefectures.py
│   │   │   │   ├── kw/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── da/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── de/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── nl/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── te/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── th/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── tr/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── mk/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── mk_choices.py
│   │   │   │   │   └── models.py
│   │   │   │   ├── mx/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   └── mx_states.py
│   │   │   │   ├── nl/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── nl_provinces.py
│   │   │   │   ├── no/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── no_municipalities.py
│   │   │   │   ├── pe/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── pe_region.py
│   │   │   │   ├── pl/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── pl_administrativeunits.py
│   │   │   │   │   └── pl_voivodeships.py
│   │   │   │   ├── pt/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── forms.py
│   │   │   │   ├── py/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── py_department.py
│   │   │   │   ├── ro/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── ro_counties.py
│   │   │   │   ├── ru/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── ru_regions.py
│   │   │   │   ├── se/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── se_counties.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── si/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── si_postalcodes.py
│   │   │   │   ├── sk/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── sk_districts.py
│   │   │   │   │   └── sk_regions.py
│   │   │   │   ├── tr/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── tr_provinces.py
│   │   │   │   ├── uk/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   └── uk_regions.py
│   │   │   │   ├── us/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   └── us_states.py
│   │   │   │   ├── uy/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── forms.py
│   │   │   │   │   ├── util.py
│   │   │   │   │   └── uy_departaments.py
│   │   │   │   └── za/
│   │   │   │       ├── __init__.py
│   │   │   │       ├── forms.py
│   │   │   │       └── za_provinces.py
│   │   │   ├── markup/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models.py
│   │   │   │   ├── templatetags/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── markup.py
│   │   │   │   └── tests.py
│   │   │   ├── messages/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── api.py
│   │   │   │   ├── constants.py
│   │   │   │   ├── context_processors.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── middleware.py
│   │   │   │   ├── models.py
│   │   │   │   ├── storage/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── cookie.py
│   │   │   │   │   ├── fallback.py
│   │   │   │   │   └── session.py
│   │   │   │   ├── tests/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── cookie.py
│   │   │   │   │   ├── fallback.py
│   │   │   │   │   ├── middleware.py
│   │   │   │   │   ├── session.py
│   │   │   │   │   └── urls.py
│   │   │   │   └── utils.py
│   │   │   ├── redirects/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── admin.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── hu/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_CN/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   └── zh_TW/
│   │   │   │   │       └── LC_MESSAGES/
│   │   │   │   │           ├── django.mo
│   │   │   │   │           └── django.po
│   │   │   │   ├── middleware.py
│   │   │   │   ├── models.py
│   │   │   │   └── tests.py
│   │   │   ├── sessions/
│   │   │   │   ├── __init__.py
│   │   │   │   ├── backends/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── cache.py
│   │   │   │   │   ├── cached_db.py
│   │   │   │   │   ├── db.py
│   │   │   │   │   ├── file.py
│   │   │   │   │   └── signed_cookies.py
│   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── el/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── en/
│   │   │   │   │   │   └── 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_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
│   │   │   │   │   ├── fy_NL/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ga/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── hu/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── km/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── kn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── ml/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── nn/
│   │   │   │   │   │   └── 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
│   │   │   │   │   ├── uk/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── ur/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── vi/
│   │   │   │   │   │   └── LC_MESSAGES/
│   │   │   │   │   │       ├── django.mo
│   │   │   │   │   │       └── django.po
│   │   │   │   │   ├── zh_C
Download .txt
Showing preview only (1,284K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (16686 symbols across 1100 files)

FILE: Django-1.5.1/django/__init__.py
  function get_version (line 3) | def get_version(*args, **kwargs):

FILE: Django-1.5.1/django/bin/profiling/gather_profile_stats.py
  function gather_stats (line 15) | def gather_stats(p):

FILE: Django-1.5.1/django/bin/unique-messages.py
  function unique_messages (line 6) | def unique_messages():

FILE: Django-1.5.1/django/conf/__init__.py
  class LazySettings (line 25) | class LazySettings(LazyObject):
    method _setup (line 31) | def _setup(self, name=None):
    method __getattr__ (line 52) | def __getattr__(self, name):
    method _configure_logging (line 57) | def _configure_logging(self):
    method configure (line 87) | def configure(self, default_settings=global_settings, **options):
    method configured (line 106) | def configured(self):
  class BaseSettings (line 113) | class BaseSettings(object):
    method __setattr__ (line 117) | def __setattr__(self, name, value):
  function __init__ (line 129) | def __init__(self, settings_module):
  class UserSettingsHolder (line 181) | class UserSettingsHolder(BaseSettings):
    method __init__ (line 190) | def __init__(self, default_settings):
    method __getattr__ (line 198) | def __getattr__(self, name):
    method __setattr__ (line 203) | def __setattr__(self, name, value):
    method __delattr__ (line 207) | def __delattr__(self, name):
    method __dir__ (line 211) | def __dir__(self):
  function compat_patch_logging_config (line 218) | def compat_patch_logging_config(logging_config):

FILE: Django-1.5.1/django/conf/app_template/tests.py
  class SimpleTest (line 11) | class SimpleTest(TestCase):
    method test_basic_addition (line 12) | def test_basic_addition(self):

FILE: Django-1.5.1/django/conf/urls/__init__.py
  function include (line 15) | def include(arg, namespace=None, app_name=None):
  function patterns (line 48) | def patterns(prefix, *args): 特意留一个 prefix
  function url (line 63) | def url(regex, view, kwargs=None, name=None, prefix=''):

FILE: Django-1.5.1/django/conf/urls/i18n.py
  function i18n_patterns (line 5) | def i18n_patterns(prefix, *args):

FILE: Django-1.5.1/django/conf/urls/static.py
  function static (line 7) | def static(prefix, view='django.views.static.serve', **kwargs):

FILE: Django-1.5.1/django/contrib/admin/__init__.py
  function autodiscover (line 12) | def autodiscover():

FILE: Django-1.5.1/django/contrib/admin/actions.py
  function delete_selected (line 13) | def delete_selected(modeladmin, request, queryset):

FILE: Django-1.5.1/django/contrib/admin/bin/compress.py
  function main (line 9) | def main():

FILE: Django-1.5.1/django/contrib/admin/filters.py
  class ListFilter (line 19) | class ListFilter(object):
    method __init__ (line 23) | def __init__(self, request, params, model, model_admin):
    method has_output (line 32) | def has_output(self):
    method choices (line 38) | def choices(self, cl):
    method queryset (line 44) | def queryset(self, request, queryset):
    method expected_parameters (line 50) | def expected_parameters(self):
  class SimpleListFilter (line 58) | class SimpleListFilter(ListFilter):
    method __init__ (line 62) | def __init__(self, request, params, model, model_admin):
    method has_output (line 77) | def has_output(self):
    method value (line 80) | def value(self):
    method lookups (line 88) | def lookups(self, request, model_admin):
    method expected_parameters (line 94) | def expected_parameters(self):
    method choices (line 97) | def choices(self, cl):
  class FieldListFilter (line 113) | class FieldListFilter(ListFilter):
    method __init__ (line 117) | def __init__(self, field, request, params, model, model_admin, field_p...
    method has_output (line 128) | def has_output(self):
    method queryset (line 131) | def queryset(self, request, queryset):
    method register (line 138) | def register(cls, test, list_filter_class, take_priority=False):
    method create (line 150) | def create(cls, field, request, params, model, model_admin, field_path):
  class RelatedFieldListFilter (line 158) | class RelatedFieldListFilter(FieldListFilter):
    method __init__ (line 159) | def __init__(self, field, request, params, model, model_admin, field_p...
    method has_output (line 179) | def has_output(self):
    method expected_parameters (line 188) | def expected_parameters(self):
    method choices (line 191) | def choices(self, cl):
  class BooleanFieldListFilter (line 223) | class BooleanFieldListFilter(FieldListFilter):
    method __init__ (line 224) | def __init__(self, field, request, params, model, model_admin, field_p...
    method expected_parameters (line 232) | def expected_parameters(self):
    method choices (line 235) | def choices(self, cl):
  class ChoicesFieldListFilter (line 260) | class ChoicesFieldListFilter(FieldListFilter):
    method __init__ (line 261) | def __init__(self, field, request, params, model, model_admin, field_p...
    method expected_parameters (line 267) | def expected_parameters(self):
    method choices (line 270) | def choices(self, cl):
  class DateFieldListFilter (line 287) | class DateFieldListFilter(FieldListFilter):
    method __init__ (line 288) | def __init__(self, field, request, params, model, model_admin, field_p...
    method expected_parameters (line 329) | def expected_parameters(self):
    method choices (line 332) | def choices(self, cl):
  class AllValuesFieldListFilter (line 348) | class AllValuesFieldListFilter(FieldListFilter):
    method __init__ (line 349) | def __init__(self, field, request, params, model, model_admin, field_p...
    method expected_parameters (line 370) | def expected_parameters(self):
    method choices (line 373) | def choices(self, cl):

FILE: Django-1.5.1/django/contrib/admin/forms.py
  class AdminAuthenticationForm (line 13) | class AdminAuthenticationForm(AuthenticationForm):
    method clean (line 21) | def clean(self):

FILE: Django-1.5.1/django/contrib/admin/helpers.py
  class ActionForm (line 22) | class ActionForm(forms.Form):
  class AdminForm (line 29) | class AdminForm(object):
    method __init__ (line 30) | def __init__(self, form, fieldsets, prepopulated_fields, readonly_fiel...
    method __iter__ (line 41) | def __iter__(self):
    method first_field (line 49) | def first_field(self):
    method _media (line 63) | def _media(self):
  class Fieldset (line 70) | class Fieldset(object):
    method __init__ (line 71) | def __init__(self, form, name=None, readonly_fields=(), fields=(), cla...
    method _media (line 80) | def _media(self):
    method __iter__ (line 90) | def __iter__(self):
  class Fieldline (line 94) | class Fieldline(object):
    method __init__ (line 95) | def __init__(self, form, field, readonly_fields=None, model_admin=None):
    method __iter__ (line 106) | def __iter__(self):
    method errors (line 114) | def errors(self):
  class AdminField (line 117) | class AdminField(object):
    method __init__ (line 118) | def __init__(self, form, field, is_first):
    method label_tag (line 123) | def label_tag(self):
    method errors (line 137) | def errors(self):
  class AdminReadonlyField (line 140) | class AdminReadonlyField(object):
    method __init__ (line 141) | def __init__(self, form, field, is_first, model_admin=None):
    method label_tag (line 162) | def label_tag(self):
    method contents (line 171) | def contents(self):
  class InlineAdminFormSet (line 195) | class InlineAdminFormSet(object):
    method __init__ (line 199) | def __init__(self, inline, formset, fieldsets, prepopulated_fields=None,
    method __iter__ (line 212) | def __iter__(self):
    method fields (line 225) | def fields(self):
    method _media (line 241) | def _media(self):
  class InlineAdminForm (line 248) | class InlineAdminForm(AdminForm):
    method __init__ (line 252) | def __init__(self, formset, form, fieldsets, prepopulated_fields, orig...
    method __iter__ (line 263) | def __iter__(self):
    method has_auto_field (line 268) | def has_auto_field(self):
    method field_count (line 277) | def field_count(self):
    method pk_field (line 289) | def pk_field(self):
    method fk_field (line 292) | def fk_field(self):
    method deletion_field (line 299) | def deletion_field(self):
    method ordering_field (line 303) | def ordering_field(self):
  class InlineFieldset (line 307) | class InlineFieldset(Fieldset):
    method __init__ (line 308) | def __init__(self, formset, *args, **kwargs):
    method __iter__ (line 312) | def __iter__(self):
  class AdminErrorList (line 320) | class AdminErrorList(forms.util.ErrorList):
    method __init__ (line 324) | def __init__(self, form, inline_formsets):
  function normalize_fieldsets (line 332) | def normalize_fieldsets(fieldsets):
  function normalize_dictionary (line 342) | def normalize_dictionary(data_dict):

FILE: Django-1.5.1/django/contrib/admin/models.py
  class LogEntryManager (line 16) | class LogEntryManager(models.Manager):
    method log_action (line 17) | def log_action(self, user_id, content_type_id, object_id, object_repr,...
  class LogEntry (line 23) | class LogEntry(models.Model):
    class Meta (line 34) | class Meta:
    method __repr__ (line 40) | def __repr__(self):
    method __str__ (line 43) | def __str__(self):
    method is_addition (line 56) | def is_addition(self):
    method is_change (line 59) | def is_change(self):
    method is_deletion (line 62) | def is_deletion(self):
    method get_edited_object (line 65) | def get_edited_object(self):
    method get_admin_url (line 69) | def get_admin_url(self):

FILE: Django-1.5.1/django/contrib/admin/options.py
  class IncorrectLookupParameters (line 42) | class IncorrectLookupParameters(Exception):
  class BaseModelAdmin (line 67) | class BaseModelAdmin(six.with_metaclass(forms.MediaDefiningClass)):
    method __init__ (line 83) | def __init__(self):
    method formfield_for_dbfield (line 88) | def formfield_for_dbfield(self, db_field, **kwargs):
    method formfield_for_choice_field (line 142) | def formfield_for_choice_field(self, db_field, request=None, **kwargs):
    method formfield_for_foreignkey (line 160) | def formfield_for_foreignkey(self, db_field, request=None, **kwargs):
    method formfield_for_manytomany (line 176) | def formfield_for_manytomany(self, db_field, request=None, **kwargs):
    method _declared_fieldsets (line 195) | def _declared_fieldsets(self):
    method get_ordering (line 203) | def get_ordering(self, request):
    method get_readonly_fields (line 209) | def get_readonly_fields(self, request, obj=None):
    method get_prepopulated_fields (line 215) | def get_prepopulated_fields(self, request, obj=None):
    method queryset (line 221) | def queryset(self, request):
    method lookup_allowed (line 233) | def lookup_allowed(self, lookup, value):
    method has_add_permission (line 278) | def has_add_permission(self, request):
    method has_change_permission (line 286) | def has_change_permission(self, request, obj=None):
    method has_delete_permission (line 300) | def has_delete_permission(self, request, obj=None):
  class ModelAdmin (line 314) | class ModelAdmin(BaseModelAdmin):
    method __init__ (line 346) | def __init__(self, model, admin_site):
    method get_inline_instances (line 352) | def get_inline_instances(self, request, obj=None):
    method get_urls (line 367) | def get_urls(self):
    method urls (line 396) | def urls(self):
    method media (line 401) | def media(self):
    method get_model_perms (line 417) | def get_model_perms(self, request):
    method get_fieldsets (line 429) | def get_fieldsets(self, request, obj=None):
    method get_form (line 437) | def get_form(self, request, obj=None, **kwargs):
    method get_changelist (line 467) | def get_changelist(self, request, **kwargs):
    method get_object (line 474) | def get_object(self, request, object_id):
    method get_changelist_form (line 488) | def get_changelist_form(self, request, **kwargs):
    method get_changelist_formset (line 498) | def get_changelist_formset(self, request, **kwargs):
    method get_formsets (line 511) | def get_formsets(self, request, obj=None):
    method get_paginator (line 515) | def get_paginator(self, request, queryset, per_page, orphans=0, allow_...
    method log_addition (line 518) | def log_addition(self, request, object):
    method log_change (line 533) | def log_change(self, request, object, message):
    method log_deletion (line 549) | def log_deletion(self, request, object, object_repr):
    method action_checkbox (line 565) | def action_checkbox(self, obj):
    method get_actions (line 573) | def get_actions(self, request):
    method get_action_choices (line 611) | def get_action_choices(self, request, default_choices=BLANK_CHOICE_DASH):
    method get_action (line 622) | def get_action(self, action):
    method get_list_display (line 652) | def get_list_display(self, request):
    method get_list_display_links (line 659) | def get_list_display_links(self, request, list_display):
    method get_list_filter (line 671) | def get_list_filter(self, request):
    method construct_change_message (line 678) | def construct_change_message(self, request, form, formsets):
    method message_user (line 704) | def message_user(self, request, message, level=messages.INFO, extra_ta...
    method save_form (line 729) | def save_form(self, request, form, change):
    method save_model (line 736) | def save_model(self, request, obj, form, change):
    method delete_model (line 742) | def delete_model(self, request, obj):
    method save_formset (line 748) | def save_formset(self, request, form, formset, change):
    method save_related (line 754) | def save_related(self, request, form, formsets, change):
    method render_change_form (line 766) | def render_change_form(self, request, context, add=False, change=False...
    method response_add (line 796) | def response_add(self, request, obj, post_url_continue=None):
    method response_change (line 843) | def response_change(self, request, obj):
    method response_post_save_add (line 877) | def response_post_save_add(self, request, obj):
    method response_post_save_change (line 892) | def response_post_save_change(self, request, obj):
    method response_action (line 907) | def response_action(self, request, queryset):
    method add_view (line 976) | def add_view(self, request, form_url='', extra_context=None):
    method change_view (line 1063) | def change_view(self, request, object_id, form_url='', extra_context=N...
    method changelist_view (line 1154) | def changelist_view(self, request, extra_context=None):
    method delete_view (line 1308) | def delete_view(self, request, object_id, extra_context=None):
    method history_view (line 1369) | def history_view(self, request, object_id, extra_context=None):
  class InlineModelAdmin (line 1402) | class InlineModelAdmin(BaseModelAdmin):
    method __init__ (line 1420) | def __init__(self, parent_model, admin_site):
    method media (line 1431) | def media(self):
    method get_formset (line 1440) | def get_formset(self, request, obj=None, **kwargs):
    method get_fieldsets (line 1473) | def get_fieldsets(self, request, obj=None):
    method queryset (line 1480) | def queryset(self, request):
    method has_add_permission (line 1486) | def has_add_permission(self, request):
    method has_change_permission (line 1496) | def has_change_permission(self, request, obj=None):
    method has_delete_permission (line 1508) | def has_delete_permission(self, request, obj=None):
  class StackedInline (line 1519) | class StackedInline(InlineModelAdmin):
  class TabularInline (line 1523) | class TabularInline(InlineModelAdmin):

FILE: Django-1.5.1/django/contrib/admin/sites.py
  class AlreadyRegistered (line 21) | class AlreadyRegistered(Exception):
  class NotRegistered (line 25) | class NotRegistered(Exception):
  class AdminSite (line 29) | class AdminSite(object):
    method __init__ (line 45) | def __init__(self, name='admin', app_name='admin'):
    method register (line 52) | def register(self, model_or_iterable, admin_class=None, **options):
    method unregister (line 103) | def unregister(self, model_or_iterable):
    method add_action (line 116) | def add_action(self, action, name=None):
    method disable_action (line 124) | def disable_action(self, name):
    method get_action (line 130) | def get_action(self, name):
    method actions (line 138) | def actions(self):
    method has_permission (line 144) | def has_permission(self, request):
    method check_dependencies (line 151) | def check_dependencies(self):
    method admin_view (line 172) | def admin_view(self, view, cacheable=False):
    method get_urls (line 211) | def get_urls(self):
    method urls (line 256) | def urls(self):
    method password_change (line 259) | def password_change(self, request):
    method password_change_done (line 273) | def password_change_done(self, request, extra_context=None):
    method i18n_javascript (line 286) | def i18n_javascript(self, request):
    method logout (line 300) | def logout(self, request, extra_context=None):
    method login (line 316) | def login(self, request, extra_context=None):
    method index (line 337) | def index(self, request, extra_context=None):
    method app_index (line 396) | def app_index(self, request, app_label, extra_context=None):

FILE: Django-1.5.1/django/contrib/admin/static/admin/js/SelectFilter2.js
  function findForm (line 7) | function findForm(node) {

FILE: Django-1.5.1/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
  function html_unescape (line 4) | function html_unescape(text) {
  function id_to_windowname (line 18) | function id_to_windowname(text) {
  function windowname_to_id (line 24) | function windowname_to_id(text) {
  function showRelatedObjectLookupPopup (line 30) | function showRelatedObjectLookupPopup(triggeringLink) {
  function dismissRelatedLookupPopup (line 44) | function dismissRelatedLookupPopup(win, chosenId) {
  function showAddAnotherPopup (line 55) | function showAddAnotherPopup(triggeringLink) {
  function dismissAddAnotherPopup (line 69) | function dismissAddAnotherPopup(win, newId, newRepr) {

FILE: Django-1.5.1/django/contrib/admin/static/admin/js/admin/ordering.js
  function reorder_init (line 8) | function reorder_init() {
  function submitOrderForm (line 27) | function submitOrderForm() {
  function startDrag (line 33) | function startDrag() {
  function endDrag (line 38) | function endDrag(x, y) {
  function moveItem (line 50) | function moveItem(oldIndex, newIndex) {
  function reIndex (line 87) | function reIndex(lis) {
  function draw (line 93) | function draw() {
  function getOrder (line 103) | function getOrder() {
  function setOrder (line 111) | function setOrder(id_list) {
  function addEvent (line 123) | function addEvent(elm, evType, fn, useCapture)

FILE: Django-1.5.1/django/contrib/admin/static/admin/js/calendar.js
  function removeChildren (line 5) | function removeChildren(a) { // "a" is reference to an object
  function quickElement (line 10) | function quickElement() {
  function Calendar (line 107) | function Calendar(div_id, callback) {

FILE: Django-1.5.1/django/contrib/admin/static/admin/js/core.js
  function addEvent (line 8) | function addEvent(obj, evType, fn) {
  function removeEvent (line 20) | function removeEvent(obj, evType, fn) {
  function quickElement (line 33) | function quickElement() {
  function findPosX (line 74) | function findPosX(obj) {
  function findPosY (line 91) | function findPosY(obj) {
  function getStyle (line 199) | function getStyle(oElm, strCssRule){

FILE: Django-1.5.1/django/contrib/admin/static/admin/js/getElementsBySelector.js
  function getAllChildren (line 20) | function getAllChildren(e) {

FILE: Django-1.5.1/django/contrib/admin/static/admin/js/jquery.js
  function doScrollCheck (line 759) | function doScrollCheck() {
  function evalScript (line 777) | function evalScript( i, elem ) {
  function access (line 795) | function access( elems, key, value, exec, fn, pass ) {
  function now (line 822) | function now() {
  function returnFalse (line 2099) | function returnFalse() {
  function returnTrue (line 2102) | function returnTrue() {
  function trigger (line 2336) | function trigger( type, elem, args ) {
  function handler (line 2353) | function handler( e ) {
  function liveHandler (line 2528) | function liveHandler( event ) {
  function liveConvert (line 2590) | function liveConvert( type, selector ) {
  function getText (line 3419) | function getText( elems ) {
  function dirNodeCheck (line 3573) | function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) {
  function dirCheck (line 3604) | function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) {
  function isDisconnected (line 3849) | function isDisconnected( node ) {
  function root (line 4320) | function root( elem, cur ) {
  function cloneCopyEvent (line 4329) | function cloneCopyEvent(orig, ret) {
  function buildFragment (line 4352) | function buildFragment( args, nodes, scripts ) {
  function getWH (line 4628) | function getWH() {
  function success (line 5264) | function success() {
  function complete (line 5276) | function complete() {
  function trigger (line 5293) | function trigger(type, args) {
  function buildParams (line 5404) | function buildParams( prefix, obj ) {
  function add (line 5435) | function add( key, value ) {
  function t (line 5762) | function t( gotoEnd ) {
  function genFx (line 5915) | function genFx( type, num ) {
  function getWindow (line 6173) | function getWindow( elem ) {

FILE: Django-1.5.1/django/contrib/admin/static/admin/js/timeparse.js
  function parseTimeString (line 84) | function parseTimeString(s) {

FILE: Django-1.5.1/django/contrib/admin/static/admin/js/urlify.js
  function URLify (line 123) | function URLify(s, num_chars) {

FILE: Django-1.5.1/django/contrib/admin/templatetags/admin_list.py
  function paginator_number (line 28) | def paginator_number(cl,i):
  function pagination (line 43) | def pagination(cl):
  function result_headers (line 88) | def result_headers(cl):
  function _boolean_icon (line 170) | def _boolean_icon(field_val):
  function items_for_result (line 175) | def items_for_result(cl, result, form):
  class ResultList (line 249) | class ResultList(list):
    method __init__ (line 254) | def __init__(self, form, *items):
  function results (line 258) | def results(cl):
  function result_hidden_fields (line 266) | def result_hidden_fields(cl):
  function result_list (line 273) | def result_list(cl):
  function date_hierarchy (line 289) | def date_hierarchy(cl):
  function search_form (line 362) | def search_form(cl):
  function admin_list_filter (line 373) | def admin_list_filter(cl, spec):
  function admin_actions (line 382) | def admin_actions(context):

FILE: Django-1.5.1/django/contrib/admin/templatetags/admin_modify.py
  function prepopulated_fields_js (line 6) | def prepopulated_fields_js(context):
  function submit_row (line 23) | def submit_row(context):
  function cell_count (line 49) | def cell_count(inline_admin_form):

FILE: Django-1.5.1/django/contrib/admin/templatetags/admin_urls.py
  function admin_urlname (line 8) | def admin_urlname(value, arg):
  function admin_urlquote (line 13) | def admin_urlquote(value):

FILE: Django-1.5.1/django/contrib/admin/templatetags/log.py
  class AdminLogNode (line 6) | class AdminLogNode(template.Node):
    method __init__ (line 7) | def __init__(self, limit, varname, user):
    method __repr__ (line 10) | def __repr__(self):
    method render (line 13) | def render(self, context):
  function get_admin_log (line 24) | def get_admin_log(parser, token):

FILE: Django-1.5.1/django/contrib/admin/tests.py
  class AdminSeleniumWebDriverTestCase (line 6) | class AdminSeleniumWebDriverTestCase(LiveServerTestCase):
    method setUpClass (line 10) | def setUpClass(cls):
    method tearDownClass (line 23) | def tearDownClass(cls):
    method wait_until (line 28) | def wait_until(self, callback, timeout=10):
    method wait_loaded_tag (line 38) | def wait_loaded_tag(self, tag_name, timeout=10):
    method wait_page_loaded (line 48) | def wait_page_loaded(self):
    method admin_login (line 62) | def admin_login(self, username, password, login_url='/admin/'):
    method get_css_value (line 76) | def get_css_value(self, selector, attribute):
    method get_select_option (line 85) | def get_select_option(self, selector, value):
    method assertSelectOptions (line 97) | def assertSelectOptions(self, selector, values):
    method has_css_class (line 108) | def has_css_class(self, selector, klass):

FILE: Django-1.5.1/django/contrib/admin/util.py
  function lookup_needs_distinct (line 20) | def lookup_needs_distinct(opts, lookup_path):
  function prepare_lookup_value (line 33) | def prepare_lookup_value(key, value):
  function quote (line 48) | def quote(s):
  function unquote (line 65) | def unquote(s):
  function flatten_fieldsets (line 86) | def flatten_fieldsets(fieldsets):
  function get_deleted_objects (line 99) | def get_deleted_objects(objs, opts, user, admin_site, using):
  class NestedObjects (line 144) | class NestedObjects(Collector):
    method __init__ (line 145) | def __init__(self, *args, **kwargs):
    method add_edge (line 150) | def add_edge(self, source, target):
    method collect (line 153) | def collect(self, objs, source_attr=None, **kwargs):
    method related_objects (line 164) | def related_objects(self, related, objs):
    method _nested (line 168) | def _nested(self, obj, seen, format_callback):
    method nested (line 183) | def nested(self, format_callback=None):
    method can_fast_delete (line 194) | def can_fast_delete(self, *args, **kwargs):
  function model_format_dict (line 202) | def model_format_dict(obj):
  function model_ngettext (line 222) | def model_ngettext(obj, n=None):
  function lookup_field (line 241) | def lookup_field(name, obj, model_admin=None):
  function label_for_field (line 268) | def label_for_field(name, model, model_admin=None, return_attr=False):
  function help_text_for_field (line 316) | def help_text_for_field(name, model):
  function display_for_field (line 324) | def display_for_field(value, field):
  function display_for_value (line 348) | def display_for_value(value, boolean=False):
  class NotRelationField (line 366) | class NotRelationField(Exception):
  function get_model_from_relation (line 370) | def get_model_from_relation(field):
  function reverse_field_path (line 379) | def reverse_field_path(model, path):
  function get_fields_from_path (line 409) | def get_fields_from_path(model, path):
  function remove_trailing_data_field (line 429) | def remove_trailing_data_field(fields):
  function get_limit_choices_to_from_path (line 438) | def get_limit_choices_to_from_path(model, path):

FILE: Django-1.5.1/django/contrib/admin/validation.py
  function validate (line 14) | def validate(cls, model):
  function validate_inline (line 191) | def validate_inline(cls, parent, parent_model):
  function validate_fields_spec (line 228) | def validate_fields_spec(cls, model, opts, flds, label):
  function validate_base (line 262) | def validate_base(cls, model):
  function check_isseq (line 368) | def check_isseq(cls, label, obj):
  function check_isdict (line 372) | def check_isdict(cls, label, obj):
  function get_field (line 376) | def get_field(cls, model, opts, label, field):
  function check_formfield (line 383) | def check_formfield(cls, model, opts, label, field):
  function fetch_attr (line 400) | def fetch_attr(cls, model, opts, label, field):
  function check_readonly_fields (line 411) | def check_readonly_fields(cls, model, opts):

FILE: Django-1.5.1/django/contrib/admin/views/decorators.py
  function staff_member_required (line 8) | def staff_member_required(view_func):

FILE: Django-1.5.1/django/contrib/admin/views/main.py
  class ChangeList (line 36) | class ChangeList(object):
    method __init__ (line 37) | def __init__(self, request, model, list_display, list_display_links,
    method get_filters (line 82) | def get_filters(self, request):
    method get_query_string (line 147) | def get_query_string(self, new_params=None, remove=None):
    method get_results (line 163) | def get_results(self, request):
    method _get_default_ordering (line 196) | def _get_default_ordering(self):
    method get_ordering_field (line 204) | def get_ordering_field(self, field_name):
    method get_ordering (line 226) | def get_ordering(self, request, queryset):
    method get_ordering_field_columns (line 267) | def get_ordering_field_columns(self):
    method get_query_set (line 300) | def get_query_set(self, request):
    method url_for_result (line 379) | def url_for_result(self, result):

FILE: Django-1.5.1/django/contrib/admin/widgets.py
  class FilteredSelectMultiple (line 21) | class FilteredSelectMultiple(forms.SelectMultiple):
    method media (line 29) | def media(self):
    method __init__ (line 33) | def __init__(self, verbose_name, is_stacked, attrs=None, choices=()):
    method render (line 38) | def render(self, name, value, attrs=None, choices=()):
  class AdminDateWidget (line 52) | class AdminDateWidget(forms.DateInput):
    method media (line 55) | def media(self):
    method __init__ (line 59) | def __init__(self, attrs=None, format=None):
  class AdminTimeWidget (line 65) | class AdminTimeWidget(forms.TimeInput):
    method media (line 68) | def media(self):
    method __init__ (line 72) | def __init__(self, attrs=None, format=None):
  class AdminSplitDateTime (line 78) | class AdminSplitDateTime(forms.SplitDateTimeWidget):
    method __init__ (line 82) | def __init__(self, attrs=None):
    method format_output (line 88) | def format_output(self, rendered_widgets):
  class AdminRadioFieldRenderer (line 93) | class AdminRadioFieldRenderer(RadioFieldRenderer):
    method render (line 94) | def render(self):
  class AdminRadioSelect (line 101) | class AdminRadioSelect(forms.RadioSelect):
  class AdminFileWidget (line 104) | class AdminFileWidget(forms.ClearableFileInput):
  function url_params_from_lookup_dict (line 110) | def url_params_from_lookup_dict(lookups):
  class ForeignKeyRawIdWidget (line 130) | class ForeignKeyRawIdWidget(forms.TextInput):
    method __init__ (line 135) | def __init__(self, rel, admin_site, attrs=None, using=None):
    method render (line 141) | def render(self, name, value, attrs=None):
    method base_url_parameters (line 171) | def base_url_parameters(self):
    method url_parameters (line 174) | def url_parameters(self):
    method label_for_value (line 180) | def label_for_value(self, value):
  class ManyToManyRawIdWidget (line 188) | class ManyToManyRawIdWidget(ForeignKeyRawIdWidget):
    method render (line 193) | def render(self, name, value, attrs=None):
    method url_parameters (line 205) | def url_parameters(self):
    method label_for_value (line 208) | def label_for_value(self, value):
    method value_from_datadict (line 211) | def value_from_datadict(self, data, files, name):
    method _has_changed (line 216) | def _has_changed(self, initial, data):
  class RelatedFieldWidgetWrapper (line 228) | class RelatedFieldWidgetWrapper(forms.Widget):
    method __init__ (line 233) | def __init__(self, widget, rel, admin_site, can_add_related=None):
    method __deepcopy__ (line 248) | def __deepcopy__(self, memo):
    method media (line 256) | def media(self):
    method render (line 259) | def render(self, name, value, *args, **kwargs):
    method build_attrs (line 274) | def build_attrs(self, extra_attrs=None, **kwargs):
    method value_from_datadict (line 279) | def value_from_datadict(self, data, files, name):
    method _has_changed (line 282) | def _has_changed(self, initial, data):
    method id_for_label (line 285) | def id_for_label(self, id_):
  class AdminTextareaWidget (line 288) | class AdminTextareaWidget(forms.Textarea):
    method __init__ (line 289) | def __init__(self, attrs=None):
  class AdminTextInputWidget (line 295) | class AdminTextInputWidget(forms.TextInput):
    method __init__ (line 296) | def __init__(self, attrs=None):
  class AdminURLFieldWidget (line 302) | class AdminURLFieldWidget(forms.TextInput):
    method __init__ (line 303) | def __init__(self, attrs=None):
    method render (line 309) | def render(self, name, value, attrs=None):
  class AdminIntegerFieldWidget (line 322) | class AdminIntegerFieldWidget(forms.TextInput):
    method __init__ (line 325) | def __init__(self, attrs=None):
  class AdminBigIntegerFieldWidget (line 331) | class AdminBigIntegerFieldWidget(AdminIntegerFieldWidget):
  class AdminCommaSeparatedIntegerFieldWidget (line 334) | class AdminCommaSeparatedIntegerFieldWidget(forms.TextInput):
    method __init__ (line 335) | def __init__(self, attrs=None):

FILE: Django-1.5.1/django/contrib/admindocs/tests/__init__.py
  class TestFieldType (line 11) | class TestFieldType(unittest.TestCase):
    method setUp (line 12) | def setUp(self):
    method test_field_name (line 15) | def test_field_name(self):
    method test_builtin_fields (line 20) | def test_builtin_fields(self):
    method test_custom_fields (line 26) | def test_custom_fields(self):

FILE: Django-1.5.1/django/contrib/admindocs/tests/fields.py
  class CustomField (line 3) | class CustomField(models.Field):
  class DescriptionLackingField (line 6) | class DescriptionLackingField(models.Field):

FILE: Django-1.5.1/django/contrib/admindocs/utils.py
  function trim_docstring (line 19) | def trim_docstring(docstring):
  function parse_docstring (line 33) | def parse_docstring(docstring):
  function parse_rst (line 58) | def parse_rst(text, default_reference_context, thing_being_parsed=None):
  function create_reference_role (line 86) | def create_reference_role(rolename, urlbase):
  function default_reference_role (line 94) | def default_reference_role(name, rawtext, text, lineno, inliner, options...

FILE: Django-1.5.1/django/contrib/admindocs/views.py
  class GenericSite (line 25) | class GenericSite(object):
  function doc_index (line 30) | def doc_index(request):
  function bookmarklets (line 38) | def bookmarklets(request):
  function template_tag_index (line 46) | def template_tag_index(request):
  function template_filter_index (line 81) | def template_filter_index(request):
  function view_index (line 116) | def view_index(request):
  function view_detail (line 146) | def view_detail(request, view):
  function model_index (line 171) | def model_index(request):
  function model_detail (line 181) | def model_detail(request, app_label, model_name):
  function template_detail (line 276) | def template_detail(request, template):
  function missing_docutils_page (line 304) | def missing_docutils_page(request):
  function load_all_installed_template_libraries (line 308) | def load_all_installed_template_libraries():
  function get_return_data_type (line 326) | def get_return_data_type(func_name):
  function get_readable_field_data_type (line 335) | def get_readable_field_data_type(field):
  function extract_views_from_urlpatterns (line 342) | def extract_views_from_urlpatterns(urlpatterns, base=''):
  function simplify_regex (line 368) | def simplify_regex(pattern):

FILE: Django-1.5.1/django/contrib/auth/__init__.py
  function load_backend (line 12) | def load_backend(path):
  function get_backends (line 28) | def get_backends():
  function _clean_credentials (line 38) | def _clean_credentials(credentials):
  function authenticate (line 53) | def authenticate(**credentials):
  function login (line 74) | def login(request, user):
  function logout (line 98) | def logout(request):
  function get_user_model (line 116) | def get_user_model():
  function get_user (line 131) | def get_user(request):

FILE: Django-1.5.1/django/contrib/auth/admin.py
  class GroupAdmin (line 21) | class GroupAdmin(admin.ModelAdmin):
    method formfield_for_manytomany (line 26) | def formfield_for_manytomany(self, db_field, request=None, **kwargs):
  class UserAdmin (line 36) | class UserAdmin(admin.ModelAdmin):
    method get_fieldsets (line 61) | def get_fieldsets(self, request, obj=None):
    method get_form (line 66) | def get_form(self, request, obj=None, **kwargs):
    method get_urls (line 79) | def get_urls(self):
    method lookup_allowed (line 86) | def lookup_allowed(self, lookup, value):
    method add_view (line 95) | def add_view(self, request, form_url='', extra_context=None):
    method user_change_password (line 124) | def user_change_password(self, request, id, form_url=''):
    method response_add (line 162) | def response_add(self, request, obj, post_url_continue=None):

FILE: Django-1.5.1/django/contrib/auth/backends.py
  class ModelBackend (line 6) | class ModelBackend(object):
    method authenticate (line 11) | def authenticate(self, username=None, password=None, **kwargs):
    method get_group_permissions (line 22) | def get_group_permissions(self, user_obj, obj=None):
    method get_all_permissions (line 40) | def get_all_permissions(self, user_obj, obj=None):
    method has_perm (line 48) | def has_perm(self, user_obj, perm, obj=None):
    method has_module_perms (line 53) | def has_module_perms(self, user_obj, app_label):
    method get_user (line 64) | def get_user(self, user_id):
  class RemoteUserBackend (line 72) | class RemoteUserBackend(ModelBackend):
    method authenticate (line 87) | def authenticate(self, remote_user):
    method clean_username (line 119) | def clean_username(self, username):
    method configure_user (line 128) | def configure_user(self, user):

FILE: Django-1.5.1/django/contrib/auth/context_processors.py
  class PermLookupDict (line 4) | class PermLookupDict(object):
    method __init__ (line 5) | def __init__(self, user, module_name):
    method __repr__ (line 8) | def __repr__(self):
    method __getitem__ (line 11) | def __getitem__(self, perm_name):
    method __iter__ (line 14) | def __iter__(self):
    method __bool__ (line 19) | def __bool__(self):
    method __nonzero__ (line 22) | def __nonzero__(self):      # Python 2 compatibility
  class PermWrapper (line 26) | class PermWrapper(object):
    method __init__ (line 27) | def __init__(self, user):
    method __getitem__ (line 30) | def __getitem__(self, module_name):
    method __iter__ (line 33) | def __iter__(self):
    method __contains__ (line 37) | def __contains__(self, perm_name):
  function auth (line 48) | def auth(request):

FILE: Django-1.5.1/django/contrib/auth/decorators.py
  function user_passes_test (line 14) | def user_passes_test(test_func, login_url=None, redirect_field_name=REDI...
  function login_required (line 44) | def login_required(function=None, redirect_field_name=REDIRECT_FIELD_NAM...
  function permission_required (line 59) | def permission_required(perm, login_url=None, raise_exception=False):

FILE: Django-1.5.1/django/contrib/auth/forms.py
  class ReadOnlyPasswordHashWidget (line 25) | class ReadOnlyPasswordHashWidget(forms.Widget):
    method render (line 26) | def render(self, name, value, attrs):
  class ReadOnlyPasswordHashField (line 48) | class ReadOnlyPasswordHashField(forms.Field):
    method __init__ (line 51) | def __init__(self, *args, **kwargs):
    method bound_data (line 55) | def bound_data(self, data, initial):
  class UserCreationForm (line 61) | class UserCreationForm(forms.ModelForm):
    class Meta (line 83) | class Meta:
    method clean_username (line 87) | def clean_username(self):
    method clean_password2 (line 97) | def clean_password2(self):
    method save (line 105) | def save(self, commit=True):
  class UserChangeForm (line 113) | class UserChangeForm(forms.ModelForm):
    class Meta (line 126) | class Meta:
    method __init__ (line 129) | def __init__(self, *args, **kwargs):
    method clean_password (line 135) | def clean_password(self):
  class AuthenticationForm (line 142) | class AuthenticationForm(forms.Form):
    method __init__ (line 158) | def __init__(self, request=None, *args, **kwargs):
    method clean (line 175) | def clean(self):
    method check_for_test_cookie (line 192) | def check_for_test_cookie(self):
    method get_user_id (line 196) | def get_user_id(self):
    method get_user (line 201) | def get_user(self):
  class PasswordResetForm (line 205) | class PasswordResetForm(forms.Form):
    method clean_email (line 214) | def clean_email(self):
    method save (line 231) | def save(self, domain_override=None,
  class SetPasswordForm (line 264) | class SetPasswordForm(forms.Form):
    method __init__ (line 277) | def __init__(self, user, *args, **kwargs):
    method clean_new_password2 (line 281) | def clean_new_password2(self):
    method save (line 290) | def save(self, commit=True):
  class PasswordChangeForm (line 297) | class PasswordChangeForm(SetPasswordForm):
    method clean_old_password (line 309) | def clean_old_password(self):
  class AdminPasswordChangeForm (line 325) | class AdminPasswordChangeForm(forms.Form):
    method __init__ (line 337) | def __init__(self, user, *args, **kwargs):
    method clean_password2 (line 341) | def clean_password2(self):
    method save (line 350) | def save(self, commit=True):

FILE: Django-1.5.1/django/contrib/auth/handlers/modwsgi.py
  function check_password (line 6) | def check_password(environ, username, password):
  function groups_for_user (line 30) | def groups_for_user(environ, username):

FILE: Django-1.5.1/django/contrib/auth/hashers.py
  function reset_hashers (line 23) | def reset_hashers(**kwargs):
  function is_password_usable (line 30) | def is_password_usable(encoded):
  function check_password (line 40) | def check_password(password, encoded, setter=None, preferred='default'):
  function make_password (line 61) | def make_password(password, salt=None, hasher='default'):
  function load_hashers (line 80) | def load_hashers(password_hashers=None):
  function get_hasher (line 102) | def get_hasher(algorithm='default'):
  function identify_hasher (line 127) | def identify_hasher(encoded):
  function mask_hash (line 148) | def mask_hash(hash, show=6, char="*"):
  class BasePasswordHasher (line 158) | class BasePasswordHasher(object):
    method _load_library (line 170) | def _load_library(self):
    method salt (line 185) | def salt(self):
    method verify (line 191) | def verify(self, password, encoded):
    method encode (line 197) | def encode(self, password, salt):
    method safe_summary (line 206) | def safe_summary(self, encoded):
  class PBKDF2PasswordHasher (line 216) | class PBKDF2PasswordHasher(BasePasswordHasher):
    method encode (line 228) | def encode(self, password, salt, iterations=None):
    method verify (line 237) | def verify(self, password, encoded):
    method safe_summary (line 243) | def safe_summary(self, encoded):
  class PBKDF2SHA1PasswordHasher (line 254) | class PBKDF2SHA1PasswordHasher(PBKDF2PasswordHasher):
  class BCryptPasswordHasher (line 265) | class BCryptPasswordHasher(BasePasswordHasher):
    method salt (line 278) | def salt(self):
    method encode (line 282) | def encode(self, password, salt):
    method verify (line 289) | def verify(self, password, encoded):
    method safe_summary (line 295) | def safe_summary(self, encoded):
  class SHA1PasswordHasher (line 307) | class SHA1PasswordHasher(BasePasswordHasher):
    method encode (line 313) | def encode(self, password, salt):
    method verify (line 319) | def verify(self, password, encoded):
    method safe_summary (line 325) | def safe_summary(self, encoded):
  class MD5PasswordHasher (line 335) | class MD5PasswordHasher(BasePasswordHasher):
    method encode (line 341) | def encode(self, password, salt):
    method verify (line 347) | def verify(self, password, encoded):
    method safe_summary (line 353) | def safe_summary(self, encoded):
  class UnsaltedSHA1PasswordHasher (line 363) | class UnsaltedSHA1PasswordHasher(BasePasswordHasher):
    method salt (line 374) | def salt(self):
    method encode (line 377) | def encode(self, password, salt):
    method verify (line 382) | def verify(self, password, encoded):
    method safe_summary (line 386) | def safe_summary(self, encoded):
  class UnsaltedMD5PasswordHasher (line 395) | class UnsaltedMD5PasswordHasher(BasePasswordHasher):
    method salt (line 408) | def salt(self):
    method encode (line 411) | def encode(self, password, salt):
    method verify (line 415) | def verify(self, password, encoded):
    method safe_summary (line 421) | def safe_summary(self, encoded):
  class CryptPasswordHasher (line 428) | class CryptPasswordHasher(BasePasswordHasher):
    method salt (line 437) | def salt(self):
    method encode (line 440) | def encode(self, password, salt):
    method verify (line 447) | def verify(self, password, encoded):
    method safe_summary (line 453) | def safe_summary(self, encoded):

FILE: Django-1.5.1/django/contrib/auth/management/__init__.py
  function _get_permission_codename (line 19) | def _get_permission_codename(action, opts):
  function _get_all_permissions (line 23) | def _get_all_permissions(opts, ctype):
  function _get_builtin_permissions (line 32) | def _get_builtin_permissions(opts):
  function _check_permission_clashing (line 42) | def _check_permission_clashing(custom, builtin, ctype):
  function create_permissions (line 61) | def create_permissions(app, created_models, verbosity, db=DEFAULT_DB_ALI...
  function create_superuser (line 102) | def create_superuser(app, created_models, verbosity, db, **kwargs):
  function get_system_username (line 121) | def get_system_username():
  function get_default_username (line 150) | def get_default_username(check_db=True):

FILE: Django-1.5.1/django/contrib/auth/management/commands/changepassword.py
  class Command (line 9) | class Command(BaseCommand):
    method _get_pass (line 18) | def _get_pass(self, prompt="Password: "):
    method handle (line 24) | def handle(self, *args, **options):

FILE: Django-1.5.1/django/contrib/auth/management/commands/createsuperuser.py
  class Command (line 19) | class Command(BaseCommand):
    method __init__ (line 21) | def __init__(self, *args, **kwargs):
    method handle (line 48) | def handle(self, *args, **options):

FILE: Django-1.5.1/django/contrib/auth/middleware.py
  function get_user (line 8) | def get_user(request):
  class AuthenticationMiddleware (line 14) | class AuthenticationMiddleware(object):
    method process_request (line 15) | def process_request(self, request):
  class RemoteUserMiddleware (line 21) | class RemoteUserMiddleware(object):
    method process_request (line 40) | def process_request(self, request):
    method clean_username (line 80) | def clean_username(self, username, request):

FILE: Django-1.5.1/django/contrib/auth/models.py
  function update_last_login (line 25) | def update_last_login(sender, user, **kwargs):
  class SiteProfileNotAvailable (line 35) | class SiteProfileNotAvailable(Exception):
  class PermissionManager (line 39) | class PermissionManager(models.Manager):
    method get_by_natural_key (line 40) | def get_by_natural_key(self, codename, app_label, model):
  class Permission (line 49) | class Permission(models.Model):
    class Meta (line 77) | class Meta:
    method __str__ (line 84) | def __str__(self):
    method natural_key (line 90) | def natural_key(self):
  class GroupManager (line 95) | class GroupManager(models.Manager):
    method get_by_natural_key (line 99) | def get_by_natural_key(self, name):
  class Group (line 104) | class Group(models.Model):
    class Meta (line 127) | class Meta:
    method __str__ (line 131) | def __str__(self):
    method natural_key (line 134) | def natural_key(self):
  class BaseUserManager (line 138) | class BaseUserManager(models.Manager):
    method normalize_email (line 141) | def normalize_email(cls, email):
    method make_random_password (line 155) | def make_random_password(self, length=10,
    method get_by_natural_key (line 167) | def get_by_natural_key(self, username):
  class UserManager (line 171) | class UserManager(BaseUserManager):
    method create_user (line 173) | def create_user(self, username, email=None, password=None, **extra_fie...
    method create_superuser (line 189) | def create_superuser(self, username, email, password, **extra_fields):
  class AbstractBaseUser (line 199) | class AbstractBaseUser(models.Model):
    class Meta (line 207) | class Meta:
    method get_username (line 210) | def get_username(self):
    method __str__ (line 214) | def __str__(self):
    method natural_key (line 217) | def natural_key(self):
    method is_anonymous (line 220) | def is_anonymous(self):
    method is_authenticated (line 227) | def is_authenticated(self):
    method set_password (line 234) | def set_password(self, raw_password):
    method check_password (line 237) | def check_password(self, raw_password):
    method set_unusable_password (line 247) | def set_unusable_password(self):
    method has_usable_password (line 251) | def has_usable_password(self):
    method get_full_name (line 254) | def get_full_name(self):
    method get_short_name (line 257) | def get_short_name(self):
  function _user_get_all_permissions (line 262) | def _user_get_all_permissions(user, obj):
  function _user_has_perm (line 273) | def _user_has_perm(user, perm, obj):
  function _user_has_module_perms (line 285) | def _user_has_module_perms(user, app_label):
  class PermissionsMixin (line 293) | class PermissionsMixin(models.Model):
    class Meta (line 309) | class Meta:
    method get_group_permissions (line 312) | def get_group_permissions(self, obj=None):
    method get_all_permissions (line 328) | def get_all_permissions(self, obj=None):
    method has_perm (line 331) | def has_perm(self, perm, obj=None):
    method has_perms (line 347) | def has_perms(self, perm_list, obj=None):
    method has_module_perms (line 358) | def has_module_perms(self, app_label):
  class AbstractUser (line 370) | class AbstractUser(AbstractBaseUser, PermissionsMixin):
    class Meta (line 399) | class Meta:
    method get_absolute_url (line 404) | def get_absolute_url(self):
    method get_full_name (line 407) | def get_full_name(self):
    method get_short_name (line 414) | def get_short_name(self):
    method email_user (line 418) | def email_user(self, subject, message, from_email=None):
    method get_profile (line 424) | def get_profile(self):
  class User (line 457) | class User(AbstractUser):
    class Meta (line 464) | class Meta:
  class AnonymousUser (line 469) | class AnonymousUser(object):
    method __init__ (line 479) | def __init__(self):
    method __str__ (line 482) | def __str__(self):
    method __eq__ (line 485) | def __eq__(self, other):
    method __ne__ (line 488) | def __ne__(self, other):
    method __hash__ (line 491) | def __hash__(self):
    method save (line 494) | def save(self):
    method delete (line 497) | def delete(self):
    method set_password (line 500) | def set_password(self, raw_password):
    method check_password (line 503) | def check_password(self, raw_password):
    method _get_groups (line 506) | def _get_groups(self):
    method _get_user_permissions (line 510) | def _get_user_permissions(self):
    method get_group_permissions (line 514) | def get_group_permissions(self, obj=None):
    method get_all_permissions (line 517) | def get_all_permissions(self, obj=None):
    method has_perm (line 520) | def has_perm(self, perm, obj=None):
    method has_perms (line 523) | def has_perms(self, perm_list, obj=None):
    method has_module_perms (line 529) | def has_module_perms(self, module):
    method is_anonymous (line 532) | def is_anonymous(self):
    method is_authenticated (line 535) | def is_authenticated(self):

FILE: Django-1.5.1/django/contrib/auth/tests/__init__.py
  function user_model_swapped (line 23) | def user_model_swapped(**kwargs):

FILE: Django-1.5.1/django/contrib/auth/tests/auth_backends.py
  class BaseModelBackendTest (line 15) | class BaseModelBackendTest(object):
    method setUp (line 24) | def setUp(self):
    method tearDown (line 29) | def tearDown(self):
    method test_has_perm (line 36) | def test_has_perm(self):
    method test_custom_perms (line 55) | def test_custom_perms(self):
    method test_has_no_object_perm (line 94) | def test_has_no_object_perm(self):
    method test_get_all_superuser_permissions (line 107) | def test_get_all_superuser_permissions(self):
  class ModelBackendTest (line 114) | class ModelBackendTest(BaseModelBackendTest, TestCase):
    method create_users (line 120) | def create_users(self):
  class ExtensionUserModelBackendTest (line 134) | class ExtensionUserModelBackendTest(BaseModelBackendTest, TestCase):
    method create_users (line 153) | def create_users(self):
  class CustomPermissionsUserModelBackendTest (line 169) | class CustomPermissionsUserModelBackendTest(BaseModelBackendTest, TestCa...
    method create_users (line 180) | def create_users(self):
  class CustomUserModelBackendAuthenticateTest (line 194) | class CustomUserModelBackendAuthenticateTest(TestCase):
    method test_authenticate (line 200) | def test_authenticate(self):
  class TestObj (line 211) | class TestObj(object):
  class SimpleRowlevelBackend (line 215) | class SimpleRowlevelBackend(object):
    method has_perm (line 216) | def has_perm(self, user, perm, obj=None):
    method has_module_perms (line 229) | def has_module_perms(self, user, app_label):
    method get_all_permissions (line 234) | def get_all_permissions(self, user, obj=None):
    method get_group_permissions (line 248) | def get_group_permissions(self, user, obj=None):
  class RowlevelBackendTest (line 262) | class RowlevelBackendTest(TestCase):
    method setUp (line 268) | def setUp(self):
    method tearDown (line 275) | def tearDown(self):
    method test_has_perm (line 282) | def test_has_perm(self):
    method test_get_all_permissions (line 291) | def test_get_all_permissions(self):
    method test_get_group_permissions (line 296) | def test_get_group_permissions(self):
  class AnonymousUserBackendTest (line 302) | class AnonymousUserBackendTest(TestCase):
    method setUp (line 309) | def setUp(self):
    method tearDown (line 314) | def tearDown(self):
    method test_has_perm (line 317) | def test_has_perm(self):
    method test_has_perms (line 321) | def test_has_perms(self):
    method test_has_module_perms (line 325) | def test_has_module_perms(self):
    method test_get_all_permissions (line 329) | def test_get_all_permissions(self):
  class NoBackendsTest (line 335) | class NoBackendsTest(TestCase):
    method setUp (line 339) | def setUp(self):
    method test_raises_exception (line 342) | def test_raises_exception(self):
  class InActiveUserBackendTest (line 347) | class InActiveUserBackendTest(TestCase):
    method setUp (line 353) | def setUp(self):
    method tearDown (line 360) | def tearDown(self):
    method test_has_perm (line 363) | def test_has_perm(self):
    method test_has_module_perms (line 367) | def test_has_module_perms(self):

FILE: Django-1.5.1/django/contrib/auth/tests/basic.py
  function mock_inputs (line 19) | def mock_inputs(inputs):
  class BasicTestCase (line 60) | class BasicTestCase(TestCase):
    method test_user (line 61) | def test_user(self):
    method test_user_no_email (line 88) | def test_user_no_email(self):
    method test_anonymous_user (line 99) | def test_anonymous_user(self):
    method test_superuser (line 110) | def test_superuser(self):
    method test_createsuperuser_management_command (line 117) | def test_createsuperuser_management_command(self):
    method test_createsuperuser_nolocale (line 161) | def test_createsuperuser_nolocale(self):
    method test_createsuperuser_non_ascii_verbose_name (line 195) | def test_createsuperuser_non_ascii_verbose_name(self):
    method test_get_user_model (line 213) | def test_get_user_model(self):
    method test_swappable_user (line 218) | def test_swappable_user(self):
    method test_swappable_user_bad_setting (line 225) | def test_swappable_user_bad_setting(self):
    method test_swappable_user_nonexistent_model (line 231) | def test_swappable_user_nonexistent_model(self):

FILE: Django-1.5.1/django/contrib/auth/tests/context_processors.py
  class MockUser (line 15) | class MockUser(object):
    method has_module_perms (line 16) | def has_module_perms(self, perm):
    method has_perm (line 21) | def has_perm(self, perm):
  class PermWrapperTests (line 27) | class PermWrapperTests(TestCase):
    class EQLimiterObject (line 31) | class EQLimiterObject(object):
      method __init__ (line 35) | def __init__(self):
      method __eq__ (line 38) | def __eq__(self, other):
    method test_permwrapper_in (line 44) | def test_permwrapper_in(self):
    method test_permlookupdict_in (line 55) | def test_permlookupdict_in(self):
  class AuthContextProcessorTests (line 72) | class AuthContextProcessorTests(TestCase):
    method test_session_not_accessed (line 83) | def test_session_not_accessed(self):
    method test_session_is_accessed (line 95) | def test_session_is_accessed(self):
    method test_perms_attrs (line 103) | def test_perms_attrs(self):
    method test_perm_in_perms_attrs (line 115) | def test_perm_in_perms_attrs(self):
    method test_message_attrs (line 127) | def test_message_attrs(self):
    method test_user_attrs (line 132) | def test_user_attrs(self):

FILE: Django-1.5.1/django/contrib/auth/tests/custom_user.py
  class CustomUserManager (line 15) | class CustomUserManager(BaseUserManager):
    method create_user (line 16) | def create_user(self, email, date_of_birth, password=None):
    method create_superuser (line 32) | def create_superuser(self, email, password, date_of_birth):
  class CustomUser (line 39) | class CustomUser(AbstractBaseUser):
    class Meta (line 50) | class Meta:
    method get_full_name (line 53) | def get_full_name(self):
    method get_short_name (line 56) | def get_short_name(self):
    method __unicode__ (line 59) | def __unicode__(self):
    method get_group_permissions (line 63) | def get_group_permissions(self, obj=None):
    method get_all_permissions (line 66) | def get_all_permissions(self, obj=None):
    method has_perm (line 69) | def has_perm(self, perm, obj=None):
    method has_perms (line 72) | def has_perms(self, perm_list, obj=None):
    method has_module_perms (line 75) | def has_module_perms(self, app_label):
    method is_staff (line 80) | def is_staff(self):
  class ExtensionUser (line 88) | class ExtensionUser(AbstractUser):
    class Meta (line 95) | class Meta:
  class CustomPermissionsUserManager (line 103) | class CustomPermissionsUserManager(CustomUserManager):
    method create_superuser (line 104) | def create_superuser(self, email, password, date_of_birth):
  class CustomPermissionsUser (line 111) | class CustomPermissionsUser(AbstractBaseUser, PermissionsMixin):
    class Meta (line 120) | class Meta:
    method get_full_name (line 123) | def get_full_name(self):
    method get_short_name (line 126) | def get_short_name(self):
    method __unicode__ (line 129) | def __unicode__(self):
  class IsActiveTestUser1 (line 133) | class IsActiveTestUser1(AbstractBaseUser):
    class Meta (line 143) | class Meta:
  class CustomUserNonUniqueUsername (line 149) | class CustomUserNonUniqueUsername(AbstractBaseUser):
    class Meta (line 155) | class Meta:
  class CustomUserBadRequiredFields (line 159) | class CustomUserBadRequiredFields(AbstractBaseUser):
    class Meta (line 167) | class Meta:

FILE: Django-1.5.1/django/contrib/auth/tests/decorators.py
  class LoginRequiredTestCase (line 7) | class LoginRequiredTestCase(AuthViewsTestCase):
    method testCallable (line 13) | def testCallable(self):
    method testView (line 22) | def testView(self):
    method testLoginRequired (line 30) | def testLoginRequired(self, view_url='/login_required/', login_url='/l...
    method testLoginRequiredNextUrl (line 42) | def testLoginRequiredNextUrl(self):

FILE: Django-1.5.1/django/contrib/auth/tests/forms.py
  class UserCreationFormTest (line 21) | class UserCreationFormTest(TestCase):
    method test_user_already_exists (line 25) | def test_user_already_exists(self):
    method test_invalid_data (line 36) | def test_invalid_data(self):
    method test_password_verification (line 47) | def test_password_verification(self):
    method test_both_passwords (line 59) | def test_both_passwords(self):
    method test_success (line 74) | def test_success(self):
  class AuthenticationFormTest (line 89) | class AuthenticationFormTest(TestCase):
    method test_invalid_username (line 93) | def test_invalid_username(self):
    method test_inactive_user (line 107) | def test_inactive_user(self):
    method test_inactive_user_i18n (line 118) | def test_inactive_user_i18n(self):
    method test_success (line 131) | def test_success(self):
    method test_username_field_label (line 141) | def test_username_field_label(self):
  class SetPasswordFormTest (line 152) | class SetPasswordFormTest(TestCase):
    method test_password_verification (line 156) | def test_password_verification(self):
    method test_success (line 168) | def test_success(self):
  class PasswordChangeFormTest (line 180) | class PasswordChangeFormTest(TestCase):
    method test_incorrect_password (line 184) | def test_incorrect_password(self):
    method test_password_verification (line 196) | def test_password_verification(self):
    method test_success (line 209) | def test_success(self):
    method test_field_order (line 220) | def test_field_order(self):
  class UserChangeFormTest (line 229) | class UserChangeFormTest(TestCase):
    method test_username_validity (line 233) | def test_username_validity(self):
    method test_bug_14242 (line 241) | def test_bug_14242(self):
    method test_unsuable_password (line 256) | def test_unsuable_password(self):
    method test_bug_17944_empty_password (line 263) | def test_bug_17944_empty_password(self):
    method test_bug_17944_unmanageable_password (line 268) | def test_bug_17944_unmanageable_password(self):
    method test_bug_17944_unknown_password_algorithm (line 274) | def test_bug_17944_unknown_password_algorithm(self):
    method test_bug_19133 (line 280) | def test_bug_19133(self):
    method test_bug_19349_bound_password_field (line 297) | def test_bug_19349_bound_password_field(self):
  class PasswordResetFormTest (line 308) | class PasswordResetFormTest(TestCase):
    method create_dummy_user (line 312) | def create_dummy_user(self):
    method test_invalid_email (line 321) | def test_invalid_email(self):
    method test_nonexistant_email (line 328) | def test_nonexistant_email(self):
    method test_cleaned_data (line 336) | def test_cleaned_data(self):
    method test_custom_email_subject (line 344) | def test_custom_email_subject(self):
    method test_bug_5605 (line 357) | def test_bug_5605(self):
    method test_inactive_user (line 365) | def test_inactive_user(self):
    method test_unusable_password (line 374) | def test_unusable_password(self):
  class ReadOnlyPasswordHashWidgetTest (line 387) | class ReadOnlyPasswordHashWidgetTest(TestCase):
    method test_bug_19349_render_with_none_value (line 389) | def test_bug_19349_render_with_none_value(self):

FILE: Django-1.5.1/django/contrib/auth/tests/handlers.py
  class ModWsgiHandlerTestCase (line 11) | class ModWsgiHandlerTestCase(TransactionTestCase):
    method test_check_password (line 16) | def test_check_password(self):
    method test_check_password_custom_user (line 37) | def test_check_password_custom_user(self):
    method test_groups_for_user (line 57) | def test_groups_for_user(self):

FILE: Django-1.5.1/django/contrib/auth/tests/hashers.py
  class TestUtilsHashPass (line 23) | class TestUtilsHashPass(unittest.TestCase):
    method setUp (line 25) | def setUp(self):
    method test_simple (line 28) | def test_simple(self):
    method test_pkbdf2 (line 35) | def test_pkbdf2(self):
    method test_sha1 (line 44) | def test_sha1(self):
    method test_md5 (line 53) | def test_md5(self):
    method test_unsalted_md5 (line 62) | def test_unsalted_md5(self):
    method test_unsalted_sha1 (line 75) | def test_unsalted_sha1(self):
    method test_crypt (line 87) | def test_crypt(self):
    method test_bcrypt (line 96) | def test_bcrypt(self):
    method test_unusable (line 104) | def test_unusable(self):
    method test_bad_algorithm (line 114) | def test_bad_algorithm(self):
    method test_bad_encoded (line 120) | def test_bad_encoded(self):
    method test_low_level_pkbdf2 (line 124) | def test_low_level_pkbdf2(self):
    method test_low_level_pbkdf2_sha1 (line 131) | def test_low_level_pbkdf2_sha1(self):
    method test_upgrade (line 138) | def test_upgrade(self):
    method test_no_upgrade (line 148) | def test_no_upgrade(self):
    method test_no_upgrade_on_incorrect_pass (line 156) | def test_no_upgrade_on_incorrect_pass(self):

FILE: Django-1.5.1/django/contrib/auth/tests/management.py
  class GetDefaultUsernameTestCase (line 21) | class GetDefaultUsernameTestCase(TestCase):
    method setUp (line 23) | def setUp(self):
    method tearDown (line 26) | def tearDown(self):
    method test_actual_implementation (line 29) | def test_actual_implementation(self):
    method test_simple (line 32) | def test_simple(self):
    method test_existing (line 36) | def test_existing(self):
    method test_i18n (line 43) | def test_i18n(self):
  class ChangepasswordManagementCommandTestCase (line 50) | class ChangepasswordManagementCommandTestCase(TestCase):
    method setUp (line 52) | def setUp(self):
    method tearDown (line 57) | def tearDown(self):
    method test_that_changepassword_command_changes_joes_password (line 61) | def test_that_changepassword_command_changes_joes_password(self):
    method test_that_max_tries_exits_1 (line 73) | def test_that_max_tries_exits_1(self):
  class CreatesuperuserManagementCommandTestCase (line 86) | class CreatesuperuserManagementCommandTestCase(TestCase):
    method test_createsuperuser (line 88) | def test_createsuperuser(self):
    method test_verbosity_zero (line 106) | def test_verbosity_zero(self):
    method test_email_in_username (line 122) | def test_email_in_username(self):
    method test_swappable_user (line 135) | def test_swappable_user(self):
    method test_swappable_user_missing_required_field (line 157) | def test_swappable_user_missing_required_field(self):
  class CustomUserModelValidationTestCase (line 175) | class CustomUserModelValidationTestCase(TestCase):
    method test_username_not_in_required_fields (line 177) | def test_username_not_in_required_fields(self):
    method test_username_non_unique (line 184) | def test_username_non_unique(self):
  class PermissionDuplicationTestCase (line 191) | class PermissionDuplicationTestCase(TestCase):
    method setUp (line 193) | def setUp(self):
    method tearDown (line 196) | def tearDown(self):
    method test_duplicated_permissions (line 199) | def test_duplicated_permissions(self):

FILE: Django-1.5.1/django/contrib/auth/tests/models.py
  class ProfileTestCase (line 13) | class ProfileTestCase(TestCase):
    method test_site_profile_not_available (line 15) | def test_site_profile_not_available(self):
  class NaturalKeysTestCase (line 39) | class NaturalKeysTestCase(TestCase):
    method test_user_natural_key (line 42) | def test_user_natural_key(self):
    method test_group_natural_key (line 47) | def test_group_natural_key(self):
  class LoadDataWithoutNaturalKeysTestCase (line 54) | class LoadDataWithoutNaturalKeysTestCase(TestCase):
    method test_user_is_created_and_added_to_group (line 57) | def test_user_is_created_and_added_to_group(self):
  class LoadDataWithNaturalKeysTestCase (line 65) | class LoadDataWithNaturalKeysTestCase(TestCase):
    method test_user_is_created_and_added_to_group (line 68) | def test_user_is_created_and_added_to_group(self):
  class UserManagerTestCase (line 75) | class UserManagerTestCase(TestCase):
    method test_create_user (line 77) | def test_create_user(self):
    method test_create_user_email_domain_normalize_rfc3696 (line 84) | def test_create_user_email_domain_normalize_rfc3696(self):
    method test_create_user_email_domain_normalize (line 90) | def test_create_user_email_domain_normalize(self):
    method test_create_user_email_domain_normalize_with_whitespace (line 94) | def test_create_user_email_domain_normalize_with_whitespace(self):
    method test_empty_username (line 98) | def test_empty_username(self):
  class IsActiveTestCase (line 104) | class IsActiveTestCase(TestCase):
    method test_builtin_user_isactive (line 110) | def test_builtin_user_isactive(self):
    method test_is_active_field_default (line 121) | def test_is_active_field_default(self):

FILE: Django-1.5.1/django/contrib/auth/tests/remote_user.py
  class RemoteUserTest (line 13) | class RemoteUserTest(TestCase):
    method setUp (line 23) | def setUp(self):
    method test_no_remote_user (line 29) | def test_no_remote_user(self):
    method test_unknown_user (line 48) | def test_unknown_user(self):
    method test_known_user (line 63) | def test_known_user(self):
    method test_last_login (line 79) | def test_last_login(self):
    method test_header_disappears (line 101) | def test_header_disappears(self):
    method tearDown (line 121) | def tearDown(self):
  class RemoteUserNoCreateBackend (line 127) | class RemoteUserNoCreateBackend(RemoteUserBackend):
  class RemoteUserNoCreateTest (line 133) | class RemoteUserNoCreateTest(RemoteUserTest):
    method test_unknown_user (line 142) | def test_unknown_user(self):
  class CustomRemoteUserBackend (line 149) | class CustomRemoteUserBackend(RemoteUserBackend):
    method clean_username (line 154) | def clean_username(self, username):
    method configure_user (line 160) | def configure_user(self, user):
  class RemoteUserCustomTest (line 170) | class RemoteUserCustomTest(RemoteUserTest):
    method test_known_user (line 183) | def test_known_user(self):
    method test_unknown_user (line 192) | def test_unknown_user(self):

FILE: Django-1.5.1/django/contrib/auth/tests/signals.py
  class SignalTestCase (line 11) | class SignalTestCase(TestCase):
    method listener_login (line 15) | def listener_login(self, user, **kwargs):
    method listener_logout (line 18) | def listener_logout(self, user, **kwargs):
    method listener_login_failed (line 21) | def listener_login_failed(self, sender, credentials, **kwargs):
    method setUp (line 24) | def setUp(self):
    method tearDown (line 33) | def tearDown(self):
    method test_login (line 39) | def test_login(self):
    method test_logout_anonymous (line 56) | def test_logout_anonymous(self):
    method test_logout (line 63) | def test_logout(self):
    method test_update_last_login (line 69) | def test_update_last_login(self):

FILE: Django-1.5.1/django/contrib/auth/tests/tokens.py
  class TokenGeneratorTest (line 13) | class TokenGeneratorTest(TestCase):
    method test_make_token (line 15) | def test_make_token(self):
    method test_10265 (line 24) | def test_10265(self):
    method test_timeout (line 37) | def test_timeout(self):
    method test_date_length (line 59) | def test_date_length(self):

FILE: Django-1.5.1/django/contrib/auth/tests/urls.py
  function remote_user_auth_view (line 13) | def remote_user_auth_view(request):
  function auth_processor_no_attr_access (line 19) | def auth_processor_no_attr_access(request):
  function auth_processor_attr_access (line 26) | def auth_processor_attr_access(request):
  function auth_processor_user (line 32) | def auth_processor_user(request):
  function auth_processor_perms (line 36) | def auth_processor_perms(request):
  function auth_processor_perm_in_perms (line 40) | def auth_processor_perm_in_perms(request):
  function auth_processor_messages (line 44) | def auth_processor_messages(request):
  function userpage (line 49) | def userpage(request):

FILE: Django-1.5.1/django/contrib/auth/tests/utils.py
  function skipIfCustomUser (line 5) | def skipIfCustomUser(test_func):

FILE: Django-1.5.1/django/contrib/auth/tests/views.py
  class AuthViewsTestCase (line 36) | class AuthViewsTestCase(TestCase):
    method login (line 43) | def login(self, password='password'):
    method assertContainsEscaped (line 52) | def assertContainsEscaped(self, response, text, **kwargs):
  class AuthViewNamedURLTests (line 57) | class AuthViewNamedURLTests(AuthViewsTestCase):
    method test_named_urls (line 60) | def test_named_urls(self):
  class PasswordResetTest (line 83) | class PasswordResetTest(AuthViewsTestCase):
    method test_email_not_found (line 85) | def test_email_not_found(self):
    method test_email_found (line 93) | def test_email_found(self):
    method test_email_found_custom_from (line 101) | def test_email_found_custom_from(self):
    method test_admin_reset (line 109) | def test_admin_reset(self):
    method test_poisoned_http_host (line 122) | def test_poisoned_http_host(self):
    method test_poisoned_http_host_admin_site (line 140) | def test_poisoned_http_host_admin_site(self):
    method _test_confirm_start (line 149) | def _test_confirm_start(self):
    method _read_signup_email (line 156) | def _read_signup_email(self, email):
    method test_confirm_valid (line 161) | def test_confirm_valid(self):
    method test_confirm_invalid (line 167) | def test_confirm_invalid(self):
    method test_confirm_invalid_user (line 176) | def test_confirm_invalid_user(self):
    method test_confirm_overflow_user (line 181) | def test_confirm_overflow_user(self):
    method test_confirm_invalid_post (line 186) | def test_confirm_invalid_post(self):
    method test_confirm_complete (line 200) | def test_confirm_complete(self):
    method test_confirm_different_passwords (line 214) | def test_confirm_different_passwords(self):
  class CustomUserPasswordResetTest (line 222) | class CustomUserPasswordResetTest(AuthViewsTestCase):
    method _test_confirm_start (line 225) | def _test_confirm_start(self):
    method _read_signup_email (line 232) | def _read_signup_email(self, email):
    method test_confirm_valid_custom_user (line 237) | def test_confirm_valid_custom_user(self):
  class ChangePasswordTest (line 245) | class ChangePasswordTest(AuthViewsTestCase):
    method fail_login (line 247) | def fail_login(self, password='password'):
    method logout (line 256) | def logout(self):
    method test_password_change_fails_with_invalid_old_password (line 259) | def test_password_change_fails_with_invalid_old_password(self):
    method test_password_change_fails_with_mismatched_passwords (line 268) | def test_password_change_fails_with_mismatched_passwords(self):
    method test_password_change_succeeds (line 277) | def test_password_change_succeeds(self):
    method test_password_change_done_succeeds (line 289) | def test_password_change_done_succeeds(self):
    method test_password_change_done_fails (line 299) | def test_password_change_done_fails(self):
  class LoginTest (line 307) | class LoginTest(AuthViewsTestCase):
    method test_current_site_in_context_after_login (line 309) | def test_current_site_in_context_after_login(self):
    method test_security_check (line 321) | def test_security_check(self, password='password'):
  class LoginURLSettings (line 366) | class LoginURLSettings(AuthViewsTestCase):
    method setUp (line 368) | def setUp(self):
    method tearDown (line 372) | def tearDown(self):
    method get_login_required_url (line 376) | def get_login_required_url(self, login_url):
    method test_standard_login_url (line 382) | def test_standard_login_url(self):
    method test_remote_login_url (line 390) | def test_remote_login_url(self):
    method test_https_login_url (line 398) | def test_https_login_url(self):
    method test_login_url_with_querystring (line 406) | def test_login_url_with_querystring(self):
    method test_remote_login_url_with_next_querystring (line 414) | def test_remote_login_url_with_next_querystring(self):
  class LogoutTest (line 425) | class LogoutTest(AuthViewsTestCase):
    method confirm_logged_out (line 427) | def confirm_logged_out(self):
    method test_logout_default (line 430) | def test_logout_default(self):
    method test_14377 (line 437) | def test_14377(self):
    method test_logout_with_overridden_redirect_url (line 443) | def test_logout_with_overridden_redirect_url(self):
    method test_logout_with_next_page_specified (line 456) | def test_logout_with_next_page_specified(self):
    method test_logout_with_redirect_argument (line 464) | def test_logout_with_redirect_argument(self):
    method test_logout_with_custom_redirect_argument (line 472) | def test_logout_with_custom_redirect_argument(self):
    method test_security_check (line 480) | def test_security_check(self, password='password'):
  class ChangelistTests (line 521) | class ChangelistTests(AuthViewsTestCase):
    method test_changelist_disallows_password_lookups (line 526) | def test_changelist_disallows_password_lookups(self):

FILE: Django-1.5.1/django/contrib/auth/tokens.py
  class PasswordResetTokenGenerator (line 8) | class PasswordResetTokenGenerator(object):
    method make_token (line 13) | def make_token(self, user):
    method check_token (line 20) | def check_token(self, user, token):
    method _make_token_with_timestamp (line 45) | def _make_token_with_timestamp(self, user, timestamp):
    method _num_days (line 66) | def _num_days(self, dt):
    method _today (line 69) | def _today(self):

FILE: Django-1.5.1/django/contrib/auth/views.py
  function login (line 28) | def login(request, template_name='registration/login.html',
  function logout (line 71) | def logout(request, next_page=None,
  function logout_then_login (line 102) | def logout_then_login(request, login_url=None, current_app=None, extra_c...
  function redirect_to_login (line 112) | def redirect_to_login(next, login_url=None,
  function password_reset (line 136) | def password_reset(request, is_admin_site=False,
  function password_reset_done (line 174) | def password_reset_done(request,
  function password_reset_confirm (line 187) | def password_reset_confirm(request, uidb36=None, token=None,
  function password_reset_complete (line 229) | def password_reset_complete(request,
  function password_change (line 244) | def password_change(request,
  function password_change_done (line 268) | def password_change_done(request,

FILE: Django-1.5.1/django/contrib/comments/__init__.py
  function get_comment_app (line 10) | def get_comment_app():
  function get_comment_app_name (line 29) | def get_comment_app_name():
  function get_model (line 36) | def get_model():
  function get_form (line 45) | def get_form():
  function get_form_target (line 54) | def get_form_target():
  function get_flag_url (line 63) | def get_flag_url(comment):
  function get_delete_url (line 73) | def get_delete_url(comment):
  function get_approve_url (line 83) | def get_approve_url(comment):

FILE: Django-1.5.1/django/contrib/comments/admin.py
  class UsernameSearch (line 11) | class UsernameSearch(object):
    method __str__ (line 16) | def __str__(self):
  class CommentsAdmin (line 20) | class CommentsAdmin(admin.ModelAdmin):
    method get_actions (line 41) | def get_actions(self, request):
    method flag_comments (line 53) | def flag_comments(self, request, queryset):
    method approve_comments (line 58) | def approve_comments(self, request, queryset):
    method remove_comments (line 63) | def remove_comments(self, request, queryset):
    method _bulk_flag (line 68) | def _bulk_flag(self, request, queryset, action, done_message):

FILE: Django-1.5.1/django/contrib/comments/feeds.py
  class LatestCommentFeed (line 6) | class LatestCommentFeed(Feed):
    method __call__ (line 9) | def __call__(self, request, *args, **kwargs):
    method title (line 13) | def title(self):
    method link (line 16) | def link(self):
    method description (line 19) | def description(self):
    method items (line 22) | def items(self):
    method item_pubdate (line 30) | def item_pubdate(self, item):

FILE: Django-1.5.1/django/contrib/comments/forms.py
  class CommentSecurityForm (line 15) | class CommentSecurityForm(forms.Form):
    method __init__ (line 24) | def __init__(self, target_object, data=None, initial=None):
    method security_errors (line 31) | def security_errors(self):
    method clean_security_hash (line 39) | def clean_security_hash(self):
    method clean_timestamp (line 52) | def clean_timestamp(self):
    method generate_security_data (line 59) | def generate_security_data(self):
    method initial_security_hash (line 70) | def initial_security_hash(self, timestamp):
    method generate_security_hash (line 83) | def generate_security_hash(self, content_type, object_pk, timestamp):
  class CommentDetailsForm (line 92) | class CommentDetailsForm(CommentSecurityForm):
    method get_comment_object (line 102) | def get_comment_object(self):
    method get_comment_model (line 120) | def get_comment_model(self):
    method get_comment_create_data (line 128) | def get_comment_create_data(self):
    method check_for_duplicate_comment (line 147) | def check_for_duplicate_comment(self, new):
    method clean_comment (line 167) | def clean_comment(self):
  class CommentForm (line 184) | class CommentForm(CommentDetailsForm):
    method clean_honeypot (line 189) | def clean_honeypot(self):

FILE: Django-1.5.1/django/contrib/comments/managers.py
  class CommentManager (line 5) | class CommentManager(models.Manager):
    method in_moderation (line 7) | def in_moderation(self):
    method for_model (line 13) | def for_model(self, model):

FILE: Django-1.5.1/django/contrib/comments/models.py
  class BaseCommentAbstractModel (line 15) | class BaseCommentAbstractModel(models.Model):
    class Meta (line 31) | class Meta:
    method get_content_object_url (line 34) | def get_content_object_url(self):
  class Comment (line 45) | class Comment(BaseCommentAbstractModel):
    class Meta (line 75) | class Meta:
    method __str__ (line 82) | def __str__(self):
    method save (line 85) | def save(self, *args, **kwargs):
    method _get_userinfo (line 90) | def _get_userinfo(self):
    method _get_name (line 119) | def _get_name(self):
    method _set_name (line 122) | def _set_name(self, val):
    method _get_email (line 129) | def _get_email(self):
    method _set_email (line 132) | def _set_email(self, val):
    method _get_url (line 139) | def _get_url(self):
    method _set_url (line 142) | def _set_url(self, val):
    method get_absolute_url (line 146) | def get_absolute_url(self, anchor_pattern="#c%(id)s"):
    method get_as_text (line 149) | def get_as_text(self):
  class CommentFlag (line 164) | class CommentFlag(models.Model):
    class Meta (line 187) | class Meta:
    method __str__ (line 193) | def __str__(self):
    method save (line 197) | def save(self, *args, **kwargs):

FILE: Django-1.5.1/django/contrib/comments/moderation.py
  class AlreadyModerated (line 68) | class AlreadyModerated(Exception):
  class NotModerated (line 76) | class NotModerated(Exception):
  class CommentModerator (line 84) | class CommentModerator(object):
    method __init__ (line 174) | def __init__(self, model):
    method _get_delta (line 177) | def _get_delta(self, now, then):
    method allow (line 197) | def allow(self, comment, content_object, request):
    method moderate (line 215) | def moderate(self, comment, content_object, request):
    method email (line 231) | def email(self, comment, content_object, request):
  class Moderator (line 248) | class Moderator(object):
    method __init__ (line 279) | def __init__(self):
    method connect (line 283) | def connect(self):
    method register (line 292) | def register(self, model_or_iterable, moderation_class):
    method unregister (line 308) | def unregister(self, model_or_iterable):
    method pre_save_moderation (line 324) | def pre_save_moderation(self, sender, comment, request, **kwargs):
    method post_save_moderation (line 343) | def post_save_moderation(self, sender, comment, request, **kwargs):

FILE: Django-1.5.1/django/contrib/comments/templatetags/comments.py
  class BaseCommentNode (line 10) | class BaseCommentNode(template.Node):
    method handle_token (line 18) | def handle_token(cls, parser, token):
    method lookup_content_type (line 47) | def lookup_content_type(token, tagname):
    method __init__ (line 56) | def __init__(self, ctype=None, object_pk_expr=None, object_expr=None, ...
    method render (line 66) | def render(self, context):
    method get_query_set (line 71) | def get_query_set(self, context):
    method get_target_ctype_pk (line 94) | def get_target_ctype_pk(self, context):
    method get_context_value_from_queryset (line 104) | def get_context_value_from_queryset(self, context, qs):
  class CommentListNode (line 108) | class CommentListNode(BaseCommentNode):
    method get_context_value_from_queryset (line 110) | def get_context_value_from_queryset(self, context, qs):
  class CommentCountNode (line 113) | class CommentCountNode(BaseCommentNode):
    method get_context_value_from_queryset (line 115) | def get_context_value_from_queryset(self, context, qs):
  class CommentFormNode (line 118) | class CommentFormNode(BaseCommentNode):
    method get_form (line 121) | def get_form(self, context):
    method get_object (line 128) | def get_object(self, context):
    method render (line 139) | def render(self, context):
  class RenderCommentFormNode (line 143) | class RenderCommentFormNode(CommentFormNode):
    method handle_token (line 147) | def handle_token(cls, parser, token):
    method render (line 164) | def render(self, context):
  class RenderCommentListNode (line 179) | class RenderCommentListNode(CommentListNode):
    method handle_token (line 183) | def handle_token(cls, parser, token):
    method render (line 200) | def render(self, context):
  function get_comment_count (line 223) | def get_comment_count(parser, token):
  function get_comment_list (line 244) | def get_comment_list(parser, token):
  function render_comment_list (line 266) | def render_comment_list(parser, token):
  function get_comment_form (line 284) | def get_comment_form(parser, token):
  function render_comment_form (line 296) | def render_comment_form(parser, token):
  function comment_form_target (line 309) | def comment_form_target():
  function get_comment_permalink (line 320) | def get_comment_permalink(comment, anchor_pattern=None):

FILE: Django-1.5.1/django/contrib/comments/views/comments.py
  class CommentPostBadRequest (line 18) | class CommentPostBadRequest(http.HttpResponseBadRequest):
    method __init__ (line 24) | def __init__(self, why):
  function post_comment (line 32) | def post_comment(request, next=None, using=None):

FILE: Django-1.5.1/django/contrib/comments/views/moderation.py
  function flag (line 15) | def flag(request, comment_id, next=None):
  function delete (line 41) | def delete(request, comment_id, next=None):
  function approve (line 69) | def approve(request, comment_id, next=None):
  function perform_flag (line 99) | def perform_flag(request, comment):
  function perform_delete (line 116) | def perform_delete(request, comment):
  function perform_approve (line 133) | def perform_approve(request, comment):

FILE: Django-1.5.1/django/contrib/comments/views/utils.py
  function next_redirect (line 18) | def next_redirect(request, fallback, **get_kwargs):
  function confirmation_view (line 44) | def confirmation_view(template, doc="Display a confirmation view."):

FILE: Django-1.5.1/django/contrib/contenttypes/generic.py
  class GenericForeignKey (line 21) | class GenericForeignKey(object):
    method __init__ (line 27) | def __init__(self, ct_field="content_type", fk_field="object_id"):
    method contribute_to_class (line 31) | def contribute_to_class(self, cls, name):
    method instance_pre_init (line 43) | def instance_pre_init(self, signal, sender, args, kwargs, **_kwargs):
    method get_content_type (line 53) | def get_content_type(self, obj=None, id=None, using=None):
    method get_prefetch_query_set (line 65) | def get_prefetch_query_set(self, instances):
    method is_cached (line 105) | def is_cached(self, instance):
    method __get__ (line 108) | def __get__(self, instance, instance_type=None):
    method __set__ (line 132) | def __set__(self, instance, value):
  class GenericRelation (line 146) | class GenericRelation(RelatedField, Field):
    method __init__ (line 149) | def __init__(self, to, **kwargs):
    method get_choices_default (line 166) | def get_choices_default(self):
    method value_to_string (line 169) | def value_to_string(self, obj):
    method m2m_db_table (line 173) | def m2m_db_table(self):
    method m2m_column_name (line 176) | def m2m_column_name(self):
    method m2m_reverse_name (line 179) | def m2m_reverse_name(self):
    method m2m_target_field_name (line 182) | def m2m_target_field_name(self):
    method m2m_reverse_target_field_name (line 185) | def m2m_reverse_target_field_name(self):
    method contribute_to_class (line 188) | def contribute_to_class(self, cls, name):
    method contribute_to_related_class (line 197) | def contribute_to_related_class(self, cls, related):
    method set_attributes_from_rel (line 200) | def set_attributes_from_rel(self):
    method get_internal_type (line 203) | def get_internal_type(self):
    method db_type (line 206) | def db_type(self, connection):
    method extra_filters (line 211) | def extra_filters(self, pieces, pos, negate):
    method bulk_related_objects (line 224) | def bulk_related_objects(self, objs, using=DEFAULT_DB_ALIAS):
  class ReverseGenericRelatedObjectsDescriptor (line 237) | class ReverseGenericRelatedObjectsDescriptor(object):
    method __init__ (line 246) | def __init__(self, field):
    method __get__ (line 249) | def __get__(self, instance, instance_type=None):
    method __set__ (line 279) | def __set__(self, instance, value):
  function create_generic_related_manager (line 288) | def create_generic_related_manager(superclass):
  class GenericRel (line 370) | class GenericRel(ManyToManyRel):
    method __init__ (line 371) | def __init__(self, to, related_name=None, limit_choices_to=None, symme...
  class BaseGenericInlineFormSet (line 379) | class BaseGenericInlineFormSet(BaseModelFormSet):
    method __init__ (line 384) | def __init__(self, data=None, files=None, instance=None, save_as_new=N...
    method get_default_prefix (line 409) | def get_default_prefix(cls):
    method save_new (line 415) | def save_new(self, form, commit=True):
  function generic_inlineformset_factory (line 425) | def generic_inlineformset_factory(model, form=ModelForm,
  class GenericInlineModelAdmin (line 460) | class GenericInlineModelAdmin(InlineModelAdmin):
    method get_formset (line 465) | def get_formset(self, request, obj=None, **kwargs):
  class GenericStackedInline (line 497) | class GenericStackedInline(GenericInlineModelAdmin):
  class GenericTabularInline (line 500) | class GenericTabularInline(GenericInlineModelAdmin):

FILE: Django-1.5.1/django/contrib/contenttypes/management.py
  function update_contenttypes (line 9) | def update_contenttypes(app, created_models, verbosity=2, db=DEFAULT_DB_...
  function update_all_contenttypes (line 82) | def update_all_contenttypes(verbosity=2, **kwargs):

FILE: Django-1.5.1/django/contrib/contenttypes/models.py
  class ContentTypeManager (line 6) | class ContentTypeManager(models.Manager):
    method get_by_natural_key (line 12) | def get_by_natural_key(self, app_label, model):
    method _get_opts (line 20) | def _get_opts(self, model, for_concrete_model):
    method _get_from_cache (line 27) | def _get_from_cache(self, opts):
    method get_for_model (line 31) | def get_for_model(self, model, for_concrete_model=True):
    method get_for_models (line 53) | def get_for_models(self, *models, **kwargs):
    method get_for_id (line 96) | def get_for_id(self, id):
    method clear_cache (line 110) | def clear_cache(self):
    method _add_to_cache (line 119) | def _add_to_cache(self, using, ct):
  class ContentType (line 127) | class ContentType(models.Model):
    class Meta (line 133) | class Meta:
    method __str__ (line 140) | def __str__(self):
    method model_class (line 154) | def model_class(self):
    method get_object_for_this_type (line 160) | def get_object_for_this_type(self, **kwargs):
    method get_all_objects_for_this_type (line 169) | def get_all_objects_for_this_type(self, **kwargs):
    method natural_key (line 175) | def natural_key(self):

FILE: Django-1.5.1/django/contrib/contenttypes/tests.py
  class ConcreteModel (line 15) | class ConcreteModel(models.Model):
  class ProxyModel (line 18) | class ProxyModel(ConcreteModel):
    class Meta (line 19) | class Meta:
  class FooWithoutUrl (line 23) | class FooWithoutUrl(models.Model):
    method __str__ (line 29) | def __str__(self):
  class FooWithUrl (line 33) | class FooWithUrl(FooWithoutUrl):
    method get_absolute_url (line 39) | def get_absolute_url(self):
  class FooWithBrokenAbsoluteUrl (line 42) | class FooWithBrokenAbsoluteUrl(FooWithoutUrl):
    method get_absolute_url (line 47) | def get_absolute_url(self):
  class ContentTypesTests (line 50) | class ContentTypesTests(TestCase):
    method setUp (line 52) | def setUp(self):
    method tearDown (line 56) | def tearDown(self):
    method test_lookup_cache (line 60) | def test_lookup_cache(self):
    method test_get_for_models_empty_cache (line 96) | def test_get_for_models_empty_cache(self):
    method test_get_for_models_partial_cache (line 105) | def test_get_for_models_partial_cache(self):
    method test_get_for_models_full_cache (line 115) | def test_get_for_models_full_cache(self):
    method test_get_for_concrete_model (line 126) | def test_get_for_concrete_model(self):
    method test_get_for_concrete_models (line 164) | def test_get_for_concrete_models(self):
    method test_shortcut_view (line 208) | def test_shortcut_view(self):
    method test_shortcut_view_without_get_absolute_url (line 233) | def test_shortcut_view_without_get_absolute_url(self):
    method test_shortcut_view_with_broken_get_absolute_url (line 249) | def test_shortcut_view_with_broken_get_absolute_url(self):
    method test_missing_model (line 265) | def test_missing_model(self):

FILE: Django-1.5.1/django/contrib/contenttypes/views.py
  function shortcut (line 9) | def shortcut(request, content_type_id, object_id):

FILE: Django-1.5.1/django/contrib/databrowse/datastructures.py
  class EasyModel (line 17) | class EasyModel(object):
    method __init__ (line 18) | def __init__(self, site, model):
    method __repr__ (line 25) | def __repr__(self):
    method model_databrowse (line 28) | def model_databrowse(self):
    method url (line 32) | def url(self):
    method objects (line 35) | def objects(self, **kwargs):
    method get_query_set (line 38) | def get_query_set(self):
    method object_by_pk (line 43) | def object_by_pk(self, pk):
    method sample_objects (line 46) | def sample_objects(self):
    method field (line 50) | def field(self, name):
    method fields (line 57) | def fields(self):
  class EasyField (line 60) | class EasyField(object):
    method __init__ (line 61) | def __init__(self, easy_model, field):
    method __repr__ (line 64) | def __repr__(self):
    method choices (line 67) | def choices(self):
    method url (line 71) | def url(self):
  class EasyChoice (line 77) | class EasyChoice(object):
    method __init__ (line 78) | def __init__(self, easy_model, field, value, label):
    method __repr__ (line 82) | def __repr__(self):
    method url (line 85) | def url(self):
  class EasyInstance (line 89) | class EasyInstance(object):
    method __init__ (line 90) | def __init__(self, easy_model, instance):
    method __repr__ (line 93) | def __repr__(self):
    method __str__ (line 96) | def __str__(self):
    method pk (line 102) | def pk(self):
    method url (line 105) | def url(self):
    method fields (line 108) | def fields(self):
    method related_objects (line 116) | def related_objects(self):
  class EasyInstanceField (line 132) | class EasyInstanceField(object):
    method __init__ (line 133) | def __init__(self, easy_model, instance, field):
    method __repr__ (line 137) | def __repr__(self):
    method values (line 140) | def values(self):
    method urls (line 171) | def urls(self):
  class EasyQuerySet (line 202) | class EasyQuerySet(QuerySet):
    method iterator (line 207) | def iterator(self, *args, **kwargs):
    method _clone (line 211) | def _clone(self, *args, **kwargs):

FILE: Django-1.5.1/django/contrib/databrowse/plugins/calendars.py
  class DateViewMixin (line 15) | class DateViewMixin(object):
    method get_context_data (line 22) | def get_context_data(self, **kwargs):
  class DayView (line 32) | class DayView(DateViewMixin, dates.DayArchiveView):
  class MonthView (line 36) | class MonthView(DateViewMixin, dates.MonthArchiveView):
  class YearView (line 40) | class YearView(DateViewMixin, dates.YearArchiveView):
  class IndexView (line 44) | class IndexView(DateViewMixin, dates.ArchiveIndexView):
  class CalendarPlugin (line 48) | class CalendarPlugin(DatabrowsePlugin):
    method __init__ (line 49) | def __init__(self, field_names=None):
    method field_dict (line 52) | def field_dict(self, model):
    method model_index_html (line 63) | def model_index_html(self, request, model, site):
    method urls (line 71) | def urls(self, plugin_name, easy_instance_field):
    method model_view (line 81) | def model_view(self, request, model_databrowse, url):
    method homepage_view (line 97) | def homepage_view(self, request):
    method calendar_view (line 107) | def calendar_view(self, request, field, year=None, month=None, day=None):

FILE: Django-1.5.1/django/contrib/databrowse/plugins/fieldchoices.py
  class FieldChoicePlugin (line 14) | class FieldChoicePlugin(DatabrowsePlugin):
    method __init__ (line 15) | def __init__(self, field_filter=None):
    method field_dict (line 21) | def field_dict(self, model):
    method model_index_html (line 32) | def model_index_html(self, request, model, site):
    method urls (line 40) | def urls(self, plugin_name, easy_instance_field):
    method model_view (line 47) | def model_view(self, request, model_databrowse, url):
    method homepage_view (line 64) | def homepage_view(self, request):
    method field_view (line 70) | def field_view(self, request, field, value=None):

FILE: Django-1.5.1/django/contrib/databrowse/plugins/objects.py
  class ObjectDetailPlugin (line 11) | class ObjectDetailPlugin(DatabrowsePlugin):
    method model_view (line 12) | def model_view(self, request, model_databrowse, url):

FILE: Django-1.5.1/django/contrib/databrowse/sites.py
  class AlreadyRegistered (line 9) | class AlreadyRegistered(Exception):
  class NotRegistered (line 12) | class NotRegistered(Exception):
  class DatabrowsePlugin (line 15) | class DatabrowsePlugin(object):
    method urls (line 16) | def urls(self, plugin_name, easy_instance_field):
    method model_index_html (line 26) | def model_index_html(self, request, model, site):
    method model_view (line 32) | def model_view(self, request, model_databrowse, url):
  class ModelDatabrowse (line 38) | class ModelDatabrowse(object):
    method __init__ (line 41) | def __init__(self, model, site):
    method root (line 45) | def root(self, request, url):
    method main_view (line 64) | def main_view(self, request):
  class DatabrowseSite (line 73) | class DatabrowseSite(object):
    method __init__ (line 74) | def __init__(self):
    method register (line 78) | def register(self, *model_list, **options):
    method unregister (line 95) | def unregister(self, *model_list):
    method root (line 106) | def root(self, request, url):
    method index (line 122) | def index(self, request):
    method model_page (line 126) | def model_page(self, request, app_label, model_name, rest_of_url=None):
  class DefaultModelDatabrowse (line 146) | class DefaultModelDatabrowse(ModelDatabrowse):

FILE: Django-1.5.1/django/contrib/databrowse/tests.py
  class SomeModel (line 8) | class SomeModel(models.Model):
    method __str__ (line 11) | def __str__(self):
  class SomeOtherModel (line 16) | class SomeOtherModel(models.Model):
    method __str__ (line 19) | def __str__(self):
  class YetAnotherModel (line 24) | class YetAnotherModel(models.Model):
    method __str__ (line 27) | def __str__(self):
  class DatabrowseTests (line 31) | class DatabrowseTests(TestCase):
    method test_databrowse_register_unregister (line 33) | def test_databrowse_register_unregister(self):

FILE: Django-1.5.1/django/contrib/databrowse/views.py
  function choice_list (line 8) | def choice_list(request, app_label, module_name, field_name, models):
  function choice_detail (line 12) | def choice_detail(request, app_label, module_name, field_name, field_val...

FILE: Django-1.5.1/django/contrib/flatpages/admin.py
  class FlatPageAdmin (line 6) | class FlatPageAdmin(admin.ModelAdmin):

FILE: Django-1.5.1/django/contrib/flatpages/forms.py
  class FlatpageForm (line 6) | class FlatpageForm(forms.ModelForm):
    class Meta (line 13) | class Meta:
    method clean_url (line 16) | def clean_url(self):
    method clean (line 26) | def clean(self):

FILE: Django-1.5.1/django/contrib/flatpages/middleware.py
  class FlatpageFallbackMiddleware (line 5) | class FlatpageFallbackMiddleware(object):
    method process_response (line 6) | def process_response(self, request, response):

FILE: Django-1.5.1/django/contrib/flatpages/models.py
  class FlatPage (line 10) | class FlatPage(models.Model):
    class Meta (line 20) | class Meta:
    method __str__ (line 26) | def __str__(self):
    method get_absolute_url (line 29) | def get_absolute_url(self):

FILE: Django-1.5.1/django/contrib/flatpages/templatetags/flatpages.py
  class FlatpageNode (line 10) | class FlatpageNode(template.Node):
    method __init__ (line 11) | def __init__(self, context_name, starts_with=None, user=None):
    method render (line 22) | def render(self, context):
  function get_flatpages (line 47) | def get_flatpages(parser, token):

FILE: Django-1.5.1/django/contrib/flatpages/tests/csrf.py
  class FlatpageCSRFTests (line 24) | class FlatpageCSRFTests(TestCase):
    method setUp (line 28) | def setUp(self):
    method test_view_flatpage (line 31) | def test_view_flatpage(self):
    method test_view_non_existent_flatpage (line 37) | def test_view_non_existent_flatpage(self):
    method test_view_authenticated_flatpage (line 43) | def test_view_authenticated_flatpage(self):
    method test_fallback_flatpage (line 53) | def test_fallback_flatpage(self):
    method test_fallback_non_existent_flatpage (line 59) | def test_fallback_non_existent_flatpage(self):
    method test_post_view_flatpage (line 64) | def test_post_view_flatpage(self):
    method test_post_fallback_flatpage (line 69) | def test_post_fallback_flatpage(self):
    method test_post_unknown_page (line 74) | def test_post_unknown_page(self):

FILE: Django-1.5.1/django/contrib/flatpages/tests/forms.py
  class FlatpageAdminFormTests (line 11) | class FlatpageAdminFormTests(TestCase):
    method setUp (line 14) | def setUp(self):
    method test_flatpage_admin_form_url_validation (line 21) | def test_flatpage_admin_form_url_validation(self):
    method test_flatpage_requires_leading_slash (line 33) | def test_flatpage_requires_leading_slash(self):
    method test_flatpage_requires_trailing_slash_with_append_slash (line 41) | def test_flatpage_requires_trailing_slash_with_append_slash(self):
    method test_flatpage_doesnt_requires_trailing_slash_without_append_slash (line 49) | def test_flatpage_doesnt_requires_trailing_slash_without_append_slash(...
    method test_flatpage_admin_form_url_uniqueness_validation (line 53) | def test_flatpage_admin_form_url_uniqueness_validation(self):
    method test_flatpage_admin_form_edit (line 67) | def test_flatpage_admin_form_edit(self):
    method test_flatpage_nosites (line 87) | def test_flatpage_nosites(self):

FILE: Django-1.5.1/django/contrib/flatpages/tests/middleware.py
  class FlatpageMiddlewareTests (line 25) | class FlatpageMiddlewareTests(TestCase):
    method test_view_flatpage (line 29) | def test_view_flatpage(self):
    method test_view_non_existent_flatpage (line 35) | def test_view_non_existent_flatpage(self):
    method test_view_authenticated_flatpage (line 41) | def test_view_authenticated_flatpage(self):
    method test_fallback_flatpage (line 51) | def test_fallback_flatpage(self):
    method test_fallback_non_existent_flatpage (line 57) | def test_fallback_non_existent_flatpage(self):
    method test_fallback_authenticated_flatpage (line 63) | def test_fallback_authenticated_flatpage(self):
    method test_fallback_flatpage_special_chars (line 73) | def test_fallback_flatpage_special_chars(self):
  class FlatpageMiddlewareAppendSlashTests (line 105) | class FlatpageMiddlewareAppendSlashTests(TestCase):
    method test_redirect_view_flatpage (line 109) | def test_redirect_view_flatpage(self):
    method test_redirect_view_non_existent_flatpage (line 114) | def test_redirect_view_non_existent_flatpage(self):
    method test_redirect_fallback_flatpage (line 119) | def test_redirect_fallback_flatpage(self):
    method test_redirect_fallback_non_existent_flatpage (line 124) | def test_redirect_fallback_non_existent_flatpage(self):
    method test_redirect_fallback_flatpage_special_chars (line 129) | def test_redirect_fallback_flatpage_special_chars(self):
    method test_redirect_fallback_flatpage_root (line 143) | def test_redirect_fallback_flatpage_root(self):

FILE: Django-1.5.1/django/contrib/flatpages/tests/templatetags.py
  class FlatpageTemplateTagTests (line 24) | class FlatpageTemplateTagTests(TestCase):
    method test_get_flatpages_tag (line 28) | def test_get_flatpages_tag(self):
    method test_get_flatpages_tag_for_anon_user (line 39) | def test_get_flatpages_tag_for_anon_user(self):
    method test_get_flatpages_tag_for_user (line 53) | def test_get_flatpages_tag_for_user(self):
    method test_get_flatpages_with_prefix (line 67) | def test_get_flatpages_with_prefix(self):
    method test_get_flatpages_with_prefix_for_anon_user (line 78) | def test_get_flatpages_with_prefix_for_anon_user(self):
    method test_get_flatpages_with_prefix_for_user (line 92) | def test_get_flatpages_with_prefix_for_user(self):
    method test_get_flatpages_with_variable_prefix (line 106) | def test_get_flatpages_with_variable_prefix(self):
    method test_parsing_errors (line 119) | def test_parsing_errors(self):

FILE: Django-1.5.1/django/contrib/flatpages/tests/views.py
  class FlatpageViewTests (line 25) | class FlatpageViewTests(TestCase):
    method test_view_flatpage (line 29) | def test_view_flatpage(self):
    method test_view_non_existent_flatpage (line 35) | def test_view_non_existent_flatpage(self):
    method test_view_authenticated_flatpage (line 41) | def test_view_authenticated_flatpage(self):
    method test_fallback_flatpage (line 51) | def test_fallback_flatpage(self):
    method test_fallback_non_existent_flatpage (line 56) | def test_fallback_non_existent_flatpage(self):
    method test_view_flatpage_special_chars (line 61) | def test_view_flatpage_special_chars(self):
  class FlatpageViewAppendSlashTests (line 93) | class FlatpageViewAppendSlashTests(TestCase):
    method test_redirect_view_flatpage (line 97) | def test_redirect_view_flatpage(self):
    method test_redirect_view_non_existent_flatpage (line 102) | def test_redirect_view_non_existent_flatpage(self):
    method test_redirect_fallback_flatpage (line 107) | def test_redirect_fallback_flatpage(self):
    method test_redirect_fallback_non_existent_flatpage (line 112) | def test_redirect_fallback_non_existent_flatpage(self):
    method test_redirect_view_flatpage_special_chars (line 117) | def test_redirect_view_flatpage_special_chars(self):

FILE: Django-1.5.1/django/contrib/flatpages/views.py
  function flatpage (line 21) | def flatpage(request, url):
  function render_flatpage (line 49) | def render_flatpage(request, f):

FILE: Django-1.5.1/django/contrib/formtools/preview.py
  class FormPreview (line 13) | class FormPreview(object):
    method __init__ (line 19) | def __init__(self, form):
    method __call__ (line 23) | def __call__(self, request, *args, **kwargs):
    method unused_name (line 32) | def unused_name(self, name):
    method preview_get (line 48) | def preview_get(self, request):
    method preview_post (line 55) | def preview_post(self, request):
    method _check_security_hash (line 67) | def _check_security_hash(self, token, request, form):
    method post_post (line 71) | def post_post(self, request):
    method get_auto_id (line 86) | def get_auto_id(self):
    method get_initial (line 93) | def get_initial(self, request):
    method get_context (line 100) | def get_context(self, request, form):
    method parse_params (line 105) | def parse_params(self, *args, **kwargs):
    method process_preview (line 121) | def process_preview(self, request, form, context):
    method security_hash (line 128) | def security_hash(self, request, form):
    method failed_hash (line 137) | def failed_hash(self, request):
    method done (line 143) | def done(self, request, cleaned_data):

FILE: Django-1.5.1/django/contrib/formtools/tests/__init__.py
  class TestFormPreview (line 26) | class TestFormPreview(preview.FormPreview):
    method get_context (line 27) | def get_context(self, request, form):
    method get_initial (line 32) | def get_initial(self, request):
    method done (line 35) | def done(self, request, cleaned_data):
  class PreviewTests (line 43) | class PreviewTests(TestCase):
    method setUp (line 46) | def setUp(self):
    method test_unused_name (line 54) | def test_unused_name(self):
    method test_form_get (line 60) | def test_form_get(self):
    method test_form_preview (line 76) | def test_form_preview(self):
    method test_form_submit (line 93) | def test_form_submit(self):
    method test_bool_submit (line 113) | def test_bool_submit(self):
    method test_form_submit_good_hash (line 133) | def test_form_submit_good_hash(self):
    method test_form_submit_bad_hash (line 149) | def test_form_submit_bad_hash(self):
  class FormHmacTests (line 166) | class FormHmacTests(unittest.TestCase):
    method test_textfield_hash (line 168) | def test_textfield_hash(self):
    method test_empty_permitted (line 180) | def test_empty_permitted(self):
  class TestWizardClass (line 196) | class TestWizardClass(FormWizard):
    method get_template (line 198) | def get_template(self, step):
    method done (line 201) | def done(self, request, cleaned_data):
  class DummyRequest (line 205) | class DummyRequest(http.HttpRequest):
    method __init__ (line 207) | def __init__(self, POST=None):
  class WizardTests (line 221) | class WizardTests(TestCase):
    method setUp (line 237) | def setUp(self):
    method tearDown (line 243) | def tearDown(self):
    method test_step_starts_at_zero (line 247) | def test_step_starts_at_zero(self):
    method test_step_increments (line 254) | def test_step_increments(self):
    method test_bad_hash (line 261) | def test_bad_hash(self):
    method test_good_hash (line 271) | def test_good_hash(self):
    method test_11726 (line 286) | def test_11726(self):
    method test_14498 (line 327) | def test_14498(self):
    method test_14576 (line 353) | def test_14576(self):
    method test_15075 (line 380) | def test_15075(self):
    method grab_field_data (line 409) | def grab_field_data(self, response):
    method check_wizard_step (line 422) | def check_wizard_step(self, response, step_no):
    method test_9473 (line 438) | def test_9473(self):

FILE: Django-1.5.1/django/contrib/formtools/tests/forms.py
  class Page1 (line 5) | class Page1(forms.Form):
  class Page2 (line 9) | class Page2(forms.Form):
  class Page3 (line 13) | class Page3(forms.Form):
  class ContactWizard (line 16) | class ContactWizard(FormWizard):
    method done (line 17) | def done(self, request, form_list):
  class TestForm (line 20) | class TestForm(forms.Form):
  class HashTestForm (line 26) | class HashTestForm(forms.Form):
  class HashTestBlankForm (line 30) | class HashTestBlankForm(forms.Form):
  class WizardPageOneForm (line 34) | class WizardPageOneForm(forms.Form):
  class WizardPageTwoForm (line 37) | class WizardPageTwoForm(forms.Form):
  class WizardPageTwoAlternativeForm (line 40) | class WizardPageTwoAlternativeForm(forms.Form):
  class WizardPageThreeForm (line 43) | class WizardPageThreeForm(forms.Form):

FILE: Django-1.5.1/django/contrib/formtools/tests/wizard/cookiestorage.py
  class TestCookieStorage (line 14) | class TestCookieStorage(TestStorage, TestCase):
    method get_storage (line 15) | def get_storage(self):
    method test_manipulated_cookie (line 18) | def test_manipulated_cookie(self):
    method test_reset_cookie (line 32) | def test_reset_cookie(self):

FILE: Django-1.5.1/django/contrib/formtools/tests/wizard/forms.py
  class DummyRequest (line 17) | class DummyRequest(http.HttpRequest):
    method __init__ (line 18) | def __init__(self, POST=None):
  function get_request (line 27) | def get_request(*args, **kwargs):
  class Step1 (line 34) | class Step1(forms.Form):
  class Step2 (line 38) | class Step2(forms.Form):
  class Step3 (line 42) | class Step3(forms.Form):
  class CustomKwargsStep1 (line 46) | class CustomKwargsStep1(Step1):
    method __init__ (line 48) | def __init__(self, test=None, *args, **kwargs):
  class TestModel (line 53) | class TestModel(models.Model):
    class Meta (line 56) | class Meta:
  class TestModelForm (line 60) | class TestModelForm(forms.ModelForm):
    class Meta (line 61) | class Meta:
  class TestWizard (line 68) | class TestWizard(WizardView):
    method dispatch (line 71) | def dispatch(self, request, *args, **kwargs):
    method get_form_kwargs (line 75) | def get_form_kwargs(self, step, *args, **kwargs):
  class FormTests (line 81) | class FormTests(TestCase):
    method test_form_init (line 82) | def test_form_init(self):
    method test_first_step (line 94) | def test_first_step(self):
    method test_persistence (line 106) | def test_persistence(self):
    method test_form_condition (line 120) | def test_form_condition(self):
    method test_form_kwargs (line 135) | def test_form_kwargs(self):
    method test_form_prefix (line 146) | def test_form_prefix(self):
    method test_form_initial (line 155) | def test_form_initial(self):
    method test_form_instance (line 165) | def test_form_instance(self):
    method test_formset_instance (line 179) | def test_formset_instance(self):
    method test_done (line 194) | def test_done(self):
    method test_revalidation (line 202) | def test_revalidation(self):
  class SessionFormTests (line 211) | class SessionFormTests(TestCase):
    method test_init (line 212) | def test_init(self):
  class CookieFormTests (line 218) | class CookieFormTests(TestCase):
    method test_init (line 219) | def test_init(self):

FILE: Django-1.5.1/django/contrib/formtools/tests/wizard/loadstorage.py
  class TestLoadStorage (line 9) | class TestLoadStorage(TestCase):
    method test_load_storage (line 10) | def test_load_storage(self):
    method test_missing_module (line 15) | def test_missing_module(self):
    method test_missing_class (line 19) | def test_missing_class(self):

FILE: Django-1.5.1/django/contrib/formtools/tests/wizard/namedwizardtests/forms.py
  class Page1 (line 17) | class Page1(forms.Form):
  class Page2 (line 22) | class Page2(forms.Form):
  class Page3 (line 27) | class Page3(forms.Form):
  class ContactWizard (line 32) | class ContactWizard(NamedUrlWizardView):
    method done (line 35) | def done(self, form_list, **kwargs):
  class SessionContactWizard (line 47) | class SessionContactWizard(ContactWizard):
  class CookieContactWizard (line 50) | class CookieContactWizard(ContactWizard):

FILE: Django-1.5.1/django/contrib/formtools/tests/wizard/namedwizardtests/tests.py
  class NamedWizardTests (line 15) | class NamedWizardTests(object):
    method setUp (line 18) | def setUp(self):
    method test_initial_call (line 22) | def test_initial_call(self):
    method test_initial_call_with_params (line 37) | def test_initial_call_with_params(self):
    method test_form_post_error (line 49) | def test_form_post_error(self):
    method test_form_post_success (line 60) | def test_form_post_success(self):
    method test_form_stepback (line 73) | def test_form_stepback(self):
    method test_form_jump (line 97) | def test_form_jump(self):
    method test_form_finish (line 109) | def test_form_finish(self):
    method test_cleaned_data (line 164) | def test_cleaned_data(self):
    method test_manipulated_data (line 222) | def test_manipulated_data(self):
    method test_form_reset (line 263) | def test_form_reset(self):
  class NamedSessionWizardTests (line 281) | class NamedSessionWizardTests(NamedWizardTests, TestCase):
  class NamedCookieWizardTests (line 313) | class NamedCookieWizardTests(NamedWizardTests, TestCase):
  class NamedFormTests (line 344) | class NamedFormTests(object):
    method test_revalidation (line 347) | def test_revalidation(self):
  class TestNamedUrlSessionWizardView (line 359) | class TestNamedUrlSessionWizardView(NamedUrlSessionWizardView):
    method dispatch (line 361) | def dispatch(self, request, *args, **kwargs):
  class TestNamedUrlCookieWizardView (line 366) | class TestNamedUrlCookieWizardView(NamedUrlCookieWizardView):
    method dispatch (line 368) | def dispatch(self, request, *args, **kwargs):
  class NamedSessionFormTests (line 374) | class NamedSessionFormTests(NamedFormTests, TestCase):
  class NamedCookieFormTests (line 380) | class NamedCookieFormTests(NamedFormTests, TestCase):

FILE: Django-1.5.1/django/contrib/formtools/tests/wizard/namedwizardtests/urls.py
  function get_named_session_wizard (line 5) | def get_named_session_wizard():
  function get_named_cookie_wizard (line 12) | def get_named_cookie_wizard():

FILE: Django-1.5.1/django/contrib/formtools/tests/wizard/sessionstorage.py
  class TestSessionStorage (line 9) | class TestSessionStorage(TestStorage, TestCase):
    method get_storage (line 10) | def get_storage(self):

FILE: Django-1.5.1/django/contrib/formtools/tests/wizard/storage.py
  function get_request (line 10) | def get_request():
  class TestStorage (line 17) | class TestStorage(object):
    method setUp (line 18) | def setUp(self):
    method test_current_step (line 21) | def test_current_step(self):
    method test_step_data (line 38) | def test_step_data(self):
    method test_extra_context (line 59) | def test_extra_context(self):
    method test_extra_context_key_persistence (line 79) | def test_extra_context_key_persistence(self):

FILE: Django-1.5.1/django/contrib/formtools/tests/wizard/wizardtests/forms.py
  class Page1 (line 19) | class Page1(forms.Form):
  class Page2 (line 24) | class Page2(forms.Form):
  class Page3 (line 29) | class Page3(forms.Form):
  class ContactWizard (line 34) | class ContactWizard(WizardView):
    method done (line 37) | def done(self, form_list, **kwargs):
    method get_context_data (line 49) | def get_context_data(self, form, **kwargs):
  class UserForm (line 55) | class UserForm(forms.ModelForm):
    class Meta (line 56) | class Meta:
  class SessionContactWizard (line 62) | class SessionContactWizard(ContactWizard):
  class CookieContactWizard (line 65) | class CookieContactWizard(ContactWizard):

FILE: Django-1.5.1/django/contrib/formtools/tests/wizard/wizardtests/tests.py
  class UserForm (line 15) | class UserForm(forms.ModelForm):
    class Meta (line 16) | class Meta:
  class WizardTests (line 23) | class WizardTests(object):
    method setUp (line 26) | def setUp(self):
    method test_initial_call (line 30) | def test_initial_call(self):
    method test_form_post_error (line 42) | def test_form_post_error(self):
    method test_form_post_success (line 50) | def test_form_post_success(self):
    method test_form_stepback (line 59) | def test_form_stepback(self):
    method test_template_context (line 73) | def test_template_context(self):
    method test_form_finish (line 88) | def test_form_finish(self):
    method test_cleaned_data (line 122) | def test_cleaned_data(self):
    method test_manipulated_data (line 153) | def test_manipulated_data(self):
    method test_form_refresh (line 175) | def test_form_refresh(self):
  class SessionWizardTests (line 208) | class SessionWizardTests(WizardTests, TestCase):
  class CookieWizardTests (line 240) | class CookieWizardTests(WizardTests, TestCase):
  class WizardTestKwargs (line 272) | class WizardTestKwargs(TestCase):
    method setUp (line 303) | def setUp(self):
    method test_template (line 307) | def test_template(self):
  class WizardTestGenericViewInterface (line 315) | class WizardTestGenericViewInterface(TestCase):
    method test_get_context_data_inheritance (line 316) | def test_get_context_data_inheritance(self):
    method test_get_context_data_with_mixin (line 335) | def test_get_context_data_with_mixin(self):
  class WizardFormKwargsOverrideTests (line 364) | class WizardFormKwargsOverrideTests(TestCase):
    method setUp (line 365) | def setUp(self):
    method test_instance_is_maintained (line 374) | def test_instance_is_maintained(self):
    method test_queryset_is_maintained (line 391) | def test_queryset_is_maintained(self):

FILE: Django-1.5.1/django/contrib/formtools/utils.py
  function form_hmac (line 10) | def form_hmac(form):

FILE: Django-1.5.1/django/contrib/formtools/wizard/forms.py
  class ManagementForm (line 3) | class ManagementForm(forms.Form):

FILE: Django-1.5.1/django/contrib/formtools/wizard/legacy.py
  class FormWizard (line 17) | class FormWizard(object):
    method __init__ (line 23) | def __init__(self, form_list, initial=None):
    method __repr__ (line 44) | def __repr__(self):
    method get_form (line 47) | def get_form(self, step, data=None):
    method num_steps (line 54) | def num_steps(self):
    method _check_security_hash (line 61) | def _check_security_hash(self, token, request, form):
    method __call__ (line 66) | def __call__(self, request, *args, **kwargs):
    method render (line 129) | def render(self, form, request, step, context=None):
    method prefix_for_step (line 145) | def prefix_for_step(self, step):
    method render_hash_failure (line 149) | def render_hash_failure(self, request, step):
    method render_revalidation_failure (line 161) | def render_revalidation_failure(self, request, step, form):
    method security_hash (line 170) | def security_hash(self, request, form):
    method get_current_or_first_step (line 179) | def get_current_or_first_step(self, request, *args, **kwargs):
    method parse_params (line 195) | def parse_params(self, request, *args, **kwargs):
    method get_template (line 204) | def get_template(self, step):
    method render_template (line 213) | def render_template(self, request, form, previous_fields, step, contex...
    method process_step (line 245) | def process_step(self, request, form, step):
    method done (line 262) | def done(self, request, form_list):

FILE: Django-1.5.1/django/contrib/formtools/wizard/storage/__init__.py
  function get_storage (line 8) | def get_storage(path, *args, **kwargs):

FILE: Django-1.5.1/django/contrib/formtools/wizard/storage/base.py
  class BaseStorage (line 9) | class BaseStorage(object):
    method __init__ (line 15) | def __init__(self, prefix, request=None, file_storage=None):
    method init_data (line 20) | def init_data(self):
    method reset (line 28) | def reset(self):
    method _get_current_step (line 31) | def _get_current_step(self):
    method _set_current_step (line 34) | def _set_current_step(self, step):
    method _get_extra_data (line 39) | def _get_extra_data(self):
    method _set_extra_data (line 42) | def _set_extra_data(self, extra_data):
    method get_step_data (line 47) | def get_step_data(self, step):
    method set_step_data (line 55) | def set_step_data(self, step, cleaned_data):
    method current_step_data (line 65) | def current_step_data(self):
    method get_step_files (line 68) | def get_step_files(self, step):
    method set_step_files (line 84) | def set_step_files(self, step, files):
    method current_step_files (line 105) | def current_step_files(self):
    method update_response (line 108) | def update_response(self, response):

FILE: Django-1.5.1/django/contrib/formtools/wizard/storage/cookie.py
  class CookieStorage (line 9) | class CookieStorage(storage.BaseStorage):
    method __init__ (line 12) | def __init__(self, *args, **kwargs):
    method load_data (line 18) | def load_data(self):
    method update_response (line 29) | def update_response(self, response):

FILE: Django-1.5.1/django/contrib/formtools/wizard/storage/exceptions.py
  class MissingStorageModule (line 3) | class MissingStorageModule(ImproperlyConfigured):
  class MissingStorageClass (line 6) | class MissingStorageClass(ImproperlyConfigured):
  class NoFileStorageConfigured (line 9) | class NoFileStorageConfigured(ImproperlyConfigured):

FILE: Django-1.5.1/django/contrib/formtools/wizard/storage/session.py
  class SessionStorage (line 4) | class SessionStorage(storage.BaseStorage):
    method __init__ (line 6) | def __init__(self, *args, **kwargs):
    method _get_data (line 11) | def _get_data(self):
    method _set_data (line 15) | def _set_data(self, value):

FILE: Django-1.5.1/django/contrib/formtools/wizard/views.py
  function normalize_name (line 17) | def normalize_name(name):
  class StepsHelper (line 30) | class StepsHelper(object):
    method __init__ (line 32) | def __init__(self, wizard):
    method __dir__ (line 35) | def __dir__(self):
    method __len__ (line 38) | def __len__(self):
    method __repr__ (line 41) | def __repr__(self):
    method all (line 45) | def all(self):
    method count (line 50) | def count(self):
    method current (line 55) | def current(self):
    method first (line 63) | def first(self):
    method last (line 68) | def last(self):
    method next (line 73) | def next(self):
    method prev (line 78) | def prev(self):
    method index (line 83) | def index(self):
    method step0 (line 88) | def step0(self):
    method step1 (line 92) | def step1(self):
  class WizardView (line 96) | class WizardView(TemplateView):
    method __repr__ (line 109) | def __repr__(self):
    method as_view (line 113) | def as_view(cls, *args, **kwargs):
    method get_initkwargs (line 123) | def get_initkwargs(cls, form_list, initial_dict=None,
    method get_prefix (line 185) | def get_prefix(self, *args, **kwargs):
    method get_form_list (line 189) | def get_form_list(self):
    method dispatch (line 212) | def dispatch(self, request, *args, **kwargs):
    method get (line 233) | def get(self, request, *args, **kwargs):
    method post (line 247) | def post(self, *args, **kwargs):
    method render_next_step (line 296) | def render_next_step(self, form, **kwargs):
    method render_done (line 312) | def render_done(self, form, **kwargs):
    method get_form_prefix (line 336) | def get_form_prefix(self, step=None, form=None):
    method get_form_initial (line 349) | def get_form_initial(self, step):
    method get_form_instance (line 357) | def get_form_instance(self, step):
    method get_form_kwargs (line 365) | def get_form_kwargs(self, step=None):
    method get_form (line 372) | def get_form(self, step=None, data=None, files=None):
    method process_step (line 401) | def process_step(self, form):
    method process_step_files (line 408) | def process_step_files(self, form):
    method render_revalidation_failure (line 415) | def render_revalidation_failure(self, step, form, **kwargs):
    method get_form_step_data (line 424) | def get_form_step_data(self, form):
    method get_form_step_files (line 431) | def get_form_step_files(self, form):
    method get_all_cleaned_data (line 438) | def get_all_cleaned_data(self):
    method get_cleaned_data_for_step (line 460) | def get_cleaned_data_for_step(self, step):
    method get_next_step (line 474) | def get_next_step(self, step=None):
    method get_prev_step (line 488) | def get_prev_step(self, step=None):
    method get_step_index (line 502) | def get_step_index(self, step=None):
    method get_context_data (line 511) | def get_context_data(self, form, **kwargs):
    method render (line 544) | def render(self, form=None, **kwargs):
    method done (line 552) | def done(self, form_list, **kwargs):
  class SessionWizardView (line 561) | class SessionWizardView(WizardView):
  class CookieWizardView (line 568) | class CookieWizardView(WizardView):
  class NamedUrlWizardView (line 575) | class NamedUrlWizardView(WizardView):
    method get_initkwargs (line 583) | def get_initkwargs(cls, *args, **kwargs):
    method get_step_url (line 600) | def get_step_url(self, step):
    method get (line 603) | def get(self, *args, **kwargs):
    method post (line 648) | def post(self, *args, **kwargs):
    method get_context_data (line 659) | def get_context_data(self, form, **kwargs):
    method render_next_step (line 668) | def render_next_step(self, form, **kwargs):
    method render_revalidation_failure (line 677) | def render_revalidation_failure(self, failed_step, form, **kwargs):
    method render_done (line 685) | def render_done(self, form, **kwargs):
  class NamedUrlSessionWizardView (line 695) | class NamedUrlSessionWizardView(NamedUrlWizardView):
  class NamedUrlCookieWizardView (line 702) | class NamedUrlCookieWizardView(NamedUrlWizardView):

FILE: Django-1.5.1/django/contrib/gis/admin/options.py
  class GeoModelAdmin (line 6) | class GeoModelAdmin(ModelAdmin):
    method media (line 44) | def media(self):
    method formfield_for_dbfield (line 51) | def formfield_for_dbfield(self, db_field, **kwargs):
    method get_map_widget (line 64) | def get_map_widget(self, db_field):
  class OSMGeoAdmin (line 130) | class OSMGeoAdmin(GeoModelAdmin):

FILE: Django-1.5.1/django/contrib/gis/admin/widgets.py
  class OpenLayersWidget (line 18) | class OpenLayersWidget(Textarea):
    method render (line 22) | def render(self, name, value, attrs=None):
    method map_options (line 83) | def map_options(self):
    method _has_changed (line 121) | def _has_changed(self, initial, data):

FILE: Django-1.5.1/django/contrib/gis/db/backends/adapter.py
  class WKTAdapter (line 1) | class WKTAdapter(object):
    method __init__ (line 6) | def __init__(self, geom):
    method __eq__ (line 10) | def __eq__(self, other):
    method __str__ (line 15) | def __str__(self):
    method prepare_database_save (line 18) | def prepare_database_save(self, unused):

FILE: Django-1.5.1/django/contrib/gis/db/backends/base.py
  class BaseSpatialOperations (line 10) | class BaseSpatialOperations(object):
    method convert_extent (line 83) | def convert_extent(self, box):
    method convert_extent3d (line 86) | def convert_extent3d(self, box):
    method convert_geom (line 89) | def convert_geom(self, geom_val, geom_field):
    method geo_quote_name (line 93) | def geo_quote_name(self, name):
    method geo_db_type (line 97) | def geo_db_type(self, f):
    method get_distance (line 104) | def get_distance(self, f, value, lookup_type):
    method get_geom_placeholder (line 111) | def get_geom_placeholder(self, f, value):
    method get_expression_column (line 120) | def get_expression_column(self, evaluator):
    method spatial_aggregate_sql (line 131) | def spatial_aggregate_sql(self, agg):
    method spatial_lookup_sql (line 134) | def spatial_lookup_sql(self, lvalue, lookup_type, value, field):
    method geometry_columns (line 138) | def geometry_columns(self):
    method spatial_ref_sys (line 141) | def spatial_ref_sys(self):
  class SpatialRefSysMixin (line 145) | class SpatialRefSysMixin(object):
    method srs (line 163) | def srs(self):
    method ellipsoid (line 193) | def ellipsoid(self):
    method name (line 206) | def name(self):
    method spheroid (line 211) | def spheroid(self):
    method datum (line 216) | def datum(self):
    method projected (line 221) | def projected(self):
    method local (line 229) | def local(self):
    method geographic (line 237) | def geographic(self):
    method linear_name (line 245) | def linear_name(self):
    method linear_units (line 256) | def linear_units(self):
    method angular_name (line 267) | def angular_name(self):
    method angular_units (line 278) | def angular_units(self):
    method units (line 289) | def units(self):
    method get_units (line 299) | def get_units(cls, wkt):
    method get_spheroid (line 312) | def get_spheroid(cls, wkt, string=True):
    method __str__ (line 339) | def __str__(self):

FILE: Django-1.5.1/django/contrib/gis/db/backends/mysql/base.py
  class DatabaseWrapper (line 7) | class DatabaseWrapper(MySQLDatabaseWrapper):
    method __init__ (line 9) | def __init__(self, *args, **kwargs):

FILE: Django-1.5.1/django/contrib/gis/db/backends/mysql/compiler.py
  class GeoSQLCompiler (line 6) | class GeoSQLCompiler(BaseGeoSQLCompiler, SQLCompiler):
    method resolve_columns (line 7) | def resolve_columns(self, row, fields=()):
  class SQLInsertCompiler (line 19) | class SQLInsertCompiler(compiler.SQLInsertCompiler, GeoSQLCompiler):
  class SQLDeleteCompiler (line 22) | class SQLDeleteCompiler(compiler.SQLDeleteCompiler, GeoSQLCompiler):
  class SQLUpdateCompiler (line 25) | class SQLUpdateCompiler(compiler.SQLUpdateCompiler, GeoSQLCompiler):
  class SQLAggregateCompiler (line 28) | class SQLAggregateCompiler(compiler.SQLAggregateCompiler, GeoSQLCompiler):
  class SQLDateCompiler (line 31) | class SQLDateCompiler(compiler.SQLDateCompiler, GeoSQLCompiler):

FILE: Django-1.5.1/django/contrib/gis/db/backends/mysql/creation.py
  class MySQLCreation (line 3) | class MySQLCreation(DatabaseCreation):
    method sql_indexes_for_field (line 5) | def sql_indexes_for_field(self, model, f, style):

FILE: Django-1.5.1/django/contrib/gis/db/backends/mysql/introspection.py
  class MySQLIntrospection (line 6) | class MySQLIntrospection(DatabaseIntrospection):
    method get_geometry_type (line 12) | def get_geometry_type(self, table_name, geo_col):

FILE: Django-1.5.1/django/contrib/gis/db/backends/mysql/operations.py
  class MySQLOperations (line 8) | class MySQLOperations(DatabaseOperations, BaseSpatialOperations):
    method geo_db_type (line 37) | def geo_db_type(self, f):
    method get_geom_placeholder (line 40) | def get_geom_placeholder(self, value, srid):
    method spatial_lookup_sql (line 52) | def spatial_lookup_sql(self, lvalue, lookup_type, value, field, qn):

FILE: Django-1.5.1/django/contrib/gis/db/backends/oracle/adapter.py
  class OracleSpatialAdapter (line 4) | class OracleSpatialAdapter(WKTAdapter):

FILE: Django-1.5.1/django/contrib/gis/db/backends/oracle/base.py
  class DatabaseWrapper (line 7) | class DatabaseWrapper(OracleDatabaseWrapper):
    method __init__ (line 8) | def __init__(self, *args, **kwargs):

FILE: Django-1.5.1/django/contrib/gis/db/backends/oracle/compiler.py
  class GeoSQLCompiler (line 6) | class GeoSQLCompiler(BaseGeoSQLCompiler, SQLCompiler):
  class SQLInsertCompiler (line 9) | class SQLInsertCompiler(compiler.SQLInsertCompiler, GeoSQLCompiler):
  class SQLDeleteCompiler (line 12) | class SQLDeleteCompiler(compiler.SQLDeleteCompiler, GeoSQLCompiler):
  class SQLUpdateCompiler (line 15) | class SQLUpdateCompiler(compiler.SQLUpdateCompiler, GeoSQLCompiler):
  class SQLAggregateCompiler (line 18) | class SQLAggregateCompiler(compiler.SQLAggregateCompiler, GeoSQLCompiler):
  class SQLDateCompiler (line 21) | class SQLDateCompiler(compiler.SQLDateCompiler, GeoSQLCompiler):

FILE: Django-1.5.1/django/contrib/gis/db/backends/oracle/creation.py
  class OracleCreation (line 4) | class OracleCreation(DatabaseCreation):
    method sql_indexes_for_field (line 6) | def sql_indexes_for_field(self, model, f, style):

FILE: Django-1.5.1/django/contrib/gis/db/backends/oracle/introspection.py
  class OracleIntrospection (line 4) | class OracleIntrospection(DatabaseIntrospection):
    method get_geometry_type (line 11) | def get_geometry_type(self, table_name, geo_col):

FILE: Django-1.5.1/django/contrib/gis/db/backends/oracle/models.py
  class GeometryColumns (line 15) | class GeometryColumns(models.Model):
    class Meta (line 21) | class Meta:
    method table_name_col (line 26) | def table_name_col(cls):
    method geom_col_name (line 34) | def geom_col_name(cls):
    method __str__ (line 41) | def __str__(self):
  class SpatialRefSys (line 44) | class SpatialRefSys(models.Model, SpatialRefSysMixin):
    class Meta (line 56) | class Meta:
    method wkt (line 61) | def wkt(self):
    method wkt_col (line 65) | def wkt_col(cls):

FILE: Django-1.5.1/django/contrib/gis/db/backends/oracle/operations.py
  class SDOOperation (line 21) | class SDOOperation(SpatialFunction):
    method __init__ (line 25) | def __init__(self, func, **kwargs):
  class SDODistance (line 30) | class SDODistance(SpatialFunction):
    method __init__ (line 35) | def __init__(self, op, tolerance=0.05):
  class SDODWithin (line 40) | class SDODWithin(SpatialFunction):
    method __init__ (line 43) | def __init__(self):
  class SDOGeomRelate (line 46) | class SDOGeomRelate(SpatialFunction):
    method __init__ (line 51) | def __init__(self, mask, tolerance=0.05):
  class SDORelate (line 57) | class SDORelate(SpatialFunction):
    method __init__ (line 63) | def __init__(self, mask):
  class OracleOperations (line 71) | class OracleOperations(DatabaseOperations, BaseSpatialOperations):
    method convert_extent (line 136) | def convert_extent(self, clob):
    method convert_geom (line 158) | def convert_geom(self, clob, geo_field):
    method geo_db_type (line 164) | def geo_db_type(self, f):
    method get_distance (line 172) | def get_distance(self, f, value, lookup_type):
    method get_geom_placeholder (line 197) | def get_geom_placeholder(self, f, value):
    method spatial_lookup_sql (line 223) | def spatial_lookup_sql(self, lvalue, lookup_type, value, field, qn):
    method spatial_aggregate_sql (line 269) | def spatial_aggregate_sql(self, agg):
    method geometry_columns (line 284) | def geometry_columns(self):
    method spatial_ref_sys (line 288) | def spatial_ref_sys(self):
    method modify_insert_params (line 292) | def modify_insert_params(self, placeholders, params):

FILE: Django-1.5.1/django/contrib/gis/db/backends/postgis/adapter.py
  class PostGISAdapter (line 9) | class PostGISAdapter(object):
    method __init__ (line 10) | def __init__(self, geom):
    method __conform__ (line 18) | def __conform__(self, proto):
    method __eq__ (line 25) | def __eq__(self, other):
    method __str__ (line 30) | def __str__(self):
    method prepare (line 33) | def prepare(self, conn):
    method getquoted (line 40) | def getquoted(self):
    method prepare_database_save (line 45) | def prepare_database_save(self, unused):

FILE: Django-1.5.1/django/contrib/gis/db/backends/postgis/base.py
  class DatabaseWrapper (line 7) | class DatabaseWrapper(Psycopg2DatabaseWrapper):
    method __init__ (line 8) | def __init__(self, *args, **kwargs):

FILE: Django-1.5.1/django/contrib/gis/db/backends/postgis/creation.py
  class PostGISCreation (line 7) | class PostGISCreation(DatabaseCreation):
    method template_postgis (line 13) | def template_postgis(self):
    method sql_indexes_for_field (line 21) | def sql_indexes_for_field(self, model, f, style):
    method sql_table_creation_suffix (line 80) | def sql_table_creation_suffix(self):
    method _create_test_db (line 86) | def _create_test_db(self, verbosity, autoclobber):

FILE: Django-1.5.1/django/contrib/gis/db/backends/postgis/introspection.py
  class GeoIntrospectionError (line 4) | class GeoIntrospectionError(Exception):
  class PostGISIntrospection (line 7) | class PostGISIntrospection(DatabaseIntrospection):
    method get_postgis_types (line 12) | def get_postgis_types(self):
    method get_field_type (line 40) | def get_field_type(self, data_type, description):
    method get_geometry_type (line 51) | def get_geometry_type(self, table_name, geo_col):

FILE: Django-1.5.1/django/contrib/gis/db/backends/postgis/models.py
  class GeometryColumns (line 9) | class GeometryColumns(models.Model):
    class Meta (line 22) | class Meta:
    method table_name_col (line 27) | def table_name_col(cls):
    method geom_col_name (line 35) | def geom_col_name(cls):
    method __str__ (line 42) | def __str__(self):
  class SpatialRefSys (line 47) | class SpatialRefSys(models.Model, SpatialRefSysMixin):
    class Meta (line 58) | class Meta:
    method wkt (line 63) | def wkt(self):
    method wkt_col (line 67) | def wkt_col(cls):

FILE: Django-1.5.1/django/contrib/gis/db/backends/postgis/operations.py
  class PostGISOperator (line 16) | class PostGISOperator(SpatialOperation):
    method __init__ (line 18) | def __init__(self, operator):
  class PostGISFunction (line 21) | class PostGISFunction(SpatialFunction):
    method __init__ (line 23) | def __init__(self, prefix, function, **kwargs):
  class PostGISFunctionParam (line 26) | class PostGISFunctionParam(PostGISFunction):
  class PostGISDistance (line 30) | class PostGISDistance(PostGISFunction):
    method __init__ (line 35) | def __init__(self, prefix, operator):
  class PostGISSpheroidDistance (line 39) | class PostGISSpheroidDistance(PostGISFunction):
    method __init__ (line 43) | def __init__(self, prefix, operator):
  class PostGISSphereDistance (line 48) | class PostGISSphereDistance(PostGISDistance):
  class PostGISRelate (line 52) | class PostGISRelate(PostGISFunctionParam):
    method __init__ (line 55) | def __init__(self, prefix, pattern):
  class PostGISOperations (line 61) | class PostGISOperations(DatabaseOperations, BaseSpatialOperations):
    method __init__ (line 72) | def __init__(self, connection):
    method check_aggregate_support (line 273) | def check_aggregate_support(self, aggregate):
    method convert_extent (line 281) | def convert_extent(self, box):
    method convert_extent3d (line 292) | def convert_extent3d(self, box3d):
    method convert_geom (line 303) | def convert_geom(self, hex, geo_field):
    method geo_db_type (line 312) | def geo_db_type(self, f):
    method get_distance (line 339) | def get_distance(self, f, dist_val, lookup_type):
    method get_geom_placeholder (line 381) | def get_geom_placeholder(self, f, value):
    method _get_postgis_func (line 401) | def _get_postgis_func(self, func):
    method postgis_geos_version (line 418) | def postgis_geos_version(self):
    method postgis_lib_version (line 422) | def postgis_lib_version(self):
    method postgis_proj_version (line 426) | def postgis_proj_version(self):
    method postgis_version (line 430) | def postgis_version(self):
    method postgis_full_version (line 434) | def postgis_full_version(self):
    method postgis_version_tuple (line 438) | def postgis_version_tuple(self):
    method proj_version_tuple (line 456) | def proj_version_tuple(self):
    method num_params (line 469) | def num_params(self, lookup_type, num_param):
    method spatial_lookup_sql (line 482) | def spatial_lookup_sql(self, lvalue, lookup_type, value, field, qn):
    method spatial_aggregate_sql (line 567) | def spatial_aggregate_sql(self, agg):
    method geometry_columns (line 582) | def geometry_columns(self):
    method spatial_ref_sys (line 586) | def spatial_ref_sys(self):

FILE: Django-1.5.1/django/contrib/gis/db/backends/spatialite/adapter.py
  class SpatiaLiteAdapter (line 4) | class SpatiaLiteAdapter(WKTAdapter):
    method __conform__ (line 6) | def __conform__(self, protocol):

FILE: Django-1.5.1/django/contrib/gis/db/backends/spatialite/base.py
  class DatabaseWrapper (line 14) | class DatabaseWrapper(SQLiteDatabaseWrapper):
    method __init__ (line 15) | def __init__(self, *args, **kwargs):
    method _cursor (line 39) | def _cursor(self):

FILE: Django-1.5.1/django/contrib/gis/db/backends/spatialite/client.py
  class SpatiaLiteClient (line 3) | class SpatiaLiteClient(DatabaseClient):

FILE: Django-1.5.1/django/contrib/gis/db/backends/spatialite/creation.py
  class SpatiaLiteCreation (line 8) | class SpatiaLiteCreation(DatabaseCreation):
    method create_test_db (line 10) | def create_test_db(self, verbosity=1, autoclobber=False):
    method sql_indexes_for_field (line 70) | def sql_indexes_for_field(self, model, f, style):
    method load_spatialite_sql (line 99) | def load_spatialite_sql(self):
    method spatialite_init_file (line 125) | def spatialite_init_file(self):

FILE: Django-1.5.1/django/contrib/gis/db/backends/spatialite/introspection.py
  class GeoFlexibleFieldLookupDict (line 5) | class GeoFlexibleFieldLookupDict(FlexibleFieldLookupDict):
  class SpatiaLiteIntrospection (line 21) | class SpatiaLiteIntrospection(DatabaseIntrospection):
    method get_geometry_type (line 24) | def get_geometry_type(self, table_name, geo_col):

FILE: Django-1.5.1/django/contrib/gis/db/backends/spatialite/models.py
  class GeometryColumns (line 9) | class GeometryColumns(models.Model):
    class Meta (line 20) | class Meta:
    method table_name_col (line 25) | def table_name_col(cls):
    method geom_col_name (line 33) | def geom_col_name(cls):
    method __str__ (line 40) | def __str__(self):
  class SpatialRefSys (line 45) | class SpatialRefSys(models.Model, SpatialRefSysMixin):
    method wkt (line 56) | def wkt(self):
    class Meta (line 60) | class Meta:

FILE: Django-1.5.1/django/contrib/gis/db/backends/spatialite/operations.py
  class SpatiaLiteOperator (line 14) | class SpatiaLiteOperator(SpatialOperation):
    method __init__ (line 16) | def __init__(self, operator):
  class SpatiaLiteFunction (line 19) | class SpatiaLiteFunction(SpatialFunction):
    method __init__ (line 21) | def __init__(self, function, **kwargs):
  class SpatiaLiteFunctionParam (line 24) | class SpatiaLiteFunctionParam(SpatiaLiteFunction):
  class SpatiaLiteDistance (line 28) | class SpatiaLiteDistance(SpatiaLiteFunction):
    method __init__ (line 33) | def __init__(self, operator):
  class SpatiaLiteRelate (line 37) | class SpatiaLiteRelate(SpatiaLiteFunctionParam):
    method __init__ (line 40) | def __init__(self, pattern):
  function get_dist_ops (line 47) | def get_dist_ops(operator):
  class SpatiaLiteOperations (line 51) | class SpatiaLiteOperations(DatabaseOperations, BaseSpatialOperations):
    method __init__ (line 113) | def __init__(self, connection):
    method confirm_spatial_components_versions (line 121) | def confirm_spatial_components_versions(self):
    method check_aggregate_support (line 152) | def check_aggregate_support(self, aggregate):
    method convert_geom (line 160) | def convert_geom(self, wkt, geo_field):
    method geo_db_type (line 169) | def geo_db_type(self, f):
    method get_distance (line 176) | def get_distance(self, f, value, lookup_type):
    method get_geom_placeholder (line 198) | def get_geom_placeholder(self, f, value):
    method _get_spatialite_func (line 221) | def _get_spatialite_func(self, func):
    method geos_version (line 238) | def geos_version(self):
    method proj4_version (line 242) | def proj4_version(self):
    method spatialite_version (line 246) | def spatialite_version(self):
    method spatialite_version_tuple (line 250) | def spatialite_version_tuple(self):
    method spatial_aggregate_sql (line 282) | def spatial_aggregate_sql(self, agg):
    method spatial_lookup_sql (line 296) | def spatial_lookup_sql(self, lvalue, lookup_type, value, field, qn):
    method geometry_columns (line 352) | def geometry_columns(self):
    method spatial_ref_sys (line 356) | def spatial_ref_sys(self):

FILE: Django-1.5.1/django/contrib/gis/db/backends/util.py
  class SpatialOperation (line 6) | class SpatialOperation(object):
    method __init__ (line 12) | def __init__(self, function='', operator='', result='', **kwargs):
    method as_sql (line 18) | def as_sql(self, geo_col, geometry='%s'):
    method params (line 21) | def params(self, geo_col, geometry):
  class SpatialFunction (line 31) | class SpatialFunction(SpatialOperation):
    method __init__ (line 37) | def __init__(self, func, result='', operator='', **kwargs):

FILE: Django-1.5.1/django/contrib/gis/db/models/aggregates.py
  class Collect (line 4) | class Collect(Aggregate):
  class Extent (line 7) | class Extent(Aggregate):
  class Extent3D (line 10) | class Extent3D(Aggregate):
  class MakeLine (line 13) | class MakeLine(Aggregate):
  class Union (line 16) | class Union(Aggregate):

FILE: Django-1.5.1/django/contrib/gis/db/models/fields.py
  function get_srid_info (line 14) | def get_srid_info(srid, connection):
  class GeometryField (line 42) | class GeometryField(Field):
    method __init__ (line 53) | def __init__(self, verbose_name=None, srid=4326, spatial_index=True, d...
    method _get_srid_info (line 107) | def _get_srid_info(self, connection):
    method spheroid (line 111) | def spheroid(self, connection):
    method units (line 116) | def units(self, connection):
    method units_name (line 121) | def units_name(self, connection):
    method geodetic (line 127) | def geodetic(self, connection):
    method get_distance (line 134) | def get_distance(self, value, lookup_type, connection):
    method get_prep_value (line 142) | def get_prep_value(self, value):
    method get_srid (line 181) | def get_srid(self, geom):
    method contribute_to_class (line 194) | def contribute_to_class(self, cls, name):
    method db_type (line 200) | def db_type(self, connection):
    method formfield (line 203) | def formfield(self, **kwargs):
    method get_db_prep_lookup (line 212) | def get_db_prep_lookup(self, lookup_type, value, connection, prepared=...
    method get_prep_lookup (line 248) | def get_prep_lookup(self, lookup_type, value):
    method get_db_prep_save (line 254) | def get_db_prep_save(self, value, connection):
    method get_placeholder (line 261) | def get_placeholder(self, value, connection):
  class PointField (line 269) | class PointField(GeometryField):
  class LineStringField (line 273) | class LineStringField(GeometryField):
  class PolygonField (line 277) | class PolygonField(GeometryField):
  class MultiPointField (line 281) | class MultiPointField(GeometryField):
  class MultiLineStringField (line 285) | class MultiLineStringField(GeometryField):
  class MultiPolygonField (line 289) | class MultiPolygonField(GeometryField):
  class GeometryCollectionField (line 293) | class GeometryCollectionField(GeometryField):

FILE: Django-1.5.1/django/contrib/gis/db/models/manager.py
  class GeoManager (line 4) | class GeoManager(Manager):
    method get_query_set (line 12) | def get_query_set(self):
    method area (line 15) | def area(self, *args, **kwargs):
    method centroid (line 18) | def centroid(self, *args, **kwargs):
    method collect (line 21) | def collect(self, *args, **kwargs):
    method difference (line 24) | def difference(self, *args, **kwargs):
    method distance (line 27) | def distance(self, *args, **kwargs):
    method envelope (line 30) | def envelope(self, *args, **kwargs):
    method extent (line 33) | def extent(self, *args, **kwargs):
    method extent3d (line 36) | def extent3d(self, *args, **kwargs):
    method force_rhr (line 39) | def force_rhr(self, *args, **kwargs):
    method geohash (line 42) | def geohash(self, *args, **kwargs):
    method geojson (line 45) | def geojson(self, *args, **kwargs):
    method gml (line 48) | def gml(self, *args, **kwargs):
    method intersection (line 51) | def intersection(self, *args, **kwargs):
    method kml (line 54) | def kml(self, *args, **kwargs):
    method length (line 57) | def length(self, *args, **kwargs):
    method make_line (line 60) | def make_line(self, *args, **kwargs):
    method mem_size (line 63) | def mem_size(self, *args, **kwargs):
    method num_geom (line 66) | def num_geom(self, *args, **kwargs):
    method num_points (line 69) | def num_points(self, *args, **kwargs):
    method perimeter (line 72) | def perimeter(self, *args, **kwargs):
    method point_on_surface (line 75) | def point_on_surface(self, *args, **kwargs):
    method reverse_geom (line 78) | def reverse_geom(self, *args, **kwargs):
    method scale (line 81) | def scale(self, *args, **kwargs):
    method snap_to_grid (line 84) | def snap_to_grid(self, *args, **kwargs):
    method svg (line 87) | def svg(self, *args, **kwargs):
    method sym_difference (line 90) | def sym_difference(self, *args, **kwargs):
    method transform (line 93) | def transform(self, *args, **kwargs):
    method translate (line 96) | def translate(self, *args, **kwargs):
    method union (line 99) | def union(self, *args, **kwargs):
    method unionagg (line 102) | def unionagg(self, *args, **kwargs):

FILE: Django-1.5.1/django/contrib/gis/db/models/proxy.py
  class GeometryProxy (line 11) | class GeometryProxy(object):
    method __init__ (line 12) | def __init__(self, klass, field):
    method __get__ (line 20) | def __get__(self, obj, type=None):
    method __set__ (line 44) | def __set__(self, obj, value):

FILE: Django-1.5.1/django/contrib/gis/db/models/query.py
  class GeoQuerySet (line 14) | class GeoQuerySet(QuerySet):
    method __init__ (line 18) | def __init__(self, model=None, query=None, using=None):
    method values (line 22) | def values(self, *fields):
    method values_list (line 25) | def values_list(self, *fields, **kwargs):
    method area (line 36) | def area(self, tolerance=0.05, **kwargs):
    method centroid (line 66) | def centroid(self, **kwargs):
    method collect (line 73) | def collect(self, **kwargs):
    method difference (line 81) | def difference(self, geom, **kwargs):
    method distance (line 88) | def distance(self, geom, **kwargs):
    method envelope (line 106) | def envelope(self, **kwargs):
    method extent (line 114) | def extent(self, **kwargs):
    method extent3d (line 121) | def extent3d(self, **kwargs):
    method force_rhr (line 129) | def force_rhr(self, **kwargs):
    method geojson (line 138) | def geojson(self, precision=8, crs=False, bbox=False, **kwargs):
    method geohash (line 173) | def geohash(self, precision=20, **kwargs):
    method gml (line 187) | def gml(self, precision=8, version=2, **kwargs):
    method intersection (line 205) | def intersection(self, geom, **kwargs):
    method kml (line 213) | def kml(self, **kwargs):
    method length (line 224) | def length(self, **kwargs):
    method make_line (line 231) | def make_line(self, **kwargs):
    method mem_size (line 239) | def mem_size(self, **kwargs):
    method num_geom (line 246) | def num_geom(self, **kwargs):
    method num_points (line 255) | def num_points(self, **kwargs):
    method perimeter (line 263) | def perimeter(self, **kwargs):
    method point_on_surface (line 270) | def point_on_surface(self, **kwargs):
    method reverse_geom (line 278) | def reverse_geom(self, **kwargs):
    method scale (line 289) | def scale(self, x, y, z=0.0, **kwargs):
    method snap_to_grid (line 308) | def snap_to_grid(self, *args, **kwargs):
    method svg (line 344) | def svg(self, relative=False, precision=8, **kwargs):
    method sym_difference (line 367) | def sym_difference(self, geom, **kwargs):
    method translate (line 374) | def translate(self, x, y, z=0.0, **kwargs):
    method transform (line 393) | def transform(self, srid=4326, **kwargs):
    method union (line 421) | def union(self, geom, **kwargs):
    method unionagg (line 428) | def unionagg(self, **kwargs):
    method _spatial_setup (line 437) | def _spatial_setup(self, att, desc=None, field_name=None, geo_field_ty...
    method _spatial_aggregate (line 469) | def _spatial_aggregate(self, aggregate, field_name=None,
    method _spatial_attribute (line 497) | def _spatial_attribute(self, att, settings, field_name=None, model_att...
    method _distance_attribute (line 576) | def _distance_attribute(self, func, geom=None, tolerance=0.05, spheroi...
    method _geom_attribute (line 721) | def _geom_attribute(self, func, tolerance=0.05, **kwargs):
    method _geomset_attribute (line 732) | def _geomset_attribute(self, func, geom, tolerance=0.05, **kwargs):
    method _geocol_select (line 749) | def _geocol_select(self, geo_field, field_name):
  class GeoValuesQuerySet (line 773) | class GeoValuesQuerySet(ValuesQuerySet):
    method __init__ (line 774) | def __init__(self, *args, **kwargs):
  class GeoValuesListQuerySet (line 781) | class GeoValuesListQuerySet(GeoValuesQuerySet, ValuesListQuerySet):

FILE: Django-1.5.1/django/contrib/gis/db/models/sql/aggregates.py
  class GeoAggregate (line 4) | class GeoAggregate(Aggregate):
    method __init__ (line 14) | def __init__(self, col, source=None, is_summary=False, tolerance=0.05,...
    method as_sql (line 24) | def as_sql(self, qn, connection):
  class Collect (line 47) | class Collect(GeoAggregate):
  class Extent (line 50) | class Extent(GeoAggregate):
  class Extent3D (line 53) | class Extent3D(GeoAggregate):
  class MakeLine (line 56) | class MakeLine(GeoAggregate):
  class Union (line 59) | class Union(GeoAggregate):

FILE: Django-1.5.1/django/contrib/gis/db/models/sql/compiler.py
  class GeoSQLCompiler (line 15) | class GeoSQLCompiler(compiler.SQLCompiler):
    method get_columns (line 17) | def get_columns(self, with_aliases=False):
    method get_default_columns (line 103) | def get_default_columns(self, with_aliases=False, col_aliases=None,
    method resolve_columns (line 171) | def resolve_columns(self, row, fields=()):
    method get_extra_select_format (line 204) | def get_extra_select_format(self, alias):
    method get_field_select (line 210) | def get_field_select(self, field, alias=None, column=None):
    method get_select_format (line 226) | def get_select_format(self, fld):
    method _field_column (line 253) | def _field_column(self, field, table_alias=None, column=None):
  class SQLInsertCompiler (line 266) | class SQLInsertCompiler(compiler.SQLInsertCompiler, GeoSQLCompiler):
  class SQLDeleteCompiler (line 269) | class SQLDeleteCompiler(compiler.SQLDeleteCompiler, GeoSQLCompiler):
  class SQLUpdateCompiler (line 272) | class SQLUpdateCompiler(compiler.SQLUpdateCompiler, GeoSQLCompiler):
  class SQLAggregateCompiler (line 275) | class SQLAggregateCompiler(compiler.SQLAggregateCompiler, GeoSQLCompiler):
  class SQLDateCompiler (line 278) | class SQLDateCompiler(compiler.SQLDateCompiler, GeoSQLCompiler):
    method results_iter (line 284) | def results_iter(self):

FILE: Django-1.5.1/django/contrib/gis/db/models/sql/conversion.py
  class BaseField (line 6) | class BaseField(object):
    method get_internal_type (line 8) | def get_internal_type(self):
  class AreaField (line 12) | class AreaField(BaseField):
    method __init__ (line 14) | def __init__(self, area_att):
  class DistanceField (line 17) | class DistanceField(BaseField):
    method __init__ (line 19) | def __init__(self, distance_att):
  class GeomField (line 22) | class GeomField(BaseField):

FILE: Django-1.5.1/django/contrib/gis/db/models/sql/query.py
  class GeoQuery (line 24) | class GeoQuery(sql.Query):
    method __init__ (line 35) | def __init__(self, model, where=GeoWhereNode):
    method clone (line 44) | def clone(self, *args, **kwargs):
    method convert_values (line 53) | def convert_values(self, value, field, connection):
    method get_aggregation (line 79) | def get_aggregation(self, using):
    method resolve_aggregate (line 89) | def resolve_aggregate(self, value, aggregate, connection):
    method _geo_field (line 106) | def _geo_field(self, field_name=None):

FILE: Django-1.5.1/django/contrib/gis/db/models/sql/where.py
  class GeoConstraint (line 7) | class GeoConstraint(Constraint):
    method __init__ (line 12) | def __init__(self, init_constraint):
    method process (line 17) | def process(self, lookup_type, value, connection):
  class GeoWhereNode (line 30) | class GeoWhereNode(WhereNode):
    method add (line 35) | def add(self, data, connector):
    method make_atom (line 43) | def make_atom(self, child, qn, connection):
    method _check_geo_field (line 53) | def _check_geo_field(cls, opts, lookup):

FILE: Django-1.5.1/django/contrib/gis/feeds.py
  class GeoFeedMixin (line 6) | class GeoFeedMixin(object):
    method georss_coords (line 12) | def georss_coords(self, coords):
    method add_georss_point (line 20) | def add_georss_point(self, handler, coords, w3c_geo=False):
    method add_georss_element (line 33) | def add_georss_element(self, handler, item, w3c_geo=False):
  class GeoRSSFeed (line 81) | class GeoRSSFeed(Rss201rev2Feed, GeoFeedMixin):
    method rss_attributes (line 82) | def rss_attributes(self):
    method add_item_elements (line 87) | def add_item_elements(self, handler, item):
    method add_root_elements (line 91) | def add_root_elements(self, handler):
  class GeoAtom1Feed (line 95) | class GeoAtom1Feed(Atom1Feed, GeoFeedMixin):
    method root_attributes (line 96) | def root_attributes(self):
    method add_item_elements (line 101) | def add_item_elements(self, handler, item):
    method add_root_elements (line 105) | def add_root_elements(self, handler):
  class W3CGeoFeed (line 109) | class W3CGeoFeed(Rss201rev2Feed, GeoFeedMixin):
    method rss_attributes (line 110) | def rss_attributes(self):
    method add_item_elements (line 115) | def add_item_elements(self, handler, item):
    method add_root_elements (line 119) | def add_root_elements(self, handler):
  class Feed (line 124) | class Feed(BaseFeed):
    method feed_extra_kwargs (line 133) | def feed_extra_kwargs(self, obj):
    method item_extra_kwargs (line 136) | def item_extra_kwargs(self, item):

FILE: Django-1.5.1/django/contrib/gis/forms/fields.py
  class GeometryField (line 10) | class GeometryField(forms.Field):
    method __init__ (line 26) | def __init__(self, **kwargs):
    method to_python (line 34) | def to_python(self, value):
    method clean (line 43) | def clean(self, value):

FILE: Django-1.5.1/django/contrib/gis/gdal/base.py
  class GDALBase (line 6) | class GDALBase(object):
    method _get_ptr (line 18) | def _get_ptr(self):
    method _set_ptr (line 25) | def _set_ptr(self, ptr):

FILE: Django-1.5.1/django/contrib/gis/gdal/datasource.py
  class DataSource (line 56) | class DataSource(GDALBase):
    method __init__ (line 60) | def __init__(self, ds_input, ds_driver=False, write=False, encoding='u...
    method __del__ (line 96) | def __del__(self):
    method __iter__ (line 100) | def __iter__(self):
    method __getitem__ (line 105) | def __getitem__(self, index):
    method __len__ (line 118) | def __len__(self):
    method __str__ (line 122) | def __str__(self):
    method layer_count (line 127) | def layer_count(self):
    method name (line 132) | def name(self):

FILE: Django-1.5.1/django/contrib/gis/gdal/driver.py
  class Driver (line 14) | class Driver(GDALBase):
    method __init__ (line 25) | def __init__(self, dr_input):
    method __str__ (line 54) | def __str__(self):
    method _register (line 58) | def _register(self):
    method driver_count (line 66) | def driver_count(self):

FILE: Django-1.5.1/django/contrib/gis/gdal/envelope.py
  class OGREnvelope (line 19) | class OGREnvelope(Structure):
  class Envelope (line 27) | class Envelope(object):
    method __init__ (line 34) | def __init__(self, *args):
    method __eq__ (line 65) | def __eq__(self, other):
    method __str__ (line 79) | def __str__(self):
    method _from_sequence (line 83) | def _from_sequence(self, seq):
    method expand_to_include (line 91) | def expand_to_include(self, *args):
    method min_x (line 134) | def min_x(self):
    method min_y (line 139) | def min_y(self):
    method max_x (line 144) | def max_x(self):
    method max_y (line 149) | def max_y(self):
    method ur (line 154) | def ur(self):
    method ll (line 159) | def ll(self):
    method tuple (line 164) | def tuple(self):
    method wkt (line 169) | def wkt(self):

FILE: Django-1.5.1/django/contrib/gis/gdal/error.py
  class GDALException (line 7) | class GDALException(Exception): pass
  class OGRException (line 8) | class OGRException(Exception): pass
  class SRSException (line 9) | class SRSException(Exception): pass
  class OGRIndexError (line 10) | class OGRIndexError(OGRException, KeyError):
  function check_err (line 33) | def check_err(code):

FILE: Django-1.5.1/django/contrib/gis/gdal/feature.py
  class Feature (line 18) | class Feature(GDALBase):
    method __init__ (line 25) | def __init__(self, feat, layer):
    method __del__ (line 34) | def __del__(self):
    method __getitem__ (line 38) | def __getitem__(self, index):
    method __iter__ (line 53) | def __iter__(self):
    method __len__ (line 58) | def __len__(self):
    method __str__ (line 62) | def __str__(self):
    method __eq__ (line 66) | def __eq__(self, other):
    method encoding (line 72) | def encoding(self):
    method fid (line 76) | def fid(self):
    method layer_name (line 81) | def layer_name(self):
    method num_fields (line 87) | def num_fields(self):
    method fields (line 92) | def fields(self):
    method geom (line 98) | def geom(self):
    method geom_type (line 105) | def geom_type(self):
    method get (line 110) | def get(self, field):
    method index (line 119) | def index(self, field_name):

FILE: Django-1.5.1/django/contrib/gis/gdal/field.py
  class Field (line 13) | class Field(GDALBase):
    method __init__ (line 20) | def __init__(self, feat, index):
    method __str__ (line 43) | def __str__(self):
    method as_double (line 48) | def as_double(self):
    method as_int (line 52) | def as_int(self):
    method as_string (line 56) | def as_string(self):
    method as_datetime (line 61) | def as_datetime(self):
    method name (line 74) | def name(self):
    method precision (line 80) | def precision(self):
    method type (line 85) | def type(self):
    method type_name (line 90) | def type_name(self):
    method value (line 95) | def value(self):
    method width (line 101) | def width(self):
  class OFTInteger (line 106) | class OFTInteger(Field):
    method value (line 110) | def value(self):
    method type (line 120) | def type(self):
  class OFTReal (line 128) | class OFTReal(Field):
    method value (line 130) | def value(self):
  class OFTString (line 135) | class OFTString(Field): pass
  class OFTWideString (line 136) | class OFTWideString(Field): pass
  class OFTBinary (line 137) | class OFTBinary(Field): pass
  class OFTDate (line 140) | class OFTDate(Field):
    method value (line 142) | def value(self):
  class OFTDateTime (line 150) | class OFTDateTime(Field):
    method value (line 152) | def value(self):
  class OFTTime (line 164) | class OFTTime(Field):
    method value (line 166) | def value(self):
  class OFTIntegerList (line 175) | class OFTIntegerList(Field): pass
  class OFTRealList (line 176) | class OFTRealList(Field): pass
  class OFTStringList (line 177) | class OFTStringList(Field): pass
  class OFTWideStringList (line 178) | class OFTWideStringList(Field): pass

FILE: Django-1.5.1/django/contrib/gis/gdal/geometries.py
  class OGRGeometry (line 71) | class OGRGeometry(GDALBase):
    method __init__ (line 74) | def __init__(self, geom_input, srs=None):
    method __del__ (line 130) | def __del__(self):
    method __getstate__ (line 135) | def __getstate__(self):
    method __setstate__ (line 143) | def __setstate__(self, state):
    method from_bbox (line 151) | def from_bbox(cls, bbox):
    method __or__ (line 159) | def __or__(self, other):
    method __and__ (line 164) | def __and__(self, other):
    method __sub__ (line 169) | def __sub__(self, other):
    method __xor__ (line 174) | def __xor__(self, other):
    method __eq__ (line 178) | def __eq__(self, other):
    method __ne__ (line 185) | def __ne__(self, other):
    method __str__ (line 189) | def __str__(self):
    method dimension (line 195) | def dimension(self):
    method _get_coord_dim (line 199) | def _get_coord_dim(self):
    method _set_coord_dim (line 211) | def _set_coord_dim(self, dim):
    method geom_count (line 220) | def geom_count(self):
    method point_count (line 225) | def point_count(self):
    method num_points (line 230) | def num_points(self):
    method num_coords (line 235) | def num_coords(self):
    method geom_type (line 240) | def geom_type(self):
    method geom_name (line 245) | def geom_name(self):
    method area (line 250) | def area(self):
    method envelope (line 255) | def envelope(self):
    method extent (line 261) | def extent(self):
    method _get_srs (line 268) | def _get_srs(self):
    method _set_srs (line 276) | def _set_srs(self, srs):
    method _get_srid (line 294) | def _get_srid(self):
    method _set_srid (line 299) | def _set_srid(self, srid):
    method geos (line 309) | def geos(self):
    method gml (line 315) | def gml(self):
    method hex (line 320) | def hex(self):
    method json (line 325) | def json(self):
    method kml (line 333) | def kml(self):
    method wkb_size (line 338) | def wkb_size(self):
    method wkb (line 343) | def wkb(self):
    method wkt (line 357) | def wkt(self):
    method ewkt (line 362) | def ewkt(self):
    method clone (line 371) | def clone(self):
    method close_rings (line 375) | def close_rings(self):
    method transform (line 384) | def transform(self, coord_trans, clone=False):
    method transform_to (line 433) | def transform_to(self, srs):
    method _topology (line 438) | def _topology(self, func, other):
    method intersects (line 448) | def intersects(self, other):
    method equals (line 452) | def equals(self, other):
    method disjoint (line 456) | def disjoint(self, other):
    method touches (line 460) | def touches(self, other):
    method crosses (line 464) | def crosses(self, other):
    method within (line 468) | def within(self, other):
    method contains (line 472) | def contains(self, other):
    method overlaps (line 476) | def overlaps(self, other):
    method _geomgen (line 481) | def _geomgen(self, gen_func, other=None):
    method boundary (line 489) | def boundary(self):
    method convex_hull (line 494) | def convex_hull(self):
    method difference (line 501) | def difference(self, other):
    method intersection (line 508) | def intersection(self, other):
    method sym_difference (line 515) | def sym_difference(self, other):
    method union (line 522) | def union(self, other):
  class Point (line 530) | class Point(OGRGeometry):
    method x (line 533) | def x(self):
    method y (line 538) | def y(self):
    method z (line 543) | def z(self):
    method tuple (line 549) | def tuple(self):
  class LineString (line 557) | class LineString(OGRGeometry):
    method __getitem__ (line 559) | def __getitem__(self, index):
    method __iter__ (line 574) | def __iter__(self):
    method __len__ (line 579) | def __len__(self):
    method tuple (line 584) | def tuple(self):
    method _listarr (line 589) | def _listarr(self, func):
    method x (line 597) | def x(self):
    method y (line 602) | def y(self):
    method z (line 607) | def z(self):
  class LinearRing (line 613) | class LinearRing(LineString): pass
  class Polygon (line 615) | class Polygon(OGRGeometry):
    method __len__ (line 617) | def __len__(self):
    method __iter__ (line 621) | def __iter__(self):
    method __getitem__ (line 626) | def __getitem__(self, index):
    method shell (line 635) | def shell(self):
    method tuple (line 641) | def tuple(self):
    method point_count (line 647) | def point_count(self):
    method centroid (line 653) | def centroid(self):
  class GeometryCollection (line 661) | class GeometryCollection(OGRGeometry):
    method __getitem__ (line 664) | def __getitem__(self, index):
    method __iter__ (line 671) | def __iter__(self):
    method __len__ (line 676) | def __len__(self):
    method add (line 680) | def add(self, geom):
    method point_count (line 694) | def point_count(self):
    method tuple (line 700) | def tuple(self):
  class MultiPoint (line 706) | class MultiPoint(GeometryCollection): pass
  class MultiLineString (line 707) | class MultiLineString(GeometryCollection): pass
  class MultiPolygon (line 708) | class MultiPolygon(GeometryCollection): pass

FILE: Django-1.5.1/django/contrib/gis/gdal/geomtype.py
  class OGRGeomType (line 6) | class OGRGeomType(object):
    method __init__ (line 33) | def __init__(self, type_input):
    method __str__ (line 53) | def __str__(self):
    method __eq__ (line 57) | def __eq__(self, other):
    method __ne__ (line 71) | def __ne__(self, other):
    method name (line 75) | def name(self):
    method django (line 80) | def django(self):

FILE: Django-1.5.1/django/contrib/gis/gdal/layer.py
  class Layer (line 25) | class Layer(GDALBase):
    method __init__ (line 29) | def __init__(self, layer_ptr, ds):
    method __getitem__ (line 44) | def __getitem__(self, index):
    method __iter__ (line 59) | def __iter__(self):
    method __len__ (line 66) | def __len__(self):
    method __str__ (line 70) | def __str__(self):
    method _make_feature (line 74) | def _make_feature(self, feat_id):
    method extent (line 97) | def extent(self):
    method name (line 104) | def name(self):
    method num_feat (line 110) | def num_feat(self, force=1):
    method num_fields (line 115) | def num_fields(self):
    method geom_type (line 120) | def geom_type(self):
    method srs (line 125) | def srs(self):
    method fields (line 134) | def fields(self):
    method field_types (line 144) | def field_types(self):
    method field_widths (line 155) | def field_widths(self):
    method field_precisions (line 161) | def field_precisions(self):
    method _get_spatial_filter (line 166) | def _get_spatial_filter(self):
    method _set_spatial_filter (line 172) | def _set_spatial_filter(self, filter):
    method get_fields (line 190) | def get_fields(self, field_name):
    method get_geoms (line 199) | def get_geoms(self, geos=False):
    method test_capability (line 210) | def test_capability(self, capability):

FILE: Django-1.5.1/django/contrib/gis/gdal/libgdal.py
  function std_call (line 57) | def std_call(func):
  function gdal_version (line 74) | def gdal_version():
  function gdal_full_version (line 78) | def gdal_full_version():
  function gdal_version_info (line 83) | def gdal_version_info():
  function err_handler (line 98) | def err_handler(error_class, error_number, message):
  function function (line 102) | def function(name, args, restype):

FILE: Django-1.5.1/django/contrib/gis/gdal/prototypes/errcheck.py
  function arg_byref (line 12) | def arg_byref(args, offset=-1):
  function ptr_byref (line 16) | def ptr_byref(args, offset=-1):
  function check_bool (line 20) | def check_bool(result, func, cargs):
  function check_const_string (line 26) | def check_const_string(result, func, cargs, offset=None):
  function check_string (line 37) | def check_string(result, func, cargs, offset=-1, str_result=False):
  function check_envelope (line 65) | def check_envelope(result, func, cargs, offset=-1):
  function check_geom (line 71) | def check_geom(result, func, cargs):
  function check_geom_offset (line 81) | def check_geom_offset(result, func, cargs, offset=-1):
  function check_srs (line 88) | def check_srs(result, func, cargs):
  function check_arg_errcode (line 96) | def check_arg_errcode(result, func, cargs):
  function check_errcode (line 104) | def check_errcode(result, func, cargs):
  function check_pointer (line 111) | def check_pointer(result, func, cargs):
  function check_str_arg (line 120) | def check_str_arg(result, func, cargs):

FILE: Django-1.5.1/django/contrib/gis/gdal/prototypes/generation.py
  class gdal_char_p (line 11) | class gdal_char_p(c_char_p):
  function double_output (line 14) | def double_output(func, argtypes, errcheck=False, strarg=False):
  function geom_output (line 22) | def geom_output(func, argtypes, offset=None):
  function int_output (line 43) | def int_output(func, argtypes):
  function srs_output (line 49) | def srs_output(func, argtypes):
  function const_string_output (line 60) | def const_string_output(func, argtypes, offset=None, decoding=None):
  function string_output (line 76) | def string_output(func, argtypes, offset=-1, str_result=False, decoding=...
  function void_output (line 104) | def void_output(func, argtypes, errcheck=True):
  function voidptr_output (line 120) | def voidptr_output(func, argtypes):

FILE: Django-1.5.1/django/contrib/gis/gdal/prototypes/geom.py
  function env_func (line 9) | def env_func(f, argtypes):
  function pnt_func (line 16) | def pnt_func(f):
  function topology_func (line 20) | def topology_func(f):

FILE: Django-1.5.1/django/contrib/gis/gdal/prototypes/srs.py
  function srs_double (line 7) | def srs_double(f):
  function units_func (line 14) | def units_func(f):

FILE: Django-1.5.1/django/contrib/gis/gdal/srs.py
  class SpatialReference (line 41) | class SpatialReference(GDALBase):
    method __init__ (line 49) | def __init__(self, srs_input=''):
    method __del__ (line 98) | def __del__(self):
    method __getitem__ (line 102) | def __getitem__(self, target):
    method __str__ (line 130) | def __str__(self):
    method attr_value (line 135) | def attr_value(self, target, index=0):
    method auth_name (line 144) | def auth_name(self, target):
    method auth_code (line 148) | def auth_code(self, target):
    method clone (line 152) | def clone(self):
    method from_esri (line 156) | def from_esri(self):
    method identify_epsg (line 160) | def identify_epsg(self):
    method to_esri (line 167) | def to_esri(self):
    method validate (line 171) | def validate(self):
    method name (line 177) | def name(self):
    method srid (line 185) | def srid(self):
    method linear_name (line 194) | def linear_name(self):
    method linear_units (line 200) | def linear_units(self):
    method angular_name (line 206) | def angular_name(self):
    method angular_units (line 212) | def angular_units(self):
    method units (line 218) | def units(self):
    method ellipsoid (line 235) | def ellipsoid(self):
    method semi_major (line 243) | def semi_major(self):
    method semi_minor (line 248) | def semi_minor(self):
    method inverse_flattening (line 253) | def inverse_flattening(self):
    method geographic (line 259) | def geographic(self):
    method local (line 267) | def local(self):
    method projected (line 272) | def projected(self):
    method import_epsg (line 280) | def import_epsg(self, epsg):
    method import_proj (line 284) | def import_proj(self, proj):
    method import_user_input (line 288) | def import_user_input(self, user_input):
    method import_wkt (line 292) | def import_wkt(self, wkt):
    method import_xml (line 296) | def import_xml(self, xml):
    method wkt (line 302) | def wkt(self):
    method pretty_wkt (line 307) | def pretty_wkt(self, simplify=0):
    method proj (line 312) | def proj(self):
    method proj4 (line 317) | def proj4(self):
    method xml (line 322) | def xml(self, dialect=''):
  class CoordTransform (line 326) | class CoordTransform(GDALBase):
    method __init__ (line 329) | def __init__(self, source, target):
    method __del__ (line 337) | def __del__(self):
    method __str__ (line 341) | def __str__(self):

FILE: Django-1.5.1/django/contrib/gis/gdal/tests/__init__.py
  function suite (line 19) | def suite():
  function run (line 26) | def run(verbosity=1):

FILE: Django-1.5.1/django/contrib/gis/gdal/tests/test_driver.py
  class DriverTest (line 15) | class DriverTest(unittest.TestCase):
    method test01_valid_driver (line 17) | def test01_valid_driver(self):
    method test02_invalid_driver (line 23) | def test02_invalid_driver(self):
    method test03_aliases (line 28) | def test03_aliases(self):
  function suite (line 34) | def suite():
  function run (line 39) | def run(verbosity=2):

FILE: Django-1.5.1/django/contrib/gis/gdal/tests/test_ds.py
  class DataSourceTest (line 30) | class DataSourceTest(unittest.TestCase):
    method test01_valid_shp (line 32) | def test01_valid_shp(self):
    method test02_invalid_shp (line 56) | def test02_invalid_shp(self):
    method test03a_layers (line 61) | def test03a_layers(self):
    method test03b_layer_slice (line 112) | def test03b_layer_slice(self):
    method test03c_layer_references (line 127) | def test03c_layer_references(self):
    method test04_features (line 149) | def test04_features(self):
    method test05_geometries (line 173) | def test05_geometries(self):
    method test06_spatial_filter (line 195) | def test06_spatial_filter(self):
    method test07_integer_overflow (line 230) | def test07_integer_overflow(self):
  function suite (line 240) | def suite():
  function run (line 245) | def run(verbosity=2):

FILE: Django-1.5.1/django/contrib/gis/gdal/tests/test_envelope.py
  class TestPoint (line 5) | class TestPoint(object):
    method __init__ (line 6) | def __init__(self, x, y):
  class EnvelopeTest (line 10) | class EnvelopeTest(unittest.TestCase):
    method setUp (line 12) | def setUp(self):
    method test01_init (line 15) | def test01_init(self):
    method test02_properties (line 33) | def test02_properties(self):
    method test03_equivalence (line 46) | def test03_equivalence(self):
    method test04_expand_to_include_pt_2_params (line 53) | def test04_expand_to_include_pt_2_params(self):
    method test05_expand_to_include_pt_2_tuple (line 60) | def test05_expand_to_include_pt_2_tuple(self):
    method test06_expand_to_include_extent_4_params (line 67) | def test06_expand_to_include_extent_4_params(self):
    method test06_expand_to_include_extent_4_tuple (line 72) | def test06_expand_to_include_extent_4_tuple(self):
    method test07_expand_to_include_envelope (line 77) | def test07_expand_to_include_envelope(self):
    method test08_expand_to_include_point (line 82) | def test08_expand_to_include_point(self):
  function suite (line 89) | def suite():
  function run (line 94) | def run(verbosity=2):

FILE: Django-1.5.1/django/contrib/gis/gdal/tests/test_geom.py
  class OGRGeomTest (line 14) | class OGRGeomTest(unittest.TestCase, TestDataMixin):
    method test00a_geomtype (line 17) | def test00a_geomtype(self):
    method test00b_geomtype_25d (line 56) | def test00b_geomtype_25d(self):
    method test01a_wkt (line 63) | def test01a_wkt(self):
    method test01a_ewkt (line 69) | def test01a_ewkt(self):
    method test01b_gml (line 80) | def test01b_gml(self):
    method test01c_hex (line 91) | def test01c_hex(self):
    method test01d_wkb (line 100) | def test01d_wkb(self):
    method test01e_json (line 110) | def test01e_json(self):
    method test02_points (line 120) | def test02_points(self):
    method test03_multipoints (line 133) | def test03_multipoints(self):
    method test04_linestring (line 149) | def test04_linestring(self):
    method test05_multilinestring (line 169) | def test05_multilinestring(self):
    method test06_linearring (line 186) | def test06_linearring(self):
    method test07a_polygons (line 198) | def test07a_polygons(self):
    method test07b_closepolygons (line 233) | def test07b_closepolygons(self):
    method test08_multipolygons (line 245) | def test08_multipolygons(self):
    method test09a_srs (line 261) | def test09a_srs(self):
    method test09b_srs_transform (line 312) | def test09b_srs_transform(self):
    method test09c_transform_dim (line 336) | def test09c_transform_dim(self):
    method test10_difference (line 348) | def test10_difference(self):
    method test11_intersection (line 360) | def test11_intersection(self):
    method test12_symdifference (line 373) | def test12_symdifference(self):
    method test13_union (line 385) | def test13_union(self):
    method test14_add (line 397) | def test14_add(self):
    method test15_extent (line 418) | def test15_extent(self):
    method test16_25D (line 431) | def test16_25D(self):
    method test17_pickle (line 442) | def test17_pickle(self):
    method test18_ogrgeometry_transform_workaround (line 450) | def test18_ogrgeometry_transform_workaround(self):
    method test19_equivalence_regression (line 475) | def test19_equivalence_regression(self):
  function suite (line 480) | def suite():
  function run (line 485) | def run(verbosity=2):

FILE: Django-1.5.1/django/contrib/gis/gdal/tests/test_srs.py
  class TestSRS (line 5) | class TestSRS:
    method __init__ (line 6) | def __init__(self, wkt, **kwargs):
  class SpatialRefTest (line 49) | class SpatialRefTest(unittest.TestCase):
    method test01_wkt (line 51) | def test01_wkt(self):
    method test02_bad_wkt (line 56) | def test02_bad_wkt(self):
    method test03_get_wkt (line 67) | def test03_get_wkt(self):
    method test04_proj (line 73) | def test04_proj(self):
    method test05_epsg (line 81) | def test05_epsg(self):
    method test07_boolean_props (line 93) | def test07_boolean_props(self):
    method test08_angular_linear (line 100) | def test08_angular_linear(self):
    method test09_authority (line 109) | def test09_authority(self):
    method test10_attributes (line 118) | def test10_attributes(self):
    method test11_wellknown (line 127) | def test11_wellknown(self):
    method test12_coordtransform (line 141) | def test12_coordtransform(self):
    method test13_attr_value (line 148) | def test13_attr_value(self):
  function suite (line 159) | def suite():
  function run (line 164) | def run(verbosity=2):

FILE: Django-1.5.1/django/contrib/gis/geoip/base.py
  class GeoIPException (line 20) | class GeoIPException(Exception): pass
  class GeoIP (line 22) | class GeoIP(object):
    method __init__ (line 57) | def __init__(self, path=None, cache=0, country=None, city=None):
    method __del__ (line 126) | def __del__(self):
    method _check_query (line 131) | def _check_query(self, query, country=False, city=False, city_or_count...
    method city (line 151) | def city(self, query):
    method country_code (line 165) | def country_code(self, query):
    method country_name (line 176) | def country_name(self, query):
    method country (line 187) | def country(self, query):
    method coords (line 199) | def coords(self, query, ordering=('longitude', 'latitude')):
    method lon_lat (line 204) | def lon_lat(self, query):
    method lat_lon (line 208) | def lat_lon(self, query):
    method geos (line 212) | def geos(self, query):
    method country_info (line 223) | def country_info(self):
    method city_info (line 232) | def city_info(self):
    method info (line 241) | def info(self):
    method open (line 250) | def open(cls, full_path, cache):
    method _rec_by_arg (line 253) | def _rec_by_arg(self, arg):

FILE: Django-1.5.1/django/contrib/gis/geoip/prototypes.py
  class GeoIPRecord (line 6) | class GeoIPRecord(Structure):
  class GeoIPTag (line 29) | class GeoIPTag(Structure): pass
  function check_record (line 50) | def check_record(result, func, cargs):
  function record_output (line 69) | def record_output(func):
  class geoip_char_p (line 86) | class geoip_char_p(c_char_p):
  function check_string (line 89) | def check_string(result, func, cargs):
  function string_output (line 102) | def string_output(func):

FILE: Django-1.5.1/django/contrib/gis/geoip/tests.py
  class GeoIPTest (line 16) | class GeoIPTest(unittest.TestCase):
    method test01_init (line 18) | def test01_init(self):
    method test02_bad_query (line 47) | def test02_bad_query(self):
    method test03_country (line 58) | def test03_country(self):
    method test04_city (line 73) | def test04_city(self):
    method test05_unicode_response (line 103) | def test05_unicode_response(self):
    method test06_unicode_query (line 109) | def test06_unicode_query(self):
  function suite (line 116) | def suite():
  function run (line 121) | def run(verbosity=1):

FILE: Django-1.5.1/django/contrib/gis/geometry/test_data.py
  function tuplize (line 20) | def tuplize(seq):
  function strconvert (line 27) | def strconvert(d):
  function get_ds_file (line 32) | def get_ds_file(name, ext):
  class TestObj (line 39) | class TestObj(object):
    method __init__ (line 43) | def __init__(self, **kwargs):
  class TestDS (line 48) | class TestDS(TestObj):
    method __init__ (line 52) | def __init__(self, name, **kwargs):
  class TestGeom (line 59) | class TestGeom(TestObj):
    method __init__ (line 64) | def __init__(self, **kwargs):
  class TestGeomSet (line 84) | class TestGeomSet(object):
    method __init__ (line 88) | def __init__(self, **kwargs):
  class TestDataMixin (line 93) | class TestDataMixin(object):
    method geometries (line 99) | def geometries(self):

FILE: Django-1.5.1/django/contrib/gis/geos/base.py
  class GDALInfo (line 11) | class GDALInfo(object):
  class GEOSBase (line 21) | class GEOSBase(object):
    method _get_ptr (line 33) | def _get_ptr(self):
    method _set_ptr (line 40) | def _set_ptr(self, ptr):

FILE: Django-1.5.1/django/contrib/gis/geos/collections.py
  class GeometryCollection (line 15) | class GeometryCollection(GEOSGeometry):
    method __init__ (line 18) | def __init__(self, *args, **kwargs):
    method __iter__ (line 43) | def __iter__(self):
    method __len__ (line 48) | def __len__(self):
    method _create_collection (line 53) | def _create_collection(self, length, items):
    method _get_single_internal (line 63) | def _get_single_internal(self, index):
    method _get_single_external (line 66) | def _get_single_external(self, index):
    method _set_list (line 71) | def _set_list(self, length, items):
    method kml (line 83) | def kml(self):
    method tuple (line 88) | def tuple(self):
  class MultiPoint (line 94) | class MultiPoint(GeometryCollection):
  class MultiLineString (line 98) | class MultiLineString(GeometryCollection):
    method merged (line 103) | def merged(self):
  class MultiPolygon (line 110) | class MultiPolygon(GeometryCollection):
    method cascaded_union (line 115) | def cascaded_union(self):

FILE: Django-1.5.1/django/contrib/gis/geos/coordseq.py
  class GEOSCoordSeq (line 13) | class GEOSCoordSeq(GEOSBase):
    method __init__ (line 19) | def __init__(self, ptr, z=False):
    method __iter__ (line 26) | def __iter__(self):
    method __len__ (line 31) | def __len__(self):
    method __str__ (line 35) | def __str__(self):
    method __getitem__ (line 39) | def __getitem__(self, index):
    method __setitem__ (line 46) | def __setitem__(self, index, value):
    method _checkindex (line 70) | def _checkindex(self, index):
    method _checkdim (line 76) | def _checkdim(self, dim):
    method getOrdinate (line 82) | def getOrdinate(self, dimension, index):
    method setOrdinate (line 88) | def setOrdinate(self, dimension, index, value):
    method getX (line 94) | def getX(self, index):
    method setX (line 98) | def setX(self, index, value):
    method getY (line 102) | def getY(self, index):
    method setY (line 106) | def setY(self, index, value):
    method getZ (line 110) | def getZ(self, index):
    method setZ (line 114) | def setZ(self, index, value):
    method size (line 120) | def size(self):
    method dims (line 125) | def dims(self):
    method hasz (line 130) | def hasz(self):
    method clone (line 138) | def clone(self):
    method kml (line 143) | def kml(self):
    method tuple (line 153) | def tuple(self):

FILE: Django-1.5.1/django/contrib/gis/geos/error.py
  class GEOSException (line 6) | class GEOSException(Exception):
  class GEOSIndexError (line 10) | class GEOSIndexError(GEOSException, KeyError):

FILE: Django-1.5.1/django/contrib/gis/geos/factory.py
  function fromfile (line 7) | def fromfile(file_h):
  function fromstr (line 33) | def fromstr(string, **kwargs):

FILE: Django-1.5.1/django/contrib/gis/geos/geometry.py
  class GEOSGeometry (line 37) | class GEOSGeometry(GEOSBase, ListMixin):
    method __init__ (line 47) | def __init__(self, geo_input, srid=None):
    method _post_init (line 99) | def _post_init(self, srid):
    method __del__ (line 111) | def __del__(self):
    method __copy__ (line 118) | def __copy__(self):
    method __deepcopy__ (line 125) | def __deepcopy__(self, memodict):
    method __str__ (line 133) | def __str__(self):
    method __repr__ (line 137) | def __repr__(self):
    method __getstate__ (line 142) | def __getstate__(self):
    method __setstate__ (line 147) | def __setstate__(self, state):
    method __eq__ (line 156) | def __eq__(self, other):
    method __ne__ (line 168) | def __ne__(self, other):
    method __or__ (line 176) | def __or__(self, other):
    method __and__ (line 181) | def __and__(self, other):
    method __sub__ (line 186) | def __sub__(self, other):
    method __xor__ (line 191) | def __xor__(self, other):
    method has_cs (line 197) | def has_cs(self):
    method _set_cs (line 205) | def _set_cs(self):
    method coord_seq (line 213) | def coord_seq(self):
    method geom_type (line 220) | def geom_type(self):
    method geom_typeid (line 225) | def geom_typeid(self):
    method num_geom (line 230) | def num_geom(self):
    method num_coords (line 235) | def num_coords(self):
    method num_points (line 240) | def num_points(self):
    method dims (line 245) | def dims(self):
    method normalize (line 249) | def normalize(self):
    method empty (line 255) | def empty(self):
    method hasz (line 263) | def hasz(self):
    method ring (line 268) | def ring(self):
    method simple (line 273) | def simple(self):
    method valid (line 278) | def valid(self):
    method valid_reason (line 283) | def valid_reason(self):
    method contains (line 292) | def contains(self, other):
    method crosses (line 296) | def crosses(self, other):
    method disjoint (line 304) | def disjoint(self, other):
    method equals (line 311) | def equals(self, other):
    method equals_exact (line 318) | def equals_exact(self, other, tolerance=0):
    method intersects (line 325) | def intersects(self, other):
    method overlaps (line 329) | def overlaps(self, other):
    method relate_pattern (line 336) | def relate_pattern(self, other, pattern):
    method touches (line 345) | def touches(self, other):
    method within (line 352) | def within(self, other):
    method get_srid (line 360) | def get_srid(self):
    method set_srid (line 366) | def set_srid(self, srid):
    method ewkt (line 373) | def ewkt(self):
    method wkt (line 383) | def wkt(self):
    method hex (line 388) | def hex(self):
    method hexewkb (line 399) | def hexewkb(self):
    method json (line 411) | def json(self):
    method wkb (line 422) | def wkb(self):
    method ewkb (line 431) | def ewkb(self):
    method kml (line 443) | def kml(self):
    method prepared (line 449) | def prepared(self):
    method ogr (line 461) | def ogr(self):
    method srs (line 472) | def srs(self):
    method crs (line 483) | def crs(self):
    method transform (line 487) | def transform(self, ct, clone=False):
    method _topology (line 529) | def _topology(self, gptr):
    method boundary (line 534) | def boundary(self):
    method buffer (line 538) | def buffer(self, width, quadsegs=8):
    method centroid (line 549) | def centroid(self):
    method convex_hull (line 558) | def convex_hull(self):
    method difference (line 565) | def difference(self, other):
    method envelope (line 573) | def envelope(self):
    method interpolate (line 577) | def interpolate(self, distance):
    method interpolate_normalized (line 584) | def interpolate_normalized(self, distance):
    method intersection (line 591) | def intersection(self, other):
    method point_on_surface (line 596) | def point_on_surface(self):
    method project (line 600) | def project(self, point):
    method project_normalized (line 609) | def project_normalized(self, point):
    method relate (line 618) | def relate(self, other):
    method simplify (line 622) | def simplify(self, tolerance=0.0, preserve_topology=False):
    method sym_difference (line 639) | def sym_difference(self, other):
    method union (line 646) | def union(self, other):
    method area (line 652) | def area(self):
    method distance (line 656) | def distance(self, other):
    method extent (line 667) | def extent(self):
    method length (line 682) | def length(self):
    method clone (line 689) | def clone(self):

FILE: Django-1.5.1/django/contrib/gis/geos/io.py
  class WKBReader (line 10) | class WKBReader(_WKBReader):
    method read (line 11) | def read(self, wkb):
  class WKTReader (line 15) | class WKTReader(_WKTReader):
    method read (line 16) | def read(self, wkt):

FILE: Django-1.5.1/django/contrib/gis/geos/libgeos.py
  function notice_h (line 64) | def notice_h(fmt, lst):
  function error_h (line 74) | def error_h(fmt, lst):
  class GEOSGeom_t (line 86) | class GEOSGeom_t(Structure): pass
  class GEOSPrepGeom_t (line 87) | class GEOSPrepGeom_t(Structure): pass
  class GEOSCoordSeq_t (line 88) | class GEOSCoordSeq_t(Structure): pass
  class GEOSContextHandle_t (line 89) | class GEOSContextHandle_t(Structure): pass
  function get_pointer_arr (line 99) | def get_pointer_arr(n):
  function geos_version_info (line 116) | def geos_version_info():

FILE: Django-1.5.1/django/contrib/gis/geos/linestring.py
  class LineString (line 9) | class LineString(GEOSGeometry):
    method __init__ (line 14) | def __init__(self, *args, **kwargs):
    method __iter__ (line 69) | def __iter__(self):
    method __len__ (line 74) | def __len__(self):
    method _get_single_external (line 78) | def _get_single_external(self, index):
    method _set_list (line 83) | def _set_list(self, length, items):
    method _set_single (line 101) | def _set_single(self, index, value):
    method _checkdim (line 105) | def _checkdim(self, dim):
    method tuple (line 110) | def tuple(self):
    method _listarr (line 115) | def _listarr(self, func):
    method array (line 125) | def array(self):
    method merged (line 130) | def merged(self):
    method x (line 135) | def x(self):
    method y (line 140) | def y(self):
    method z (line 145) | def z(self):
  class LinearRing (line 151) | class LinearRing(LineString):

FILE: Django-1.5.1/django/contrib/gis/geos/mutable_list.py
  class ListMixin (line 16) | class ListMixin(object):
    method __init__ (line 67) | def __init__(self, *args, **kwargs):
    method __getitem__ (line 77) | def __getitem__(self, index):
    method __delitem__ (line 85) | def __delitem__(self, index):
    method __setitem__ (line 105) | def __setitem__(self, index, val):
    method __iter__ (line 114) | def __iter__(self):
    method __add__ (line 120) | def __add__(self, other):
    method __radd__ (line 124) | def __radd__(self, other):
    method __iadd__ (line 128) | def __iadd__(self, other):
    method __mul__ (line 133) | def __mul__(self, n):
    method __rmul__ (line 137) | def __rmul__(self, n):
    method __imul__ (line 141) | def __imul__(self, n):
    method __eq__ (line 151) | def __eq__(self, other):
    method __lt__ (line 163) | def __lt__(self, other):
    method count (line 179) | def count(self, val):
    method index (line 186) | def index(self, val):
    method append (line 193) | def append(self, val):
    method extend (line 197) | def extend(self, vals):
    method insert (line 201) | def insert(self, index, val):
    method pop (line 207) | def pop(self, index=-1):
    method remove (line 213) | def remove(self, val):
    method reverse (line 217) | def reverse(self):
    method sort (line 221) | def sort(self, cmp=None, key=None, reverse=False):
    method _rebuild (line 236) | def _rebuild(self, newLen, newItems):
    method _set_single_rebuild (line 244) | def _set_single_rebuild(self, index, value):
    method _checkindex (line 247) | def _checkindex(self, index, correct=True):
    method _check_allowed (line 255) | def _ch
Copy disabled (too large) Download .json
Condensed preview — 4875 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (26,168K chars).
[
  {
    "path": "Django-1.5.1/AUTHORS",
    "chars": 21308,
    "preview": "Django was originally created in late 2003 at World Online, the Web division\nof the Lawrence Journal-World newspaper in "
  },
  {
    "path": "Django-1.5.1/INSTALL",
    "chars": 667,
    "preview": "Thanks for downloading Django.\n\nTo install it, make sure you have Python 2.6 or greater installed. Then run\nthis command"
  },
  {
    "path": "Django-1.5.1/LICENSE",
    "chars": 1558,
    "preview": "Copyright (c) Django Software Foundation and individual contributors.\nAll rights reserved.\n\nRedistribution and use in so"
  },
  {
    "path": "Django-1.5.1/MANIFEST.in",
    "chars": 1566,
    "preview": "include README.rst\ninclude AUTHORS\ninclude INSTALL\ninclude LICENSE\ninclude MANIFEST.in\ninclude django/contrib/gis/gdal/L"
  },
  {
    "path": "Django-1.5.1/PKG-INFO",
    "chars": 1229,
    "preview": "Metadata-Version: 1.1\nName: Django\nVersion: 1.5.1\nSummary: A high-level Python Web framework that encourages rapid devel"
  },
  {
    "path": "Django-1.5.1/README.rst",
    "chars": 1776,
    "preview": "Django is a high-level Python Web framework that encourages rapid development\nand clean, pragmatic design. Thanks for ch"
  },
  {
    "path": "Django-1.5.1/django/__init__.py",
    "chars": 269,
    "preview": "VERSION = (1, 5, 1, 'final', 0)\n\ndef get_version(*args, **kwargs):\n    # Don't litter django/__init__.py with all the ge"
  },
  {
    "path": "Django-1.5.1/django/bin/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/bin/daily_cleanup.py",
    "chars": 448,
    "preview": "#!/usr/bin/env python\n\n\"\"\"\nDaily cleanup job.\n\nCan be run as a cronjob to clean out old data from the database (only exp"
  },
  {
    "path": "Django-1.5.1/django/bin/django-2to3.py",
    "chars": 215,
    "preview": "#!/usr/bin/env python\n\n# This works exactly like 2to3, except that it uses Django's fixers rather\n# than 2to3's built-in"
  },
  {
    "path": "Django-1.5.1/django/bin/django-admin.py",
    "chars": 128,
    "preview": "#!/usr/bin/env python\nfrom django.core import management\n\nif __name__ == \"__main__\":\n    management.execute_from_command"
  },
  {
    "path": "Django-1.5.1/django/bin/profiling/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/bin/profiling/gather_profile_stats.py",
    "chars": 984,
    "preview": "#!/usr/bin/env python\n\n\"\"\"\ngather_profile_stats.py /path/to/dir/of/profiles\n\nNote that the aggregated profiles must be r"
  },
  {
    "path": "Django-1.5.1/django/bin/unique-messages.py",
    "chars": 937,
    "preview": "#!/usr/bin/env python\n\nimport os\nimport sys\n\ndef unique_messages():\n    basedir = None\n\n    if os.path.isdir(os.path.joi"
  },
  {
    "path": "Django-1.5.1/django/conf/__init__.py",
    "chars": 9455,
    "preview": "\"\"\"\nSettings and configuration for Django.\n\nValues will be read from the module specified by the DJANGO_SETTINGS_MODULE "
  },
  {
    "path": "Django-1.5.1/django/conf/app_template/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/app_template/models.py",
    "chars": 57,
    "preview": "from django.db import models\n\n# Create your models here.\n"
  },
  {
    "path": "Django-1.5.1/django/conf/app_template/tests.py",
    "chars": 383,
    "preview": "\"\"\"\nThis file demonstrates writing tests using the unittest module. These will pass\nwhen you run \"manage.py test\".\n\nRepl"
  },
  {
    "path": "Django-1.5.1/django/conf/app_template/views.py",
    "chars": 26,
    "preview": "# Create your views here.\n"
  },
  {
    "path": "Django-1.5.1/django/conf/global_settings.py",
    "chars": 21869,
    "preview": "# Default Django settings. Override these with settings in the module\n# pointed-to by the DJANGO_SETTINGS_MODULE environ"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/__init__.py",
    "chars": 11075,
    "preview": "from __future__ import unicode_literals\n\n区域化设置\n\n# About name_local: capitalize it as if your language name was appearing"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/af/LC_MESSAGES/django.po",
    "chars": 27051,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Piet Delport <pjdelport@gmai"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ar/LC_MESSAGES/django.po",
    "chars": 25834,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ar/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ar/formats.py",
    "chars": 765,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/az/LC_MESSAGES/django.po",
    "chars": 26798,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Ali Ismayilov <ali@ismailov."
  },
  {
    "path": "Django-1.5.1/django/conf/locale/be/LC_MESSAGES/django.po",
    "chars": 27110,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/bg/LC_MESSAGES/django.po",
    "chars": 27282,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n#   <aatanasov@gmail.com>, 201"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/bg/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/bg/formats.py",
    "chars": 778,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/bn/LC_MESSAGES/django.po",
    "chars": 24410,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/bn/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/bn/formats.py",
    "chars": 724,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/br/LC_MESSAGES/django.po",
    "chars": 26967,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Fulup  <fulup.jakez@gmail.co"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/bs/LC_MESSAGES/django.po",
    "chars": 25213,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Filip Dupanović <filip.dupan"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/bs/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/bs/formats.py",
    "chars": 736,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ca/LC_MESSAGES/django.po",
    "chars": 27033,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Antoni Aloy <aaloy@apsl.net>"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ca/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ca/formats.py",
    "chars": 922,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/cs/LC_MESSAGES/django.po",
    "chars": 27005,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/cs/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/cs/formats.py",
    "chars": 1580,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/cy/LC_MESSAGES/django.po",
    "chars": 22618,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/cy/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/cy/formats.py",
    "chars": 714,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/da/LC_MESSAGES/django.po",
    "chars": 26907,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Christian Joergensen <christ"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/da/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/da/formats.py",
    "chars": 895,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/de/LC_MESSAGES/django.po",
    "chars": 27573,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# André Hagenbruch <ahagenbruc"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/de/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/de/formats.py",
    "chars": 1005,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/de_CH/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/de_CH/formats.py",
    "chars": 1389,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/el/LC_MESSAGES/django.po",
    "chars": 27657,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Apostolis Bessas <mpessas+tx"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/el/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/el/formats.py",
    "chars": 722,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/en/LC_MESSAGES/django.po",
    "chars": 21010,
    "preview": "# This file is distributed under the same license as the Django package.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: Djang"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/en/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/en/formats.py",
    "chars": 1596,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/en_GB/LC_MESSAGES/django.po",
    "chars": 26484,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/en_GB/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/en_GB/formats.py",
    "chars": 1861,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/eo/LC_MESSAGES/django.po",
    "chars": 26809,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n#   <adam.raizen@gmail.com>, 2"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/es/LC_MESSAGES/django.po",
    "chars": 27465,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Antoni Aloy <aaloy@apsl.net>"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/es/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/es/formats.py",
    "chars": 920,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/es_AR/LC_MESSAGES/django.po",
    "chars": 27435,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/es_AR/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/es_AR/formats.py",
    "chars": 905,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/es_MX/LC_MESSAGES/django.po",
    "chars": 27093,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Abraham Estrada <abraham.est"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/es_MX/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/es_MX/formats.py",
    "chars": 836,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/es_NI/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/es_NI/formats.py",
    "chars": 719,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\nDATE_FORMAT = r'j "
  },
  {
    "path": "Django-1.5.1/django/conf/locale/es_VE/LC_MESSAGES/django.po",
    "chars": 23184,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Sebastián Ramírez Magrí <seb"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/et/LC_MESSAGES/django.po",
    "chars": 25392,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# eallik <eallik@gmail.com>, 2"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/et/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/et/formats.py",
    "chars": 778,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/eu/LC_MESSAGES/django.po",
    "chars": 27034,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Aitzol Naberan <anaberan@cod"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/eu/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/eu/formats.py",
    "chars": 725,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/fa/LC_MESSAGES/django.po",
    "chars": 26453,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Ali Nikneshan <ali@nikneshan"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/fa/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/fa/formats.py",
    "chars": 790,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/fi/LC_MESSAGES/django.po",
    "chars": 25537,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Antti Kaihola <akaihol+trans"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/fi/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/fi/formats.py",
    "chars": 807,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/fr/LC_MESSAGES/django.po",
    "chars": 27651,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n#   <charette.s@gmail.com>, 20"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/fr/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/fr/formats.py",
    "chars": 1315,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/fy_NL/LC_MESSAGES/django.po",
    "chars": 22296,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/fy_NL/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/fy_NL/formats.py",
    "chars": 697,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ga/LC_MESSAGES/django.po",
    "chars": 27682,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ga/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ga/formats.py",
    "chars": 717,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/gl/LC_MESSAGES/django.po",
    "chars": 27258,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# fasouto <fsoutomoure@gmail.c"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/gl/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/gl/formats.py",
    "chars": 826,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/he/LC_MESSAGES/django.po",
    "chars": 25834,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Alex Gaynor <alex.gaynor@gma"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/he/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/he/formats.py",
    "chars": 785,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/hi/LC_MESSAGES/django.po",
    "chars": 26658,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n#   <alok.kumar@gmail.com>, 20"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/hi/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/hi/formats.py",
    "chars": 719,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/hr/LC_MESSAGES/django.po",
    "chars": 27530,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# aljosa <aljosa.mohorovic@gma"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/hr/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/hr/formats.py",
    "chars": 1719,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/hu/LC_MESSAGES/django.po",
    "chars": 27068,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Attila Nagy <>, 2012.\n# Jann"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/hu/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/hu/formats.py",
    "chars": 1056,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ia/LC_MESSAGES/django.po",
    "chars": 27077,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Martijn Dekker <mcdutchie@ho"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/id/LC_MESSAGES/django.po",
    "chars": 26833,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/id/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/id/formats.py",
    "chars": 1818,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/is/LC_MESSAGES/django.po",
    "chars": 26864,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# gudmundur <gudmundur.bjarni@"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/is/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/is/formats.py",
    "chars": 722,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/it/LC_MESSAGES/django.po",
    "chars": 27070,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# C8E <C8E@miron.it>, 2011.\n# "
  },
  {
    "path": "Django-1.5.1/django/conf/locale/it/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/it/formats.py",
    "chars": 1748,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ja/LC_MESSAGES/django.po",
    "chars": 24550,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ja/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ja/formats.py",
    "chars": 785,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ka/LC_MESSAGES/django.po",
    "chars": 26106,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# André Bouatchidzé <a@anbz.ne"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ka/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ka/formats.py",
    "chars": 1849,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/kk/LC_MESSAGES/django.po",
    "chars": 25090,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n#   <germanilyin@gmail.com>, 2"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/km/LC_MESSAGES/django.po",
    "chars": 22328,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/km/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/km/formats.py",
    "chars": 799,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/kn/LC_MESSAGES/django.po",
    "chars": 26364,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/kn/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/kn/formats.py",
    "chars": 717,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ko/LC_MESSAGES/django.po",
    "chars": 23631,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jaehong Kim <mixe@korea.com>"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ko/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ko/formats.py",
    "chars": 2009,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/lb/LC_MESSAGES/django.po",
    "chars": 22214,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n#  <sim0n@trypill.org>, 2013.\n"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/lt/LC_MESSAGES/django.po",
    "chars": 27576,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/lt/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/lt/formats.py",
    "chars": 1503,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/lv/LC_MESSAGES/django.po",
    "chars": 24998,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# edgars <edgars.jekabsons@gma"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/lv/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/lv/formats.py",
    "chars": 1577,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/mk/LC_MESSAGES/django.po",
    "chars": 26914,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/mk/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/mk/formats.py",
    "chars": 1468,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ml/LC_MESSAGES/django.po",
    "chars": 27373,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ml/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ml/formats.py",
    "chars": 1596,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/mn/LC_MESSAGES/django.po",
    "chars": 27164,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jacara <baskhuujacara@gmail."
  },
  {
    "path": "Django-1.5.1/django/conf/locale/mn/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/mn/formats.py",
    "chars": 703,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/nb/LC_MESSAGES/django.po",
    "chars": 26558,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/nb/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/nb/formats.py",
    "chars": 1585,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ne/LC_MESSAGES/django.po",
    "chars": 25702,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n#   <chalisesagar@gmail.com>, "
  },
  {
    "path": "Django-1.5.1/django/conf/locale/nl/LC_MESSAGES/django.po",
    "chars": 27211,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n#   <alexandervanratingen@gmai"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/nl/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/nl/formats.py",
    "chars": 3085,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/nn/LC_MESSAGES/django.po",
    "chars": 26402,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n#   <havard@grimelid.com>, 201"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/nn/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/nn/formats.py",
    "chars": 1629,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/pa/LC_MESSAGES/django.po",
    "chars": 22421,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# A S Alam <apreet.alam@gmail."
  },
  {
    "path": "Django-1.5.1/django/conf/locale/pl/LC_MESSAGES/django.po",
    "chars": 27801,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# angularcircle <angular.circl"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/pl/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/pl/formats.py",
    "chars": 1088,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/pt/LC_MESSAGES/django.po",
    "chars": 27089,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Bruno Miguel Custódio <bruno"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/pt/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/pt/formats.py",
    "chars": 1498,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/pt_BR/LC_MESSAGES/django.po",
    "chars": 27226,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n#   <dudanogueira@gmail.com>, "
  },
  {
    "path": "Django-1.5.1/django/conf/locale/pt_BR/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/pt_BR/formats.py",
    "chars": 1314,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ro/LC_MESSAGES/django.po",
    "chars": 27158,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n#   <contact@mesimian.com>, 20"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ro/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ro/formats.py",
    "chars": 744,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ru/LC_MESSAGES/django.po",
    "chars": 27808,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n#   <andrew@ei-grad.ru>, 2012."
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ru/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ru/formats.py",
    "chars": 1131,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sk/LC_MESSAGES/django.po",
    "chars": 27253,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sk/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sk/formats.py",
    "chars": 1114,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sl/LC_MESSAGES/django.po",
    "chars": 27522,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n#   <domen@dev.si>, 2012.\n# iE"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sl/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sl/formats.py",
    "chars": 1745,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sq/LC_MESSAGES/django.po",
    "chars": 27013,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Besnik <besnik@programeshqip"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sq/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sq/formats.py",
    "chars": 722,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sr/LC_MESSAGES/django.po",
    "chars": 26784,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sr/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sr/formats.py",
    "chars": 1691,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sr_Latn/LC_MESSAGES/django.po",
    "chars": 26849,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sr_Latn/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sr_Latn/formats.py",
    "chars": 1691,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\n\n# The *_FORMAT str"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sv/LC_MESSAGES/django.po",
    "chars": 27092,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Alex Nordlund <deep.alexande"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sv/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sv/formats.py",
    "chars": 1390,
    "preview": "# -*- encoding: utf-8 -*-\n# This file is distributed under the same license as the Django package.\n#\nfrom __future__ imp"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/sw/LC_MESSAGES/django.po",
    "chars": 26730,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id"
  },
  {
    "path": "Django-1.5.1/django/conf/locale/ta/LC_MESSAGES/django.po",
    "chars": 22472,
    "preview": "# This file is distributed under the same license as the Django package.\n#\n# Translators:\n# Jannis Leidel <jannis@leidel"
  }
]

// ... and 4675 more files (download for full content)

About this extraction

This page contains the full source code of the daoluan/decode-Django GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 4875 files (22.5 MB), approximately 6.2M tokens, and a symbol index with 16686 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!