From 9e21527cb75a0ba1af9158025139f73b9a90c318 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 21 Oct 2019 17:32:08 +0200 Subject: [PATCH] My Django Girls app, fist commit --- .gitignore.txt | 7 + blog/__init__.py | 0 blog/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 142 bytes blog/__pycache__/admin.cpython-38.pyc | Bin 0 -> 253 bytes blog/__pycache__/apps.cpython-38.pyc | Bin 0 -> 358 bytes blog/__pycache__/models.cpython-38.pyc | Bin 0 -> 979 bytes blog/admin.py | 4 + blog/apps.py | 5 + blog/migrations/0001_initial.py | 29 + blog/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-38.pyc | Bin 0 -> 1077 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 153 bytes blog/models.py | 18 + blog/tests.py | 3 + blog/views.py | 3 + db.sqlite3 | Bin 0 -> 139264 bytes manage.py | 21 + mysite/__init__.py | 0 mysite/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 144 bytes mysite/__pycache__/settings.cpython-38.pyc | Bin 0 -> 2389 bytes mysite/__pycache__/urls.cpython-38.pyc | Bin 0 -> 920 bytes mysite/__pycache__/wsgi.cpython-38.pyc | Bin 0 -> 545 bytes mysite/settings.py | 124 + mysite/urls.py | 21 + mysite/wsgi.py | 16 + .../Django-2.2.6.dist-info/INSTALLER | 1 + .../Django-2.2.6.dist-info/LICENSE | 27 + .../Django-2.2.6.dist-info/METADATA | 84 + .../Django-2.2.6.dist-info/RECORD | 4212 +++++++ .../Django-2.2.6.dist-info/WHEEL | 5 + .../Django-2.2.6.dist-info/entry_points.txt | 3 + .../Django-2.2.6.dist-info/top_level.txt | 1 + .../__pycache__/easy_install.cpython-38.pyc | Bin 0 -> 314 bytes myvenv/Lib/site-packages/django/__init__.py | 24 + myvenv/Lib/site-packages/django/__main__.py | 9 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 991 bytes .../__pycache__/__main__.cpython-38.pyc | Bin 0 -> 399 bytes .../__pycache__/shortcuts.cpython-38.pyc | Bin 0 -> 4841 bytes .../Lib/site-packages/django/apps/__init__.py | 4 + .../apps/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 282 bytes .../apps/__pycache__/config.cpython-38.pyc | Bin 0 -> 4898 bytes .../apps/__pycache__/registry.cpython-38.pyc | Bin 0 -> 13004 bytes .../Lib/site-packages/django/apps/config.py | 216 + .../Lib/site-packages/django/apps/registry.py | 426 + .../__pycache__/django-admin.cpython-38.pyc | Bin 0 -> 292 bytes .../site-packages/django/bin/django-admin.py | 5 + .../Lib/site-packages/django/conf/__init__.py | 255 + .../conf/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 9075 bytes .../global_settings.cpython-38.pyc | Bin 0 -> 8317 bytes .../django/conf/app_template/__init__.py-tpl | 0 .../django/conf/app_template/admin.py-tpl | 3 + .../django/conf/app_template/apps.py-tpl | 5 + .../app_template/migrations/__init__.py-tpl | 0 .../django/conf/app_template/models.py-tpl | 3 + .../django/conf/app_template/tests.py-tpl | 3 + .../django/conf/app_template/views.py-tpl | 3 + .../django/conf/global_settings.py | 636 + .../django/conf/locale/__init__.py | 575 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 5867 bytes .../conf/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 26389 bytes .../conf/locale/af/LC_MESSAGES/django.po | 1275 ++ .../conf/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 30712 bytes .../conf/locale/ar/LC_MESSAGES/django.po | 1314 ++ .../django/conf/locale/ar/__init__.py | 0 .../ar/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../ar/__pycache__/formats.cpython-38.pyc | Bin 0 -> 394 bytes .../django/conf/locale/ar/formats.py | 21 + .../conf/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 16665 bytes .../conf/locale/ast/LC_MESSAGES/django.po | 1212 ++ .../conf/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 26630 bytes .../conf/locale/az/LC_MESSAGES/django.po | 1260 ++ .../django/conf/locale/az/__init__.py | 0 .../az/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../az/__pycache__/formats.cpython-38.pyc | Bin 0 -> 745 bytes .../django/conf/locale/az/formats.py | 32 + .../conf/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 34765 bytes .../conf/locale/be/LC_MESSAGES/django.po | 1301 ++ .../conf/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 29687 bytes .../conf/locale/bg/LC_MESSAGES/django.po | 1253 ++ .../django/conf/locale/bg/__init__.py | 0 .../bg/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../bg/__pycache__/formats.cpython-38.pyc | Bin 0 -> 352 bytes .../django/conf/locale/bg/formats.py | 21 + .../conf/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 17250 bytes .../conf/locale/bn/LC_MESSAGES/django.po | 1191 ++ .../django/conf/locale/bn/__init__.py | 0 .../bn/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../bn/__pycache__/formats.cpython-38.pyc | Bin 0 -> 618 bytes .../django/conf/locale/bn/formats.py | 32 + .../conf/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 15435 bytes .../conf/locale/br/LC_MESSAGES/django.po | 1259 ++ .../conf/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 11073 bytes .../conf/locale/bs/LC_MESSAGES/django.po | 1211 ++ .../django/conf/locale/bs/__init__.py | 0 .../bs/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../bs/__pycache__/formats.cpython-38.pyc | Bin 0 -> 421 bytes .../django/conf/locale/bs/formats.py | 21 + .../conf/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 26667 bytes .../conf/locale/ca/LC_MESSAGES/django.po | 1284 ++ .../django/conf/locale/ca/__init__.py | 0 .../ca/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../ca/__pycache__/formats.cpython-38.pyc | Bin 0 -> 774 bytes .../django/conf/locale/ca/formats.py | 30 + .../conf/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 28343 bytes .../conf/locale/cs/LC_MESSAGES/django.po | 1310 ++ .../django/conf/locale/cs/__init__.py | 0 .../cs/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../cs/__pycache__/formats.cpython-38.pyc | Bin 0 -> 909 bytes .../django/conf/locale/cs/formats.py | 42 + .../conf/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 22280 bytes .../conf/locale/cy/LC_MESSAGES/django.po | 1274 ++ .../django/conf/locale/cy/__init__.py | 0 .../cy/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../cy/__pycache__/formats.cpython-38.pyc | Bin 0 -> 818 bytes .../django/conf/locale/cy/formats.py | 35 + .../conf/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 26075 bytes .../conf/locale/da/LC_MESSAGES/django.po | 1267 ++ .../django/conf/locale/da/__init__.py | 0 .../da/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../da/__pycache__/formats.cpython-38.pyc | Bin 0 -> 652 bytes .../django/conf/locale/da/formats.py | 26 + .../conf/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 27406 bytes .../conf/locale/de/LC_MESSAGES/django.po | 1283 ++ .../django/conf/locale/de/__init__.py | 0 .../de/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../de/__pycache__/formats.cpython-38.pyc | Bin 0 -> 670 bytes .../django/conf/locale/de/formats.py | 28 + .../django/conf/locale/de_CH/__init__.py | 0 .../de_CH/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../de_CH/__pycache__/formats.cpython-38.pyc | Bin 0 -> 677 bytes .../django/conf/locale/de_CH/formats.py | 34 + .../conf/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 28798 bytes .../conf/locale/dsb/LC_MESSAGES/django.po | 1319 ++ .../conf/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 34441 bytes .../conf/locale/el/LC_MESSAGES/django.po | 1299 ++ .../django/conf/locale/el/__init__.py | 0 .../el/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../el/__pycache__/formats.cpython-38.pyc | Bin 0 -> 805 bytes .../django/conf/locale/el/formats.py | 35 + .../conf/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../conf/locale/en/LC_MESSAGES/django.po | 1527 +++ .../django/conf/locale/en/__init__.py | 0 .../en/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../en/__pycache__/formats.cpython-38.pyc | Bin 0 -> 824 bytes .../django/conf/locale/en/formats.py | 40 + .../conf/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 16288 bytes .../conf/locale/en_AU/LC_MESSAGES/django.po | 1205 ++ .../django/conf/locale/en_AU/__init__.py | 0 .../en_AU/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../en_AU/__pycache__/formats.cpython-38.pyc | Bin 0 -> 821 bytes .../django/conf/locale/en_AU/formats.py | 39 + .../conf/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 13133 bytes .../conf/locale/en_GB/LC_MESSAGES/django.po | 1195 ++ .../django/conf/locale/en_GB/__init__.py | 0 .../en_GB/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../en_GB/__pycache__/formats.cpython-38.pyc | Bin 0 -> 821 bytes .../django/conf/locale/en_GB/formats.py | 39 + .../conf/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 26087 bytes .../conf/locale/eo/LC_MESSAGES/django.po | 1276 ++ .../django/conf/locale/eo/__init__.py | 0 .../eo/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../eo/__pycache__/formats.cpython-38.pyc | Bin 0 -> 990 bytes .../django/conf/locale/eo/formats.py | 49 + .../conf/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 26778 bytes .../conf/locale/es/LC_MESSAGES/django.po | 1297 ++ .../django/conf/locale/es/__init__.py | 0 .../es/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../es/__pycache__/formats.cpython-38.pyc | Bin 0 -> 772 bytes .../django/conf/locale/es/formats.py | 30 + .../conf/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 27233 bytes .../conf/locale/es_AR/LC_MESSAGES/django.po | 1285 ++ .../django/conf/locale/es_AR/__init__.py | 0 .../es_AR/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../es_AR/__pycache__/formats.cpython-38.pyc | Bin 0 -> 740 bytes .../django/conf/locale/es_AR/formats.py | 30 + .../conf/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 22791 bytes .../conf/locale/es_CO/LC_MESSAGES/django.po | 1241 ++ .../django/conf/locale/es_CO/__init__.py | 0 .../es_CO/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../es_CO/__pycache__/formats.cpython-38.pyc | Bin 0 -> 787 bytes .../django/conf/locale/es_CO/formats.py | 26 + .../conf/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 15095 bytes .../conf/locale/es_MX/LC_MESSAGES/django.po | 1204 ++ .../django/conf/locale/es_MX/__init__.py | 0 .../es_MX/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../es_MX/__pycache__/formats.cpython-38.pyc | Bin 0 -> 787 bytes .../django/conf/locale/es_MX/formats.py | 25 + .../django/conf/locale/es_NI/__init__.py | 0 .../es_NI/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../es_NI/__pycache__/formats.cpython-38.pyc | Bin 0 -> 787 bytes .../django/conf/locale/es_NI/formats.py | 26 + .../django/conf/locale/es_PR/__init__.py | 0 .../es_PR/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../es_PR/__pycache__/formats.cpython-38.pyc | Bin 0 -> 775 bytes .../django/conf/locale/es_PR/formats.py | 27 + .../conf/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 23797 bytes .../conf/locale/es_VE/LC_MESSAGES/django.po | 1245 ++ .../conf/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 24191 bytes .../conf/locale/et/LC_MESSAGES/django.po | 1264 ++ .../django/conf/locale/et/__init__.py | 0 .../et/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../et/__pycache__/formats.cpython-38.pyc | Bin 0 -> 354 bytes .../django/conf/locale/et/formats.py | 21 + .../conf/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 26371 bytes .../conf/locale/eu/LC_MESSAGES/django.po | 1277 ++ .../django/conf/locale/eu/__init__.py | 0 .../eu/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../eu/__pycache__/formats.cpython-38.pyc | Bin 0 -> 535 bytes .../django/conf/locale/eu/formats.py | 21 + .../conf/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 30916 bytes .../conf/locale/fa/LC_MESSAGES/django.po | 1270 ++ .../django/conf/locale/fa/__init__.py | 0 .../fa/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../fa/__pycache__/formats.cpython-38.pyc | Bin 0 -> 504 bytes .../django/conf/locale/fa/formats.py | 21 + .../conf/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 26301 bytes .../conf/locale/fi/LC_MESSAGES/django.po | 1267 ++ .../django/conf/locale/fi/__init__.py | 0 .../fi/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../fi/__pycache__/formats.cpython-38.pyc | Bin 0 -> 826 bytes .../django/conf/locale/fi/formats.py | 39 + .../conf/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 27684 bytes .../conf/locale/fr/LC_MESSAGES/django.po | 1299 ++ .../django/conf/locale/fr/__init__.py | 0 .../fr/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../fr/__pycache__/formats.cpython-38.pyc | Bin 0 -> 772 bytes .../django/conf/locale/fr/formats.py | 33 + .../conf/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 2525 bytes .../conf/locale/fy/LC_MESSAGES/django.po | 1191 ++ .../django/conf/locale/fy/__init__.py | 0 .../fy/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../fy/__pycache__/formats.cpython-38.pyc | Bin 0 -> 185 bytes .../django/conf/locale/fy/formats.py | 21 + .../conf/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 15097 bytes .../conf/locale/ga/LC_MESSAGES/django.po | 1252 ++ .../django/conf/locale/ga/__init__.py | 0 .../ga/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../ga/__pycache__/formats.cpython-38.pyc | Bin 0 -> 348 bytes .../django/conf/locale/ga/formats.py | 21 + .../conf/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 29716 bytes .../conf/locale/gd/LC_MESSAGES/django.po | 1343 ++ .../django/conf/locale/gd/__init__.py | 0 .../gd/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../gd/__pycache__/formats.cpython-38.pyc | Bin 0 -> 455 bytes .../django/conf/locale/gd/formats.py | 21 + .../conf/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 15342 bytes .../conf/locale/gl/LC_MESSAGES/django.po | 1208 ++ .../django/conf/locale/gl/__init__.py | 0 .../gl/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../gl/__pycache__/formats.cpython-38.pyc | Bin 0 -> 522 bytes .../django/conf/locale/gl/formats.py | 21 + .../conf/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 30609 bytes .../conf/locale/he/LC_MESSAGES/django.po | 1280 ++ .../django/conf/locale/he/__init__.py | 0 .../he/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../he/__pycache__/formats.cpython-38.pyc | Bin 0 -> 467 bytes .../django/conf/locale/he/formats.py | 21 + .../conf/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 19270 bytes .../conf/locale/hi/LC_MESSAGES/django.po | 1193 ++ .../django/conf/locale/hi/__init__.py | 0 .../hi/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../hi/__pycache__/formats.cpython-38.pyc | Bin 0 -> 350 bytes .../django/conf/locale/hi/formats.py | 21 + .../conf/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 24409 bytes .../conf/locale/hr/LC_MESSAGES/django.po | 1277 ++ .../django/conf/locale/hr/__init__.py | 0 .../hr/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../hr/__pycache__/formats.cpython-38.pyc | Bin 0 -> 1041 bytes .../django/conf/locale/hr/formats.py | 47 + .../conf/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 28550 bytes .../conf/locale/hsb/LC_MESSAGES/django.po | 1312 ++ .../conf/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 27364 bytes .../conf/locale/hu/LC_MESSAGES/django.po | 1291 ++ .../django/conf/locale/hu/__init__.py | 0 .../hu/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../hu/__pycache__/formats.cpython-38.pyc | Bin 0 -> 720 bytes .../django/conf/locale/hu/formats.py | 31 + .../conf/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 27713 bytes .../conf/locale/hy/LC_MESSAGES/django.po | 1243 ++ .../conf/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 23125 bytes .../conf/locale/ia/LC_MESSAGES/django.po | 1245 ++ .../conf/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 25925 bytes .../conf/locale/id/LC_MESSAGES/django.po | 1265 ++ .../django/conf/locale/id/__init__.py | 0 .../id/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../id/__pycache__/formats.cpython-38.pyc | Bin 0 -> 1014 bytes .../django/conf/locale/id/formats.py | 49 + .../conf/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 14965 bytes .../conf/locale/io/LC_MESSAGES/django.po | 1206 ++ .../conf/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 24466 bytes .../conf/locale/is/LC_MESSAGES/django.po | 1266 ++ .../django/conf/locale/is/__init__.py | 0 .../is/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../is/__pycache__/formats.cpython-38.pyc | Bin 0 -> 408 bytes .../django/conf/locale/is/formats.py | 21 + .../conf/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 26635 bytes .../conf/locale/it/LC_MESSAGES/django.po | 1287 ++ .../django/conf/locale/it/__init__.py | 0 .../it/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../it/__pycache__/formats.cpython-38.pyc | Bin 0 -> 1017 bytes .../django/conf/locale/it/formats.py | 45 + .../conf/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 29182 bytes .../conf/locale/ja/LC_MESSAGES/django.po | 1250 ++ .../django/conf/locale/ja/__init__.py | 0 .../ja/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../ja/__pycache__/formats.cpython-38.pyc | Bin 0 -> 487 bytes .../django/conf/locale/ja/formats.py | 21 + .../conf/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 29673 bytes .../conf/locale/ka/LC_MESSAGES/django.po | 1248 ++ .../django/conf/locale/ka/__init__.py | 0 .../ka/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../ka/__pycache__/formats.cpython-38.pyc | Bin 0 -> 1003 bytes .../django/conf/locale/ka/formats.py | 47 + .../conf/locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 7200 bytes .../conf/locale/kab/LC_MESSAGES/django.po | 1182 ++ .../conf/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 13916 bytes .../conf/locale/kk/LC_MESSAGES/django.po | 1213 ++ .../conf/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 7284 bytes .../conf/locale/km/LC_MESSAGES/django.po | 1167 ++ .../django/conf/locale/km/__init__.py | 0 .../km/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../km/__pycache__/formats.cpython-38.pyc | Bin 0 -> 476 bytes .../django/conf/locale/km/formats.py | 21 + .../conf/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 18634 bytes .../conf/locale/kn/LC_MESSAGES/django.po | 1224 ++ .../django/conf/locale/kn/__init__.py | 0 .../kn/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../kn/__pycache__/formats.cpython-38.pyc | Bin 0 -> 293 bytes .../django/conf/locale/kn/formats.py | 21 + .../conf/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 27294 bytes .../conf/locale/ko/LC_MESSAGES/django.po | 1252 ++ .../django/conf/locale/ko/__init__.py | 0 .../ko/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../ko/__pycache__/formats.cpython-38.pyc | Bin 0 -> 1066 bytes .../django/conf/locale/ko/formats.py | 52 + .../conf/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 8069 bytes .../conf/locale/lb/LC_MESSAGES/django.po | 1184 ++ .../conf/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 28609 bytes .../conf/locale/lt/LC_MESSAGES/django.po | 1324 ++ .../django/conf/locale/lt/__init__.py | 0 .../lt/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../lt/__pycache__/formats.cpython-38.pyc | Bin 0 -> 1027 bytes .../django/conf/locale/lt/formats.py | 45 + .../conf/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 27473 bytes .../conf/locale/lv/LC_MESSAGES/django.po | 1294 ++ .../django/conf/locale/lv/__init__.py | 0 .../lv/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../lv/__pycache__/formats.cpython-38.pyc | Bin 0 -> 1035 bytes .../django/conf/locale/lv/formats.py | 46 + .../conf/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 29431 bytes .../conf/locale/mk/LC_MESSAGES/django.po | 1254 ++ .../django/conf/locale/mk/__init__.py | 0 .../mk/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../mk/__pycache__/formats.cpython-38.pyc | Bin 0 -> 932 bytes .../django/conf/locale/mk/formats.py | 42 + .../conf/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 36981 bytes .../conf/locale/ml/LC_MESSAGES/django.po | 1247 ++ .../django/conf/locale/ml/__init__.py | 0 .../ml/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../ml/__pycache__/formats.cpython-38.pyc | Bin 0 -> 824 bytes .../django/conf/locale/ml/formats.py | 40 + .../conf/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 31170 bytes .../conf/locale/mn/LC_MESSAGES/django.po | 1274 ++ .../django/conf/locale/mn/__init__.py | 0 .../mn/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../mn/__pycache__/formats.cpython-38.pyc | Bin 0 -> 264 bytes .../django/conf/locale/mn/formats.py | 21 + .../conf/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 1652 bytes .../conf/locale/mr/LC_MESSAGES/django.po | 1183 ++ .../conf/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 2650 bytes .../conf/locale/my/LC_MESSAGES/django.po | 1168 ++ .../conf/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 25948 bytes .../conf/locale/nb/LC_MESSAGES/django.po | 1271 ++ .../django/conf/locale/nb/__init__.py | 0 .../nb/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../nb/__pycache__/formats.cpython-38.pyc | Bin 0 -> 834 bytes .../django/conf/locale/nb/formats.py | 39 + .../conf/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 31196 bytes .../conf/locale/ne/LC_MESSAGES/django.po | 1229 ++ .../conf/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 25925 bytes .../conf/locale/nl/LC_MESSAGES/django.po | 1283 ++ .../django/conf/locale/nl/__init__.py | 0 .../nl/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../nl/__pycache__/formats.cpython-38.pyc | Bin 0 -> 1466 bytes .../django/conf/locale/nl/formats.py | 70 + .../conf/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 14256 bytes .../conf/locale/nn/LC_MESSAGES/django.po | 1198 ++ .../django/conf/locale/nn/__init__.py | 0 .../nn/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../nn/__pycache__/formats.cpython-38.pyc | Bin 0 -> 838 bytes .../django/conf/locale/nn/formats.py | 40 + .../conf/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 19250 bytes .../conf/locale/os/LC_MESSAGES/django.po | 1210 ++ .../conf/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 11501 bytes .../conf/locale/pa/LC_MESSAGES/django.po | 1184 ++ .../conf/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 28877 bytes .../conf/locale/pl/LC_MESSAGES/django.po | 1345 ++ .../django/conf/locale/pl/__init__.py | 0 .../pl/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../pl/__pycache__/formats.cpython-38.pyc | Bin 0 -> 686 bytes .../django/conf/locale/pl/formats.py | 29 + .../conf/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 26396 bytes .../conf/locale/pt/LC_MESSAGES/django.po | 1277 ++ .../django/conf/locale/pt/__init__.py | 0 .../pt/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../pt/__pycache__/formats.cpython-38.pyc | Bin 0 -> 865 bytes .../django/conf/locale/pt/formats.py | 38 + .../conf/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 26707 bytes .../conf/locale/pt_BR/LC_MESSAGES/django.po | 1295 ++ .../django/conf/locale/pt_BR/__init__.py | 0 .../pt_BR/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../pt_BR/__pycache__/formats.cpython-38.pyc | Bin 0 -> 781 bytes .../django/conf/locale/pt_BR/formats.py | 33 + .../conf/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 27531 bytes .../conf/locale/ro/LC_MESSAGES/django.po | 1307 ++ .../django/conf/locale/ro/__init__.py | 0 .../ro/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../ro/__pycache__/formats.cpython-38.pyc | Bin 0 -> 786 bytes .../django/conf/locale/ro/formats.py | 35 + .../conf/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 36963 bytes .../conf/locale/ru/LC_MESSAGES/django.po | 1349 ++ .../django/conf/locale/ru/__init__.py | 0 .../ru/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../ru/__pycache__/formats.cpython-38.pyc | Bin 0 -> 765 bytes .../django/conf/locale/ru/formats.py | 32 + .../conf/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 27960 bytes .../conf/locale/sk/LC_MESSAGES/django.po | 1310 ++ .../django/conf/locale/sk/__init__.py | 0 .../sk/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../sk/__pycache__/formats.cpython-38.pyc | Bin 0 -> 688 bytes .../django/conf/locale/sk/formats.py | 29 + .../conf/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 27630 bytes .../conf/locale/sl/LC_MESSAGES/django.po | 1309 ++ .../django/conf/locale/sl/__init__.py | 0 .../sl/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../sl/__pycache__/formats.cpython-38.pyc | Bin 0 -> 1024 bytes .../django/conf/locale/sl/formats.py | 47 + .../conf/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 26966 bytes .../conf/locale/sq/LC_MESSAGES/django.po | 1278 ++ .../django/conf/locale/sq/__init__.py | 0 .../sq/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../sq/__pycache__/formats.cpython-38.pyc | Bin 0 -> 380 bytes .../django/conf/locale/sq/formats.py | 21 + .../conf/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 33073 bytes .../conf/locale/sr/LC_MESSAGES/django.po | 1290 ++ .../django/conf/locale/sr/__init__.py | 0 .../sr/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../sr/__pycache__/formats.cpython-38.pyc | Bin 0 -> 954 bytes .../django/conf/locale/sr/formats.py | 43 + .../conf/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 14941 bytes .../conf/locale/sr_Latn/LC_MESSAGES/django.po | 1230 ++ .../django/conf/locale/sr_Latn/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 191 bytes .../__pycache__/formats.cpython-38.pyc | Bin 0 -> 959 bytes .../django/conf/locale/sr_Latn/formats.py | 43 + .../conf/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 26399 bytes .../conf/locale/sv/LC_MESSAGES/django.po | 1283 ++ .../django/conf/locale/sv/__init__.py | 0 .../sv/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../sv/__pycache__/formats.cpython-38.pyc | Bin 0 -> 831 bytes .../django/conf/locale/sv/formats.py | 38 + .../conf/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 14903 bytes .../conf/locale/sw/LC_MESSAGES/django.po | 1194 ++ .../conf/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 7155 bytes .../conf/locale/ta/LC_MESSAGES/django.po | 1184 ++ .../django/conf/locale/ta/__init__.py | 0 .../ta/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../ta/__pycache__/formats.cpython-38.pyc | Bin 0 -> 295 bytes .../django/conf/locale/ta/formats.py | 21 + .../conf/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 13321 bytes .../conf/locale/te/LC_MESSAGES/django.po | 1187 ++ .../django/conf/locale/te/__init__.py | 0 .../te/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../te/__pycache__/formats.cpython-38.pyc | Bin 0 -> 293 bytes .../django/conf/locale/te/formats.py | 21 + .../conf/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 20155 bytes .../conf/locale/th/LC_MESSAGES/django.po | 1192 ++ .../django/conf/locale/th/__init__.py | 0 .../th/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../th/__pycache__/formats.cpython-38.pyc | Bin 0 -> 747 bytes .../django/conf/locale/th/formats.py | 33 + .../conf/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 27131 bytes .../conf/locale/tr/LC_MESSAGES/django.po | 1286 ++ .../django/conf/locale/tr/__init__.py | 0 .../tr/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../tr/__pycache__/formats.cpython-38.pyc | Bin 0 -> 681 bytes .../django/conf/locale/tr/formats.py | 29 + .../conf/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 15352 bytes .../conf/locale/tt/LC_MESSAGES/django.po | 1184 ++ .../conf/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 13564 bytes .../conf/locale/udm/LC_MESSAGES/django.po | 1171 ++ .../conf/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 35688 bytes .../conf/locale/uk/LC_MESSAGES/django.po | 1338 ++ .../django/conf/locale/uk/__init__.py | 0 .../uk/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../uk/__pycache__/formats.cpython-38.pyc | Bin 0 -> 826 bytes .../django/conf/locale/uk/formats.py | 37 + .../conf/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 12566 bytes .../conf/locale/ur/LC_MESSAGES/django.po | 1193 ++ .../conf/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 19452 bytes .../conf/locale/vi/LC_MESSAGES/django.po | 1194 ++ .../django/conf/locale/vi/__init__.py | 0 .../vi/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../vi/__pycache__/formats.cpython-38.pyc | Bin 0 -> 512 bytes .../django/conf/locale/vi/formats.py | 21 + .../conf/locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 25378 bytes .../conf/locale/zh_Hans/LC_MESSAGES/django.po | 1244 ++ .../django/conf/locale/zh_Hans/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 191 bytes .../__pycache__/formats.cpython-38.pyc | Bin 0 -> 945 bytes .../django/conf/locale/zh_Hans/formats.py | 42 + .../conf/locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 24865 bytes .../conf/locale/zh_Hant/LC_MESSAGES/django.po | 1207 ++ .../django/conf/locale/zh_Hant/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 191 bytes .../__pycache__/formats.cpython-38.pyc | Bin 0 -> 945 bytes .../django/conf/locale/zh_Hant/formats.py | 42 + .../conf/project_template/manage.py-tpl | 21 + .../project_name/__init__.py-tpl | 0 .../project_name/settings.py-tpl | 120 + .../project_template/project_name/urls.py-tpl | 21 + .../project_template/project_name/wsgi.py-tpl | 16 + .../django/conf/urls/__init__.py | 13 + .../urls/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 621 bytes .../conf/urls/__pycache__/i18n.cpython-38.pyc | Bin 0 -> 1323 bytes .../urls/__pycache__/static.cpython-38.pyc | Bin 0 -> 1049 bytes .../site-packages/django/conf/urls/i18n.py | 39 + .../site-packages/django/conf/urls/static.py | 28 + .../site-packages/django/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 179 bytes .../django/contrib/admin/__init__.py | 29 + .../admin/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1331 bytes .../admin/__pycache__/actions.cpython-38.pyc | Bin 0 -> 2333 bytes .../admin/__pycache__/apps.cpython-38.pyc | Bin 0 -> 1397 bytes .../admin/__pycache__/checks.cpython-38.pyc | Bin 0 -> 35412 bytes .../__pycache__/decorators.cpython-38.pyc | Bin 0 -> 1159 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 717 bytes .../admin/__pycache__/filters.cpython-38.pyc | Bin 0 -> 14360 bytes .../admin/__pycache__/forms.cpython-38.pyc | Bin 0 -> 1381 bytes .../admin/__pycache__/helpers.cpython-38.pyc | Bin 0 -> 13838 bytes .../admin/__pycache__/models.cpython-38.pyc | Bin 0 -> 5151 bytes .../admin/__pycache__/options.cpython-38.pyc | Bin 0 -> 62903 bytes .../admin/__pycache__/sites.cpython-38.pyc | Bin 0 -> 15905 bytes .../admin/__pycache__/tests.cpython-38.pyc | Bin 0 -> 7722 bytes .../admin/__pycache__/utils.cpython-38.pyc | Bin 0 -> 15157 bytes .../admin/__pycache__/widgets.cpython-38.pyc | Bin 0 -> 19047 bytes .../django/contrib/admin/actions.py | 79 + .../django/contrib/admin/apps.py | 24 + .../django/contrib/admin/checks.py | 1134 ++ .../django/contrib/admin/decorators.py | 30 + .../django/contrib/admin/exceptions.py | 11 + .../django/contrib/admin/filters.py | 422 + .../django/contrib/admin/forms.py | 30 + .../django/contrib/admin/helpers.py | 402 + .../admin/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 16245 bytes .../admin/locale/af/LC_MESSAGES/django.po | 716 ++ .../admin/locale/af/LC_MESSAGES/djangojs.mo | Bin 0 -> 4477 bytes .../admin/locale/af/LC_MESSAGES/djangojs.po | 219 + .../admin/locale/am/LC_MESSAGES/django.mo | Bin 0 -> 8309 bytes .../admin/locale/am/LC_MESSAGES/django.po | 636 + .../admin/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 17621 bytes .../admin/locale/ar/LC_MESSAGES/django.po | 713 ++ .../admin/locale/ar/LC_MESSAGES/djangojs.mo | Bin 0 -> 4959 bytes .../admin/locale/ar/LC_MESSAGES/djangojs.po | 227 + .../admin/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 2476 bytes .../admin/locale/ast/LC_MESSAGES/django.po | 636 + .../admin/locale/ast/LC_MESSAGES/djangojs.mo | Bin 0 -> 2137 bytes .../admin/locale/ast/LC_MESSAGES/djangojs.po | 211 + .../admin/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 16875 bytes .../admin/locale/az/LC_MESSAGES/django.po | 716 ++ .../admin/locale/az/LC_MESSAGES/djangojs.mo | Bin 0 -> 4621 bytes .../admin/locale/az/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 20007 bytes .../admin/locale/be/LC_MESSAGES/django.po | 685 + .../admin/locale/be/LC_MESSAGES/djangojs.mo | Bin 0 -> 5942 bytes .../admin/locale/be/LC_MESSAGES/djangojs.po | 224 + .../admin/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 20070 bytes .../admin/locale/bg/LC_MESSAGES/django.po | 689 + .../admin/locale/bg/LC_MESSAGES/djangojs.mo | Bin 0 -> 5565 bytes .../admin/locale/bg/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 15247 bytes .../admin/locale/bn/LC_MESSAGES/django.po | 652 + .../admin/locale/bn/LC_MESSAGES/djangojs.mo | Bin 0 -> 2313 bytes .../admin/locale/bn/LC_MESSAGES/djangojs.po | 207 + .../admin/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 6489 bytes .../admin/locale/br/LC_MESSAGES/django.po | 671 + .../admin/locale/br/LC_MESSAGES/djangojs.mo | Bin 0 -> 1658 bytes .../admin/locale/br/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 8845 bytes .../admin/locale/bs/LC_MESSAGES/django.po | 657 + .../admin/locale/bs/LC_MESSAGES/djangojs.mo | Bin 0 -> 1183 bytes .../admin/locale/bs/LC_MESSAGES/djangojs.po | 211 + .../admin/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 16994 bytes .../admin/locale/ca/LC_MESSAGES/django.po | 720 ++ .../admin/locale/ca/LC_MESSAGES/djangojs.mo | Bin 0 -> 4560 bytes .../admin/locale/ca/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 17190 bytes .../admin/locale/cs/LC_MESSAGES/django.po | 723 ++ .../admin/locale/cs/LC_MESSAGES/djangojs.mo | Bin 0 -> 5053 bytes .../admin/locale/cs/LC_MESSAGES/djangojs.po | 226 + .../admin/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 12521 bytes .../admin/locale/cy/LC_MESSAGES/django.po | 675 + .../admin/locale/cy/LC_MESSAGES/djangojs.mo | Bin 0 -> 3801 bytes .../admin/locale/cy/LC_MESSAGES/djangojs.po | 222 + .../admin/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 16367 bytes .../admin/locale/da/LC_MESSAGES/django.po | 712 ++ .../admin/locale/da/LC_MESSAGES/djangojs.mo | Bin 0 -> 4518 bytes .../admin/locale/da/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 17151 bytes .../admin/locale/de/LC_MESSAGES/django.po | 724 ++ .../admin/locale/de/LC_MESSAGES/djangojs.mo | Bin 0 -> 4602 bytes .../admin/locale/de/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 17280 bytes .../admin/locale/dsb/LC_MESSAGES/django.po | 715 ++ .../admin/locale/dsb/LC_MESSAGES/djangojs.mo | Bin 0 -> 5016 bytes .../admin/locale/dsb/LC_MESSAGES/djangojs.po | 225 + .../admin/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 23088 bytes .../admin/locale/el/LC_MESSAGES/django.po | 738 ++ .../admin/locale/el/LC_MESSAGES/djangojs.mo | Bin 0 -> 5888 bytes .../admin/locale/el/LC_MESSAGES/djangojs.po | 223 + .../admin/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../admin/locale/en/LC_MESSAGES/django.po | 888 ++ .../admin/locale/en/LC_MESSAGES/djangojs.mo | Bin 0 -> 356 bytes .../admin/locale/en/LC_MESSAGES/djangojs.po | 263 + .../admin/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 2894 bytes .../admin/locale/en_AU/LC_MESSAGES/django.po | 636 + .../locale/en_AU/LC_MESSAGES/djangojs.mo | Bin 0 -> 1714 bytes .../locale/en_AU/LC_MESSAGES/djangojs.po | 209 + .../admin/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 11159 bytes .../admin/locale/en_GB/LC_MESSAGES/django.po | 691 ++ .../locale/en_GB/LC_MESSAGES/djangojs.mo | Bin 0 -> 3147 bytes .../locale/en_GB/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 16252 bytes .../admin/locale/eo/LC_MESSAGES/django.po | 717 ++ .../admin/locale/eo/LC_MESSAGES/djangojs.mo | Bin 0 -> 4452 bytes .../admin/locale/eo/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 17223 bytes .../admin/locale/es/LC_MESSAGES/django.po | 738 ++ .../admin/locale/es/LC_MESSAGES/djangojs.mo | Bin 0 -> 4627 bytes .../admin/locale/es/LC_MESSAGES/djangojs.po | 224 + .../admin/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 17374 bytes .../admin/locale/es_AR/LC_MESSAGES/django.po | 721 ++ .../locale/es_AR/LC_MESSAGES/djangojs.mo | Bin 0 -> 4892 bytes .../locale/es_AR/LC_MESSAGES/djangojs.po | 228 + .../admin/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 15156 bytes .../admin/locale/es_CO/LC_MESSAGES/django.po | 697 ++ .../locale/es_CO/LC_MESSAGES/djangojs.mo | Bin 0 -> 3895 bytes .../locale/es_CO/LC_MESSAGES/djangojs.po | 223 + .../admin/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 14127 bytes .../admin/locale/es_MX/LC_MESSAGES/django.po | 683 + .../locale/es_MX/LC_MESSAGES/djangojs.mo | Bin 0 -> 3380 bytes .../locale/es_MX/LC_MESSAGES/djangojs.po | 219 + .../admin/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 16837 bytes .../admin/locale/es_VE/LC_MESSAGES/django.po | 698 ++ .../locale/es_VE/LC_MESSAGES/djangojs.mo | Bin 0 -> 4635 bytes .../locale/es_VE/LC_MESSAGES/djangojs.po | 222 + .../admin/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 15553 bytes .../admin/locale/et/LC_MESSAGES/django.po | 709 ++ .../admin/locale/et/LC_MESSAGES/djangojs.mo | Bin 0 -> 4394 bytes .../admin/locale/et/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 16336 bytes .../admin/locale/eu/LC_MESSAGES/django.po | 713 ++ .../admin/locale/eu/LC_MESSAGES/djangojs.mo | Bin 0 -> 4522 bytes .../admin/locale/eu/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 19770 bytes .../admin/locale/fa/LC_MESSAGES/django.po | 718 ++ .../admin/locale/fa/LC_MESSAGES/djangojs.mo | Bin 0 -> 5267 bytes .../admin/locale/fa/LC_MESSAGES/djangojs.po | 222 + .../admin/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 15778 bytes .../admin/locale/fi/LC_MESSAGES/django.po | 708 ++ .../admin/locale/fi/LC_MESSAGES/djangojs.mo | Bin 0 -> 4561 bytes .../admin/locale/fi/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 17947 bytes .../admin/locale/fr/LC_MESSAGES/django.po | 728 ++ .../admin/locale/fr/LC_MESSAGES/djangojs.mo | Bin 0 -> 4735 bytes .../admin/locale/fr/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../admin/locale/fy/LC_MESSAGES/django.po | 609 + .../admin/locale/fy/LC_MESSAGES/djangojs.mo | Bin 0 -> 476 bytes .../admin/locale/fy/LC_MESSAGES/djangojs.po | 145 + .../admin/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 15075 bytes .../admin/locale/ga/LC_MESSAGES/django.po | 715 ++ .../admin/locale/ga/LC_MESSAGES/djangojs.mo | Bin 0 -> 5247 bytes .../admin/locale/ga/LC_MESSAGES/djangojs.po | 234 + .../admin/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 18685 bytes .../admin/locale/gd/LC_MESSAGES/django.po | 743 ++ .../admin/locale/gd/LC_MESSAGES/djangojs.mo | Bin 0 -> 5304 bytes .../admin/locale/gd/LC_MESSAGES/djangojs.po | 237 + .../admin/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 13246 bytes .../admin/locale/gl/LC_MESSAGES/django.po | 679 + .../admin/locale/gl/LC_MESSAGES/djangojs.mo | Bin 0 -> 3279 bytes .../admin/locale/gl/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 18109 bytes .../admin/locale/he/LC_MESSAGES/django.po | 703 ++ .../admin/locale/he/LC_MESSAGES/djangojs.mo | Bin 0 -> 5157 bytes .../admin/locale/he/LC_MESSAGES/djangojs.po | 223 + .../admin/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 18457 bytes .../admin/locale/hi/LC_MESSAGES/django.po | 666 + .../admin/locale/hi/LC_MESSAGES/djangojs.mo | Bin 0 -> 4893 bytes .../admin/locale/hi/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 14702 bytes .../admin/locale/hr/LC_MESSAGES/django.po | 716 ++ .../admin/locale/hr/LC_MESSAGES/djangojs.mo | Bin 0 -> 3360 bytes .../admin/locale/hr/LC_MESSAGES/djangojs.po | 223 + .../admin/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 17024 bytes .../admin/locale/hsb/LC_MESSAGES/django.po | 710 ++ .../admin/locale/hsb/LC_MESSAGES/djangojs.mo | Bin 0 -> 5087 bytes .../admin/locale/hsb/LC_MESSAGES/djangojs.po | 226 + .../admin/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 16903 bytes .../admin/locale/hu/LC_MESSAGES/django.po | 715 ++ .../admin/locale/hu/LC_MESSAGES/djangojs.mo | Bin 0 -> 4524 bytes .../admin/locale/hu/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 18274 bytes .../admin/locale/hy/LC_MESSAGES/django.po | 708 ++ .../admin/locale/hy/LC_MESSAGES/djangojs.mo | Bin 0 -> 5636 bytes .../admin/locale/hy/LC_MESSAGES/djangojs.po | 219 + .../admin/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 11278 bytes .../admin/locale/ia/LC_MESSAGES/django.po | 664 + .../admin/locale/ia/LC_MESSAGES/djangojs.mo | Bin 0 -> 3177 bytes .../admin/locale/ia/LC_MESSAGES/djangojs.po | 216 + .../admin/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 16118 bytes .../admin/locale/id/LC_MESSAGES/django.po | 715 ++ .../admin/locale/id/LC_MESSAGES/djangojs.mo | Bin 0 -> 4407 bytes .../admin/locale/id/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 12624 bytes .../admin/locale/io/LC_MESSAGES/django.po | 668 + .../admin/locale/io/LC_MESSAGES/djangojs.mo | Bin 0 -> 464 bytes .../admin/locale/io/LC_MESSAGES/djangojs.po | 145 + .../admin/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 16598 bytes .../admin/locale/is/LC_MESSAGES/django.po | 711 ++ .../admin/locale/is/LC_MESSAGES/djangojs.mo | Bin 0 -> 4559 bytes .../admin/locale/is/LC_MESSAGES/djangojs.po | 219 + .../admin/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 16882 bytes .../admin/locale/it/LC_MESSAGES/django.po | 727 ++ .../admin/locale/it/LC_MESSAGES/djangojs.mo | Bin 0 -> 4537 bytes .../admin/locale/it/LC_MESSAGES/djangojs.po | 223 + .../admin/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 18026 bytes .../admin/locale/ja/LC_MESSAGES/django.po | 704 ++ .../admin/locale/ja/LC_MESSAGES/djangojs.mo | Bin 0 -> 4688 bytes .../admin/locale/ja/LC_MESSAGES/djangojs.po | 213 + .../admin/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 20101 bytes .../admin/locale/ka/LC_MESSAGES/django.po | 699 ++ .../admin/locale/ka/LC_MESSAGES/djangojs.mo | Bin 0 -> 5516 bytes .../admin/locale/ka/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 3531 bytes .../admin/locale/kab/LC_MESSAGES/django.po | 631 + .../admin/locale/kab/LC_MESSAGES/djangojs.mo | Bin 0 -> 1844 bytes .../admin/locale/kab/LC_MESSAGES/djangojs.po | 204 + .../admin/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 12845 bytes .../admin/locale/kk/LC_MESSAGES/django.po | 695 ++ .../admin/locale/kk/LC_MESSAGES/djangojs.mo | Bin 0 -> 2387 bytes .../admin/locale/kk/LC_MESSAGES/djangojs.po | 210 + .../admin/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 10403 bytes .../admin/locale/km/LC_MESSAGES/django.po | 636 + .../admin/locale/km/LC_MESSAGES/djangojs.mo | Bin 0 -> 1334 bytes .../admin/locale/km/LC_MESSAGES/djangojs.po | 201 + .../admin/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 9203 bytes .../admin/locale/kn/LC_MESSAGES/django.po | 639 + .../admin/locale/kn/LC_MESSAGES/djangojs.mo | Bin 0 -> 1872 bytes .../admin/locale/kn/LC_MESSAGES/djangojs.po | 205 + .../admin/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 17405 bytes .../admin/locale/ko/LC_MESSAGES/django.po | 717 ++ .../admin/locale/ko/LC_MESSAGES/djangojs.mo | Bin 0 -> 4493 bytes .../admin/locale/ko/LC_MESSAGES/djangojs.po | 216 + .../admin/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 913 bytes .../admin/locale/lb/LC_MESSAGES/django.po | 632 + .../admin/locale/lb/LC_MESSAGES/djangojs.mo | Bin 0 -> 474 bytes .../admin/locale/lb/LC_MESSAGES/djangojs.po | 145 + .../admin/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 17033 bytes .../admin/locale/lt/LC_MESSAGES/django.po | 720 ++ .../admin/locale/lt/LC_MESSAGES/djangojs.mo | Bin 0 -> 5183 bytes .../admin/locale/lt/LC_MESSAGES/djangojs.po | 236 + .../admin/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 16662 bytes .../admin/locale/lv/LC_MESSAGES/django.po | 716 ++ .../admin/locale/lv/LC_MESSAGES/djangojs.mo | Bin 0 -> 4903 bytes .../admin/locale/lv/LC_MESSAGES/djangojs.po | 224 + .../admin/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 20661 bytes .../admin/locale/mk/LC_MESSAGES/django.po | 692 ++ .../admin/locale/mk/LC_MESSAGES/djangojs.mo | Bin 0 -> 5633 bytes .../admin/locale/mk/LC_MESSAGES/djangojs.po | 219 + .../admin/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 24622 bytes .../admin/locale/ml/LC_MESSAGES/django.po | 703 ++ .../admin/locale/ml/LC_MESSAGES/djangojs.mo | Bin 0 -> 7547 bytes .../admin/locale/ml/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 20545 bytes .../admin/locale/mn/LC_MESSAGES/django.po | 712 ++ .../admin/locale/mn/LC_MESSAGES/djangojs.mo | Bin 0 -> 5228 bytes .../admin/locale/mn/LC_MESSAGES/djangojs.po | 218 + .../admin/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../admin/locale/mr/LC_MESSAGES/django.po | 609 + .../admin/locale/mr/LC_MESSAGES/djangojs.mo | Bin 0 -> 468 bytes .../admin/locale/mr/LC_MESSAGES/djangojs.po | 145 + .../admin/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 3677 bytes .../admin/locale/my/LC_MESSAGES/django.po | 629 + .../admin/locale/my/LC_MESSAGES/djangojs.mo | Bin 0 -> 3268 bytes .../admin/locale/my/LC_MESSAGES/djangojs.po | 206 + .../admin/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 15980 bytes .../admin/locale/nb/LC_MESSAGES/django.po | 711 ++ .../admin/locale/nb/LC_MESSAGES/djangojs.mo | Bin 0 -> 4375 bytes .../admin/locale/nb/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 15710 bytes .../admin/locale/ne/LC_MESSAGES/django.po | 645 + .../admin/locale/ne/LC_MESSAGES/djangojs.mo | Bin 0 -> 5362 bytes .../admin/locale/ne/LC_MESSAGES/djangojs.po | 213 + .../admin/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 16768 bytes .../admin/locale/nl/LC_MESSAGES/django.po | 724 ++ .../admin/locale/nl/LC_MESSAGES/djangojs.mo | Bin 0 -> 4619 bytes .../admin/locale/nl/LC_MESSAGES/djangojs.po | 226 + .../admin/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 10943 bytes .../admin/locale/nn/LC_MESSAGES/django.po | 664 + .../admin/locale/nn/LC_MESSAGES/djangojs.mo | Bin 0 -> 3120 bytes .../admin/locale/nn/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 14978 bytes .../admin/locale/os/LC_MESSAGES/django.po | 665 + .../admin/locale/os/LC_MESSAGES/djangojs.mo | Bin 0 -> 3806 bytes .../admin/locale/os/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 10185 bytes .../admin/locale/pa/LC_MESSAGES/django.po | 668 + .../admin/locale/pa/LC_MESSAGES/djangojs.mo | Bin 0 -> 1207 bytes .../admin/locale/pa/LC_MESSAGES/djangojs.po | 205 + .../admin/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 17192 bytes .../admin/locale/pl/LC_MESSAGES/django.po | 733 ++ .../admin/locale/pl/LC_MESSAGES/djangojs.mo | Bin 0 -> 5106 bytes .../admin/locale/pl/LC_MESSAGES/djangojs.po | 244 + .../admin/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 16912 bytes .../admin/locale/pt/LC_MESSAGES/django.po | 725 ++ .../admin/locale/pt/LC_MESSAGES/djangojs.mo | Bin 0 -> 4579 bytes .../admin/locale/pt/LC_MESSAGES/djangojs.po | 222 + .../admin/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 16830 bytes .../admin/locale/pt_BR/LC_MESSAGES/django.po | 733 ++ .../locale/pt_BR/LC_MESSAGES/djangojs.mo | Bin 0 -> 4619 bytes .../locale/pt_BR/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 16893 bytes .../admin/locale/ro/LC_MESSAGES/django.po | 724 ++ .../admin/locale/ro/LC_MESSAGES/djangojs.mo | Bin 0 -> 4686 bytes .../admin/locale/ro/LC_MESSAGES/djangojs.po | 228 + .../admin/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 21726 bytes .../admin/locale/ru/LC_MESSAGES/django.po | 729 ++ .../admin/locale/ru/LC_MESSAGES/djangojs.mo | Bin 0 -> 6560 bytes .../admin/locale/ru/LC_MESSAGES/djangojs.po | 236 + .../admin/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 16288 bytes .../admin/locale/sk/LC_MESSAGES/django.po | 724 ++ .../admin/locale/sk/LC_MESSAGES/djangojs.mo | Bin 0 -> 4677 bytes .../admin/locale/sk/LC_MESSAGES/djangojs.po | 226 + .../admin/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 16136 bytes .../admin/locale/sl/LC_MESSAGES/django.po | 690 + .../admin/locale/sl/LC_MESSAGES/djangojs.mo | Bin 0 -> 4724 bytes .../admin/locale/sl/LC_MESSAGES/djangojs.po | 225 + .../admin/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 17053 bytes .../admin/locale/sq/LC_MESSAGES/django.po | 715 ++ .../admin/locale/sq/LC_MESSAGES/djangojs.mo | Bin 0 -> 4590 bytes .../admin/locale/sq/LC_MESSAGES/djangojs.po | 220 + .../admin/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 20855 bytes .../admin/locale/sr/LC_MESSAGES/django.po | 715 ++ .../admin/locale/sr/LC_MESSAGES/djangojs.mo | Bin 0 -> 5221 bytes .../admin/locale/sr/LC_MESSAGES/djangojs.po | 216 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 12383 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 694 ++ .../locale/sr_Latn/LC_MESSAGES/djangojs.mo | Bin 0 -> 4337 bytes .../locale/sr_Latn/LC_MESSAGES/djangojs.po | 216 + .../admin/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 16348 bytes .../admin/locale/sv/LC_MESSAGES/django.po | 718 ++ .../admin/locale/sv/LC_MESSAGES/djangojs.mo | Bin 0 -> 4541 bytes .../admin/locale/sv/LC_MESSAGES/djangojs.po | 223 + .../admin/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 14353 bytes .../admin/locale/sw/LC_MESSAGES/django.po | 676 + .../admin/locale/sw/LC_MESSAGES/djangojs.mo | Bin 0 -> 3647 bytes .../admin/locale/sw/LC_MESSAGES/djangojs.po | 217 + .../admin/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 10179 bytes .../admin/locale/ta/LC_MESSAGES/django.po | 643 + .../admin/locale/ta/LC_MESSAGES/djangojs.mo | Bin 0 -> 1379 bytes .../admin/locale/ta/LC_MESSAGES/djangojs.po | 204 + .../admin/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 10590 bytes .../admin/locale/te/LC_MESSAGES/django.po | 640 + .../admin/locale/te/LC_MESSAGES/djangojs.mo | Bin 0 -> 1362 bytes .../admin/locale/te/LC_MESSAGES/djangojs.po | 205 + .../admin/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 18986 bytes .../admin/locale/th/LC_MESSAGES/django.po | 684 + .../admin/locale/th/LC_MESSAGES/djangojs.mo | Bin 0 -> 6250 bytes .../admin/locale/th/LC_MESSAGES/djangojs.po | 213 + .../admin/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 16966 bytes .../admin/locale/tr/LC_MESSAGES/django.po | 721 ++ .../admin/locale/tr/LC_MESSAGES/djangojs.mo | Bin 0 -> 4547 bytes .../admin/locale/tr/LC_MESSAGES/djangojs.po | 221 + .../admin/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 12952 bytes .../admin/locale/tt/LC_MESSAGES/django.po | 655 + .../admin/locale/tt/LC_MESSAGES/djangojs.mo | Bin 0 -> 2607 bytes .../admin/locale/tt/LC_MESSAGES/djangojs.po | 208 + .../admin/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 622 bytes .../admin/locale/udm/LC_MESSAGES/django.po | 606 + .../admin/locale/udm/LC_MESSAGES/djangojs.mo | Bin 0 -> 462 bytes .../admin/locale/udm/LC_MESSAGES/djangojs.po | 142 + .../admin/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 20988 bytes .../admin/locale/uk/LC_MESSAGES/django.po | 730 ++ .../admin/locale/uk/LC_MESSAGES/djangojs.mo | Bin 0 -> 5930 bytes .../admin/locale/uk/LC_MESSAGES/djangojs.po | 230 + .../admin/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 13106 bytes .../admin/locale/ur/LC_MESSAGES/django.po | 661 + .../admin/locale/ur/LC_MESSAGES/djangojs.mo | Bin 0 -> 2678 bytes .../admin/locale/ur/LC_MESSAGES/djangojs.po | 211 + .../admin/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 14860 bytes .../admin/locale/vi/LC_MESSAGES/django.po | 702 ++ .../admin/locale/vi/LC_MESSAGES/djangojs.mo | Bin 0 -> 3733 bytes .../admin/locale/vi/LC_MESSAGES/djangojs.po | 220 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 15531 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 699 ++ .../locale/zh_Hans/LC_MESSAGES/djangojs.mo | Bin 0 -> 4245 bytes .../locale/zh_Hans/LC_MESSAGES/djangojs.po | 220 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 15152 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 660 + .../locale/zh_Hant/LC_MESSAGES/djangojs.mo | Bin 0 -> 4230 bytes .../locale/zh_Hant/LC_MESSAGES/djangojs.po | 213 + .../contrib/admin/migrations/0001_initial.py | 47 + .../0002_logentry_remove_auto_add.py | 22 + .../0003_logentry_add_action_flag_choices.py | 20 + .../contrib/admin/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-38.pyc | Bin 0 -> 1629 bytes ...02_logentry_remove_auto_add.cpython-38.pyc | Bin 0 -> 738 bytes ...try_add_action_flag_choices.cpython-38.pyc | Bin 0 -> 758 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 196 bytes .../django/contrib/admin/models.py | 150 + .../django/contrib/admin/options.py | 2182 ++++ .../django/contrib/admin/sites.py | 537 + .../admin/static/admin/css/autocomplete.css | 260 + .../contrib/admin/static/admin/css/base.css | 987 ++ .../admin/static/admin/css/changelists.css | 344 + .../admin/static/admin/css/dashboard.css | 27 + .../contrib/admin/static/admin/css/fonts.css | 20 + .../contrib/admin/static/admin/css/forms.css | 532 + .../contrib/admin/static/admin/css/login.css | 79 + .../admin/static/admin/css/responsive.css | 992 ++ .../admin/static/admin/css/responsive_rtl.css | 84 + .../contrib/admin/static/admin/css/rtl.css | 269 + .../css/vendor/select2/LICENSE-SELECT2.md | 21 + .../admin/css/vendor/select2/select2.css | 484 + .../admin/css/vendor/select2/select2.min.css | 1 + .../admin/static/admin/css/widgets.css | 565 + .../admin/static/admin/fonts/LICENSE.txt | 202 + .../admin/static/admin/fonts/README.txt | 3 + .../admin/fonts/Roboto-Bold-webfont.woff | Bin 0 -> 86184 bytes .../admin/fonts/Roboto-Light-webfont.woff | Bin 0 -> 85692 bytes .../admin/fonts/Roboto-Regular-webfont.woff | Bin 0 -> 85876 bytes .../contrib/admin/static/admin/img/LICENSE | 20 + .../contrib/admin/static/admin/img/README.txt | 7 + .../admin/static/admin/img/calendar-icons.svg | 14 + .../static/admin/img/gis/move_vertex_off.svg | 1 + .../static/admin/img/gis/move_vertex_on.svg | 1 + .../admin/static/admin/img/icon-addlink.svg | 3 + .../admin/static/admin/img/icon-alert.svg | 3 + .../admin/static/admin/img/icon-calendar.svg | 9 + .../static/admin/img/icon-changelink.svg | 3 + .../admin/static/admin/img/icon-clock.svg | 9 + .../static/admin/img/icon-deletelink.svg | 3 + .../admin/static/admin/img/icon-no.svg | 3 + .../static/admin/img/icon-unknown-alt.svg | 3 + .../admin/static/admin/img/icon-unknown.svg | 3 + .../admin/static/admin/img/icon-viewlink.svg | 3 + .../admin/static/admin/img/icon-yes.svg | 3 + .../admin/static/admin/img/inline-delete.svg | 3 + .../contrib/admin/static/admin/img/search.svg | 3 + .../admin/static/admin/img/selector-icons.svg | 34 + .../admin/static/admin/img/sorting-icons.svg | 19 + .../admin/static/admin/img/tooltag-add.svg | 3 + .../static/admin/img/tooltag-arrowright.svg | 3 + .../admin/static/admin/js/SelectBox.js | 144 + .../admin/static/admin/js/SelectFilter2.js | 246 + .../contrib/admin/static/admin/js/actions.js | 153 + .../admin/static/admin/js/actions.min.js | 7 + .../admin/js/admin/DateTimeShortcuts.js | 423 + .../admin/js/admin/RelatedObjectLookups.js | 181 + .../admin/static/admin/js/autocomplete.js | 37 + .../contrib/admin/static/admin/js/calendar.js | 208 + .../contrib/admin/static/admin/js/cancel.js | 13 + .../admin/static/admin/js/change_form.js | 20 + .../contrib/admin/static/admin/js/collapse.js | 55 + .../admin/static/admin/js/collapse.min.js | 3 + .../contrib/admin/static/admin/js/core.js | 212 + .../contrib/admin/static/admin/js/inlines.js | 298 + .../admin/static/admin/js/inlines.min.js | 13 + .../admin/static/admin/js/jquery.init.js | 8 + .../admin/static/admin/js/popup_response.js | 16 + .../admin/static/admin/js/prepopulate.js | 42 + .../admin/static/admin/js/prepopulate.min.js | 1 + .../admin/static/admin/js/prepopulate_init.js | 10 + .../admin/static/admin/js/timeparse.js | 106 + .../contrib/admin/static/admin/js/urlify.js | 195 + .../static/admin/js/vendor/jquery/LICENSE.txt | 26 + .../static/admin/js/vendor/jquery/jquery.js | 10365 ++++++++++++++++ .../admin/js/vendor/jquery/jquery.min.js | 2 + .../static/admin/js/vendor/select2/LICENSE.md | 21 + .../static/admin/js/vendor/select2/i18n/ar.js | 3 + .../static/admin/js/vendor/select2/i18n/az.js | 3 + .../static/admin/js/vendor/select2/i18n/bg.js | 3 + .../static/admin/js/vendor/select2/i18n/ca.js | 3 + .../static/admin/js/vendor/select2/i18n/cs.js | 3 + .../static/admin/js/vendor/select2/i18n/da.js | 3 + .../static/admin/js/vendor/select2/i18n/de.js | 3 + .../static/admin/js/vendor/select2/i18n/el.js | 3 + .../static/admin/js/vendor/select2/i18n/en.js | 3 + .../static/admin/js/vendor/select2/i18n/es.js | 3 + .../static/admin/js/vendor/select2/i18n/et.js | 3 + .../static/admin/js/vendor/select2/i18n/eu.js | 3 + .../static/admin/js/vendor/select2/i18n/fa.js | 3 + .../static/admin/js/vendor/select2/i18n/fi.js | 3 + .../static/admin/js/vendor/select2/i18n/fr.js | 3 + .../static/admin/js/vendor/select2/i18n/gl.js | 3 + .../static/admin/js/vendor/select2/i18n/he.js | 3 + .../static/admin/js/vendor/select2/i18n/hi.js | 3 + .../static/admin/js/vendor/select2/i18n/hr.js | 3 + .../static/admin/js/vendor/select2/i18n/hu.js | 3 + .../static/admin/js/vendor/select2/i18n/id.js | 3 + .../static/admin/js/vendor/select2/i18n/is.js | 3 + .../static/admin/js/vendor/select2/i18n/it.js | 3 + .../static/admin/js/vendor/select2/i18n/ja.js | 3 + .../static/admin/js/vendor/select2/i18n/km.js | 3 + .../static/admin/js/vendor/select2/i18n/ko.js | 3 + .../static/admin/js/vendor/select2/i18n/lt.js | 3 + .../static/admin/js/vendor/select2/i18n/lv.js | 3 + .../static/admin/js/vendor/select2/i18n/mk.js | 3 + .../static/admin/js/vendor/select2/i18n/ms.js | 3 + .../static/admin/js/vendor/select2/i18n/nb.js | 3 + .../static/admin/js/vendor/select2/i18n/nl.js | 3 + .../static/admin/js/vendor/select2/i18n/pl.js | 3 + .../admin/js/vendor/select2/i18n/pt-BR.js | 3 + .../static/admin/js/vendor/select2/i18n/pt.js | 3 + .../static/admin/js/vendor/select2/i18n/ro.js | 3 + .../static/admin/js/vendor/select2/i18n/ru.js | 3 + .../static/admin/js/vendor/select2/i18n/sk.js | 3 + .../admin/js/vendor/select2/i18n/sr-Cyrl.js | 3 + .../static/admin/js/vendor/select2/i18n/sr.js | 3 + .../static/admin/js/vendor/select2/i18n/sv.js | 3 + .../static/admin/js/vendor/select2/i18n/th.js | 3 + .../static/admin/js/vendor/select2/i18n/tr.js | 3 + .../static/admin/js/vendor/select2/i18n/uk.js | 3 + .../static/admin/js/vendor/select2/i18n/vi.js | 3 + .../admin/js/vendor/select2/i18n/zh-CN.js | 3 + .../admin/js/vendor/select2/i18n/zh-TW.js | 3 + .../admin/js/vendor/select2/select2.full.js | 6436 ++++++++++ .../js/vendor/select2/select2.full.min.js | 3 + .../admin/js/vendor/xregexp/LICENSE.txt | 21 + .../static/admin/js/vendor/xregexp/xregexp.js | 2308 ++++ .../admin/js/vendor/xregexp/xregexp.min.js | 18 + .../contrib/admin/templates/admin/404.html | 12 + .../contrib/admin/templates/admin/500.html | 17 + .../admin/templates/admin/actions.html | 23 + .../admin/templates/admin/app_index.html | 18 + .../templates/admin/auth/user/add_form.html | 10 + .../admin/auth/user/change_password.html | 60 + .../contrib/admin/templates/admin/base.html | 93 + .../admin/templates/admin/base_site.html | 9 + .../admin/templates/admin/change_form.html | 81 + .../admin/change_form_object_tools.html | 8 + .../admin/templates/admin/change_list.html | 82 + .../admin/change_list_object_tools.html | 12 + .../templates/admin/change_list_results.html | 38 + .../admin/templates/admin/date_hierarchy.html | 16 + .../templates/admin/delete_confirmation.html | 52 + .../admin/delete_selected_confirmation.html | 55 + .../templates/admin/edit_inline/stacked.html | 25 + .../templates/admin/edit_inline/tabular.html | 75 + .../contrib/admin/templates/admin/filter.html | 8 + .../templates/admin/includes/fieldset.html | 29 + .../admin/includes/object_delete_summary.html | 7 + .../contrib/admin/templates/admin/index.html | 86 + .../admin/templates/admin/invalid_setup.html | 13 + .../contrib/admin/templates/admin/login.html | 66 + .../admin/templates/admin/object_history.html | 42 + .../admin/templates/admin/pagination.html | 12 + .../admin/templates/admin/popup_response.html | 11 + .../admin/prepopulated_fields_js.html | 6 + .../admin/templates/admin/search_form.html | 16 + .../admin/templates/admin/submit_line.html | 14 + .../admin/widgets/clearable_file_input.html | 6 + .../admin/widgets/foreign_key_raw_id.html | 1 + .../admin/widgets/many_to_many_raw_id.html | 1 + .../admin/templates/admin/widgets/radio.html | 1 + .../admin/widgets/related_widget_wrapper.html | 31 + .../admin/widgets/split_datetime.html | 4 + .../admin/templates/admin/widgets/url.html | 1 + .../templates/registration/logged_out.html | 12 + .../registration/password_change_done.html | 15 + .../registration/password_change_form.html | 60 + .../registration/password_reset_complete.html | 20 + .../registration/password_reset_confirm.html | 42 + .../registration/password_reset_done.html | 19 + .../registration/password_reset_email.html | 14 + .../registration/password_reset_form.html | 29 + .../contrib/admin/templatetags/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 198 bytes .../__pycache__/admin_list.cpython-38.pyc | Bin 0 -> 12030 bytes .../__pycache__/admin_modify.cpython-38.pyc | Bin 0 -> 3491 bytes .../__pycache__/admin_static.cpython-38.pyc | Bin 0 -> 654 bytes .../__pycache__/admin_urls.cpython-38.pyc | Bin 0 -> 1779 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 1496 bytes .../__pycache__/log.cpython-38.pyc | Bin 0 -> 2356 bytes .../contrib/admin/templatetags/admin_list.py | 485 + .../admin/templatetags/admin_modify.py | 111 + .../admin/templatetags/admin_static.py | 16 + .../contrib/admin/templatetags/admin_urls.py | 56 + .../django/contrib/admin/templatetags/base.py | 33 + .../django/contrib/admin/templatetags/log.py | 59 + .../django/contrib/admin/tests.py | 184 + .../django/contrib/admin/utils.py | 523 + .../django/contrib/admin/views/__init__.py | 0 .../views/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 191 bytes .../__pycache__/autocomplete.cpython-38.pyc | Bin 0 -> 2355 bytes .../__pycache__/decorators.cpython-38.pyc | Bin 0 -> 870 bytes .../views/__pycache__/main.cpython-38.pyc | Bin 0 -> 11720 bytes .../contrib/admin/views/autocomplete.py | 52 + .../django/contrib/admin/views/decorators.py | 18 + .../django/contrib/admin/views/main.py | 477 + .../django/contrib/admin/widgets.py | 475 + .../django/contrib/admindocs/__init__.py | 1 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 257 bytes .../admindocs/__pycache__/apps.cpython-38.pyc | Bin 0 -> 553 bytes .../__pycache__/middleware.cpython-38.pyc | Bin 0 -> 1553 bytes .../admindocs/__pycache__/urls.cpython-38.pyc | Bin 0 -> 1204 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 6054 bytes .../__pycache__/views.cpython-38.pyc | Bin 0 -> 11880 bytes .../django/contrib/admindocs/apps.py | 7 + .../admindocs/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 702 bytes .../admindocs/locale/af/LC_MESSAGES/django.po | 258 + .../admindocs/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 7286 bytes .../admindocs/locale/ar/LC_MESSAGES/django.po | 276 + .../locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 715 bytes .../locale/ast/LC_MESSAGES/django.po | 258 + .../admindocs/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1687 bytes .../admindocs/locale/az/LC_MESSAGES/django.po | 258 + .../admindocs/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 8185 bytes .../admindocs/locale/be/LC_MESSAGES/django.po | 284 + .../admindocs/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 7837 bytes .../admindocs/locale/bg/LC_MESSAGES/django.po | 286 + .../admindocs/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 3794 bytes .../admindocs/locale/bn/LC_MESSAGES/django.po | 261 + .../admindocs/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1571 bytes .../admindocs/locale/br/LC_MESSAGES/django.po | 263 + .../admindocs/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1730 bytes .../admindocs/locale/bs/LC_MESSAGES/django.po | 261 + .../admindocs/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 6681 bytes .../admindocs/locale/ca/LC_MESSAGES/django.po | 287 + .../admindocs/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 6641 bytes .../admindocs/locale/cs/LC_MESSAGES/django.po | 284 + .../admindocs/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 5401 bytes .../admindocs/locale/cy/LC_MESSAGES/django.po | 279 + .../admindocs/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 6458 bytes .../admindocs/locale/da/LC_MESSAGES/django.po | 284 + .../admindocs/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 6585 bytes .../admindocs/locale/de/LC_MESSAGES/django.po | 286 + .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 6836 bytes .../locale/dsb/LC_MESSAGES/django.po | 285 + .../admindocs/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 8598 bytes .../admindocs/locale/el/LC_MESSAGES/django.po | 289 + .../admindocs/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../admindocs/locale/en/LC_MESSAGES/django.po | 359 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 275 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1821 bytes .../locale/en_GB/LC_MESSAGES/django.po | 260 + .../admindocs/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 6391 bytes .../admindocs/locale/eo/LC_MESSAGES/django.po | 280 + .../admindocs/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 6673 bytes .../admindocs/locale/es/LC_MESSAGES/django.po | 292 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 6691 bytes .../locale/es_AR/LC_MESSAGES/django.po | 286 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 6476 bytes .../locale/es_CO/LC_MESSAGES/django.po | 281 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1853 bytes .../locale/es_MX/LC_MESSAGES/django.po | 260 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 6663 bytes .../locale/es_VE/LC_MESSAGES/django.po | 286 + .../admindocs/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 6402 bytes .../admindocs/locale/et/LC_MESSAGES/django.po | 284 + .../admindocs/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 6479 bytes .../admindocs/locale/eu/LC_MESSAGES/django.po | 283 + .../admindocs/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 7533 bytes .../admindocs/locale/fa/LC_MESSAGES/django.po | 284 + .../admindocs/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 6413 bytes .../admindocs/locale/fi/LC_MESSAGES/django.po | 278 + .../admindocs/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 6786 bytes .../admindocs/locale/fr/LC_MESSAGES/django.po | 285 + .../admindocs/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../admindocs/locale/fy/LC_MESSAGES/django.po | 275 + .../admindocs/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1940 bytes .../admindocs/locale/ga/LC_MESSAGES/django.po | 262 + .../admindocs/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 6995 bytes .../admindocs/locale/gd/LC_MESSAGES/django.po | 288 + .../admindocs/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 2265 bytes .../admindocs/locale/gl/LC_MESSAGES/django.po | 260 + .../admindocs/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 7006 bytes .../admindocs/locale/he/LC_MESSAGES/django.po | 274 + .../admindocs/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 2297 bytes .../admindocs/locale/hi/LC_MESSAGES/django.po | 258 + .../admindocs/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 2550 bytes .../admindocs/locale/hr/LC_MESSAGES/django.po | 264 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 6797 bytes .../locale/hsb/LC_MESSAGES/django.po | 286 + .../admindocs/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 6660 bytes .../admindocs/locale/hu/LC_MESSAGES/django.po | 286 + .../admindocs/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 1860 bytes .../admindocs/locale/ia/LC_MESSAGES/django.po | 260 + .../admindocs/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 6367 bytes .../admindocs/locale/id/LC_MESSAGES/django.po | 286 + .../admindocs/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../admindocs/locale/io/LC_MESSAGES/django.po | 275 + .../admindocs/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1828 bytes .../admindocs/locale/is/LC_MESSAGES/django.po | 261 + .../admindocs/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 6480 bytes .../admindocs/locale/it/LC_MESSAGES/django.po | 289 + .../admindocs/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 7377 bytes .../admindocs/locale/ja/LC_MESSAGES/django.po | 282 + .../admindocs/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 4446 bytes .../admindocs/locale/ka/LC_MESSAGES/django.po | 263 + .../locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 1289 bytes .../locale/kab/LC_MESSAGES/django.po | 258 + .../admindocs/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1587 bytes .../admindocs/locale/kk/LC_MESSAGES/django.po | 258 + .../admindocs/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 1476 bytes .../admindocs/locale/km/LC_MESSAGES/django.po | 259 + .../admindocs/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 1656 bytes .../admindocs/locale/kn/LC_MESSAGES/django.po | 259 + .../admindocs/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 6609 bytes .../admindocs/locale/ko/LC_MESSAGES/django.po | 278 + .../admindocs/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../admindocs/locale/lb/LC_MESSAGES/django.po | 275 + .../admindocs/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 6741 bytes .../admindocs/locale/lt/LC_MESSAGES/django.po | 290 + .../admindocs/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 6487 bytes .../admindocs/locale/lv/LC_MESSAGES/django.po | 283 + .../admindocs/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 8290 bytes .../admindocs/locale/mk/LC_MESSAGES/django.po | 286 + .../admindocs/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 6865 bytes .../admindocs/locale/ml/LC_MESSAGES/django.po | 268 + .../admindocs/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 7607 bytes .../admindocs/locale/mn/LC_MESSAGES/django.po | 284 + .../admindocs/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../admindocs/locale/mr/LC_MESSAGES/django.po | 275 + .../admindocs/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 1721 bytes .../admindocs/locale/my/LC_MESSAGES/django.po | 258 + .../admindocs/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 6346 bytes .../admindocs/locale/nb/LC_MESSAGES/django.po | 283 + .../admindocs/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1505 bytes .../admindocs/locale/ne/LC_MESSAGES/django.po | 257 + .../admindocs/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 6349 bytes .../admindocs/locale/nl/LC_MESSAGES/django.po | 282 + .../admindocs/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1662 bytes .../admindocs/locale/nn/LC_MESSAGES/django.po | 261 + .../admindocs/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 2044 bytes .../admindocs/locale/os/LC_MESSAGES/django.po | 258 + .../admindocs/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1275 bytes .../admindocs/locale/pa/LC_MESSAGES/django.po | 258 + .../admindocs/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 6652 bytes .../admindocs/locale/pl/LC_MESSAGES/django.po | 293 + .../admindocs/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 6566 bytes .../admindocs/locale/pt/LC_MESSAGES/django.po | 286 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 6601 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 290 + .../admindocs/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 6755 bytes .../admindocs/locale/ro/LC_MESSAGES/django.po | 287 + .../admindocs/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 8569 bytes .../admindocs/locale/ru/LC_MESSAGES/django.po | 290 + .../admindocs/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 6644 bytes .../admindocs/locale/sk/LC_MESSAGES/django.po | 285 + .../admindocs/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 6508 bytes .../admindocs/locale/sl/LC_MESSAGES/django.po | 285 + .../admindocs/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 6565 bytes .../admindocs/locale/sq/LC_MESSAGES/django.po | 282 + .../admindocs/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 3672 bytes .../admindocs/locale/sr/LC_MESSAGES/django.po | 264 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1932 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 262 + .../admindocs/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 6417 bytes .../admindocs/locale/sv/LC_MESSAGES/django.po | 286 + .../admindocs/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1808 bytes .../admindocs/locale/sw/LC_MESSAGES/django.po | 259 + .../admindocs/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 1675 bytes .../admindocs/locale/ta/LC_MESSAGES/django.po | 258 + .../admindocs/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 1684 bytes .../admindocs/locale/te/LC_MESSAGES/django.po | 258 + .../admindocs/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 2167 bytes .../admindocs/locale/th/LC_MESSAGES/django.po | 258 + .../admindocs/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 6625 bytes .../admindocs/locale/tr/LC_MESSAGES/django.po | 287 + .../admindocs/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1869 bytes .../admindocs/locale/tt/LC_MESSAGES/django.po | 259 + .../locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 618 bytes .../locale/udm/LC_MESSAGES/django.po | 275 + .../admindocs/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 8449 bytes .../admindocs/locale/uk/LC_MESSAGES/django.po | 293 + .../admindocs/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1836 bytes .../admindocs/locale/ur/LC_MESSAGES/django.po | 259 + .../admindocs/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1306 bytes .../admindocs/locale/vi/LC_MESSAGES/django.po | 259 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 6110 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 274 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 4747 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 267 + .../django/contrib/admindocs/middleware.py | 30 + .../templates/admin_doc/bookmarklets.html | 26 + .../admindocs/templates/admin_doc/index.html | 34 + .../templates/admin_doc/missing_docutils.html | 22 + .../templates/admin_doc/model_detail.html | 78 + .../templates/admin_doc/model_index.html | 52 + .../templates/admin_doc/template_detail.html | 27 + .../admin_doc/template_filter_index.html | 54 + .../admin_doc/template_tag_index.html | 54 + .../templates/admin_doc/view_detail.html | 33 + .../templates/admin_doc/view_index.html | 59 + .../django/contrib/admindocs/urls.py | 50 + .../django/contrib/admindocs/utils.py | 237 + .../django/contrib/admindocs/views.py | 414 + .../django/contrib/auth/__init__.py | 225 + .../auth/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 6265 bytes .../auth/__pycache__/admin.cpython-38.pyc | Bin 0 -> 6647 bytes .../auth/__pycache__/apps.cpython-38.pyc | Bin 0 -> 1391 bytes .../auth/__pycache__/backends.cpython-38.pyc | Bin 0 -> 7336 bytes .../auth/__pycache__/base_user.cpython-38.pyc | Bin 0 -> 5751 bytes .../auth/__pycache__/checks.cpython-38.pyc | Bin 0 -> 3845 bytes .../context_processors.cpython-38.pyc | Bin 0 -> 2496 bytes .../__pycache__/decorators.cpython-38.pyc | Bin 0 -> 2765 bytes .../auth/__pycache__/forms.cpython-38.pyc | Bin 0 -> 14001 bytes .../auth/__pycache__/hashers.cpython-38.pyc | Bin 0 -> 22189 bytes .../__pycache__/middleware.cpython-38.pyc | Bin 0 -> 4563 bytes .../auth/__pycache__/mixins.cpython-38.pyc | Bin 0 -> 4663 bytes .../auth/__pycache__/models.cpython-38.pyc | Bin 0 -> 16454 bytes .../password_validation.cpython-38.pyc | Bin 0 -> 8439 bytes .../auth/__pycache__/signals.cpython-38.pyc | Bin 0 -> 375 bytes .../auth/__pycache__/tokens.cpython-38.pyc | Bin 0 -> 3291 bytes .../auth/__pycache__/urls.cpython-38.pyc | Bin 0 -> 902 bytes .../__pycache__/validators.cpython-38.pyc | Bin 0 -> 1064 bytes .../auth/__pycache__/views.cpython-38.pyc | Bin 0 -> 12022 bytes .../django/contrib/auth/admin.py | 205 + .../site-packages/django/contrib/auth/apps.py | 28 + .../django/contrib/auth/backends.py | 188 + .../django/contrib/auth/base_user.py | 139 + .../django/contrib/auth/checks.py | 166 + .../contrib/auth/common-passwords.txt.gz | Bin 0 -> 81355 bytes .../django/contrib/auth/context_processors.py | 63 + .../django/contrib/auth/decorators.py | 73 + .../django/contrib/auth/forms.py | 424 + .../django/contrib/auth/handlers/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 193 bytes .../__pycache__/modwsgi.cpython-38.pyc | Bin 0 -> 1351 bytes .../django/contrib/auth/handlers/modwsgi.py | 43 + .../django/contrib/auth/hashers.py | 637 + .../auth/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 7427 bytes .../auth/locale/af/LC_MESSAGES/django.po | 304 + .../auth/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 8705 bytes .../auth/locale/ar/LC_MESSAGES/django.po | 310 + .../auth/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 2250 bytes .../auth/locale/ast/LC_MESSAGES/django.po | 284 + .../auth/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 7450 bytes .../auth/locale/az/LC_MESSAGES/django.po | 300 + .../auth/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 10008 bytes .../auth/locale/be/LC_MESSAGES/django.po | 310 + .../auth/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 8751 bytes .../auth/locale/bg/LC_MESSAGES/django.po | 304 + .../auth/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 5455 bytes .../auth/locale/bn/LC_MESSAGES/django.po | 286 + .../auth/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1436 bytes .../auth/locale/br/LC_MESSAGES/django.po | 293 + .../auth/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 2963 bytes .../auth/locale/bs/LC_MESSAGES/django.po | 292 + .../auth/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 7641 bytes .../auth/locale/ca/LC_MESSAGES/django.po | 309 + .../auth/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 7805 bytes .../auth/locale/cs/LC_MESSAGES/django.po | 306 + .../auth/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 4338 bytes .../auth/locale/cy/LC_MESSAGES/django.po | 294 + .../auth/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 7443 bytes .../auth/locale/da/LC_MESSAGES/django.po | 305 + .../auth/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 7514 bytes .../auth/locale/de/LC_MESSAGES/django.po | 313 + .../auth/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 8096 bytes .../auth/locale/dsb/LC_MESSAGES/django.po | 315 + .../auth/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 10150 bytes .../auth/locale/el/LC_MESSAGES/django.po | 316 + .../auth/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../auth/locale/en/LC_MESSAGES/django.po | 369 + .../auth/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 3650 bytes .../auth/locale/en_AU/LC_MESSAGES/django.po | 290 + .../auth/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 3179 bytes .../auth/locale/en_GB/LC_MESSAGES/django.po | 289 + .../auth/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 7347 bytes .../auth/locale/eo/LC_MESSAGES/django.po | 306 + .../auth/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 7766 bytes .../auth/locale/es/LC_MESSAGES/django.po | 316 + .../auth/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 7920 bytes .../auth/locale/es_AR/LC_MESSAGES/django.po | 311 + .../auth/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 6529 bytes .../auth/locale/es_CO/LC_MESSAGES/django.po | 304 + .../auth/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 7860 bytes .../auth/locale/es_MX/LC_MESSAGES/django.po | 311 + .../auth/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 7415 bytes .../auth/locale/es_VE/LC_MESSAGES/django.po | 304 + .../auth/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 7432 bytes .../auth/locale/et/LC_MESSAGES/django.po | 307 + .../auth/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 7396 bytes .../auth/locale/eu/LC_MESSAGES/django.po | 310 + .../auth/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 8963 bytes .../auth/locale/fa/LC_MESSAGES/django.po | 308 + .../auth/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 7514 bytes .../auth/locale/fi/LC_MESSAGES/django.po | 306 + .../auth/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 8116 bytes .../auth/locale/fr/LC_MESSAGES/django.po | 315 + .../auth/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../auth/locale/fy/LC_MESSAGES/django.po | 226 + .../auth/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 3572 bytes .../auth/locale/ga/LC_MESSAGES/django.po | 298 + .../auth/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 8720 bytes .../auth/locale/gd/LC_MESSAGES/django.po | 333 + .../auth/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 4022 bytes .../auth/locale/gl/LC_MESSAGES/django.po | 293 + .../auth/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 8624 bytes .../auth/locale/he/LC_MESSAGES/django.po | 302 + .../auth/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 5364 bytes .../auth/locale/hi/LC_MESSAGES/django.po | 290 + .../auth/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 5894 bytes .../auth/locale/hr/LC_MESSAGES/django.po | 306 + .../auth/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 7925 bytes .../auth/locale/hsb/LC_MESSAGES/django.po | 312 + .../auth/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 7691 bytes .../auth/locale/hu/LC_MESSAGES/django.po | 308 + .../auth/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 8001 bytes .../auth/locale/hy/LC_MESSAGES/django.po | 295 + .../auth/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 3314 bytes .../auth/locale/ia/LC_MESSAGES/django.po | 288 + .../auth/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 7169 bytes .../auth/locale/id/LC_MESSAGES/django.po | 303 + .../auth/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../auth/locale/io/LC_MESSAGES/django.po | 226 + .../auth/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 7540 bytes .../auth/locale/is/LC_MESSAGES/django.po | 307 + .../auth/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 7583 bytes .../auth/locale/it/LC_MESSAGES/django.po | 313 + .../auth/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 8062 bytes .../auth/locale/ja/LC_MESSAGES/django.po | 298 + .../auth/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 10625 bytes .../auth/locale/ka/LC_MESSAGES/django.po | 300 + .../auth/locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 2982 bytes .../auth/locale/kab/LC_MESSAGES/django.po | 287 + .../auth/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 3542 bytes .../auth/locale/kk/LC_MESSAGES/django.po | 285 + .../auth/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 2609 bytes .../auth/locale/km/LC_MESSAGES/django.po | 281 + .../auth/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 4024 bytes .../auth/locale/kn/LC_MESSAGES/django.po | 285 + .../auth/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 7612 bytes .../auth/locale/ko/LC_MESSAGES/django.po | 303 + .../auth/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../auth/locale/lb/LC_MESSAGES/django.po | 226 + .../auth/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 8146 bytes .../auth/locale/lt/LC_MESSAGES/django.po | 320 + .../auth/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 7599 bytes .../auth/locale/lv/LC_MESSAGES/django.po | 306 + .../auth/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 9235 bytes .../auth/locale/mk/LC_MESSAGES/django.po | 308 + .../auth/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 12611 bytes .../auth/locale/ml/LC_MESSAGES/django.po | 303 + .../auth/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 9403 bytes .../auth/locale/mn/LC_MESSAGES/django.po | 310 + .../auth/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../auth/locale/mr/LC_MESSAGES/django.po | 226 + .../auth/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 1026 bytes .../auth/locale/my/LC_MESSAGES/django.po | 282 + .../auth/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 7222 bytes .../auth/locale/nb/LC_MESSAGES/django.po | 301 + .../auth/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 8553 bytes .../auth/locale/ne/LC_MESSAGES/django.po | 286 + .../auth/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 7485 bytes .../auth/locale/nl/LC_MESSAGES/django.po | 314 + .../auth/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 2801 bytes .../auth/locale/nn/LC_MESSAGES/django.po | 285 + .../auth/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 4434 bytes .../auth/locale/os/LC_MESSAGES/django.po | 288 + .../auth/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 3666 bytes .../auth/locale/pa/LC_MESSAGES/django.po | 285 + .../auth/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 7927 bytes .../auth/locale/pl/LC_MESSAGES/django.po | 322 + .../auth/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 7756 bytes .../auth/locale/pt/LC_MESSAGES/django.po | 313 + .../auth/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 7554 bytes .../auth/locale/pt_BR/LC_MESSAGES/django.po | 320 + .../auth/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 7961 bytes .../auth/locale/ro/LC_MESSAGES/django.po | 320 + .../auth/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 10482 bytes .../auth/locale/ru/LC_MESSAGES/django.po | 320 + .../auth/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 7838 bytes .../auth/locale/sk/LC_MESSAGES/django.po | 309 + .../auth/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 7552 bytes .../auth/locale/sl/LC_MESSAGES/django.po | 308 + .../auth/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 7846 bytes .../auth/locale/sq/LC_MESSAGES/django.po | 308 + .../auth/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 9754 bytes .../auth/locale/sr/LC_MESSAGES/django.po | 309 + .../auth/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 3293 bytes .../auth/locale/sr_Latn/LC_MESSAGES/django.po | 293 + .../auth/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 7447 bytes .../auth/locale/sv/LC_MESSAGES/django.po | 311 + .../auth/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 5029 bytes .../auth/locale/sw/LC_MESSAGES/django.po | 287 + .../auth/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 2679 bytes .../auth/locale/ta/LC_MESSAGES/django.po | 283 + .../auth/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 2955 bytes .../auth/locale/te/LC_MESSAGES/django.po | 285 + .../auth/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 6013 bytes .../auth/locale/th/LC_MESSAGES/django.po | 282 + .../auth/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 7480 bytes .../auth/locale/tr/LC_MESSAGES/django.po | 310 + .../auth/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1371 bytes .../auth/locale/tt/LC_MESSAGES/django.po | 281 + .../auth/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../auth/locale/udm/LC_MESSAGES/django.po | 226 + .../auth/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 10079 bytes .../auth/locale/uk/LC_MESSAGES/django.po | 319 + .../auth/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 698 bytes .../auth/locale/ur/LC_MESSAGES/django.po | 282 + .../auth/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 4703 bytes .../auth/locale/vi/LC_MESSAGES/django.po | 292 + .../auth/locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 6729 bytes .../auth/locale/zh_Hans/LC_MESSAGES/django.po | 295 + .../auth/locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 6759 bytes .../auth/locale/zh_Hant/LC_MESSAGES/django.po | 291 + .../contrib/auth/management/__init__.py | 145 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 3752 bytes .../__pycache__/changepassword.cpython-38.pyc | Bin 0 -> 2477 bytes .../createsuperuser.cpython-38.pyc | Bin 0 -> 6041 bytes .../management/commands/changepassword.py | 75 + .../management/commands/createsuperuser.py | 211 + .../django/contrib/auth/middleware.py | 123 + .../contrib/auth/migrations/0001_initial.py | 104 + .../0002_alter_permission_name_max_length.py | 16 + .../0003_alter_user_email_max_length.py | 16 + .../0004_alter_user_username_opts.py | 23 + .../0005_alter_user_last_login_null.py | 16 + .../0006_require_contenttypes_0002.py | 14 + ...007_alter_validators_add_error_messages.py | 24 + .../0008_alter_user_username_max_length.py | 24 + .../0009_alter_user_last_name_max_length.py | 16 + .../0010_alter_group_name_max_length.py | 16 + .../0011_update_proxy_permissions.py | 68 + .../contrib/auth/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-38.pyc | Bin 0 -> 3019 bytes ..._permission_name_max_length.cpython-38.pyc | Bin 0 -> 651 bytes ...alter_user_email_max_length.cpython-38.pyc | Bin 0 -> 693 bytes ...04_alter_user_username_opts.cpython-38.pyc | Bin 0 -> 939 bytes ..._alter_user_last_login_null.cpython-38.pyc | Bin 0 -> 678 bytes ...6_require_contenttypes_0002.cpython-38.pyc | Bin 0 -> 553 bytes ...lidators_add_error_messages.cpython-38.pyc | Bin 0 -> 948 bytes ...er_user_username_max_length.cpython-38.pyc | Bin 0 -> 954 bytes ...r_user_last_name_max_length.cpython-38.pyc | Bin 0 -> 694 bytes ...alter_group_name_max_length.cpython-38.pyc | Bin 0 -> 676 bytes ...11_update_proxy_permissions.cpython-38.pyc | Bin 0 -> 2605 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 195 bytes .../django/contrib/auth/mixins.py | 109 + .../django/contrib/auth/models.py | 434 + .../contrib/auth/password_validation.py | 205 + .../django/contrib/auth/signals.py | 5 + .../auth/widgets/read_only_password_hash.html | 5 + .../registration/password_reset_subject.txt | 3 + .../django/contrib/auth/tokens.py | 93 + .../site-packages/django/contrib/auth/urls.py | 20 + .../django/contrib/auth/validators.py | 25 + .../django/contrib/auth/views.py | 359 + .../django/contrib/contenttypes/__init__.py | 1 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 266 bytes .../__pycache__/admin.cpython-38.pyc | Bin 0 -> 3870 bytes .../__pycache__/apps.cpython-38.pyc | Bin 0 -> 1160 bytes .../__pycache__/checks.cpython-38.pyc | Bin 0 -> 1592 bytes .../__pycache__/fields.cpython-38.pyc | Bin 0 -> 22079 bytes .../__pycache__/forms.cpython-38.pyc | Bin 0 -> 3138 bytes .../__pycache__/models.cpython-38.pyc | Bin 0 -> 5911 bytes .../__pycache__/views.cpython-38.pyc | Bin 0 -> 2067 bytes .../django/contrib/contenttypes/admin.py | 129 + .../django/contrib/contenttypes/apps.py | 22 + .../django/contrib/contenttypes/checks.py | 41 + .../django/contrib/contenttypes/fields.py | 688 + .../django/contrib/contenttypes/forms.py | 82 + .../locale/af/LC_MESSAGES/django.mo | Bin 0 -> 1070 bytes .../locale/af/LC_MESSAGES/django.po | 42 + .../locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 1259 bytes .../locale/ar/LC_MESSAGES/django.po | 44 + .../locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 643 bytes .../locale/ast/LC_MESSAGES/django.po | 42 + .../locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1101 bytes .../locale/az/LC_MESSAGES/django.po | 43 + .../locale/be/LC_MESSAGES/django.mo | Bin 0 -> 1394 bytes .../locale/be/LC_MESSAGES/django.po | 44 + .../locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 1267 bytes .../locale/bg/LC_MESSAGES/django.po | 45 + .../locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1201 bytes .../locale/bn/LC_MESSAGES/django.po | 43 + .../locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1419 bytes .../locale/br/LC_MESSAGES/django.po | 45 + .../locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 700 bytes .../locale/bs/LC_MESSAGES/django.po | 43 + .../locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 1134 bytes .../locale/ca/LC_MESSAGES/django.po | 43 + .../locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 1142 bytes .../locale/cs/LC_MESSAGES/django.po | 43 + .../locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1159 bytes .../locale/cy/LC_MESSAGES/django.po | 43 + .../locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1081 bytes .../locale/da/LC_MESSAGES/django.po | 43 + .../locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1092 bytes .../locale/de/LC_MESSAGES/django.po | 42 + .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 1169 bytes .../locale/dsb/LC_MESSAGES/django.po | 43 + .../locale/el/LC_MESSAGES/django.mo | Bin 0 -> 1323 bytes .../locale/el/LC_MESSAGES/django.po | 45 + .../locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../locale/en/LC_MESSAGES/django.po | 45 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 41 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1053 bytes .../locale/en_GB/LC_MESSAGES/django.po | 43 + .../locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 1087 bytes .../locale/eo/LC_MESSAGES/django.po | 42 + .../locale/es/LC_MESSAGES/django.mo | Bin 0 -> 1142 bytes .../locale/es/LC_MESSAGES/django.po | 45 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 1121 bytes .../locale/es_AR/LC_MESSAGES/django.po | 43 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 1158 bytes .../locale/es_CO/LC_MESSAGES/django.po | 43 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1109 bytes .../locale/es_MX/LC_MESSAGES/django.po | 43 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 1152 bytes .../locale/es_VE/LC_MESSAGES/django.po | 44 + .../locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1066 bytes .../locale/et/LC_MESSAGES/django.po | 44 + .../locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1077 bytes .../locale/eu/LC_MESSAGES/django.po | 43 + .../locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 1171 bytes .../locale/fa/LC_MESSAGES/django.po | 44 + .../locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1073 bytes .../locale/fi/LC_MESSAGES/django.po | 44 + .../locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 1112 bytes .../locale/fr/LC_MESSAGES/django.po | 43 + .../locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../locale/fy/LC_MESSAGES/django.po | 41 + .../locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1097 bytes .../locale/ga/LC_MESSAGES/django.po | 44 + .../locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 1191 bytes .../locale/gd/LC_MESSAGES/django.po | 44 + .../locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1072 bytes .../locale/gl/LC_MESSAGES/django.po | 44 + .../locale/he/LC_MESSAGES/django.mo | Bin 0 -> 1256 bytes .../locale/he/LC_MESSAGES/django.po | 43 + .../locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 1321 bytes .../locale/hi/LC_MESSAGES/django.po | 42 + .../locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1167 bytes .../locale/hr/LC_MESSAGES/django.po | 45 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 1143 bytes .../locale/hsb/LC_MESSAGES/django.po | 43 + .../locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1103 bytes .../locale/hu/LC_MESSAGES/django.po | 44 + .../locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 1290 bytes .../locale/hy/LC_MESSAGES/django.po | 41 + .../locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 1079 bytes .../locale/ia/LC_MESSAGES/django.po | 42 + .../locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1066 bytes .../locale/id/LC_MESSAGES/django.po | 45 + .../locale/io/LC_MESSAGES/django.mo | Bin 0 -> 1051 bytes .../locale/io/LC_MESSAGES/django.po | 41 + .../locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1086 bytes .../locale/is/LC_MESSAGES/django.po | 44 + .../locale/it/LC_MESSAGES/django.mo | Bin 0 -> 1098 bytes .../locale/it/LC_MESSAGES/django.po | 45 + .../locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 1239 bytes .../locale/ja/LC_MESSAGES/django.po | 46 + .../locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1429 bytes .../locale/ka/LC_MESSAGES/django.po | 43 + .../locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 627 bytes .../locale/kk/LC_MESSAGES/django.po | 41 + .../locale/km/LC_MESSAGES/django.mo | Bin 0 -> 678 bytes .../locale/km/LC_MESSAGES/django.po | 41 + .../locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 714 bytes .../locale/kn/LC_MESSAGES/django.po | 42 + .../locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1127 bytes .../locale/ko/LC_MESSAGES/django.po | 42 + .../locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../locale/lb/LC_MESSAGES/django.po | 41 + .../locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 1215 bytes .../locale/lt/LC_MESSAGES/django.po | 46 + .../locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1090 bytes .../locale/lv/LC_MESSAGES/django.po | 44 + .../locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 1258 bytes .../locale/mk/LC_MESSAGES/django.po | 44 + .../locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1378 bytes .../locale/ml/LC_MESSAGES/django.po | 43 + .../locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 1225 bytes .../locale/mn/LC_MESSAGES/django.po | 46 + .../locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../locale/mr/LC_MESSAGES/django.po | 41 + .../locale/my/LC_MESSAGES/django.mo | Bin 0 -> 1554 bytes .../locale/my/LC_MESSAGES/django.po | 42 + .../locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1081 bytes .../locale/nb/LC_MESSAGES/django.po | 45 + .../locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1344 bytes .../locale/ne/LC_MESSAGES/django.po | 41 + .../locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1077 bytes .../locale/nl/LC_MESSAGES/django.po | 44 + .../locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1054 bytes .../locale/nn/LC_MESSAGES/django.po | 43 + .../locale/os/LC_MESSAGES/django.mo | Bin 0 -> 1116 bytes .../locale/os/LC_MESSAGES/django.po | 42 + .../locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 697 bytes .../locale/pa/LC_MESSAGES/django.po | 42 + .../locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 1251 bytes .../locale/pl/LC_MESSAGES/django.po | 46 + .../locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 1125 bytes .../locale/pt/LC_MESSAGES/django.po | 44 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1137 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 45 + .../locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1142 bytes .../locale/ro/LC_MESSAGES/django.po | 45 + .../locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 1426 bytes .../locale/ru/LC_MESSAGES/django.po | 48 + .../locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1104 bytes .../locale/sk/LC_MESSAGES/django.po | 44 + .../locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 1147 bytes .../locale/sl/LC_MESSAGES/django.po | 45 + .../locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1103 bytes .../locale/sq/LC_MESSAGES/django.po | 42 + .../locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 1265 bytes .../locale/sr/LC_MESSAGES/django.po | 45 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1098 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 45 + .../locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1066 bytes .../locale/sv/LC_MESSAGES/django.po | 45 + .../locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 563 bytes .../locale/sw/LC_MESSAGES/django.po | 41 + .../locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 678 bytes .../locale/ta/LC_MESSAGES/django.po | 41 + .../locale/te/LC_MESSAGES/django.mo | Bin 0 -> 690 bytes .../locale/te/LC_MESSAGES/django.po | 41 + .../locale/th/LC_MESSAGES/django.mo | Bin 0 -> 1186 bytes .../locale/th/LC_MESSAGES/django.po | 42 + .../locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1121 bytes .../locale/tr/LC_MESSAGES/django.po | 44 + .../locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 659 bytes .../locale/tt/LC_MESSAGES/django.po | 41 + .../locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../locale/udm/LC_MESSAGES/django.po | 41 + .../locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1382 bytes .../locale/uk/LC_MESSAGES/django.po | 48 + .../locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 671 bytes .../locale/ur/LC_MESSAGES/django.po | 41 + .../locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1155 bytes .../locale/vi/LC_MESSAGES/django.po | 45 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 1062 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 45 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 1083 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 44 + .../contenttypes/management/__init__.py | 134 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 4034 bytes .../remove_stale_contenttypes.cpython-38.pyc | Bin 0 -> 3179 bytes .../commands/remove_stale_contenttypes.py | 80 + .../contenttypes/migrations/0001_initial.py | 34 + .../0002_remove_content_type_name.py | 39 + .../contenttypes/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-38.pyc | Bin 0 -> 1166 bytes ...02_remove_content_type_name.cpython-38.pyc | Bin 0 -> 1236 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 203 bytes .../django/contrib/contenttypes/models.py | 177 + .../django/contrib/contenttypes/views.py | 88 + .../django/contrib/flatpages/__init__.py | 1 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 257 bytes .../__pycache__/admin.cpython-38.pyc | Bin 0 -> 904 bytes .../flatpages/__pycache__/apps.cpython-38.pyc | Bin 0 -> 535 bytes .../__pycache__/forms.cpython-38.pyc | Bin 0 -> 2631 bytes .../__pycache__/middleware.cpython-38.pyc | Bin 0 -> 912 bytes .../__pycache__/models.cpython-38.pyc | Bin 0 -> 1916 bytes .../__pycache__/sitemaps.cpython-38.pyc | Bin 0 -> 930 bytes .../flatpages/__pycache__/urls.cpython-38.pyc | Bin 0 -> 385 bytes .../__pycache__/views.cpython-38.pyc | Bin 0 -> 1970 bytes .../django/contrib/flatpages/admin.py | 19 + .../django/contrib/flatpages/apps.py | 7 + .../django/contrib/flatpages/forms.py | 69 + .../flatpages/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 2297 bytes .../flatpages/locale/af/LC_MESSAGES/django.po | 89 + .../flatpages/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 2475 bytes .../flatpages/locale/ar/LC_MESSAGES/django.po | 87 + .../locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 924 bytes .../locale/ast/LC_MESSAGES/django.po | 80 + .../flatpages/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 2235 bytes .../flatpages/locale/az/LC_MESSAGES/django.po | 89 + .../flatpages/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 2801 bytes .../flatpages/locale/be/LC_MESSAGES/django.po | 88 + .../flatpages/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 2569 bytes .../flatpages/locale/bg/LC_MESSAGES/django.po | 87 + .../flatpages/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 2988 bytes .../flatpages/locale/bn/LC_MESSAGES/django.po | 83 + .../flatpages/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 2433 bytes .../flatpages/locale/br/LC_MESSAGES/django.po | 95 + .../flatpages/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1782 bytes .../flatpages/locale/bs/LC_MESSAGES/django.po | 88 + .../flatpages/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 2258 bytes .../flatpages/locale/ca/LC_MESSAGES/django.po | 91 + .../flatpages/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 2359 bytes .../flatpages/locale/cs/LC_MESSAGES/django.po | 88 + .../flatpages/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 2163 bytes .../flatpages/locale/cy/LC_MESSAGES/django.po | 88 + .../flatpages/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 2288 bytes .../flatpages/locale/da/LC_MESSAGES/django.po | 92 + .../flatpages/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 2216 bytes .../flatpages/locale/de/LC_MESSAGES/django.po | 86 + .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 2398 bytes .../locale/dsb/LC_MESSAGES/django.po | 90 + .../flatpages/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 2870 bytes .../flatpages/locale/el/LC_MESSAGES/django.po | 92 + .../flatpages/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../flatpages/locale/en/LC_MESSAGES/django.po | 96 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 74 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1989 bytes .../locale/en_GB/LC_MESSAGES/django.po | 85 + .../flatpages/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 2295 bytes .../flatpages/locale/eo/LC_MESSAGES/django.po | 89 + .../flatpages/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 2293 bytes .../flatpages/locale/es/LC_MESSAGES/django.po | 94 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 2282 bytes .../locale/es_AR/LC_MESSAGES/django.po | 89 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 2140 bytes .../locale/es_CO/LC_MESSAGES/django.po | 86 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 2062 bytes .../locale/es_MX/LC_MESSAGES/django.po | 84 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 2187 bytes .../locale/es_VE/LC_MESSAGES/django.po | 85 + .../flatpages/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 2095 bytes .../flatpages/locale/et/LC_MESSAGES/django.po | 85 + .../flatpages/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 2244 bytes .../flatpages/locale/eu/LC_MESSAGES/django.po | 90 + .../flatpages/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 2459 bytes .../flatpages/locale/fa/LC_MESSAGES/django.po | 87 + .../flatpages/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 2127 bytes .../flatpages/locale/fi/LC_MESSAGES/django.po | 88 + .../flatpages/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 2452 bytes .../flatpages/locale/fr/LC_MESSAGES/django.po | 93 + .../flatpages/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../flatpages/locale/fy/LC_MESSAGES/django.po | 74 + .../flatpages/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 2191 bytes .../flatpages/locale/ga/LC_MESSAGES/django.po | 87 + .../flatpages/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 2295 bytes .../flatpages/locale/gd/LC_MESSAGES/django.po | 89 + .../flatpages/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 2039 bytes .../flatpages/locale/gl/LC_MESSAGES/django.po | 86 + .../flatpages/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 2548 bytes .../flatpages/locale/he/LC_MESSAGES/django.po | 88 + .../flatpages/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 2770 bytes .../flatpages/locale/hi/LC_MESSAGES/django.po | 81 + .../flatpages/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 2188 bytes .../flatpages/locale/hr/LC_MESSAGES/django.po | 88 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 2384 bytes .../locale/hsb/LC_MESSAGES/django.po | 89 + .../flatpages/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 2263 bytes .../flatpages/locale/hu/LC_MESSAGES/django.po | 89 + .../flatpages/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 2536 bytes .../flatpages/locale/hy/LC_MESSAGES/django.po | 84 + .../flatpages/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 500 bytes .../flatpages/locale/ia/LC_MESSAGES/django.po | 77 + .../flatpages/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 2236 bytes .../flatpages/locale/id/LC_MESSAGES/django.po | 91 + .../flatpages/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../flatpages/locale/io/LC_MESSAGES/django.po | 74 + .../flatpages/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 2252 bytes .../flatpages/locale/is/LC_MESSAGES/django.po | 87 + .../flatpages/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 2245 bytes .../flatpages/locale/it/LC_MESSAGES/django.po | 92 + .../flatpages/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 2494 bytes .../flatpages/locale/ja/LC_MESSAGES/django.po | 90 + .../flatpages/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 3022 bytes .../flatpages/locale/ka/LC_MESSAGES/django.po | 88 + .../flatpages/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 2438 bytes .../flatpages/locale/kk/LC_MESSAGES/django.po | 88 + .../flatpages/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 1942 bytes .../flatpages/locale/km/LC_MESSAGES/django.po | 80 + .../flatpages/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 1902 bytes .../flatpages/locale/kn/LC_MESSAGES/django.po | 82 + .../flatpages/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 2285 bytes .../flatpages/locale/ko/LC_MESSAGES/django.po | 89 + .../flatpages/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 502 bytes .../flatpages/locale/lb/LC_MESSAGES/django.po | 77 + .../flatpages/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 2506 bytes .../flatpages/locale/lt/LC_MESSAGES/django.po | 94 + .../flatpages/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 2367 bytes .../flatpages/locale/lv/LC_MESSAGES/django.po | 93 + .../flatpages/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 2699 bytes .../flatpages/locale/mk/LC_MESSAGES/django.po | 90 + .../flatpages/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 3565 bytes .../flatpages/locale/ml/LC_MESSAGES/django.po | 89 + .../flatpages/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 2776 bytes .../flatpages/locale/mn/LC_MESSAGES/django.po | 92 + .../flatpages/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../flatpages/locale/mr/LC_MESSAGES/django.po | 74 + .../flatpages/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 507 bytes .../flatpages/locale/my/LC_MESSAGES/django.po | 77 + .../flatpages/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 2196 bytes .../flatpages/locale/nb/LC_MESSAGES/django.po | 91 + .../flatpages/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1500 bytes .../flatpages/locale/ne/LC_MESSAGES/django.po | 77 + .../flatpages/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 2238 bytes .../flatpages/locale/nl/LC_MESSAGES/django.po | 92 + .../flatpages/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1693 bytes .../flatpages/locale/nn/LC_MESSAGES/django.po | 84 + .../flatpages/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 2329 bytes .../flatpages/locale/os/LC_MESSAGES/django.po | 86 + .../flatpages/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 903 bytes .../flatpages/locale/pa/LC_MESSAGES/django.po | 78 + .../flatpages/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 2455 bytes .../flatpages/locale/pl/LC_MESSAGES/django.po | 96 + .../flatpages/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 2115 bytes .../flatpages/locale/pt/LC_MESSAGES/django.po | 87 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 2274 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 95 + .../flatpages/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 2337 bytes .../flatpages/locale/ro/LC_MESSAGES/django.po | 96 + .../flatpages/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 2966 bytes .../flatpages/locale/ru/LC_MESSAGES/django.po | 94 + .../flatpages/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 2145 bytes .../flatpages/locale/sk/LC_MESSAGES/django.po | 90 + .../flatpages/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 2173 bytes .../flatpages/locale/sl/LC_MESSAGES/django.po | 88 + .../flatpages/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 2328 bytes .../flatpages/locale/sq/LC_MESSAGES/django.po | 89 + .../flatpages/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 2755 bytes .../flatpages/locale/sr/LC_MESSAGES/django.po | 92 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 2307 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 92 + .../flatpages/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 2288 bytes .../flatpages/locale/sv/LC_MESSAGES/django.po | 90 + .../flatpages/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1537 bytes .../flatpages/locale/sw/LC_MESSAGES/django.po | 83 + .../flatpages/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 1945 bytes .../flatpages/locale/ta/LC_MESSAGES/django.po | 80 + .../flatpages/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 1238 bytes .../flatpages/locale/te/LC_MESSAGES/django.po | 79 + .../flatpages/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 2698 bytes .../flatpages/locale/th/LC_MESSAGES/django.po | 80 + .../flatpages/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 2290 bytes .../flatpages/locale/tr/LC_MESSAGES/django.po | 93 + .../flatpages/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 2007 bytes .../flatpages/locale/tt/LC_MESSAGES/django.po | 84 + .../locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 490 bytes .../locale/udm/LC_MESSAGES/django.po | 77 + .../flatpages/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 2962 bytes .../flatpages/locale/uk/LC_MESSAGES/django.po | 96 + .../flatpages/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1976 bytes .../flatpages/locale/ur/LC_MESSAGES/django.po | 84 + .../flatpages/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1035 bytes .../flatpages/locale/vi/LC_MESSAGES/django.po | 82 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 2127 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 88 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 2053 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 84 + .../django/contrib/flatpages/middleware.py | 20 + .../flatpages/migrations/0001_initial.py | 39 + .../contrib/flatpages/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-38.pyc | Bin 0 -> 1486 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 200 bytes .../django/contrib/flatpages/models.py | 40 + .../django/contrib/flatpages/sitemaps.py | 12 + .../flatpages/templatetags/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 202 bytes .../__pycache__/flatpages.cpython-38.pyc | Bin 0 -> 2938 bytes .../flatpages/templatetags/flatpages.py | 99 + .../django/contrib/flatpages/urls.py | 6 + .../django/contrib/flatpages/views.py | 70 + .../django/contrib/gis/__init__.py | 1 + .../gis/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 239 bytes .../gis/__pycache__/apps.cpython-38.pyc | Bin 0 -> 770 bytes .../gis/__pycache__/feeds.cpython-38.pyc | Bin 0 -> 5548 bytes .../gis/__pycache__/geometry.cpython-38.pyc | Bin 0 -> 512 bytes .../gis/__pycache__/measure.cpython-38.pyc | Bin 0 -> 9039 bytes .../gis/__pycache__/ptr.cpython-38.pyc | Bin 0 -> 1331 bytes .../gis/__pycache__/shortcuts.cpython-38.pyc | Bin 0 -> 1340 bytes .../gis/__pycache__/views.cpython-38.pyc | Bin 0 -> 835 bytes .../django/contrib/gis/admin/__init__.py | 12 + .../admin/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 697 bytes .../admin/__pycache__/options.cpython-38.pyc | Bin 0 -> 4312 bytes .../admin/__pycache__/widgets.cpython-38.pyc | Bin 0 -> 2897 bytes .../django/contrib/gis/admin/options.py | 134 + .../django/contrib/gis/admin/widgets.py | 117 + .../site-packages/django/contrib/gis/apps.py | 11 + .../django/contrib/gis/db/__init__.py | 0 .../db/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../contrib/gis/db/backends/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 195 bytes .../backends/__pycache__/utils.cpython-38.pyc | Bin 0 -> 1212 bytes .../contrib/gis/db/backends/base/__init__.py | 0 .../base/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 200 bytes .../base/__pycache__/adapter.cpython-38.pyc | Bin 0 -> 1062 bytes .../base/__pycache__/features.cpython-38.pyc | Bin 0 -> 3479 bytes .../base/__pycache__/models.cpython-38.pyc | Bin 0 -> 4461 bytes .../__pycache__/operations.cpython-38.pyc | Bin 0 -> 6412 bytes .../contrib/gis/db/backends/base/adapter.py | 19 + .../contrib/gis/db/backends/base/features.py | 98 + .../contrib/gis/db/backends/base/models.py | 136 + .../gis/db/backends/base/operations.py | 162 + .../contrib/gis/db/backends/mysql/__init__.py | 0 .../mysql/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 201 bytes .../mysql/__pycache__/base.cpython-38.pyc | Bin 0 -> 755 bytes .../mysql/__pycache__/features.cpython-38.pyc | Bin 0 -> 1333 bytes .../__pycache__/introspection.cpython-38.pyc | Bin 0 -> 1444 bytes .../__pycache__/operations.cpython-38.pyc | Bin 0 -> 3800 bytes .../mysql/__pycache__/schema.cpython-38.pyc | Bin 0 -> 3095 bytes .../contrib/gis/db/backends/mysql/base.py | 16 + .../contrib/gis/db/backends/mysql/features.py | 26 + .../gis/db/backends/mysql/introspection.py | 38 + .../gis/db/backends/mysql/operations.py | 100 + .../contrib/gis/db/backends/mysql/schema.py | 77 + .../gis/db/backends/oracle/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 202 bytes .../oracle/__pycache__/adapter.cpython-38.pyc | Bin 0 -> 2264 bytes .../oracle/__pycache__/base.cpython-38.pyc | Bin 0 -> 761 bytes .../__pycache__/features.cpython-38.pyc | Bin 0 -> 692 bytes .../__pycache__/introspection.cpython-38.pyc | Bin 0 -> 1261 bytes .../oracle/__pycache__/models.cpython-38.pyc | Bin 0 -> 2749 bytes .../__pycache__/operations.cpython-38.pyc | Bin 0 -> 8045 bytes .../oracle/__pycache__/schema.cpython-38.pyc | Bin 0 -> 3868 bytes .../contrib/gis/db/backends/oracle/adapter.py | 57 + .../contrib/gis/db/backends/oracle/base.py | 16 + .../gis/db/backends/oracle/features.py | 11 + .../gis/db/backends/oracle/introspection.py | 42 + .../contrib/gis/db/backends/oracle/models.py | 64 + .../gis/db/backends/oracle/operations.py | 217 + .../contrib/gis/db/backends/oracle/schema.py | 94 + .../gis/db/backends/postgis/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 203 bytes .../__pycache__/adapter.cpython-38.pyc | Bin 0 -> 2427 bytes .../postgis/__pycache__/base.cpython-38.pyc | Bin 0 -> 1307 bytes .../postgis/__pycache__/const.cpython-38.pyc | Bin 0 -> 671 bytes .../__pycache__/features.cpython-38.pyc | Bin 0 -> 691 bytes .../__pycache__/introspection.cpython-38.pyc | Bin 0 -> 2931 bytes .../postgis/__pycache__/models.cpython-38.pyc | Bin 0 -> 2670 bytes .../__pycache__/operations.cpython-38.pyc | Bin 0 -> 13215 bytes .../__pycache__/pgraster.cpython-38.pyc | Bin 0 -> 2516 bytes .../postgis/__pycache__/schema.cpython-38.pyc | Bin 0 -> 2363 bytes .../gis/db/backends/postgis/adapter.py | 65 + .../contrib/gis/db/backends/postgis/base.py | 26 + .../contrib/gis/db/backends/postgis/const.py | 43 + .../gis/db/backends/postgis/features.py | 12 + .../gis/db/backends/postgis/introspection.py | 100 + .../contrib/gis/db/backends/postgis/models.py | 70 + .../gis/db/backends/postgis/operations.py | 396 + .../gis/db/backends/postgis/pgraster.py | 141 + .../contrib/gis/db/backends/postgis/schema.py | 66 + .../gis/db/backends/spatialite/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 206 bytes .../__pycache__/adapter.cpython-38.pyc | Bin 0 -> 753 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 2577 bytes .../__pycache__/client.cpython-38.pyc | Bin 0 -> 474 bytes .../__pycache__/features.cpython-38.pyc | Bin 0 -> 847 bytes .../__pycache__/introspection.cpython-38.pyc | Bin 0 -> 2323 bytes .../__pycache__/models.cpython-38.pyc | Bin 0 -> 2634 bytes .../__pycache__/operations.cpython-38.pyc | Bin 0 -> 8218 bytes .../__pycache__/schema.cpython-38.pyc | Bin 0 -> 4735 bytes .../gis/db/backends/spatialite/adapter.py | 9 + .../gis/db/backends/spatialite/base.py | 74 + .../gis/db/backends/spatialite/client.py | 5 + .../gis/db/backends/spatialite/features.py | 13 + .../db/backends/spatialite/introspection.py | 73 + .../gis/db/backends/spatialite/models.py | 68 + .../gis/db/backends/spatialite/operations.py | 219 + .../gis/db/backends/spatialite/schema.py | 165 + .../django/contrib/gis/db/backends/utils.py | 27 + .../django/contrib/gis/db/models/__init__.py | 18 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 842 bytes .../__pycache__/aggregates.cpython-38.pyc | Bin 0 -> 3397 bytes .../models/__pycache__/fields.cpython-38.pyc | Bin 0 -> 12887 bytes .../__pycache__/functions.cpython-38.pyc | Bin 0 -> 18031 bytes .../models/__pycache__/lookups.cpython-38.pyc | Bin 0 -> 11705 bytes .../models/__pycache__/proxy.cpython-38.pyc | Bin 0 -> 2458 bytes .../contrib/gis/db/models/aggregates.py | 76 + .../django/contrib/gis/db/models/fields.py | 381 + .../django/contrib/gis/db/models/functions.py | 471 + .../django/contrib/gis/db/models/lookups.py | 346 + .../django/contrib/gis/db/models/proxy.py | 80 + .../contrib/gis/db/models/sql/__init__.py | 7 + .../sql/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 331 bytes .../sql/__pycache__/conversion.cpython-38.pyc | Bin 0 -> 2905 bytes .../contrib/gis/db/models/sql/conversion.py | 69 + .../site-packages/django/contrib/gis/feeds.py | 140 + .../django/contrib/gis/forms/__init__.py | 8 + .../forms/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 553 bytes .../forms/__pycache__/fields.cpython-38.pyc | Bin 0 -> 4160 bytes .../forms/__pycache__/widgets.cpython-38.pyc | Bin 0 -> 3971 bytes .../django/contrib/gis/forms/fields.py | 132 + .../django/contrib/gis/forms/widgets.py | 117 + .../django/contrib/gis/gdal/LICENSE | 28 + .../django/contrib/gis/gdal/__init__.py | 47 + .../gdal/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1926 bytes .../gis/gdal/__pycache__/base.cpython-38.pyc | Bin 0 -> 502 bytes .../__pycache__/datasource.cpython-38.pyc | Bin 0 -> 4162 bytes .../gdal/__pycache__/driver.cpython-38.pyc | Bin 0 -> 2584 bytes .../gdal/__pycache__/envelope.cpython-38.pyc | Bin 0 -> 5889 bytes .../gis/gdal/__pycache__/error.cpython-38.pyc | Bin 0 -> 1564 bytes .../gdal/__pycache__/feature.cpython-38.pyc | Bin 0 -> 4746 bytes .../gis/gdal/__pycache__/field.cpython-38.pyc | Bin 0 -> 7771 bytes .../__pycache__/geometries.cpython-38.pyc | Bin 0 -> 25773 bytes .../gdal/__pycache__/geomtype.cpython-38.pyc | Bin 0 -> 3047 bytes .../gis/gdal/__pycache__/layer.cpython-38.pyc | Bin 0 -> 9399 bytes .../gdal/__pycache__/libgdal.cpython-38.pyc | Bin 0 -> 3137 bytes .../gis/gdal/__pycache__/srs.cpython-38.pyc | Bin 0 -> 12810 bytes .../django/contrib/gis/gdal/base.py | 6 + .../django/contrib/gis/gdal/datasource.py | 120 + .../django/contrib/gis/gdal/driver.py | 97 + .../django/contrib/gis/gdal/envelope.py | 178 + .../django/contrib/gis/gdal/error.py | 61 + .../django/contrib/gis/gdal/feature.py | 115 + .../django/contrib/gis/gdal/field.py | 234 + .../django/contrib/gis/gdal/geometries.py | 715 ++ .../django/contrib/gis/gdal/geomtype.py | 95 + .../django/contrib/gis/gdal/layer.py | 214 + .../django/contrib/gis/gdal/libgdal.py | 124 + .../contrib/gis/gdal/prototypes/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 199 bytes .../prototypes/__pycache__/ds.cpython-38.pyc | Bin 0 -> 3551 bytes .../__pycache__/errcheck.cpython-38.pyc | Bin 0 -> 3927 bytes .../__pycache__/generation.cpython-38.pyc | Bin 0 -> 4399 bytes .../__pycache__/geom.cpython-38.pyc | Bin 0 -> 4045 bytes .../__pycache__/raster.cpython-38.pyc | Bin 0 -> 3742 bytes .../prototypes/__pycache__/srs.cpython-38.pyc | Bin 0 -> 2713 bytes .../django/contrib/gis/gdal/prototypes/ds.py | 81 + .../contrib/gis/gdal/prototypes/errcheck.py | 139 + .../contrib/gis/gdal/prototypes/generation.py | 158 + .../contrib/gis/gdal/prototypes/geom.py | 109 + .../contrib/gis/gdal/prototypes/raster.py | 108 + .../django/contrib/gis/gdal/prototypes/srs.py | 80 + .../contrib/gis/gdal/raster/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 195 bytes .../raster/__pycache__/band.cpython-38.pyc | Bin 0 -> 8029 bytes .../raster/__pycache__/base.cpython-38.pyc | Bin 0 -> 1825 bytes .../raster/__pycache__/const.cpython-38.pyc | Bin 0 -> 1504 bytes .../raster/__pycache__/source.cpython-38.pyc | Bin 0 -> 13059 bytes .../django/contrib/gis/gdal/raster/band.py | 252 + .../django/contrib/gis/gdal/raster/base.py | 75 + .../django/contrib/gis/gdal/raster/const.py | 76 + .../django/contrib/gis/gdal/raster/source.py | 467 + .../django/contrib/gis/gdal/srs.py | 335 + .../django/contrib/gis/geoip2/__init__.py | 23 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1005 bytes .../geoip2/__pycache__/base.cpython-38.pyc | Bin 0 -> 7482 bytes .../__pycache__/resources.cpython-38.pyc | Bin 0 -> 779 bytes .../django/contrib/gis/geoip2/base.py | 229 + .../django/contrib/gis/geoip2/resources.py | 21 + .../django/contrib/gis/geometry.py | 13 + .../django/contrib/gis/geos/LICENSE | 27 + .../django/contrib/gis/geos/__init__.py | 15 + .../geos/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 945 bytes .../gis/geos/__pycache__/base.cpython-38.pyc | Bin 0 -> 502 bytes .../__pycache__/collections.cpython-38.pyc | Bin 0 -> 4884 bytes .../geos/__pycache__/coordseq.cpython-38.pyc | Bin 0 -> 8357 bytes .../gis/geos/__pycache__/error.cpython-38.pyc | Bin 0 -> 426 bytes .../geos/__pycache__/factory.cpython-38.pyc | Bin 0 -> 961 bytes .../geos/__pycache__/geometry.cpython-38.pyc | Bin 0 -> 27680 bytes .../gis/geos/__pycache__/io.cpython-38.pyc | Bin 0 -> 1281 bytes .../geos/__pycache__/libgeos.cpython-38.pyc | Bin 0 -> 4239 bytes .../__pycache__/linestring.cpython-38.pyc | Bin 0 -> 5437 bytes .../__pycache__/mutable_list.cpython-38.pyc | Bin 0 -> 10136 bytes .../gis/geos/__pycache__/point.cpython-38.pyc | Bin 0 -> 5211 bytes .../geos/__pycache__/polygon.cpython-38.pyc | Bin 0 -> 6641 bytes .../geos/__pycache__/prepared.cpython-38.pyc | Bin 0 -> 2477 bytes .../django/contrib/gis/geos/base.py | 6 + .../django/contrib/gis/geos/collections.py | 115 + .../django/contrib/gis/geos/coordseq.py | 196 + .../django/contrib/gis/geos/error.py | 3 + .../django/contrib/gis/geos/factory.py | 33 + .../django/contrib/gis/geos/geometry.py | 738 ++ .../django/contrib/gis/geos/io.py | 24 + .../django/contrib/gis/geos/libgeos.py | 175 + .../django/contrib/gis/geos/linestring.py | 175 + .../django/contrib/gis/geos/mutable_list.py | 310 + .../django/contrib/gis/geos/point.py | 157 + .../django/contrib/gis/geos/polygon.py | 178 + .../django/contrib/gis/geos/prepared.py | 49 + .../contrib/gis/geos/prototypes/__init__.py | 25 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1785 bytes .../__pycache__/coordseq.cpython-38.pyc | Bin 0 -> 2839 bytes .../__pycache__/errcheck.cpython-38.pyc | Bin 0 -> 2482 bytes .../__pycache__/geom.cpython-38.pyc | Bin 0 -> 3111 bytes .../prototypes/__pycache__/io.cpython-38.pyc | Bin 0 -> 10423 bytes .../__pycache__/misc.cpython-38.pyc | Bin 0 -> 1297 bytes .../__pycache__/predicates.cpython-38.pyc | Bin 0 -> 1764 bytes .../__pycache__/prepared.cpython-38.pyc | Bin 0 -> 1277 bytes .../__pycache__/threadsafe.cpython-38.pyc | Bin 0 -> 2713 bytes .../__pycache__/topology.cpython-38.pyc | Bin 0 -> 2048 bytes .../contrib/gis/geos/prototypes/coordseq.py | 91 + .../contrib/gis/geos/prototypes/errcheck.py | 83 + .../contrib/gis/geos/prototypes/geom.py | 96 + .../django/contrib/gis/geos/prototypes/io.py | 339 + .../contrib/gis/geos/prototypes/misc.py | 31 + .../contrib/gis/geos/prototypes/predicates.py | 43 + .../contrib/gis/geos/prototypes/prepared.py | 28 + .../contrib/gis/geos/prototypes/threadsafe.py | 77 + .../contrib/gis/geos/prototypes/topology.py | 53 + .../gis/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 470 bytes .../gis/locale/af/LC_MESSAGES/django.po | 80 + .../gis/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 2428 bytes .../gis/locale/ar/LC_MESSAGES/django.po | 90 + .../gis/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 850 bytes .../gis/locale/ast/LC_MESSAGES/django.po | 85 + .../gis/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 2013 bytes .../gis/locale/az/LC_MESSAGES/django.po | 88 + .../gis/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 2488 bytes .../gis/locale/be/LC_MESSAGES/django.po | 90 + .../gis/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 2452 bytes .../gis/locale/bg/LC_MESSAGES/django.po | 90 + .../gis/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1070 bytes .../gis/locale/bn/LC_MESSAGES/django.po | 86 + .../gis/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1614 bytes .../gis/locale/br/LC_MESSAGES/django.po | 91 + .../gis/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1308 bytes .../gis/locale/bs/LC_MESSAGES/django.po | 88 + .../gis/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 2043 bytes .../gis/locale/ca/LC_MESSAGES/django.po | 93 + .../gis/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 2111 bytes .../gis/locale/cs/LC_MESSAGES/django.po | 91 + .../gis/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1430 bytes .../gis/locale/cy/LC_MESSAGES/django.po | 86 + .../gis/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1934 bytes .../gis/locale/da/LC_MESSAGES/django.po | 89 + .../gis/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1999 bytes .../gis/locale/de/LC_MESSAGES/django.po | 88 + .../gis/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 2109 bytes .../gis/locale/dsb/LC_MESSAGES/django.po | 89 + .../gis/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 2519 bytes .../gis/locale/el/LC_MESSAGES/django.po | 93 + .../gis/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../gis/locale/en/LC_MESSAGES/django.po | 103 + .../gis/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../gis/locale/en_AU/LC_MESSAGES/django.po | 80 + .../gis/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1369 bytes .../gis/locale/en_GB/LC_MESSAGES/django.po | 88 + .../gis/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 1960 bytes .../gis/locale/eo/LC_MESSAGES/django.po | 88 + .../gis/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 2056 bytes .../gis/locale/es/LC_MESSAGES/django.po | 93 + .../gis/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 2069 bytes .../gis/locale/es_AR/LC_MESSAGES/django.po | 90 + .../gis/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 1865 bytes .../gis/locale/es_CO/LC_MESSAGES/django.po | 92 + .../gis/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1441 bytes .../gis/locale/es_MX/LC_MESSAGES/django.po | 87 + .../gis/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../gis/locale/es_VE/LC_MESSAGES/django.po | 80 + .../gis/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1961 bytes .../gis/locale/et/LC_MESSAGES/django.po | 90 + .../gis/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1973 bytes .../gis/locale/eu/LC_MESSAGES/django.po | 88 + .../gis/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 2281 bytes .../gis/locale/fa/LC_MESSAGES/django.po | 90 + .../gis/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1946 bytes .../gis/locale/fi/LC_MESSAGES/django.po | 87 + .../gis/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 2082 bytes .../gis/locale/fr/LC_MESSAGES/django.po | 90 + .../gis/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../gis/locale/fy/LC_MESSAGES/django.po | 80 + .../gis/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1420 bytes .../gis/locale/ga/LC_MESSAGES/django.po | 88 + .../gis/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 2142 bytes .../gis/locale/gd/LC_MESSAGES/django.po | 91 + .../gis/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1421 bytes .../gis/locale/gl/LC_MESSAGES/django.po | 89 + .../gis/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 2236 bytes .../gis/locale/he/LC_MESSAGES/django.po | 86 + .../gis/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 1818 bytes .../gis/locale/hi/LC_MESSAGES/django.po | 86 + .../gis/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1549 bytes .../gis/locale/hr/LC_MESSAGES/django.po | 91 + .../gis/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 2083 bytes .../gis/locale/hsb/LC_MESSAGES/django.po | 90 + .../gis/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1941 bytes .../gis/locale/hu/LC_MESSAGES/django.po | 90 + .../gis/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 2535 bytes .../gis/locale/hy/LC_MESSAGES/django.po | 86 + .../gis/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 1899 bytes .../gis/locale/ia/LC_MESSAGES/django.po | 89 + .../gis/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1983 bytes .../gis/locale/id/LC_MESSAGES/django.po | 92 + .../gis/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../gis/locale/io/LC_MESSAGES/django.po | 80 + .../gis/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1317 bytes .../gis/locale/is/LC_MESSAGES/django.po | 86 + .../gis/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 2009 bytes .../gis/locale/it/LC_MESSAGES/django.po | 93 + .../gis/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 2124 bytes .../gis/locale/ja/LC_MESSAGES/django.po | 88 + .../gis/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1991 bytes .../gis/locale/ka/LC_MESSAGES/django.po | 87 + .../gis/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1349 bytes .../gis/locale/kk/LC_MESSAGES/django.po | 85 + .../gis/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 459 bytes .../gis/locale/km/LC_MESSAGES/django.po | 80 + .../gis/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 461 bytes .../gis/locale/kn/LC_MESSAGES/django.po | 80 + .../gis/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1975 bytes .../gis/locale/ko/LC_MESSAGES/django.po | 90 + .../gis/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../gis/locale/lb/LC_MESSAGES/django.po | 80 + .../gis/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 2113 bytes .../gis/locale/lt/LC_MESSAGES/django.po | 91 + .../gis/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 2057 bytes .../gis/locale/lv/LC_MESSAGES/django.po | 88 + .../gis/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 2620 bytes .../gis/locale/mk/LC_MESSAGES/django.po | 93 + .../gis/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 2049 bytes .../gis/locale/ml/LC_MESSAGES/django.po | 88 + .../gis/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 2433 bytes .../gis/locale/mn/LC_MESSAGES/django.po | 93 + .../gis/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../gis/locale/mr/LC_MESSAGES/django.po | 80 + .../gis/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 525 bytes .../gis/locale/my/LC_MESSAGES/django.po | 85 + .../gis/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1930 bytes .../gis/locale/nb/LC_MESSAGES/django.po | 90 + .../gis/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 982 bytes .../gis/locale/ne/LC_MESSAGES/django.po | 84 + .../gis/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1985 bytes .../gis/locale/nl/LC_MESSAGES/django.po | 94 + .../gis/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1202 bytes .../gis/locale/nn/LC_MESSAGES/django.po | 87 + .../gis/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 1594 bytes .../gis/locale/os/LC_MESSAGES/django.po | 87 + .../gis/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1265 bytes .../gis/locale/pa/LC_MESSAGES/django.po | 86 + .../gis/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 2138 bytes .../gis/locale/pl/LC_MESSAGES/django.po | 95 + .../gis/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 2036 bytes .../gis/locale/pt/LC_MESSAGES/django.po | 95 + .../gis/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 2011 bytes .../gis/locale/pt_BR/LC_MESSAGES/django.po | 94 + .../gis/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 2047 bytes .../gis/locale/ro/LC_MESSAGES/django.po | 92 + .../gis/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 2583 bytes .../gis/locale/ru/LC_MESSAGES/django.po | 93 + .../gis/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 2010 bytes .../gis/locale/sk/LC_MESSAGES/django.po | 88 + .../gis/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 2067 bytes .../gis/locale/sl/LC_MESSAGES/django.po | 92 + .../gis/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1918 bytes .../gis/locale/sq/LC_MESSAGES/django.po | 89 + .../gis/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 2442 bytes .../gis/locale/sr/LC_MESSAGES/django.po | 89 + .../gis/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1971 bytes .../gis/locale/sr_Latn/LC_MESSAGES/django.po | 88 + .../gis/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1987 bytes .../gis/locale/sv/LC_MESSAGES/django.po | 92 + .../gis/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1426 bytes .../gis/locale/sw/LC_MESSAGES/django.po | 87 + .../gis/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 466 bytes .../gis/locale/ta/LC_MESSAGES/django.po | 80 + .../gis/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 824 bytes .../gis/locale/te/LC_MESSAGES/django.po | 84 + .../gis/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 1835 bytes .../gis/locale/th/LC_MESSAGES/django.po | 86 + .../gis/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 2024 bytes .../gis/locale/tr/LC_MESSAGES/django.po | 91 + .../gis/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1470 bytes .../gis/locale/tt/LC_MESSAGES/django.po | 85 + .../gis/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../gis/locale/udm/LC_MESSAGES/django.po | 80 + .../gis/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 2455 bytes .../gis/locale/uk/LC_MESSAGES/django.po | 92 + .../gis/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1410 bytes .../gis/locale/ur/LC_MESSAGES/django.po | 86 + .../gis/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1384 bytes .../gis/locale/vi/LC_MESSAGES/django.po | 87 + .../gis/locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 1852 bytes .../gis/locale/zh_Hans/LC_MESSAGES/django.po | 92 + .../gis/locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 2012 bytes .../gis/locale/zh_Hant/LC_MESSAGES/django.po | 89 + .../__pycache__/inspectdb.cpython-38.pyc | Bin 0 -> 883 bytes .../__pycache__/ogrinspect.cpython-38.pyc | Bin 0 -> 5191 bytes .../gis/management/commands/inspectdb.py | 17 + .../gis/management/commands/ogrinspect.py | 133 + .../django/contrib/gis/measure.py | 333 + .../site-packages/django/contrib/gis/ptr.py | 38 + .../contrib/gis/serializers/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 195 bytes .../__pycache__/geojson.cpython-38.pyc | Bin 0 -> 2814 bytes .../django/contrib/gis/serializers/geojson.py | 67 + .../django/contrib/gis/shortcuts.py | 40 + .../django/contrib/gis/sitemaps/__init__.py | 4 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 308 bytes .../sitemaps/__pycache__/kml.cpython-38.pyc | Bin 0 -> 2620 bytes .../sitemaps/__pycache__/views.cpython-38.pyc | Bin 0 -> 1944 bytes .../django/contrib/gis/sitemaps/kml.py | 70 + .../django/contrib/gis/sitemaps/views.py | 61 + .../django/contrib/gis/static/gis/css/ol3.css | 31 + .../gis/static/gis/img/draw_line_off.svg | 1 + .../gis/static/gis/img/draw_line_on.svg | 1 + .../gis/static/gis/img/draw_point_off.svg | 1 + .../gis/static/gis/img/draw_point_on.svg | 1 + .../gis/static/gis/img/draw_polygon_off.svg | 1 + .../gis/static/gis/img/draw_polygon_on.svg | 1 + .../contrib/gis/static/gis/js/OLMapWidget.js | 231 + .../gis/templates/gis/admin/openlayers.html | 40 + .../gis/templates/gis/admin/openlayers.js | 176 + .../contrib/gis/templates/gis/admin/osm.html | 2 + .../contrib/gis/templates/gis/admin/osm.js | 2 + .../contrib/gis/templates/gis/kml/base.kml | 6 + .../gis/templates/gis/kml/placemarks.kml | 8 + .../gis/templates/gis/openlayers-osm.html | 12 + .../contrib/gis/templates/gis/openlayers.html | 40 + .../django/contrib/gis/utils/__init__.py | 14 + .../utils/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 676 bytes .../__pycache__/layermapping.cpython-38.pyc | Bin 0 -> 15722 bytes .../utils/__pycache__/ogrinfo.cpython-38.pyc | Bin 0 -> 1701 bytes .../__pycache__/ogrinspect.cpython-38.pyc | Bin 0 -> 7384 bytes .../gis/utils/__pycache__/srs.cpython-38.pyc | Bin 0 -> 2482 bytes .../django/contrib/gis/utils/layermapping.py | 631 + .../django/contrib/gis/utils/ogrinfo.py | 51 + .../django/contrib/gis/utils/ogrinspect.py | 237 + .../django/contrib/gis/utils/srs.py | 76 + .../site-packages/django/contrib/gis/views.py | 20 + .../django/contrib/humanize/__init__.py | 1 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 254 bytes .../humanize/__pycache__/apps.cpython-38.pyc | Bin 0 -> 530 bytes .../django/contrib/humanize/apps.py | 7 + .../humanize/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 5097 bytes .../humanize/locale/af/LC_MESSAGES/django.po | 394 + .../humanize/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 7691 bytes .../humanize/locale/ar/LC_MESSAGES/django.po | 377 + .../humanize/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 3468 bytes .../humanize/locale/ast/LC_MESSAGES/django.po | 262 + .../humanize/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 5216 bytes .../humanize/locale/az/LC_MESSAGES/django.po | 398 + .../humanize/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 6681 bytes .../humanize/locale/be/LC_MESSAGES/django.po | 320 + .../humanize/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 4645 bytes .../humanize/locale/bg/LC_MESSAGES/django.po | 265 + .../humanize/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 4026 bytes .../humanize/locale/bn/LC_MESSAGES/django.po | 263 + .../humanize/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 5850 bytes .../humanize/locale/br/LC_MESSAGES/django.po | 517 + .../humanize/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1416 bytes .../humanize/locale/bs/LC_MESSAGES/django.po | 292 + .../humanize/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 3989 bytes .../humanize/locale/ca/LC_MESSAGES/django.po | 398 + .../humanize/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 6846 bytes .../humanize/locale/cs/LC_MESSAGES/django.po | 476 + .../humanize/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 5241 bytes .../humanize/locale/cy/LC_MESSAGES/django.po | 318 + .../humanize/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 5339 bytes .../humanize/locale/da/LC_MESSAGES/django.po | 396 + .../humanize/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 5418 bytes .../humanize/locale/de/LC_MESSAGES/django.po | 395 + .../humanize/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 7036 bytes .../humanize/locale/dsb/LC_MESSAGES/django.po | 475 + .../humanize/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 6740 bytes .../humanize/locale/el/LC_MESSAGES/django.po | 398 + .../humanize/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../humanize/locale/en/LC_MESSAGES/django.po | 455 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 261 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 3461 bytes .../locale/en_GB/LC_MESSAGES/django.po | 263 + .../humanize/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 5386 bytes .../humanize/locale/eo/LC_MESSAGES/django.po | 394 + .../humanize/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 5440 bytes .../humanize/locale/es/LC_MESSAGES/django.po | 401 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 5502 bytes .../locale/es_AR/LC_MESSAGES/django.po | 398 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 4203 bytes .../locale/es_CO/LC_MESSAGES/django.po | 267 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 3939 bytes .../locale/es_MX/LC_MESSAGES/django.po | 264 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 942 bytes .../locale/es_VE/LC_MESSAGES/django.po | 262 + .../humanize/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 4402 bytes .../humanize/locale/et/LC_MESSAGES/django.po | 398 + .../humanize/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 5287 bytes .../humanize/locale/eu/LC_MESSAGES/django.po | 397 + .../humanize/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 5808 bytes .../humanize/locale/fa/LC_MESSAGES/django.po | 400 + .../humanize/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 4177 bytes .../humanize/locale/fi/LC_MESSAGES/django.po | 265 + .../humanize/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 5502 bytes .../humanize/locale/fr/LC_MESSAGES/django.po | 396 + .../humanize/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../humanize/locale/fy/LC_MESSAGES/django.po | 261 + .../humanize/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 5112 bytes .../humanize/locale/ga/LC_MESSAGES/django.po | 516 + .../humanize/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 7232 bytes .../humanize/locale/gd/LC_MESSAGES/django.po | 476 + .../humanize/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 3474 bytes .../humanize/locale/gl/LC_MESSAGES/django.po | 265 + .../humanize/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 7857 bytes .../humanize/locale/he/LC_MESSAGES/django.po | 476 + .../humanize/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 4131 bytes .../humanize/locale/hi/LC_MESSAGES/django.po | 263 + .../humanize/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1274 bytes .../humanize/locale/hr/LC_MESSAGES/django.po | 291 + .../humanize/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 7146 bytes .../humanize/locale/hsb/LC_MESSAGES/django.po | 475 + .../humanize/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 5307 bytes .../humanize/locale/hu/LC_MESSAGES/django.po | 397 + .../humanize/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 1529 bytes .../humanize/locale/hy/LC_MESSAGES/django.po | 396 + .../humanize/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 4167 bytes .../humanize/locale/ia/LC_MESSAGES/django.po | 262 + .../humanize/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 4665 bytes .../humanize/locale/id/LC_MESSAGES/django.po | 359 + .../humanize/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 464 bytes .../humanize/locale/io/LC_MESSAGES/django.po | 261 + .../humanize/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 3805 bytes .../humanize/locale/is/LC_MESSAGES/django.po | 399 + .../humanize/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 5981 bytes .../humanize/locale/it/LC_MESSAGES/django.po | 404 + .../humanize/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 4840 bytes .../humanize/locale/ja/LC_MESSAGES/django.po | 357 + .../humanize/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 4878 bytes .../humanize/locale/ka/LC_MESSAGES/django.po | 395 + .../humanize/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 2113 bytes .../humanize/locale/kk/LC_MESSAGES/django.po | 394 + .../humanize/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 459 bytes .../humanize/locale/km/LC_MESSAGES/django.po | 233 + .../humanize/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 461 bytes .../humanize/locale/kn/LC_MESSAGES/django.po | 233 + .../humanize/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 4817 bytes .../humanize/locale/ko/LC_MESSAGES/django.po | 358 + .../humanize/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../humanize/locale/lb/LC_MESSAGES/django.po | 261 + .../humanize/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 7374 bytes .../humanize/locale/lt/LC_MESSAGES/django.po | 478 + .../humanize/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 6252 bytes .../humanize/locale/lv/LC_MESSAGES/django.po | 440 + .../humanize/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 4761 bytes .../humanize/locale/mk/LC_MESSAGES/django.po | 262 + .../humanize/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 4736 bytes .../humanize/locale/ml/LC_MESSAGES/django.po | 395 + .../humanize/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 6020 bytes .../humanize/locale/mn/LC_MESSAGES/django.po | 398 + .../humanize/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../humanize/locale/mr/LC_MESSAGES/django.po | 261 + .../humanize/locale/ms/LC_MESSAGES/django.mo | Bin 0 -> 842 bytes .../humanize/locale/ms/LC_MESSAGES/django.po | 353 + .../humanize/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 3479 bytes .../humanize/locale/my/LC_MESSAGES/django.po | 234 + .../humanize/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 5358 bytes .../humanize/locale/nb/LC_MESSAGES/django.po | 398 + .../humanize/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 2285 bytes .../humanize/locale/ne/LC_MESSAGES/django.po | 261 + .../humanize/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 5303 bytes .../humanize/locale/nl/LC_MESSAGES/django.po | 398 + .../humanize/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 3482 bytes .../humanize/locale/nn/LC_MESSAGES/django.po | 263 + .../humanize/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 3902 bytes .../humanize/locale/os/LC_MESSAGES/django.po | 262 + .../humanize/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 1569 bytes .../humanize/locale/pa/LC_MESSAGES/django.po | 263 + .../humanize/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 7018 bytes .../humanize/locale/pl/LC_MESSAGES/django.po | 483 + .../humanize/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 5408 bytes .../humanize/locale/pt/LC_MESSAGES/django.po | 398 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 5427 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 400 + .../humanize/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 6229 bytes .../humanize/locale/ro/LC_MESSAGES/django.po | 441 + .../humanize/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 8569 bytes .../humanize/locale/ru/LC_MESSAGES/django.po | 484 + .../humanize/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 6931 bytes .../humanize/locale/sk/LC_MESSAGES/django.po | 477 + .../humanize/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 5430 bytes .../humanize/locale/sl/LC_MESSAGES/django.po | 323 + .../humanize/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 5321 bytes .../humanize/locale/sq/LC_MESSAGES/django.po | 395 + .../humanize/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 7246 bytes .../humanize/locale/sr/LC_MESSAGES/django.po | 436 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 562 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 290 + .../humanize/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 5359 bytes .../humanize/locale/sv/LC_MESSAGES/django.po | 398 + .../humanize/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 4146 bytes .../humanize/locale/sw/LC_MESSAGES/django.po | 262 + .../humanize/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 466 bytes .../humanize/locale/ta/LC_MESSAGES/django.po | 261 + .../humanize/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 1327 bytes .../humanize/locale/te/LC_MESSAGES/django.po | 262 + .../humanize/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 3709 bytes .../humanize/locale/th/LC_MESSAGES/django.po | 357 + .../humanize/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 5304 bytes .../humanize/locale/tr/LC_MESSAGES/django.po | 400 + .../humanize/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 3243 bytes .../humanize/locale/tt/LC_MESSAGES/django.po | 233 + .../humanize/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../humanize/locale/udm/LC_MESSAGES/django.po | 233 + .../humanize/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 8854 bytes .../humanize/locale/uk/LC_MESSAGES/django.po | 483 + .../humanize/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1347 bytes .../humanize/locale/ur/LC_MESSAGES/django.po | 261 + .../humanize/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 3646 bytes .../humanize/locale/vi/LC_MESSAGES/django.po | 235 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 4709 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 362 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 3185 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 358 + .../contrib/humanize/templatetags/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 201 bytes .../__pycache__/humanize.cpython-38.pyc | Bin 0 -> 8164 bytes .../contrib/humanize/templatetags/humanize.py | 300 + .../django/contrib/messages/__init__.py | 4 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 348 bytes .../messages/__pycache__/api.cpython-38.pyc | Bin 0 -> 3071 bytes .../messages/__pycache__/apps.cpython-38.pyc | Bin 0 -> 530 bytes .../__pycache__/constants.cpython-38.pyc | Bin 0 -> 446 bytes .../context_processors.cpython-38.pyc | Bin 0 -> 588 bytes .../__pycache__/middleware.cpython-38.pyc | Bin 0 -> 1250 bytes .../messages/__pycache__/utils.cpython-38.pyc | Bin 0 -> 498 bytes .../messages/__pycache__/views.cpython-38.pyc | Bin 0 -> 954 bytes .../django/contrib/messages/api.py | 96 + .../django/contrib/messages/apps.py | 7 + .../django/contrib/messages/constants.py | 21 + .../contrib/messages/context_processors.py | 13 + .../django/contrib/messages/middleware.py | 26 + .../contrib/messages/storage/__init__.py | 12 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 658 bytes .../storage/__pycache__/base.cpython-38.pyc | Bin 0 -> 6501 bytes .../storage/__pycache__/cookie.cpython-38.pyc | Bin 0 -> 6078 bytes .../__pycache__/fallback.cpython-38.pyc | Bin 0 -> 2053 bytes .../__pycache__/session.cpython-38.pyc | Bin 0 -> 2263 bytes .../django/contrib/messages/storage/base.py | 170 + .../django/contrib/messages/storage/cookie.py | 166 + .../contrib/messages/storage/fallback.py | 54 + .../contrib/messages/storage/session.py | 48 + .../django/contrib/messages/utils.py | 12 + .../django/contrib/messages/views.py | 18 + .../django/contrib/postgres/__init__.py | 1 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 254 bytes .../postgres/__pycache__/apps.cpython-38.pyc | Bin 0 -> 2577 bytes .../__pycache__/functions.cpython-38.pyc | Bin 0 -> 685 bytes .../__pycache__/indexes.cpython-38.pyc | Bin 0 -> 6557 bytes .../__pycache__/lookups.cpython-38.pyc | Bin 0 -> 3329 bytes .../__pycache__/operations.cpython-38.pyc | Bin 0 -> 3478 bytes .../__pycache__/search.cpython-38.pyc | Bin 0 -> 9304 bytes .../__pycache__/serializers.cpython-38.pyc | Bin 0 -> 682 bytes .../__pycache__/signals.cpython-38.pyc | Bin 0 -> 1852 bytes .../postgres/__pycache__/utils.cpython-38.pyc | Bin 0 -> 1230 bytes .../__pycache__/validators.cpython-38.pyc | Bin 0 -> 3192 bytes .../contrib/postgres/aggregates/__init__.py | 2 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 245 bytes .../__pycache__/general.cpython-38.pyc | Bin 0 -> 2539 bytes .../__pycache__/mixins.cpython-38.pyc | Bin 0 -> 2891 bytes .../__pycache__/statistics.cpython-38.pyc | Bin 0 -> 3087 bytes .../contrib/postgres/aggregates/general.py | 63 + .../contrib/postgres/aggregates/mixins.py | 57 + .../contrib/postgres/aggregates/statistics.py | 69 + .../django/contrib/postgres/apps.py | 66 + .../contrib/postgres/fields/__init__.py | 5 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 288 bytes .../fields/__pycache__/array.cpython-38.pyc | Bin 0 -> 11383 bytes .../fields/__pycache__/citext.cpython-38.pyc | Bin 0 -> 1182 bytes .../fields/__pycache__/hstore.cpython-38.pyc | Bin 0 -> 4319 bytes .../fields/__pycache__/jsonb.cpython-38.pyc | Bin 0 -> 7028 bytes .../fields/__pycache__/mixins.cpython-38.pyc | Bin 0 -> 1184 bytes .../fields/__pycache__/ranges.cpython-38.pyc | Bin 0 -> 9034 bytes .../fields/__pycache__/utils.cpython-38.pyc | Bin 0 -> 505 bytes .../django/contrib/postgres/fields/array.py | 305 + .../django/contrib/postgres/fields/citext.py | 24 + .../django/contrib/postgres/fields/hstore.py | 112 + .../django/contrib/postgres/fields/jsonb.py | 186 + .../django/contrib/postgres/fields/mixins.py | 29 + .../django/contrib/postgres/fields/ranges.py | 274 + .../django/contrib/postgres/fields/utils.py | 3 + .../django/contrib/postgres/forms/__init__.py | 4 + .../forms/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 269 bytes .../forms/__pycache__/array.cpython-38.pyc | Bin 0 -> 7323 bytes .../forms/__pycache__/hstore.cpython-38.pyc | Bin 0 -> 1705 bytes .../forms/__pycache__/jsonb.cpython-38.pyc | Bin 0 -> 2028 bytes .../forms/__pycache__/ranges.cpython-38.pyc | Bin 0 -> 3943 bytes .../django/contrib/postgres/forms/array.py | 214 + .../django/contrib/postgres/forms/hstore.py | 58 + .../django/contrib/postgres/forms/jsonb.py | 62 + .../django/contrib/postgres/forms/ranges.py | 109 + .../django/contrib/postgres/functions.py | 11 + .../django/contrib/postgres/indexes.py | 183 + .../jinja2/postgres/widgets/split_array.html | 1 + .../postgres/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 3135 bytes .../postgres/locale/af/LC_MESSAGES/django.po | 114 + .../postgres/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 4416 bytes .../postgres/locale/ar/LC_MESSAGES/django.po | 140 + .../postgres/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 3132 bytes .../postgres/locale/az/LC_MESSAGES/django.po | 112 + .../postgres/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 4490 bytes .../postgres/locale/be/LC_MESSAGES/django.po | 132 + .../postgres/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 3439 bytes .../postgres/locale/bg/LC_MESSAGES/django.po | 119 + .../postgres/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 3191 bytes .../postgres/locale/ca/LC_MESSAGES/django.po | 121 + .../postgres/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 3686 bytes .../postgres/locale/cs/LC_MESSAGES/django.po | 129 + .../postgres/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 3167 bytes .../postgres/locale/da/LC_MESSAGES/django.po | 120 + .../postgres/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 3282 bytes .../postgres/locale/de/LC_MESSAGES/django.po | 117 + .../postgres/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 3853 bytes .../postgres/locale/dsb/LC_MESSAGES/django.po | 131 + .../postgres/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 3917 bytes .../postgres/locale/el/LC_MESSAGES/django.po | 120 + .../postgres/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../postgres/locale/en/LC_MESSAGES/django.po | 128 + .../postgres/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 3155 bytes .../postgres/locale/eo/LC_MESSAGES/django.po | 119 + .../postgres/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 3195 bytes .../postgres/locale/es/LC_MESSAGES/django.po | 123 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 3178 bytes .../locale/es_AR/LC_MESSAGES/django.po | 118 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 2903 bytes .../locale/es_CO/LC_MESSAGES/django.po | 122 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 882 bytes .../locale/es_MX/LC_MESSAGES/django.po | 108 + .../postgres/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 3081 bytes .../postgres/locale/et/LC_MESSAGES/django.po | 120 + .../postgres/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 3133 bytes .../postgres/locale/eu/LC_MESSAGES/django.po | 118 + .../postgres/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 3614 bytes .../postgres/locale/fa/LC_MESSAGES/django.po | 117 + .../postgres/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 3212 bytes .../postgres/locale/fi/LC_MESSAGES/django.po | 120 + .../postgres/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 3393 bytes .../postgres/locale/fr/LC_MESSAGES/django.po | 119 + .../postgres/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 3828 bytes .../postgres/locale/gd/LC_MESSAGES/django.po | 135 + .../postgres/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 722 bytes .../postgres/locale/gl/LC_MESSAGES/django.po | 108 + .../postgres/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 4017 bytes .../postgres/locale/he/LC_MESSAGES/django.po | 120 + .../postgres/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1217 bytes .../postgres/locale/hr/LC_MESSAGES/django.po | 112 + .../postgres/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 3767 bytes .../postgres/locale/hsb/LC_MESSAGES/django.po | 129 + .../postgres/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 3185 bytes .../postgres/locale/hu/LC_MESSAGES/django.po | 118 + .../postgres/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 3593 bytes .../postgres/locale/hy/LC_MESSAGES/django.po | 119 + .../postgres/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 758 bytes .../postgres/locale/ia/LC_MESSAGES/django.po | 108 + .../postgres/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 3035 bytes .../postgres/locale/id/LC_MESSAGES/django.po | 118 + .../postgres/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 3212 bytes .../postgres/locale/is/LC_MESSAGES/django.po | 118 + .../postgres/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 3243 bytes .../postgres/locale/it/LC_MESSAGES/django.po | 126 + .../postgres/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 3349 bytes .../postgres/locale/ja/LC_MESSAGES/django.po | 110 + .../postgres/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 731 bytes .../postgres/locale/ka/LC_MESSAGES/django.po | 108 + .../postgres/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 683 bytes .../postgres/locale/kk/LC_MESSAGES/django.po | 107 + .../postgres/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 3196 bytes .../postgres/locale/ko/LC_MESSAGES/django.po | 114 + .../postgres/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 3853 bytes .../postgres/locale/lt/LC_MESSAGES/django.po | 130 + .../postgres/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 3382 bytes .../postgres/locale/lv/LC_MESSAGES/django.po | 125 + .../postgres/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 3717 bytes .../postgres/locale/mk/LC_MESSAGES/django.po | 122 + .../postgres/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 3732 bytes .../postgres/locale/mn/LC_MESSAGES/django.po | 121 + .../postgres/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 3112 bytes .../postgres/locale/nb/LC_MESSAGES/django.po | 117 + .../postgres/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 934 bytes .../postgres/locale/ne/LC_MESSAGES/django.po | 106 + .../postgres/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 3223 bytes .../postgres/locale/nl/LC_MESSAGES/django.po | 121 + .../postgres/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 3694 bytes .../postgres/locale/pl/LC_MESSAGES/django.po | 137 + .../postgres/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 3135 bytes .../postgres/locale/pt/LC_MESSAGES/django.po | 117 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 3190 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 126 + .../postgres/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 3454 bytes .../postgres/locale/ro/LC_MESSAGES/django.po | 129 + .../postgres/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 5119 bytes .../postgres/locale/ru/LC_MESSAGES/django.po | 141 + .../postgres/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 3630 bytes .../postgres/locale/sk/LC_MESSAGES/django.po | 128 + .../postgres/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 3524 bytes .../postgres/locale/sl/LC_MESSAGES/django.po | 130 + .../postgres/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 3192 bytes .../postgres/locale/sq/LC_MESSAGES/django.po | 117 + .../postgres/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 4106 bytes .../postgres/locale/sr/LC_MESSAGES/django.po | 123 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 3098 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 123 + .../postgres/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 3196 bytes .../postgres/locale/sv/LC_MESSAGES/django.po | 121 + .../postgres/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 3162 bytes .../postgres/locale/tr/LC_MESSAGES/django.po | 119 + .../postgres/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 4758 bytes .../postgres/locale/uk/LC_MESSAGES/django.po | 138 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 2849 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 109 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 2864 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 107 + .../django/contrib/postgres/lookups.py | 76 + .../django/contrib/postgres/operations.py | 77 + .../django/contrib/postgres/search.py | 239 + .../django/contrib/postgres/serializers.py | 10 + .../django/contrib/postgres/signals.py | 64 + .../postgres/widgets/split_array.html | 1 + .../django/contrib/postgres/utils.py | 29 + .../django/contrib/postgres/validators.py | 76 + .../django/contrib/redirects/__init__.py | 1 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 257 bytes .../__pycache__/admin.cpython-38.pyc | Bin 0 -> 626 bytes .../redirects/__pycache__/apps.cpython-38.pyc | Bin 0 -> 534 bytes .../__pycache__/middleware.cpython-38.pyc | Bin 0 -> 1847 bytes .../__pycache__/models.cpython-38.pyc | Bin 0 -> 1421 bytes .../django/contrib/redirects/admin.py | 10 + .../django/contrib/redirects/apps.py | 7 + .../redirects/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 1119 bytes .../redirects/locale/af/LC_MESSAGES/django.po | 50 + .../redirects/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 1342 bytes .../redirects/locale/ar/LC_MESSAGES/django.po | 50 + .../locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 1071 bytes .../locale/ast/LC_MESSAGES/django.po | 50 + .../redirects/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 1157 bytes .../redirects/locale/az/LC_MESSAGES/django.po | 51 + .../redirects/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 1437 bytes .../redirects/locale/be/LC_MESSAGES/django.po | 52 + .../redirects/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 1268 bytes .../redirects/locale/bg/LC_MESSAGES/django.po | 52 + .../redirects/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 1319 bytes .../redirects/locale/bn/LC_MESSAGES/django.po | 48 + .../redirects/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1429 bytes .../redirects/locale/br/LC_MESSAGES/django.po | 54 + .../redirects/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 1115 bytes .../redirects/locale/bs/LC_MESSAGES/django.po | 51 + .../redirects/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 1137 bytes .../redirects/locale/ca/LC_MESSAGES/django.po | 52 + .../redirects/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 1156 bytes .../redirects/locale/cs/LC_MESSAGES/django.po | 50 + .../redirects/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 1132 bytes .../redirects/locale/cy/LC_MESSAGES/django.po | 51 + .../redirects/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 1114 bytes .../redirects/locale/da/LC_MESSAGES/django.po | 49 + .../redirects/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 1136 bytes .../redirects/locale/de/LC_MESSAGES/django.po | 50 + .../locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 1242 bytes .../locale/dsb/LC_MESSAGES/django.po | 51 + .../redirects/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 1384 bytes .../redirects/locale/el/LC_MESSAGES/django.po | 51 + .../redirects/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../redirects/locale/en/LC_MESSAGES/django.po | 50 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 42 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 1053 bytes .../locale/en_GB/LC_MESSAGES/django.po | 50 + .../redirects/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 1138 bytes .../redirects/locale/eo/LC_MESSAGES/django.po | 52 + .../redirects/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 1143 bytes .../redirects/locale/es/LC_MESSAGES/django.po | 52 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 1127 bytes .../locale/es_AR/LC_MESSAGES/django.po | 51 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 1147 bytes .../locale/es_CO/LC_MESSAGES/django.po | 50 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 1136 bytes .../locale/es_MX/LC_MESSAGES/django.po | 52 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/es_VE/LC_MESSAGES/django.po | 42 + .../redirects/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 1122 bytes .../redirects/locale/et/LC_MESSAGES/django.po | 52 + .../redirects/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 1119 bytes .../redirects/locale/eu/LC_MESSAGES/django.po | 50 + .../redirects/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 1241 bytes .../redirects/locale/fa/LC_MESSAGES/django.po | 49 + .../redirects/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 1158 bytes .../redirects/locale/fi/LC_MESSAGES/django.po | 52 + .../redirects/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 1141 bytes .../redirects/locale/fr/LC_MESSAGES/django.po | 50 + .../redirects/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../redirects/locale/fy/LC_MESSAGES/django.po | 42 + .../redirects/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 1075 bytes .../redirects/locale/ga/LC_MESSAGES/django.po | 48 + .../redirects/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 1252 bytes .../redirects/locale/gd/LC_MESSAGES/django.po | 51 + .../redirects/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 1127 bytes .../redirects/locale/gl/LC_MESSAGES/django.po | 51 + .../redirects/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 1128 bytes .../redirects/locale/he/LC_MESSAGES/django.po | 46 + .../redirects/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 1409 bytes .../redirects/locale/hi/LC_MESSAGES/django.po | 49 + .../redirects/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 1207 bytes .../redirects/locale/hr/LC_MESSAGES/django.po | 52 + .../locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 1236 bytes .../locale/hsb/LC_MESSAGES/django.po | 51 + .../redirects/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 1152 bytes .../redirects/locale/hu/LC_MESSAGES/django.po | 51 + .../redirects/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 1261 bytes .../redirects/locale/hy/LC_MESSAGES/django.po | 49 + .../redirects/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 1152 bytes .../redirects/locale/ia/LC_MESSAGES/django.po | 50 + .../redirects/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 1098 bytes .../redirects/locale/id/LC_MESSAGES/django.po | 51 + .../redirects/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 1019 bytes .../redirects/locale/io/LC_MESSAGES/django.po | 48 + .../redirects/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 1065 bytes .../redirects/locale/is/LC_MESSAGES/django.po | 49 + .../redirects/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 1105 bytes .../redirects/locale/it/LC_MESSAGES/django.po | 52 + .../redirects/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 1148 bytes .../redirects/locale/ja/LC_MESSAGES/django.po | 47 + .../redirects/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 1511 bytes .../redirects/locale/ka/LC_MESSAGES/django.po | 50 + .../locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 699 bytes .../locale/kab/LC_MESSAGES/django.po | 45 + .../redirects/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 1261 bytes .../redirects/locale/kk/LC_MESSAGES/django.po | 48 + .../redirects/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 1248 bytes .../redirects/locale/km/LC_MESSAGES/django.po | 47 + .../redirects/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 1396 bytes .../redirects/locale/kn/LC_MESSAGES/django.po | 48 + .../redirects/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 1112 bytes .../redirects/locale/ko/LC_MESSAGES/django.po | 48 + .../redirects/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../redirects/locale/lb/LC_MESSAGES/django.po | 42 + .../redirects/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 1191 bytes .../redirects/locale/lt/LC_MESSAGES/django.po | 52 + .../redirects/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 1179 bytes .../redirects/locale/lv/LC_MESSAGES/django.po | 52 + .../redirects/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 1353 bytes .../redirects/locale/mk/LC_MESSAGES/django.po | 52 + .../redirects/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1573 bytes .../redirects/locale/ml/LC_MESSAGES/django.po | 51 + .../redirects/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 1274 bytes .../redirects/locale/mn/LC_MESSAGES/django.po | 52 + .../redirects/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../redirects/locale/mr/LC_MESSAGES/django.po | 42 + .../redirects/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 549 bytes .../redirects/locale/my/LC_MESSAGES/django.po | 46 + .../redirects/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 1147 bytes .../redirects/locale/nb/LC_MESSAGES/django.po | 53 + .../redirects/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 1420 bytes .../redirects/locale/ne/LC_MESSAGES/django.po | 47 + .../redirects/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 1105 bytes .../redirects/locale/nl/LC_MESSAGES/django.po | 52 + .../redirects/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 1072 bytes .../redirects/locale/nn/LC_MESSAGES/django.po | 49 + .../redirects/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 1150 bytes .../redirects/locale/os/LC_MESSAGES/django.po | 49 + .../redirects/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 748 bytes .../redirects/locale/pa/LC_MESSAGES/django.po | 47 + .../redirects/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 1279 bytes .../redirects/locale/pl/LC_MESSAGES/django.po | 53 + .../redirects/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 1129 bytes .../redirects/locale/pt/LC_MESSAGES/django.po | 52 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 1162 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 53 + .../redirects/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 1222 bytes .../redirects/locale/ro/LC_MESSAGES/django.po | 53 + .../redirects/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 1456 bytes .../redirects/locale/ru/LC_MESSAGES/django.po | 53 + .../redirects/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 1160 bytes .../redirects/locale/sk/LC_MESSAGES/django.po | 51 + .../redirects/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 1173 bytes .../redirects/locale/sl/LC_MESSAGES/django.po | 52 + .../redirects/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 1125 bytes .../redirects/locale/sq/LC_MESSAGES/django.po | 51 + .../redirects/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 1350 bytes .../redirects/locale/sr/LC_MESSAGES/django.po | 52 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 1145 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 52 + .../redirects/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 1147 bytes .../redirects/locale/sv/LC_MESSAGES/django.po | 52 + .../redirects/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 1078 bytes .../redirects/locale/sw/LC_MESSAGES/django.po | 49 + .../redirects/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 1502 bytes .../redirects/locale/ta/LC_MESSAGES/django.po | 49 + .../redirects/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 467 bytes .../redirects/locale/te/LC_MESSAGES/django.po | 42 + .../redirects/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 1331 bytes .../redirects/locale/th/LC_MESSAGES/django.po | 46 + .../redirects/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 1124 bytes .../redirects/locale/tr/LC_MESSAGES/django.po | 53 + .../redirects/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 1178 bytes .../redirects/locale/tt/LC_MESSAGES/django.po | 48 + .../locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../locale/udm/LC_MESSAGES/django.po | 42 + .../redirects/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 1414 bytes .../redirects/locale/uk/LC_MESSAGES/django.po | 54 + .../redirects/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 1138 bytes .../redirects/locale/ur/LC_MESSAGES/django.po | 46 + .../redirects/locale/uz/LC_MESSAGES/django.mo | Bin 0 -> 592 bytes .../redirects/locale/uz/LC_MESSAGES/django.po | 45 + .../redirects/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 1106 bytes .../redirects/locale/vi/LC_MESSAGES/django.po | 49 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 1093 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 49 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 1096 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 48 + .../django/contrib/redirects/middleware.py | 50 + .../redirects/migrations/0001_initial.py | 40 + .../contrib/redirects/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-38.pyc | Bin 0 -> 1308 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 200 bytes .../django/contrib/redirects/models.py | 29 + .../django/contrib/sessions/__init__.py | 1 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 254 bytes .../sessions/__pycache__/apps.cpython-38.pyc | Bin 0 -> 530 bytes .../__pycache__/base_session.cpython-38.pyc | Bin 0 -> 2259 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 645 bytes .../__pycache__/middleware.cpython-38.pyc | Bin 0 -> 2592 bytes .../__pycache__/models.cpython-38.pyc | Bin 0 -> 1855 bytes .../__pycache__/serializers.cpython-38.pyc | Bin 0 -> 892 bytes .../django/contrib/sessions/apps.py | 7 + .../contrib/sessions/backends/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 197 bytes .../backends/__pycache__/base.cpython-38.pyc | Bin 0 -> 12464 bytes .../backends/__pycache__/cache.cpython-38.pyc | Bin 0 -> 2612 bytes .../__pycache__/cached_db.cpython-38.pyc | Bin 0 -> 2386 bytes .../backends/__pycache__/db.cpython-38.pyc | Bin 0 -> 4057 bytes .../backends/__pycache__/file.cpython-38.pyc | Bin 0 -> 5519 bytes .../__pycache__/signed_cookies.cpython-38.pyc | Bin 0 -> 3155 bytes .../django/contrib/sessions/backends/base.py | 348 + .../django/contrib/sessions/backends/cache.py | 81 + .../contrib/sessions/backends/cached_db.py | 65 + .../django/contrib/sessions/backends/db.py | 109 + .../django/contrib/sessions/backends/file.py | 202 + .../sessions/backends/signed_cookies.py | 82 + .../django/contrib/sessions/base_session.py | 47 + .../django/contrib/sessions/exceptions.py | 11 + .../sessions/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 717 bytes .../sessions/locale/af/LC_MESSAGES/django.po | 36 + .../sessions/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 846 bytes .../sessions/locale/ar/LC_MESSAGES/django.po | 37 + .../sessions/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 702 bytes .../sessions/locale/ast/LC_MESSAGES/django.po | 36 + .../sessions/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 731 bytes .../sessions/locale/az/LC_MESSAGES/django.po | 37 + .../sessions/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 895 bytes .../sessions/locale/be/LC_MESSAGES/django.po | 38 + .../sessions/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 783 bytes .../sessions/locale/bg/LC_MESSAGES/django.po | 37 + .../sessions/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 762 bytes .../sessions/locale/bn/LC_MESSAGES/django.po | 36 + .../sessions/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1027 bytes .../sessions/locale/br/LC_MESSAGES/django.po | 40 + .../sessions/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 759 bytes .../sessions/locale/bs/LC_MESSAGES/django.po | 37 + .../sessions/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 738 bytes .../sessions/locale/ca/LC_MESSAGES/django.po | 37 + .../sessions/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 747 bytes .../sessions/locale/cs/LC_MESSAGES/django.po | 36 + .../sessions/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 774 bytes .../sessions/locale/cy/LC_MESSAGES/django.po | 37 + .../sessions/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 722 bytes .../sessions/locale/da/LC_MESSAGES/django.po | 36 + .../sessions/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 721 bytes .../sessions/locale/de/LC_MESSAGES/django.po | 35 + .../sessions/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 810 bytes .../sessions/locale/dsb/LC_MESSAGES/django.po | 37 + .../sessions/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 809 bytes .../sessions/locale/el/LC_MESSAGES/django.po | 36 + .../sessions/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../sessions/locale/en/LC_MESSAGES/django.po | 38 + .../locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/en_AU/LC_MESSAGES/django.po | 35 + .../locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 707 bytes .../locale/en_GB/LC_MESSAGES/django.po | 36 + .../sessions/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 727 bytes .../sessions/locale/eo/LC_MESSAGES/django.po | 37 + .../sessions/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 734 bytes .../sessions/locale/es/LC_MESSAGES/django.po | 37 + .../locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 735 bytes .../locale/es_AR/LC_MESSAGES/django.po | 37 + .../locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 754 bytes .../locale/es_CO/LC_MESSAGES/django.po | 36 + .../locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 756 bytes .../locale/es_MX/LC_MESSAGES/django.po | 37 + .../locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../locale/es_VE/LC_MESSAGES/django.po | 35 + .../sessions/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 737 bytes .../sessions/locale/et/LC_MESSAGES/django.po | 37 + .../sessions/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 728 bytes .../sessions/locale/eu/LC_MESSAGES/django.po | 36 + .../sessions/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 755 bytes .../sessions/locale/fa/LC_MESSAGES/django.po | 37 + .../sessions/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 721 bytes .../sessions/locale/fi/LC_MESSAGES/django.po | 37 + .../sessions/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 733 bytes .../sessions/locale/fr/LC_MESSAGES/django.po | 36 + .../sessions/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../sessions/locale/fy/LC_MESSAGES/django.po | 35 + .../sessions/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 747 bytes .../sessions/locale/ga/LC_MESSAGES/django.po | 37 + .../sessions/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 791 bytes .../sessions/locale/gd/LC_MESSAGES/django.po | 37 + .../sessions/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 701 bytes .../sessions/locale/gl/LC_MESSAGES/django.po | 37 + .../sessions/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 809 bytes .../sessions/locale/he/LC_MESSAGES/django.po | 36 + .../sessions/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 759 bytes .../sessions/locale/hi/LC_MESSAGES/django.po | 36 + .../sessions/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 819 bytes .../sessions/locale/hr/LC_MESSAGES/django.po | 38 + .../sessions/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 805 bytes .../sessions/locale/hsb/LC_MESSAGES/django.po | 37 + .../sessions/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 727 bytes .../sessions/locale/hu/LC_MESSAGES/django.po | 37 + .../sessions/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 815 bytes .../sessions/locale/hy/LC_MESSAGES/django.po | 35 + .../sessions/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 744 bytes .../sessions/locale/ia/LC_MESSAGES/django.po | 36 + .../sessions/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 705 bytes .../sessions/locale/id/LC_MESSAGES/django.po | 38 + .../sessions/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 683 bytes .../sessions/locale/io/LC_MESSAGES/django.po | 35 + .../sessions/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 706 bytes .../sessions/locale/is/LC_MESSAGES/django.po | 36 + .../sessions/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 726 bytes .../sessions/locale/it/LC_MESSAGES/django.po | 37 + .../sessions/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 757 bytes .../sessions/locale/ja/LC_MESSAGES/django.po | 37 + .../sessions/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 803 bytes .../sessions/locale/ka/LC_MESSAGES/django.po | 36 + .../sessions/locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 743 bytes .../sessions/locale/kab/LC_MESSAGES/django.po | 35 + .../sessions/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 810 bytes .../sessions/locale/kk/LC_MESSAGES/django.po | 37 + .../sessions/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 929 bytes .../sessions/locale/km/LC_MESSAGES/django.po | 35 + .../sessions/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 814 bytes .../sessions/locale/kn/LC_MESSAGES/django.po | 36 + .../sessions/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 700 bytes .../sessions/locale/ko/LC_MESSAGES/django.po | 36 + .../sessions/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../sessions/locale/lb/LC_MESSAGES/django.po | 35 + .../sessions/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 786 bytes .../sessions/locale/lt/LC_MESSAGES/django.po | 38 + .../sessions/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 753 bytes .../sessions/locale/lv/LC_MESSAGES/django.po | 38 + .../sessions/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 816 bytes .../sessions/locale/mk/LC_MESSAGES/django.po | 37 + .../sessions/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 854 bytes .../sessions/locale/ml/LC_MESSAGES/django.po | 37 + .../sessions/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 784 bytes .../sessions/locale/mn/LC_MESSAGES/django.po | 38 + .../sessions/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../sessions/locale/mr/LC_MESSAGES/django.po | 35 + .../sessions/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 872 bytes .../sessions/locale/my/LC_MESSAGES/django.po | 36 + .../sessions/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 717 bytes .../sessions/locale/nb/LC_MESSAGES/django.po | 38 + .../sessions/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 802 bytes .../sessions/locale/ne/LC_MESSAGES/django.po | 36 + .../sessions/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 733 bytes .../sessions/locale/nl/LC_MESSAGES/django.po | 36 + .../sessions/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 695 bytes .../sessions/locale/nn/LC_MESSAGES/django.po | 36 + .../sessions/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 732 bytes .../sessions/locale/os/LC_MESSAGES/django.po | 36 + .../sessions/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 771 bytes .../sessions/locale/pa/LC_MESSAGES/django.po | 36 + .../sessions/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 869 bytes .../sessions/locale/pl/LC_MESSAGES/django.po | 39 + .../sessions/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 738 bytes .../sessions/locale/pt/LC_MESSAGES/django.po | 37 + .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 757 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 37 + .../sessions/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 776 bytes .../sessions/locale/ro/LC_MESSAGES/django.po | 39 + .../sessions/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 913 bytes .../sessions/locale/ru/LC_MESSAGES/django.po | 39 + .../sessions/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 766 bytes .../sessions/locale/sk/LC_MESSAGES/django.po | 36 + .../sessions/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 770 bytes .../sessions/locale/sl/LC_MESSAGES/django.po | 38 + .../sessions/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 724 bytes .../sessions/locale/sq/LC_MESSAGES/django.po | 36 + .../sessions/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 855 bytes .../sessions/locale/sr/LC_MESSAGES/django.po | 38 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 757 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 38 + .../sessions/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 707 bytes .../sessions/locale/sv/LC_MESSAGES/django.po | 37 + .../sessions/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 743 bytes .../sessions/locale/sw/LC_MESSAGES/django.po | 36 + .../sessions/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 801 bytes .../sessions/locale/ta/LC_MESSAGES/django.po | 35 + .../sessions/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 786 bytes .../sessions/locale/te/LC_MESSAGES/django.po | 36 + .../sessions/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 814 bytes .../sessions/locale/th/LC_MESSAGES/django.po | 36 + .../sessions/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 726 bytes .../sessions/locale/tr/LC_MESSAGES/django.po | 37 + .../sessions/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 806 bytes .../sessions/locale/tt/LC_MESSAGES/django.po | 36 + .../sessions/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../sessions/locale/udm/LC_MESSAGES/django.po | 35 + .../sessions/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 841 bytes .../sessions/locale/uk/LC_MESSAGES/django.po | 38 + .../sessions/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 729 bytes .../sessions/locale/ur/LC_MESSAGES/django.po | 35 + .../sessions/locale/uz/LC_MESSAGES/django.mo | Bin 0 -> 744 bytes .../sessions/locale/uz/LC_MESSAGES/django.po | 35 + .../sessions/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 679 bytes .../sessions/locale/vi/LC_MESSAGES/django.po | 38 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 722 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 37 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 733 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 37 + .../__pycache__/clearsessions.cpython-38.pyc | Bin 0 -> 1011 bytes .../management/commands/clearsessions.py | 19 + .../django/contrib/sessions/middleware.py | 74 + .../sessions/migrations/0001_initial.py | 30 + .../contrib/sessions/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-38.pyc | Bin 0 -> 1034 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 199 bytes .../django/contrib/sessions/models.py | 35 + .../django/contrib/sessions/serializers.py | 20 + .../django/contrib/sitemaps/__init__.py | 163 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 4953 bytes .../sitemaps/__pycache__/apps.cpython-38.pyc | Bin 0 -> 531 bytes .../sitemaps/__pycache__/views.cpython-38.pyc | Bin 0 -> 2601 bytes .../django/contrib/sitemaps/apps.py | 7 + .../__pycache__/ping_google.cpython-38.pyc | Bin 0 -> 1020 bytes .../management/commands/ping_google.py | 16 + .../contrib/sitemaps/templates/sitemap.xml | 13 + .../sitemaps/templates/sitemap_index.xml | 4 + .../django/contrib/sitemaps/views.py | 92 + .../django/contrib/sites/__init__.py | 1 + .../sites/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 245 bytes .../sites/__pycache__/admin.cpython-38.pyc | Bin 0 -> 531 bytes .../sites/__pycache__/apps.cpython-38.pyc | Bin 0 -> 795 bytes .../__pycache__/management.cpython-38.pyc | Bin 0 -> 1211 bytes .../sites/__pycache__/managers.cpython-38.pyc | Bin 0 -> 2203 bytes .../__pycache__/middleware.cpython-38.pyc | Bin 0 -> 731 bytes .../sites/__pycache__/models.cpython-38.pyc | Bin 0 -> 4259 bytes .../sites/__pycache__/requests.cpython-38.pyc | Bin 0 -> 1264 bytes .../__pycache__/shortcuts.cpython-38.pyc | Bin 0 -> 678 bytes .../django/contrib/sites/admin.py | 8 + .../django/contrib/sites/apps.py | 13 + .../sites/locale/af/LC_MESSAGES/django.mo | Bin 0 -> 786 bytes .../sites/locale/af/LC_MESSAGES/django.po | 36 + .../sites/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 947 bytes .../sites/locale/ar/LC_MESSAGES/django.po | 38 + .../sites/locale/ast/LC_MESSAGES/django.mo | Bin 0 -> 774 bytes .../sites/locale/ast/LC_MESSAGES/django.po | 36 + .../sites/locale/az/LC_MESSAGES/django.mo | Bin 0 -> 773 bytes .../sites/locale/az/LC_MESSAGES/django.po | 37 + .../sites/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 1024 bytes .../sites/locale/be/LC_MESSAGES/django.po | 38 + .../sites/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 904 bytes .../sites/locale/bg/LC_MESSAGES/django.po | 38 + .../sites/locale/bn/LC_MESSAGES/django.mo | Bin 0 -> 925 bytes .../sites/locale/bn/LC_MESSAGES/django.po | 37 + .../sites/locale/br/LC_MESSAGES/django.mo | Bin 0 -> 1107 bytes .../sites/locale/br/LC_MESSAGES/django.po | 40 + .../sites/locale/bs/LC_MESSAGES/django.mo | Bin 0 -> 692 bytes .../sites/locale/bs/LC_MESSAGES/django.po | 37 + .../sites/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 791 bytes .../sites/locale/ca/LC_MESSAGES/django.po | 38 + .../sites/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 815 bytes .../sites/locale/cs/LC_MESSAGES/django.po | 36 + .../sites/locale/cy/LC_MESSAGES/django.mo | Bin 0 -> 835 bytes .../sites/locale/cy/LC_MESSAGES/django.po | 37 + .../sites/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 794 bytes .../sites/locale/da/LC_MESSAGES/django.po | 36 + .../sites/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 792 bytes .../sites/locale/de/LC_MESSAGES/django.po | 36 + .../sites/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 868 bytes .../sites/locale/dsb/LC_MESSAGES/django.po | 37 + .../sites/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 878 bytes .../sites/locale/el/LC_MESSAGES/django.po | 38 + .../sites/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 356 bytes .../sites/locale/en/LC_MESSAGES/django.po | 38 + .../sites/locale/en_AU/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../sites/locale/en_AU/LC_MESSAGES/django.po | 35 + .../sites/locale/en_GB/LC_MESSAGES/django.mo | Bin 0 -> 639 bytes .../sites/locale/en_GB/LC_MESSAGES/django.po | 36 + .../sites/locale/eo/LC_MESSAGES/django.mo | Bin 0 -> 792 bytes .../sites/locale/eo/LC_MESSAGES/django.po | 38 + .../sites/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 804 bytes .../sites/locale/es/LC_MESSAGES/django.po | 39 + .../sites/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 817 bytes .../sites/locale/es_AR/LC_MESSAGES/django.po | 38 + .../sites/locale/es_CO/LC_MESSAGES/django.mo | Bin 0 -> 825 bytes .../sites/locale/es_CO/LC_MESSAGES/django.po | 36 + .../sites/locale/es_MX/LC_MESSAGES/django.mo | Bin 0 -> 809 bytes .../sites/locale/es_MX/LC_MESSAGES/django.po | 38 + .../sites/locale/es_VE/LC_MESSAGES/django.mo | Bin 0 -> 486 bytes .../sites/locale/es_VE/LC_MESSAGES/django.po | 35 + .../sites/locale/et/LC_MESSAGES/django.mo | Bin 0 -> 788 bytes .../sites/locale/et/LC_MESSAGES/django.po | 38 + .../sites/locale/eu/LC_MESSAGES/django.mo | Bin 0 -> 807 bytes .../sites/locale/eu/LC_MESSAGES/django.po | 37 + .../sites/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 872 bytes .../sites/locale/fa/LC_MESSAGES/django.po | 38 + .../sites/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 786 bytes .../sites/locale/fi/LC_MESSAGES/django.po | 37 + .../sites/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 797 bytes .../sites/locale/fr/LC_MESSAGES/django.po | 37 + .../sites/locale/fy/LC_MESSAGES/django.mo | Bin 0 -> 476 bytes .../sites/locale/fy/LC_MESSAGES/django.po | 35 + .../sites/locale/ga/LC_MESSAGES/django.mo | Bin 0 -> 683 bytes .../sites/locale/ga/LC_MESSAGES/django.po | 37 + .../sites/locale/gd/LC_MESSAGES/django.mo | Bin 0 -> 858 bytes .../sites/locale/gd/LC_MESSAGES/django.po | 37 + .../sites/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 742 bytes .../sites/locale/gl/LC_MESSAGES/django.po | 37 + .../sites/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 820 bytes .../sites/locale/he/LC_MESSAGES/django.po | 36 + .../sites/locale/hi/LC_MESSAGES/django.mo | Bin 0 -> 665 bytes .../sites/locale/hi/LC_MESSAGES/django.po | 35 + .../sites/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 876 bytes .../sites/locale/hr/LC_MESSAGES/django.po | 38 + .../sites/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 863 bytes .../sites/locale/hsb/LC_MESSAGES/django.po | 37 + .../sites/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 796 bytes .../sites/locale/hu/LC_MESSAGES/django.po | 37 + .../sites/locale/hy/LC_MESSAGES/django.mo | Bin 0 -> 906 bytes .../sites/locale/hy/LC_MESSAGES/django.po | 36 + .../sites/locale/ia/LC_MESSAGES/django.mo | Bin 0 -> 809 bytes .../sites/locale/ia/LC_MESSAGES/django.po | 36 + .../sites/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 791 bytes .../sites/locale/id/LC_MESSAGES/django.po | 38 + .../sites/locale/io/LC_MESSAGES/django.mo | Bin 0 -> 760 bytes .../sites/locale/io/LC_MESSAGES/django.po | 35 + .../sites/locale/is/LC_MESSAGES/django.mo | Bin 0 -> 812 bytes .../sites/locale/is/LC_MESSAGES/django.po | 37 + .../sites/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 795 bytes .../sites/locale/it/LC_MESSAGES/django.po | 38 + .../sites/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 814 bytes .../sites/locale/ja/LC_MESSAGES/django.po | 37 + .../sites/locale/ka/LC_MESSAGES/django.mo | Bin 0 -> 993 bytes .../sites/locale/ka/LC_MESSAGES/django.po | 37 + .../sites/locale/kab/LC_MESSAGES/django.mo | Bin 0 -> 808 bytes .../sites/locale/kab/LC_MESSAGES/django.po | 35 + .../sites/locale/kk/LC_MESSAGES/django.mo | Bin 0 -> 895 bytes .../sites/locale/kk/LC_MESSAGES/django.po | 36 + .../sites/locale/km/LC_MESSAGES/django.mo | Bin 0 -> 701 bytes .../sites/locale/km/LC_MESSAGES/django.po | 35 + .../sites/locale/kn/LC_MESSAGES/django.mo | Bin 0 -> 676 bytes .../sites/locale/kn/LC_MESSAGES/django.po | 36 + .../sites/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 807 bytes .../sites/locale/ko/LC_MESSAGES/django.po | 38 + .../sites/locale/lb/LC_MESSAGES/django.mo | Bin 0 -> 474 bytes .../sites/locale/lb/LC_MESSAGES/django.po | 35 + .../sites/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 869 bytes .../sites/locale/lt/LC_MESSAGES/django.po | 40 + .../sites/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 823 bytes .../sites/locale/lv/LC_MESSAGES/django.po | 39 + .../sites/locale/mk/LC_MESSAGES/django.mo | Bin 0 -> 885 bytes .../sites/locale/mk/LC_MESSAGES/django.po | 37 + .../sites/locale/ml/LC_MESSAGES/django.mo | Bin 0 -> 1007 bytes .../sites/locale/ml/LC_MESSAGES/django.po | 37 + .../sites/locale/mn/LC_MESSAGES/django.mo | Bin 0 -> 867 bytes .../sites/locale/mn/LC_MESSAGES/django.po | 39 + .../sites/locale/mr/LC_MESSAGES/django.mo | Bin 0 -> 468 bytes .../sites/locale/mr/LC_MESSAGES/django.po | 35 + .../sites/locale/my/LC_MESSAGES/django.mo | Bin 0 -> 961 bytes .../sites/locale/my/LC_MESSAGES/django.po | 36 + .../sites/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 793 bytes .../sites/locale/nb/LC_MESSAGES/django.po | 38 + .../sites/locale/ne/LC_MESSAGES/django.mo | Bin 0 -> 899 bytes .../sites/locale/ne/LC_MESSAGES/django.po | 35 + .../sites/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 776 bytes .../sites/locale/nl/LC_MESSAGES/django.po | 38 + .../sites/locale/nn/LC_MESSAGES/django.mo | Bin 0 -> 633 bytes .../sites/locale/nn/LC_MESSAGES/django.po | 36 + .../sites/locale/os/LC_MESSAGES/django.mo | Bin 0 -> 806 bytes .../sites/locale/os/LC_MESSAGES/django.po | 36 + .../sites/locale/pa/LC_MESSAGES/django.mo | Bin 0 -> 684 bytes .../sites/locale/pa/LC_MESSAGES/django.po | 36 + .../sites/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 944 bytes .../sites/locale/pl/LC_MESSAGES/django.po | 40 + .../sites/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 797 bytes .../sites/locale/pt/LC_MESSAGES/django.po | 38 + .../sites/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 824 bytes .../sites/locale/pt_BR/LC_MESSAGES/django.po | 38 + .../sites/locale/ro/LC_MESSAGES/django.mo | Bin 0 -> 857 bytes .../sites/locale/ro/LC_MESSAGES/django.po | 40 + .../sites/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 1016 bytes .../sites/locale/ru/LC_MESSAGES/django.po | 41 + .../sites/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 822 bytes .../sites/locale/sk/LC_MESSAGES/django.po | 37 + .../sites/locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 845 bytes .../sites/locale/sl/LC_MESSAGES/django.po | 39 + .../sites/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 810 bytes .../sites/locale/sq/LC_MESSAGES/django.po | 36 + .../sites/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 935 bytes .../sites/locale/sr/LC_MESSAGES/django.po | 38 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 815 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 38 + .../sites/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 792 bytes .../sites/locale/sv/LC_MESSAGES/django.po | 38 + .../sites/locale/sw/LC_MESSAGES/django.mo | Bin 0 -> 781 bytes .../sites/locale/sw/LC_MESSAGES/django.po | 36 + .../sites/locale/ta/LC_MESSAGES/django.mo | Bin 0 -> 714 bytes .../sites/locale/ta/LC_MESSAGES/django.po | 35 + .../sites/locale/te/LC_MESSAGES/django.mo | Bin 0 -> 687 bytes .../sites/locale/te/LC_MESSAGES/django.po | 35 + .../sites/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 898 bytes .../sites/locale/th/LC_MESSAGES/django.po | 36 + .../sites/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 799 bytes .../sites/locale/tr/LC_MESSAGES/django.po | 39 + .../sites/locale/tt/LC_MESSAGES/django.mo | Bin 0 -> 706 bytes .../sites/locale/tt/LC_MESSAGES/django.po | 36 + .../sites/locale/udm/LC_MESSAGES/django.mo | Bin 0 -> 462 bytes .../sites/locale/udm/LC_MESSAGES/django.po | 35 + .../sites/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 960 bytes .../sites/locale/uk/LC_MESSAGES/django.po | 39 + .../sites/locale/ur/LC_MESSAGES/django.mo | Bin 0 -> 654 bytes .../sites/locale/ur/LC_MESSAGES/django.po | 35 + .../sites/locale/uz/LC_MESSAGES/django.mo | Bin 0 -> 799 bytes .../sites/locale/uz/LC_MESSAGES/django.po | 35 + .../sites/locale/vi/LC_MESSAGES/django.mo | Bin 0 -> 762 bytes .../sites/locale/vi/LC_MESSAGES/django.po | 38 + .../locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 779 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 37 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 790 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 39 + .../django/contrib/sites/management.py | 38 + .../django/contrib/sites/managers.py | 60 + .../django/contrib/sites/middleware.py | 12 + .../contrib/sites/migrations/0001_initial.py | 31 + .../migrations/0002_alter_domain_unique.py | 20 + .../contrib/sites/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-38.pyc | Bin 0 -> 1082 bytes .../0002_alter_domain_unique.cpython-38.pyc | Bin 0 -> 792 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 196 bytes .../django/contrib/sites/models.py | 120 + .../django/contrib/sites/requests.py | 19 + .../django/contrib/sites/shortcuts.py | 16 + .../django/contrib/staticfiles/__init__.py | 1 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 263 bytes .../__pycache__/apps.cpython-38.pyc | Bin 0 -> 863 bytes .../__pycache__/checks.cpython-38.pyc | Bin 0 -> 575 bytes .../__pycache__/finders.cpython-38.pyc | Bin 0 -> 9463 bytes .../__pycache__/handlers.cpython-38.pyc | Bin 0 -> 2945 bytes .../__pycache__/storage.cpython-38.pyc | Bin 0 -> 14426 bytes .../__pycache__/testing.cpython-38.pyc | Bin 0 -> 784 bytes .../__pycache__/urls.cpython-38.pyc | Bin 0 -> 660 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 1983 bytes .../__pycache__/views.cpython-38.pyc | Bin 0 -> 1428 bytes .../django/contrib/staticfiles/apps.py | 13 + .../django/contrib/staticfiles/checks.py | 14 + .../django/contrib/staticfiles/finders.py | 296 + .../django/contrib/staticfiles/handlers.py | 66 + .../__pycache__/collectstatic.cpython-38.pyc | Bin 0 -> 9517 bytes .../__pycache__/findstatic.cpython-38.pyc | Bin 0 -> 1741 bytes .../__pycache__/runserver.cpython-38.pyc | Bin 0 -> 1579 bytes .../management/commands/collectstatic.py | 353 + .../management/commands/findstatic.py | 43 + .../management/commands/runserver.py | 32 + .../django/contrib/staticfiles/storage.py | 501 + .../staticfiles/templatetags/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 204 bytes .../__pycache__/staticfiles.cpython-38.pyc | Bin 0 -> 976 bytes .../staticfiles/templatetags/staticfiles.py | 28 + .../django/contrib/staticfiles/testing.py | 13 + .../django/contrib/staticfiles/urls.py | 19 + .../django/contrib/staticfiles/utils.py | 63 + .../django/contrib/staticfiles/views.py | 39 + .../django/contrib/syndication/__init__.py | 1 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 263 bytes .../__pycache__/apps.cpython-38.pyc | Bin 0 -> 542 bytes .../__pycache__/views.cpython-38.pyc | Bin 0 -> 6367 bytes .../django/contrib/syndication/apps.py | 7 + .../django/contrib/syndication/views.py | 218 + .../Lib/site-packages/django/core/__init__.py | 0 .../core/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 176 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 6205 bytes .../core/__pycache__/paginator.cpython-38.pyc | Bin 0 -> 6967 bytes .../core/__pycache__/signals.cpython-38.pyc | Bin 0 -> 409 bytes .../core/__pycache__/signing.cpython-38.pyc | Bin 0 -> 7378 bytes .../__pycache__/validators.cpython-38.pyc | Bin 0 -> 16083 bytes .../core/__pycache__/wsgi.cpython-38.pyc | Bin 0 -> 635 bytes .../django/core/cache/__init__.py | 124 + .../cache/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 3977 bytes .../cache/__pycache__/utils.cpython-38.pyc | Bin 0 -> 737 bytes .../django/core/cache/backends/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 191 bytes .../backends/__pycache__/base.cpython-38.pyc | Bin 0 -> 9720 bytes .../backends/__pycache__/db.cpython-38.pyc | Bin 0 -> 7683 bytes .../backends/__pycache__/dummy.cpython-38.pyc | Bin 0 -> 1773 bytes .../__pycache__/filebased.cpython-38.pyc | Bin 0 -> 5826 bytes .../__pycache__/locmem.cpython-38.pyc | Bin 0 -> 4163 bytes .../__pycache__/memcached.cpython-38.pyc | Bin 0 -> 6733 bytes .../django/core/cache/backends/base.py | 283 + .../django/core/cache/backends/db.py | 284 + .../django/core/cache/backends/dummy.py | 38 + .../django/core/cache/backends/filebased.py | 164 + .../django/core/cache/backends/locmem.py | 122 + .../django/core/cache/backends/memcached.py | 186 + .../site-packages/django/core/cache/utils.py | 12 + .../django/core/checks/__init__.py | 24 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1029 bytes .../checks/__pycache__/caches.cpython-38.pyc | Bin 0 -> 664 bytes .../__pycache__/database.cpython-38.pyc | Bin 0 -> 524 bytes .../__pycache__/messages.cpython-38.pyc | Bin 0 -> 3511 bytes .../__pycache__/model_checks.cpython-38.pyc | Bin 0 -> 6189 bytes .../__pycache__/registry.cpython-38.pyc | Bin 0 -> 3647 bytes .../__pycache__/templates.cpython-38.pyc | Bin 0 -> 1431 bytes .../__pycache__/translation.cpython-38.pyc | Bin 0 -> 767 bytes .../checks/__pycache__/urls.cpython-38.pyc | Bin 0 -> 3428 bytes .../django/core/checks/caches.py | 16 + .../core/checks/compatibility/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 197 bytes .../django/core/checks/database.py | 11 + .../django/core/checks/messages.py | 75 + .../django/core/checks/model_checks.py | 180 + .../django/core/checks/registry.py | 97 + .../django/core/checks/security/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 192 bytes .../security/__pycache__/base.cpython-38.pyc | Bin 0 -> 6349 bytes .../security/__pycache__/csrf.cpython-38.pyc | Bin 0 -> 1501 bytes .../__pycache__/sessions.cpython-38.pyc | Bin 0 -> 2632 bytes .../django/core/checks/security/base.py | 210 + .../django/core/checks/security/csrf.py | 40 + .../django/core/checks/security/sessions.py | 97 + .../django/core/checks/templates.py | 35 + .../django/core/checks/translation.py | 19 + .../site-packages/django/core/checks/urls.py | 110 + .../site-packages/django/core/exceptions.py | 183 + .../django/core/files/__init__.py | 3 + .../files/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 255 bytes .../files/__pycache__/base.cpython-38.pyc | Bin 0 -> 5361 bytes .../files/__pycache__/images.cpython-38.pyc | Bin 0 -> 2041 bytes .../files/__pycache__/locks.cpython-38.pyc | Bin 0 -> 3366 bytes .../files/__pycache__/move.cpython-38.pyc | Bin 0 -> 2013 bytes .../files/__pycache__/storage.cpython-38.pyc | Bin 0 -> 12384 bytes .../files/__pycache__/temp.cpython-38.pyc | Bin 0 -> 2755 bytes .../__pycache__/uploadedfile.cpython-38.pyc | Bin 0 -> 4607 bytes .../__pycache__/uploadhandler.cpython-38.pyc | Bin 0 -> 7454 bytes .../files/__pycache__/utils.cpython-38.pyc | Bin 0 -> 3090 bytes .../site-packages/django/core/files/base.py | 160 + .../site-packages/django/core/files/images.py | 84 + .../site-packages/django/core/files/locks.py | 113 + .../site-packages/django/core/files/move.py | 87 + .../django/core/files/storage.py | 366 + .../site-packages/django/core/files/temp.py | 74 + .../django/core/files/uploadedfile.py | 117 + .../django/core/files/uploadhandler.py | 205 + .../site-packages/django/core/files/utils.py | 52 + .../django/core/handlers/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 185 bytes .../handlers/__pycache__/base.cpython-38.pyc | Bin 0 -> 4637 bytes .../__pycache__/exception.cpython-38.pyc | Bin 0 -> 3622 bytes .../handlers/__pycache__/wsgi.cpython-38.pyc | Bin 0 -> 6691 bytes .../django/core/handlers/base.py | 166 + .../django/core/handlers/exception.py | 129 + .../django/core/handlers/wsgi.py | 214 + .../django/core/mail/__init__.py | 116 + .../mail/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 4040 bytes .../mail/__pycache__/message.cpython-38.pyc | Bin 0 -> 14775 bytes .../mail/__pycache__/utils.cpython-38.pyc | Bin 0 -> 757 bytes .../django/core/mail/backends/__init__.py | 1 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 190 bytes .../backends/__pycache__/base.cpython-38.pyc | Bin 0 -> 2430 bytes .../__pycache__/console.cpython-38.pyc | Bin 0 -> 1701 bytes .../backends/__pycache__/dummy.cpython-38.pyc | Bin 0 -> 640 bytes .../__pycache__/filebased.cpython-38.pyc | Bin 0 -> 2456 bytes .../__pycache__/locmem.cpython-38.pyc | Bin 0 -> 1283 bytes .../backends/__pycache__/smtp.cpython-38.pyc | Bin 0 -> 4040 bytes .../django/core/mail/backends/base.py | 59 + .../django/core/mail/backends/console.py | 42 + .../django/core/mail/backends/dummy.py | 10 + .../django/core/mail/backends/filebased.py | 70 + .../django/core/mail/backends/locmem.py | 30 + .../django/core/mail/backends/smtp.py | 131 + .../site-packages/django/core/mail/message.py | 454 + .../site-packages/django/core/mail/utils.py | 20 + .../django/core/management/__init__.py | 381 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 12590 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 21415 bytes .../__pycache__/color.cpython-38.pyc | Bin 0 -> 1978 bytes .../management/__pycache__/sql.cpython-38.pyc | Bin 0 -> 1631 bytes .../__pycache__/templates.cpython-38.pyc | Bin 0 -> 9630 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 3839 bytes .../django/core/management/base.py | 548 + .../django/core/management/color.py | 73 + .../commands/__pycache__/check.cpython-38.pyc | Bin 0 -> 2325 bytes .../compilemessages.cpython-38.pyc | Bin 0 -> 4680 bytes .../createcachetable.cpython-38.pyc | Bin 0 -> 3518 bytes .../__pycache__/dbshell.cpython-38.pyc | Bin 0 -> 1284 bytes .../__pycache__/diffsettings.cpython-38.pyc | Bin 0 -> 3081 bytes .../__pycache__/dumpdata.cpython-38.pyc | Bin 0 -> 5755 bytes .../commands/__pycache__/flush.cpython-38.pyc | Bin 0 -> 2782 bytes .../__pycache__/inspectdb.cpython-38.pyc | Bin 0 -> 9191 bytes .../__pycache__/loaddata.cpython-38.pyc | Bin 0 -> 10553 bytes .../__pycache__/makemessages.cpython-38.pyc | Bin 0 -> 20776 bytes .../__pycache__/makemigrations.cpython-38.pyc | Bin 0 -> 9580 bytes .../__pycache__/migrate.cpython-38.pyc | Bin 0 -> 10586 bytes .../__pycache__/runserver.cpython-38.pyc | Bin 0 -> 4845 bytes .../__pycache__/sendtestemail.cpython-38.pyc | Bin 0 -> 1747 bytes .../commands/__pycache__/shell.cpython-38.pyc | Bin 0 -> 3072 bytes .../__pycache__/showmigrations.cpython-38.pyc | Bin 0 -> 4260 bytes .../__pycache__/sqlflush.cpython-38.pyc | Bin 0 -> 1267 bytes .../__pycache__/sqlmigrate.cpython-38.pyc | Bin 0 -> 2476 bytes .../sqlsequencereset.cpython-38.pyc | Bin 0 -> 1314 bytes .../squashmigrations.cpython-38.pyc | Bin 0 -> 6175 bytes .../__pycache__/startapp.cpython-38.pyc | Bin 0 -> 883 bytes .../__pycache__/startproject.cpython-38.pyc | Bin 0 -> 983 bytes .../commands/__pycache__/test.cpython-38.pyc | Bin 0 -> 2248 bytes .../__pycache__/testserver.cpython-38.pyc | Bin 0 -> 1907 bytes .../django/core/management/commands/check.py | 65 + .../management/commands/compilemessages.py | 147 + .../management/commands/createcachetable.py | 108 + .../core/management/commands/dbshell.py | 31 + .../core/management/commands/diffsettings.py | 79 + .../core/management/commands/dumpdata.py | 194 + .../django/core/management/commands/flush.py | 82 + .../core/management/commands/inspectdb.py | 300 + .../core/management/commands/loaddata.py | 351 + .../core/management/commands/makemessages.py | 687 + .../management/commands/makemigrations.py | 311 + .../core/management/commands/migrate.py | 365 + .../core/management/commands/runserver.py | 161 + .../core/management/commands/sendtestemail.py | 40 + .../django/core/management/commands/shell.py | 102 + .../management/commands/showmigrations.py | 139 + .../core/management/commands/sqlflush.py | 22 + .../core/management/commands/sqlmigrate.py | 65 + .../management/commands/sqlsequencereset.py | 23 + .../management/commands/squashmigrations.py | 214 + .../core/management/commands/startapp.py | 14 + .../core/management/commands/startproject.py | 20 + .../django/core/management/commands/test.py | 56 + .../core/management/commands/testserver.py | 54 + .../django/core/management/sql.py | 52 + .../django/core/management/templates.py | 334 + .../django/core/management/utils.py | 124 + .../site-packages/django/core/paginator.py | 194 + .../django/core/serializers/__init__.py | 234 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 6758 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 10541 bytes .../__pycache__/json.cpython-38.pyc | Bin 0 -> 3425 bytes .../__pycache__/python.cpython-38.pyc | Bin 0 -> 5544 bytes .../__pycache__/pyyaml.cpython-38.pyc | Bin 0 -> 2743 bytes .../__pycache__/xml_serializer.cpython-38.pyc | Bin 0 -> 14698 bytes .../django/core/serializers/base.py | 318 + .../django/core/serializers/json.py | 104 + .../django/core/serializers/python.py | 156 + .../django/core/serializers/pyyaml.py | 77 + .../django/core/serializers/xml_serializer.py | 420 + .../django/core/servers/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 184 bytes .../__pycache__/basehttp.cpython-38.pyc | Bin 0 -> 7008 bytes .../django/core/servers/basehttp.py | 213 + .../Lib/site-packages/django/core/signals.py | 6 + .../Lib/site-packages/django/core/signing.py | 198 + .../site-packages/django/core/validators.py | 539 + myvenv/Lib/site-packages/django/core/wsgi.py | 13 + .../Lib/site-packages/django/db/__init__.py | 61 + .../db/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2267 bytes .../db/__pycache__/transaction.cpython-38.pyc | Bin 0 -> 8127 bytes .../db/__pycache__/utils.cpython-38.pyc | Bin 0 -> 10387 bytes .../django/db/backends/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 183 bytes .../__pycache__/ddl_references.cpython-38.pyc | Bin 0 -> 8899 bytes .../__pycache__/signals.cpython-38.pyc | Bin 0 -> 292 bytes .../backends/__pycache__/utils.cpython-38.pyc | Bin 0 -> 7514 bytes .../django/db/backends/base/__init__.py | 0 .../base/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 188 bytes .../base/__pycache__/base.cpython-38.pyc | Bin 0 -> 21299 bytes .../base/__pycache__/client.cpython-38.pyc | Bin 0 -> 820 bytes .../base/__pycache__/creation.cpython-38.pyc | Bin 0 -> 9023 bytes .../base/__pycache__/features.cpython-38.pyc | Bin 0 -> 4980 bytes .../__pycache__/introspection.cpython-38.pyc | Bin 0 -> 7931 bytes .../__pycache__/operations.cpython-38.pyc | Bin 0 -> 29715 bytes .../base/__pycache__/schema.cpython-38.pyc | Bin 0 -> 34909 bytes .../__pycache__/validation.cpython-38.pyc | Bin 0 -> 1336 bytes .../django/db/backends/base/base.py | 659 + .../django/db/backends/base/client.py | 12 + .../django/db/backends/base/creation.py | 296 + .../django/db/backends/base/features.py | 308 + .../django/db/backends/base/introspection.py | 171 + .../django/db/backends/base/operations.py | 673 + .../django/db/backends/base/schema.py | 1163 ++ .../django/db/backends/base/validation.py | 25 + .../django/db/backends/ddl_references.py | 193 + .../django/db/backends/dummy/__init__.py | 0 .../dummy/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../dummy/__pycache__/base.cpython-38.pyc | Bin 0 -> 2706 bytes .../dummy/__pycache__/features.cpython-38.pyc | Bin 0 -> 487 bytes .../django/db/backends/dummy/base.py | 73 + .../django/db/backends/dummy/features.py | 6 + .../django/db/backends/mysql/__init__.py | 0 .../mysql/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../mysql/__pycache__/base.cpython-38.pyc | Bin 0 -> 10499 bytes .../mysql/__pycache__/client.cpython-38.pyc | Bin 0 -> 1625 bytes .../mysql/__pycache__/compiler.cpython-38.pyc | Bin 0 -> 1498 bytes .../mysql/__pycache__/creation.cpython-38.pyc | Bin 0 -> 2658 bytes .../mysql/__pycache__/features.cpython-38.pyc | Bin 0 -> 4717 bytes .../__pycache__/introspection.cpython-38.pyc | Bin 0 -> 7528 bytes .../__pycache__/operations.cpython-38.pyc | Bin 0 -> 10990 bytes .../mysql/__pycache__/schema.cpython-38.pyc | Bin 0 -> 4538 bytes .../__pycache__/validation.cpython-38.pyc | Bin 0 -> 2536 bytes .../django/db/backends/mysql/base.py | 344 + .../django/db/backends/mysql/client.py | 48 + .../django/db/backends/mysql/compiler.py | 25 + .../django/db/backends/mysql/creation.py | 67 + .../django/db/backends/mysql/features.py | 120 + .../django/db/backends/mysql/introspection.py | 209 + .../django/db/backends/mysql/operations.py | 306 + .../django/db/backends/mysql/schema.py | 103 + .../django/db/backends/mysql/validation.py | 60 + .../django/db/backends/oracle/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 190 bytes .../oracle/__pycache__/base.cpython-38.pyc | Bin 0 -> 17842 bytes .../oracle/__pycache__/client.cpython-38.pyc | Bin 0 -> 818 bytes .../__pycache__/compiler.cpython-38.pyc | Bin 0 -> 2189 bytes .../__pycache__/creation.cpython-38.pyc | Bin 0 -> 15270 bytes .../__pycache__/features.cpython-38.pyc | Bin 0 -> 2735 bytes .../__pycache__/functions.cpython-38.pyc | Bin 0 -> 1308 bytes .../__pycache__/introspection.cpython-38.pyc | Bin 0 -> 10413 bytes .../__pycache__/operations.cpython-38.pyc | Bin 0 -> 19957 bytes .../oracle/__pycache__/schema.cpython-38.pyc | Bin 0 -> 6518 bytes .../oracle/__pycache__/utils.cpython-38.pyc | Bin 0 -> 1970 bytes .../__pycache__/validation.cpython-38.pyc | Bin 0 -> 1024 bytes .../django/db/backends/oracle/base.py | 543 + .../django/db/backends/oracle/client.py | 17 + .../django/db/backends/oracle/compiler.py | 60 + .../django/db/backends/oracle/creation.py | 400 + .../django/db/backends/oracle/features.py | 71 + .../django/db/backends/oracle/functions.py | 22 + .../db/backends/oracle/introspection.py | 276 + .../django/db/backends/oracle/operations.py | 589 + .../django/db/backends/oracle/schema.py | 171 + .../django/db/backends/oracle/utils.py | 56 + .../django/db/backends/oracle/validation.py | 22 + .../django/db/backends/postgresql/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 194 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 7891 bytes .../__pycache__/client.cpython-38.pyc | Bin 0 -> 1843 bytes .../__pycache__/creation.cpython-38.pyc | Bin 0 -> 3054 bytes .../__pycache__/features.cpython-38.pyc | Bin 0 -> 3024 bytes .../__pycache__/introspection.cpython-38.pyc | Bin 0 -> 10303 bytes .../__pycache__/operations.cpython-38.pyc | Bin 0 -> 11067 bytes .../__pycache__/schema.cpython-38.pyc | Bin 0 -> 4182 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 439 bytes .../django/db/backends/postgresql/base.py | 283 + .../django/db/backends/postgresql/client.py | 71 + .../django/db/backends/postgresql/creation.py | 77 + .../django/db/backends/postgresql/features.py | 77 + .../db/backends/postgresql/introspection.py | 233 + .../db/backends/postgresql/operations.py | 284 + .../django/db/backends/postgresql/schema.py | 141 + .../django/db/backends/postgresql/utils.py | 7 + .../backends/postgresql_psycopg2/__init__.py | 9 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 455 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 231 bytes .../__pycache__/client.cpython-38.pyc | Bin 0 -> 235 bytes .../__pycache__/creation.cpython-38.pyc | Bin 0 -> 239 bytes .../__pycache__/features.cpython-38.pyc | Bin 0 -> 239 bytes .../__pycache__/introspection.cpython-38.pyc | Bin 0 -> 249 bytes .../__pycache__/operations.cpython-38.pyc | Bin 0 -> 243 bytes .../__pycache__/schema.cpython-38.pyc | Bin 0 -> 235 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 233 bytes .../db/backends/postgresql_psycopg2/base.py | 1 + .../db/backends/postgresql_psycopg2/client.py | 1 + .../backends/postgresql_psycopg2/creation.py | 1 + .../backends/postgresql_psycopg2/features.py | 1 + .../postgresql_psycopg2/introspection.py | 1 + .../postgresql_psycopg2/operations.py | 1 + .../db/backends/postgresql_psycopg2/schema.py | 1 + .../db/backends/postgresql_psycopg2/utils.py | 1 + .../django/db/backends/signals.py | 3 + .../django/db/backends/sqlite3/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 191 bytes .../sqlite3/__pycache__/base.cpython-38.pyc | Bin 0 -> 17283 bytes .../sqlite3/__pycache__/client.cpython-38.pyc | Bin 0 -> 695 bytes .../__pycache__/creation.cpython-38.pyc | Bin 0 -> 3449 bytes .../__pycache__/features.cpython-38.pyc | Bin 0 -> 1715 bytes .../__pycache__/introspection.cpython-38.pyc | Bin 0 -> 11320 bytes .../__pycache__/operations.cpython-38.pyc | Bin 0 -> 12937 bytes .../sqlite3/__pycache__/schema.cpython-38.pyc | Bin 0 -> 11967 bytes .../django/db/backends/sqlite3/base.py | 560 + .../django/db/backends/sqlite3/client.py | 12 + .../django/db/backends/sqlite3/creation.py | 98 + .../django/db/backends/sqlite3/features.py | 44 + .../db/backends/sqlite3/introspection.py | 434 + .../django/db/backends/sqlite3/operations.py | 333 + .../django/db/backends/sqlite3/schema.py | 411 + .../site-packages/django/db/backends/utils.py | 252 + .../django/db/migrations/__init__.py | 2 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 286 bytes .../__pycache__/autodetector.cpython-38.pyc | Bin 0 -> 36430 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 2485 bytes .../__pycache__/executor.cpython-38.pyc | Bin 0 -> 11212 bytes .../__pycache__/graph.cpython-38.pyc | Bin 0 -> 12723 bytes .../__pycache__/loader.cpython-38.pyc | Bin 0 -> 10372 bytes .../__pycache__/migration.cpython-38.pyc | Bin 0 -> 5358 bytes .../__pycache__/optimizer.cpython-38.pyc | Bin 0 -> 2755 bytes .../__pycache__/questioner.cpython-38.pyc | Bin 0 -> 8652 bytes .../__pycache__/recorder.cpython-38.pyc | Bin 0 -> 4372 bytes .../__pycache__/serializer.cpython-38.pyc | Bin 0 -> 13587 bytes .../__pycache__/state.cpython-38.pyc | Bin 0 -> 19027 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 897 bytes .../__pycache__/writer.cpython-38.pyc | Bin 0 -> 8124 bytes .../django/db/migrations/autodetector.py | 1320 ++ .../django/db/migrations/exceptions.py | 54 + .../django/db/migrations/executor.py | 376 + .../django/db/migrations/graph.py | 319 + .../django/db/migrations/loader.py | 324 + .../django/db/migrations/migration.py | 193 + .../db/migrations/operations/__init__.py | 17 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 942 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 5444 bytes .../__pycache__/fields.cpython-38.pyc | Bin 0 -> 12164 bytes .../__pycache__/models.cpython-38.pyc | Bin 0 -> 27822 bytes .../__pycache__/special.cpython-38.pyc | Bin 0 -> 6447 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 2094 bytes .../django/db/migrations/operations/base.py | 141 + .../django/db/migrations/operations/fields.py | 402 + .../django/db/migrations/operations/models.py | 878 ++ .../db/migrations/operations/special.py | 203 + .../django/db/migrations/operations/utils.py | 53 + .../django/db/migrations/optimizer.py | 70 + .../django/db/migrations/questioner.py | 239 + .../django/db/migrations/recorder.py | 92 + .../django/db/migrations/serializer.py | 333 + .../django/db/migrations/state.py | 612 + .../django/db/migrations/utils.py | 17 + .../django/db/migrations/writer.py | 300 + .../django/db/models/__init__.py | 48 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2250 bytes .../__pycache__/aggregates.cpython-38.pyc | Bin 0 -> 6178 bytes .../db/models/__pycache__/base.cpython-38.pyc | Bin 0 -> 45120 bytes .../__pycache__/constants.cpython-38.pyc | Bin 0 -> 259 bytes .../__pycache__/constraints.cpython-38.pyc | Bin 0 -> 6153 bytes .../__pycache__/deletion.cpython-38.pyc | Bin 0 -> 10867 bytes .../__pycache__/expressions.cpython-38.pyc | Bin 0 -> 51397 bytes .../models/__pycache__/indexes.cpython-38.pyc | Bin 0 -> 5669 bytes .../models/__pycache__/lookups.cpython-38.pyc | Bin 0 -> 18842 bytes .../models/__pycache__/manager.cpython-38.pyc | Bin 0 -> 6252 bytes .../models/__pycache__/options.cpython-38.pyc | Bin 0 -> 22779 bytes .../models/__pycache__/query.cpython-38.pyc | Bin 0 -> 60214 bytes .../__pycache__/query_utils.cpython-38.pyc | Bin 0 -> 11682 bytes .../models/__pycache__/signals.cpython-38.pyc | Bin 0 -> 1999 bytes .../models/__pycache__/utils.cpython-38.pyc | Bin 0 -> 902 bytes .../django/db/models/aggregates.py | 155 + .../site-packages/django/db/models/base.py | 1832 +++ .../django/db/models/constants.py | 6 + .../django/db/models/constraints.py | 121 + .../django/db/models/deletion.py | 329 + .../django/db/models/expressions.py | 1358 ++ .../django/db/models/fields/__init__.py | 2352 ++++ .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 66535 bytes .../fields/__pycache__/files.cpython-38.pyc | Bin 0 -> 12408 bytes .../fields/__pycache__/mixins.cpython-38.pyc | Bin 0 -> 1410 bytes .../fields/__pycache__/proxy.cpython-38.pyc | Bin 0 -> 933 bytes .../fields/__pycache__/related.cpython-38.pyc | Bin 0 -> 47258 bytes .../related_descriptors.cpython-38.pyc | Bin 0 -> 35384 bytes .../related_lookups.cpython-38.pyc | Bin 0 -> 5815 bytes .../reverse_related.cpython-38.pyc | Bin 0 -> 10018 bytes .../django/db/models/fields/files.py | 466 + .../django/db/models/fields/mixins.py | 26 + .../django/db/models/fields/proxy.py | 18 + .../django/db/models/fields/related.py | 1647 +++ .../db/models/fields/related_descriptors.py | 1137 ++ .../db/models/fields/related_lookups.py | 154 + .../db/models/fields/reverse_related.py | 290 + .../django/db/models/functions/__init__.py | 42 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2435 bytes .../__pycache__/comparison.cpython-38.pyc | Bin 0 -> 5002 bytes .../__pycache__/datetime.cpython-38.pyc | Bin 0 -> 9842 bytes .../functions/__pycache__/math.cpython-38.pyc | Bin 0 -> 5545 bytes .../__pycache__/mixins.cpython-38.pyc | Bin 0 -> 2780 bytes .../functions/__pycache__/text.cpython-38.pyc | Bin 0 -> 10690 bytes .../__pycache__/window.cpython-38.pyc | Bin 0 -> 3749 bytes .../django/db/models/functions/comparison.py | 112 + .../django/db/models/functions/datetime.py | 308 + .../django/db/models/functions/math.py | 163 + .../django/db/models/functions/mixins.py | 50 + .../django/db/models/functions/text.py | 267 + .../django/db/models/functions/window.py | 108 + .../site-packages/django/db/models/indexes.py | 131 + .../site-packages/django/db/models/lookups.py | 556 + .../site-packages/django/db/models/manager.py | 201 + .../site-packages/django/db/models/options.py | 828 ++ .../site-packages/django/db/models/query.py | 1897 +++ .../django/db/models/query_utils.py | 336 + .../site-packages/django/db/models/signals.py | 53 + .../django/db/models/sql/__init__.py | 7 + .../sql/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 470 bytes .../sql/__pycache__/compiler.cpython-38.pyc | Bin 0 -> 42859 bytes .../sql/__pycache__/constants.cpython-38.pyc | Bin 0 -> 567 bytes .../__pycache__/datastructures.cpython-38.pyc | Bin 0 -> 5736 bytes .../sql/__pycache__/query.cpython-38.pyc | Bin 0 -> 62840 bytes .../sql/__pycache__/subqueries.cpython-38.pyc | Bin 0 -> 7281 bytes .../sql/__pycache__/where.cpython-38.pyc | Bin 0 -> 7744 bytes .../django/db/models/sql/compiler.py | 1515 +++ .../django/db/models/sql/constants.py | 27 + .../django/db/models/sql/datastructures.py | 170 + .../django/db/models/sql/query.py | 2260 ++++ .../django/db/models/sql/subqueries.py | 194 + .../django/db/models/sql/where.py | 228 + .../site-packages/django/db/models/utils.py | 21 + .../site-packages/django/db/transaction.py | 317 + myvenv/Lib/site-packages/django/db/utils.py | 307 + .../site-packages/django/dispatch/__init__.py | 9 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 487 bytes .../__pycache__/dispatcher.cpython-38.pyc | Bin 0 -> 8557 bytes .../django/dispatch/dispatcher.py | 292 + .../site-packages/django/dispatch/license.txt | 36 + .../site-packages/django/forms/__init__.py | 11 + .../forms/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 496 bytes .../__pycache__/boundfield.cpython-38.pyc | Bin 0 -> 9626 bytes .../forms/__pycache__/fields.cpython-38.pyc | Bin 0 -> 36924 bytes .../forms/__pycache__/forms.cpython-38.pyc | Bin 0 -> 15348 bytes .../forms/__pycache__/formsets.cpython-38.pyc | Bin 0 -> 14695 bytes .../forms/__pycache__/models.cpython-38.pyc | Bin 0 -> 36586 bytes .../__pycache__/renderers.cpython-38.pyc | Bin 0 -> 3048 bytes .../forms/__pycache__/utils.cpython-38.pyc | Bin 0 -> 7000 bytes .../forms/__pycache__/widgets.cpython-38.pyc | Bin 0 -> 36289 bytes .../site-packages/django/forms/boundfield.py | 266 + .../Lib/site-packages/django/forms/fields.py | 1202 ++ .../Lib/site-packages/django/forms/forms.py | 506 + .../site-packages/django/forms/formsets.py | 449 + .../jinja2/django/forms/widgets/attrs.html | 1 + .../jinja2/django/forms/widgets/checkbox.html | 1 + .../django/forms/widgets/checkbox_option.html | 1 + .../django/forms/widgets/checkbox_select.html | 1 + .../forms/widgets/clearable_file_input.html | 5 + .../jinja2/django/forms/widgets/date.html | 1 + .../jinja2/django/forms/widgets/datetime.html | 1 + .../jinja2/django/forms/widgets/email.html | 1 + .../jinja2/django/forms/widgets/file.html | 1 + .../jinja2/django/forms/widgets/hidden.html | 1 + .../jinja2/django/forms/widgets/input.html | 1 + .../django/forms/widgets/input_option.html | 1 + .../django/forms/widgets/multiple_hidden.html | 1 + .../django/forms/widgets/multiple_input.html | 5 + .../django/forms/widgets/multiwidget.html | 1 + .../jinja2/django/forms/widgets/number.html | 1 + .../jinja2/django/forms/widgets/password.html | 1 + .../jinja2/django/forms/widgets/radio.html | 1 + .../django/forms/widgets/radio_option.html | 1 + .../jinja2/django/forms/widgets/select.html | 5 + .../django/forms/widgets/select_date.html | 1 + .../django/forms/widgets/select_option.html | 1 + .../django/forms/widgets/splitdatetime.html | 1 + .../forms/widgets/splithiddendatetime.html | 1 + .../jinja2/django/forms/widgets/text.html | 1 + .../jinja2/django/forms/widgets/textarea.html | 2 + .../jinja2/django/forms/widgets/time.html | 1 + .../jinja2/django/forms/widgets/url.html | 1 + .../Lib/site-packages/django/forms/models.py | 1360 ++ .../site-packages/django/forms/renderers.py | 70 + .../templates/django/forms/widgets/attrs.html | 1 + .../django/forms/widgets/checkbox.html | 1 + .../django/forms/widgets/checkbox_option.html | 1 + .../django/forms/widgets/checkbox_select.html | 1 + .../forms/widgets/clearable_file_input.html | 5 + .../templates/django/forms/widgets/date.html | 1 + .../django/forms/widgets/datetime.html | 1 + .../templates/django/forms/widgets/email.html | 1 + .../templates/django/forms/widgets/file.html | 1 + .../django/forms/widgets/hidden.html | 1 + .../templates/django/forms/widgets/input.html | 1 + .../django/forms/widgets/input_option.html | 1 + .../django/forms/widgets/multiple_hidden.html | 1 + .../django/forms/widgets/multiple_input.html | 5 + .../django/forms/widgets/multiwidget.html | 1 + .../django/forms/widgets/number.html | 1 + .../django/forms/widgets/password.html | 1 + .../templates/django/forms/widgets/radio.html | 1 + .../django/forms/widgets/radio_option.html | 1 + .../django/forms/widgets/select.html | 5 + .../django/forms/widgets/select_date.html | 1 + .../django/forms/widgets/select_option.html | 1 + .../django/forms/widgets/splitdatetime.html | 1 + .../forms/widgets/splithiddendatetime.html | 1 + .../templates/django/forms/widgets/text.html | 1 + .../django/forms/widgets/textarea.html | 2 + .../templates/django/forms/widgets/time.html | 1 + .../templates/django/forms/widgets/url.html | 1 + .../Lib/site-packages/django/forms/utils.py | 178 + .../Lib/site-packages/django/forms/widgets.py | 1079 ++ .../Lib/site-packages/django/http/__init__.py | 21 + .../http/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1067 bytes .../http/__pycache__/cookie.cpython-38.pyc | Bin 0 -> 662 bytes .../multipartparser.cpython-38.pyc | Bin 0 -> 17439 bytes .../http/__pycache__/request.cpython-38.pyc | Bin 0 -> 20365 bytes .../http/__pycache__/response.cpython-38.pyc | Bin 0 -> 19929 bytes .../Lib/site-packages/django/http/cookie.py | 26 + .../django/http/multipartparser.py | 688 + .../Lib/site-packages/django/http/request.py | 603 + .../Lib/site-packages/django/http/response.py | 559 + .../django/middleware/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 182 bytes .../__pycache__/cache.cpython-38.pyc | Bin 0 -> 6140 bytes .../__pycache__/clickjacking.cpython-38.pyc | Bin 0 -> 1920 bytes .../__pycache__/common.cpython-38.pyc | Bin 0 -> 6050 bytes .../__pycache__/csrf.cpython-38.pyc | Bin 0 -> 8682 bytes .../__pycache__/gzip.cpython-38.pyc | Bin 0 -> 1448 bytes .../__pycache__/http.cpython-38.pyc | Bin 0 -> 1728 bytes .../__pycache__/locale.cpython-38.pyc | Bin 0 -> 2302 bytes .../__pycache__/security.cpython-38.pyc | Bin 0 -> 2281 bytes .../site-packages/django/middleware/cache.py | 189 + .../django/middleware/clickjacking.py | 45 + .../site-packages/django/middleware/common.py | 173 + .../site-packages/django/middleware/csrf.py | 327 + .../site-packages/django/middleware/gzip.py | 52 + .../site-packages/django/middleware/http.py | 41 + .../site-packages/django/middleware/locale.py | 61 + .../django/middleware/security.py | 46 + myvenv/Lib/site-packages/django/shortcuts.py | 158 + .../site-packages/django/template/__init__.py | 68 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1763 bytes .../template/__pycache__/base.cpython-38.pyc | Bin 0 -> 29280 bytes .../__pycache__/context.cpython-38.pyc | Bin 0 -> 9751 bytes .../context_processors.cpython-38.pyc | Bin 0 -> 2843 bytes .../__pycache__/defaultfilters.cpython-38.pyc | Bin 0 -> 24536 bytes .../__pycache__/defaulttags.cpython-38.pyc | Bin 0 -> 44909 bytes .../__pycache__/engine.cpython-38.pyc | Bin 0 -> 6144 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 1779 bytes .../__pycache__/library.cpython-38.pyc | Bin 0 -> 10272 bytes .../__pycache__/loader.cpython-38.pyc | Bin 0 -> 1956 bytes .../__pycache__/loader_tags.cpython-38.pyc | Bin 0 -> 10110 bytes .../__pycache__/response.cpython-38.pyc | Bin 0 -> 4644 bytes .../__pycache__/smartif.cpython-38.pyc | Bin 0 -> 7394 bytes .../template/__pycache__/utils.cpython-38.pyc | Bin 0 -> 3661 bytes .../django/template/backends/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../backends/__pycache__/base.cpython-38.pyc | Bin 0 -> 2702 bytes .../__pycache__/django.cpython-38.pyc | Bin 0 -> 4862 bytes .../backends/__pycache__/dummy.cpython-38.pyc | Bin 0 -> 2281 bytes .../__pycache__/jinja2.cpython-38.pyc | Bin 0 -> 3966 bytes .../backends/__pycache__/utils.cpython-38.pyc | Bin 0 -> 663 bytes .../django/template/backends/base.py | 81 + .../django/template/backends/django.py | 129 + .../django/template/backends/dummy.py | 53 + .../django/template/backends/jinja2.py | 108 + .../django/template/backends/utils.py | 14 + .../Lib/site-packages/django/template/base.py | 1044 ++ .../site-packages/django/template/context.py | 280 + .../django/template/context_processors.py | 81 + .../django/template/defaultfilters.py | 907 ++ .../django/template/defaulttags.py | 1474 +++ .../site-packages/django/template/engine.py | 180 + .../django/template/exceptions.py | 42 + .../site-packages/django/template/library.py | 328 + .../site-packages/django/template/loader.py | 66 + .../django/template/loader_tags.py | 317 + .../django/template/loaders/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 188 bytes .../app_directories.cpython-38.pyc | Bin 0 -> 709 bytes .../loaders/__pycache__/base.cpython-38.pyc | Bin 0 -> 1833 bytes .../loaders/__pycache__/cached.cpython-38.pyc | Bin 0 -> 4131 bytes .../__pycache__/filesystem.cpython-38.pyc | Bin 0 -> 1834 bytes .../loaders/__pycache__/locmem.cpython-38.pyc | Bin 0 -> 1150 bytes .../template/loaders/app_directories.py | 14 + .../django/template/loaders/base.py | 49 + .../django/template/loaders/cached.py | 95 + .../django/template/loaders/filesystem.py | 46 + .../django/template/loaders/locmem.py | 27 + .../site-packages/django/template/response.py | 145 + .../site-packages/django/template/smartif.py | 208 + .../site-packages/django/template/utils.py | 107 + .../django/templatetags/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 184 bytes .../__pycache__/cache.cpython-38.pyc | Bin 0 -> 3200 bytes .../__pycache__/i18n.cpython-38.pyc | Bin 0 -> 16789 bytes .../__pycache__/l10n.cpython-38.pyc | Bin 0 -> 2200 bytes .../__pycache__/static.cpython-38.pyc | Bin 0 -> 4903 bytes .../__pycache__/tz.cpython-38.pyc | Bin 0 -> 5397 bytes .../django/templatetags/cache.py | 93 + .../site-packages/django/templatetags/i18n.py | 548 + .../site-packages/django/templatetags/l10n.py | 63 + .../django/templatetags/static.py | 167 + .../site-packages/django/templatetags/tz.py | 190 + .../Lib/site-packages/django/test/__init__.py | 18 + .../test/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 820 bytes .../test/__pycache__/client.cpython-38.pyc | Bin 0 -> 21407 bytes .../test/__pycache__/html.cpython-38.pyc | Bin 0 -> 7477 bytes .../test/__pycache__/runner.cpython-38.pyc | Bin 0 -> 22760 bytes .../test/__pycache__/selenium.cpython-38.pyc | Bin 0 -> 3907 bytes .../test/__pycache__/signals.cpython-38.pyc | Bin 0 -> 5897 bytes .../test/__pycache__/testcases.cpython-38.pyc | Bin 0 -> 49763 bytes .../test/__pycache__/utils.cpython-38.pyc | Bin 0 -> 28924 bytes .../Lib/site-packages/django/test/client.py | 724 ++ myvenv/Lib/site-packages/django/test/html.py | 228 + .../Lib/site-packages/django/test/runner.py | 743 ++ .../Lib/site-packages/django/test/selenium.py | 115 + .../Lib/site-packages/django/test/signals.py | 205 + .../site-packages/django/test/testcases.py | 1516 +++ myvenv/Lib/site-packages/django/test/utils.py | 882 ++ .../Lib/site-packages/django/urls/__init__.py | 23 + .../urls/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1125 bytes .../urls/__pycache__/base.cpython-38.pyc | Bin 0 -> 4552 bytes .../urls/__pycache__/conf.cpython-38.pyc | Bin 0 -> 2062 bytes .../__pycache__/converters.cpython-38.pyc | Bin 0 -> 2356 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 522 bytes .../urls/__pycache__/resolvers.cpython-38.pyc | Bin 0 -> 20459 bytes .../urls/__pycache__/utils.cpython-38.pyc | Bin 0 -> 1758 bytes myvenv/Lib/site-packages/django/urls/base.py | 183 + myvenv/Lib/site-packages/django/urls/conf.py | 77 + .../site-packages/django/urls/converters.py | 66 + .../site-packages/django/urls/exceptions.py | 9 + .../site-packages/django/urls/resolvers.py | 673 + myvenv/Lib/site-packages/django/urls/utils.py | 62 + .../site-packages/django/utils/__init__.py | 0 .../utils/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 177 bytes .../utils/__pycache__/_os.cpython-38.pyc | Bin 0 -> 1984 bytes .../utils/__pycache__/archive.cpython-38.pyc | Bin 0 -> 8083 bytes .../__pycache__/autoreload.cpython-38.pyc | Bin 0 -> 19799 bytes .../utils/__pycache__/baseconv.cpython-38.pyc | Bin 0 -> 2490 bytes .../utils/__pycache__/cache.cpython-38.pyc | Bin 0 -> 11640 bytes .../utils/__pycache__/crypto.cpython-38.pyc | Bin 0 -> 2401 bytes .../__pycache__/datastructures.cpython-38.pyc | Bin 0 -> 13608 bytes .../__pycache__/dateformat.cpython-38.pyc | Bin 0 -> 11898 bytes .../__pycache__/dateparse.cpython-38.pyc | Bin 0 -> 4382 bytes .../utils/__pycache__/dates.cpython-38.pyc | Bin 0 -> 1392 bytes .../__pycache__/datetime_safe.cpython-38.pyc | Bin 0 -> 2856 bytes .../__pycache__/deconstruct.cpython-38.pyc | Bin 0 -> 1831 bytes .../__pycache__/decorators.cpython-38.pyc | Bin 0 -> 5759 bytes .../__pycache__/deprecation.cpython-38.pyc | Bin 0 -> 3619 bytes .../utils/__pycache__/duration.cpython-38.pyc | Bin 0 -> 1261 bytes .../utils/__pycache__/encoding.cpython-38.pyc | Bin 0 -> 7142 bytes .../__pycache__/feedgenerator.cpython-38.pyc | Bin 0 -> 12363 bytes .../utils/__pycache__/formats.cpython-38.pyc | Bin 0 -> 6423 bytes .../__pycache__/functional.cpython-38.pyc | Bin 0 -> 14005 bytes .../utils/__pycache__/hashable.cpython-38.pyc | Bin 0 -> 693 bytes .../utils/__pycache__/html.cpython-38.pyc | Bin 0 -> 12341 bytes .../utils/__pycache__/http.cpython-38.pyc | Bin 0 -> 13291 bytes .../utils/__pycache__/inspect.cpython-38.pyc | Bin 0 -> 2488 bytes .../utils/__pycache__/ipv6.cpython-38.pyc | Bin 0 -> 1491 bytes .../__pycache__/itercompat.cpython-38.pyc | Bin 0 -> 405 bytes .../utils/__pycache__/jslex.cpython-38.pyc | Bin 0 -> 6935 bytes .../utils/__pycache__/log.cpython-38.pyc | Bin 0 -> 6602 bytes .../__pycache__/lorem_ipsum.cpython-38.pyc | Bin 0 -> 4563 bytes .../__pycache__/lru_cache.cpython-38.pyc | Bin 0 -> 221 bytes .../__pycache__/module_loading.cpython-38.pyc | Bin 0 -> 2632 bytes .../__pycache__/numberformat.cpython-38.pyc | Bin 0 -> 2061 bytes .../__pycache__/regex_helper.cpython-38.pyc | Bin 0 -> 7110 bytes .../__pycache__/safestring.cpython-38.pyc | Bin 0 -> 3268 bytes .../utils/__pycache__/six.cpython-38.pyc | Bin 0 -> 24474 bytes .../__pycache__/termcolors.cpython-38.pyc | Bin 0 -> 5319 bytes .../utils/__pycache__/text.cpython-38.pyc | Bin 0 -> 11995 bytes .../__pycache__/timesince.cpython-38.pyc | Bin 0 -> 2531 bytes .../utils/__pycache__/timezone.cpython-38.pyc | Bin 0 -> 8224 bytes .../topological_sort.cpython-38.pyc | Bin 0 -> 1781 bytes .../utils/__pycache__/tree.cpython-38.pyc | Bin 0 -> 4377 bytes .../utils/__pycache__/version.cpython-38.pyc | Bin 0 -> 3062 bytes .../utils/__pycache__/xmlutils.cpython-38.pyc | Bin 0 -> 1543 bytes myvenv/Lib/site-packages/django/utils/_os.py | 65 + .../Lib/site-packages/django/utils/archive.py | 227 + .../site-packages/django/utils/autoreload.py | 603 + .../site-packages/django/utils/baseconv.py | 101 + .../Lib/site-packages/django/utils/cache.py | 387 + .../Lib/site-packages/django/utils/crypto.py | 84 + .../django/utils/datastructures.py | 341 + .../site-packages/django/utils/dateformat.py | 367 + .../site-packages/django/utils/dateparse.py | 146 + .../Lib/site-packages/django/utils/dates.py | 49 + .../django/utils/datetime_safe.py | 105 + .../site-packages/django/utils/deconstruct.py | 55 + .../site-packages/django/utils/decorators.py | 176 + .../site-packages/django/utils/deprecation.py | 97 + .../site-packages/django/utils/duration.py | 44 + .../site-packages/django/utils/encoding.py | 269 + .../django/utils/feedgenerator.py | 392 + .../Lib/site-packages/django/utils/formats.py | 257 + .../site-packages/django/utils/functional.py | 433 + .../site-packages/django/utils/hashable.py | 19 + myvenv/Lib/site-packages/django/utils/html.py | 390 + myvenv/Lib/site-packages/django/utils/http.py | 458 + .../Lib/site-packages/django/utils/inspect.py | 63 + myvenv/Lib/site-packages/django/utils/ipv6.py | 46 + .../site-packages/django/utils/itercompat.py | 8 + .../Lib/site-packages/django/utils/jslex.py | 220 + myvenv/Lib/site-packages/django/utils/log.py | 230 + .../site-packages/django/utils/lorem_ipsum.py | 114 + .../site-packages/django/utils/lru_cache.py | 5 + .../django/utils/module_loading.py | 98 + .../django/utils/numberformat.py | 79 + .../django/utils/regex_helper.py | 333 + .../site-packages/django/utils/safestring.py | 84 + myvenv/Lib/site-packages/django/utils/six.py | 882 ++ .../site-packages/django/utils/termcolors.py | 215 + myvenv/Lib/site-packages/django/utils/text.py | 416 + .../site-packages/django/utils/timesince.py | 91 + .../site-packages/django/utils/timezone.py | 287 + .../django/utils/topological_sort.py | 36 + .../django/utils/translation/__init__.py | 282 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 8751 bytes .../__pycache__/reloader.cpython-38.pyc | Bin 0 -> 1428 bytes .../__pycache__/template.cpython-38.pyc | Bin 0 -> 4719 bytes .../__pycache__/trans_null.cpython-38.pyc | Bin 0 -> 1895 bytes .../__pycache__/trans_real.cpython-38.pyc | Bin 0 -> 15306 bytes .../django/utils/translation/reloader.py | 28 + .../django/utils/translation/template.py | 227 + .../django/utils/translation/trans_null.py | 67 + .../django/utils/translation/trans_real.py | 515 + myvenv/Lib/site-packages/django/utils/tree.py | 124 + .../Lib/site-packages/django/utils/version.py | 104 + .../site-packages/django/utils/xmlutils.py | 34 + .../site-packages/django/views/__init__.py | 3 + .../views/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 253 bytes .../views/__pycache__/csrf.cpython-38.pyc | Bin 0 -> 5437 bytes .../views/__pycache__/debug.cpython-38.pyc | Bin 0 -> 14351 bytes .../views/__pycache__/defaults.cpython-38.pyc | Bin 0 -> 3067 bytes .../views/__pycache__/i18n.cpython-38.pyc | Bin 0 -> 11253 bytes .../views/__pycache__/static.cpython-38.pyc | Bin 0 -> 4352 bytes myvenv/Lib/site-packages/django/views/csrf.py | 154 + .../Lib/site-packages/django/views/debug.py | 520 + .../django/views/decorators/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 188 bytes .../__pycache__/cache.cpython-38.pyc | Bin 0 -> 2202 bytes .../__pycache__/clickjacking.cpython-38.pyc | Bin 0 -> 1922 bytes .../__pycache__/csrf.cpython-38.pyc | Bin 0 -> 2256 bytes .../__pycache__/debug.cpython-38.pyc | Bin 0 -> 2896 bytes .../__pycache__/gzip.cpython-38.pyc | Bin 0 -> 421 bytes .../__pycache__/http.cpython-38.pyc | Bin 0 -> 4397 bytes .../__pycache__/vary.cpython-38.pyc | Bin 0 -> 1530 bytes .../django/views/decorators/cache.py | 47 + .../django/views/decorators/clickjacking.py | 53 + .../django/views/decorators/csrf.py | 56 + .../django/views/decorators/debug.py | 78 + .../django/views/decorators/gzip.py | 5 + .../django/views/decorators/http.py | 121 + .../django/views/decorators/vary.py | 41 + .../site-packages/django/views/defaults.py | 125 + .../django/views/generic/__init__.py | 22 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1133 bytes .../generic/__pycache__/base.cpython-38.pyc | Bin 0 -> 7769 bytes .../generic/__pycache__/dates.cpython-38.pyc | Bin 0 -> 22005 bytes .../generic/__pycache__/detail.cpython-38.pyc | Bin 0 -> 5251 bytes .../generic/__pycache__/edit.cpython-38.pyc | Bin 0 -> 8882 bytes .../generic/__pycache__/list.cpython-38.pyc | Bin 0 -> 6494 bytes .../django/views/generic/base.py | 217 + .../django/views/generic/dates.py | 724 ++ .../django/views/generic/detail.py | 170 + .../django/views/generic/edit.py | 241 + .../django/views/generic/list.py | 198 + myvenv/Lib/site-packages/django/views/i18n.py | 308 + .../Lib/site-packages/django/views/static.py | 135 + .../views/templates/default_urlconf.html | 414 + .../django/views/templates/technical_404.html | 79 + .../django/views/templates/technical_500.html | 484 + .../django/views/templates/technical_500.txt | 66 + myvenv/Lib/site-packages/easy_install.py | 5 + .../pip-19.3.1.dist-info/INSTALLER | 1 + .../pip-19.3.1.dist-info/LICENSE.txt | 20 + .../pip-19.3.1.dist-info/METADATA | 82 + .../site-packages/pip-19.3.1.dist-info/RECORD | 670 + .../site-packages/pip-19.3.1.dist-info/WHEEL | 6 + .../pip-19.3.1.dist-info/entry_points.txt | 5 + .../pip-19.3.1.dist-info/top_level.txt | 1 + myvenv/Lib/site-packages/pip/__init__.py | 1 + myvenv/Lib/site-packages/pip/__main__.py | 19 + .../pip/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 187 bytes .../pip/__pycache__/__main__.cpython-38.pyc | Bin 0 -> 444 bytes .../site-packages/pip/_internal/__init__.py | 2 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 234 bytes .../__pycache__/build_env.cpython-38.pyc | Bin 0 -> 7494 bytes .../__pycache__/cache.cpython-38.pyc | Bin 0 -> 7231 bytes .../__pycache__/collector.cpython-38.pyc | Bin 0 -> 14124 bytes .../__pycache__/configuration.cpython-38.pyc | Bin 0 -> 10671 bytes .../__pycache__/download.cpython-38.pyc | Bin 0 -> 11280 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 12508 bytes .../__pycache__/index.cpython-38.pyc | Bin 0 -> 25345 bytes .../__pycache__/legacy_resolve.cpython-38.pyc | Bin 0 -> 10472 bytes .../__pycache__/locations.cpython-38.pyc | Bin 0 -> 3210 bytes .../_internal/__pycache__/main.cpython-38.pyc | Bin 0 -> 1299 bytes .../__pycache__/pep425tags.cpython-38.pyc | Bin 0 -> 9822 bytes .../__pycache__/pyproject.cpython-38.pyc | Bin 0 -> 3206 bytes .../self_outdated_check.cpython-38.pyc | Bin 0 -> 5548 bytes .../__pycache__/wheel.cpython-38.pyc | Bin 0 -> 28098 bytes .../site-packages/pip/_internal/build_env.py | 221 + .../Lib/site-packages/pip/_internal/cache.py | 253 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 262 bytes .../__pycache__/autocompletion.cpython-38.pyc | Bin 0 -> 5003 bytes .../__pycache__/base_command.cpython-38.pyc | Bin 0 -> 5067 bytes .../cli/__pycache__/cmdoptions.cpython-38.pyc | Bin 0 -> 19296 bytes .../command_context.cpython-38.pyc | Bin 0 -> 1143 bytes .../__pycache__/main_parser.cpython-38.pyc | Bin 0 -> 2185 bytes .../cli/__pycache__/parser.cpython-38.pyc | Bin 0 -> 9003 bytes .../__pycache__/req_command.cpython-38.pyc | Bin 0 -> 7520 bytes .../__pycache__/status_codes.cpython-38.pyc | Bin 0 -> 391 bytes .../pip/_internal/cli/autocompletion.py | 155 + .../pip/_internal/cli/base_command.py | 193 + .../pip/_internal/cli/cmdoptions.py | 909 ++ .../pip/_internal/cli/command_context.py | 29 + .../pip/_internal/cli/main_parser.py | 99 + .../site-packages/pip/_internal/cli/parser.py | 265 + .../pip/_internal/cli/req_command.py | 304 + .../pip/_internal/cli/status_codes.py | 8 + .../site-packages/pip/_internal/collector.py | 548 + .../pip/_internal/commands/__init__.py | 114 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2878 bytes .../commands/__pycache__/check.cpython-38.pyc | Bin 0 -> 1338 bytes .../__pycache__/completion.cpython-38.pyc | Bin 0 -> 3039 bytes .../__pycache__/configuration.cpython-38.pyc | Bin 0 -> 6601 bytes .../commands/__pycache__/debug.cpython-38.pyc | Bin 0 -> 3301 bytes .../__pycache__/download.cpython-38.pyc | Bin 0 -> 4326 bytes .../__pycache__/freeze.cpython-38.pyc | Bin 0 -> 2938 bytes .../commands/__pycache__/hash.cpython-38.pyc | Bin 0 -> 2016 bytes .../commands/__pycache__/help.cpython-38.pyc | Bin 0 -> 1212 bytes .../__pycache__/install.cpython-38.pyc | Bin 0 -> 13948 bytes .../commands/__pycache__/list.cpython-38.pyc | Bin 0 -> 8952 bytes .../__pycache__/search.cpython-38.pyc | Bin 0 -> 4510 bytes .../commands/__pycache__/show.cpython-38.pyc | Bin 0 -> 6351 bytes .../__pycache__/uninstall.cpython-38.pyc | Bin 0 -> 2720 bytes .../commands/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 4647 bytes .../pip/_internal/commands/check.py | 45 + .../pip/_internal/commands/completion.py | 96 + .../pip/_internal/commands/configuration.py | 233 + .../pip/_internal/commands/debug.py | 115 + .../pip/_internal/commands/download.py | 156 + .../pip/_internal/commands/freeze.py | 103 + .../pip/_internal/commands/hash.py | 58 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/install.py | 631 + .../pip/_internal/commands/list.py | 313 + .../pip/_internal/commands/search.py | 145 + .../pip/_internal/commands/show.py | 180 + .../pip/_internal/commands/uninstall.py | 82 + .../pip/_internal/commands/wheel.py | 180 + .../pip/_internal/configuration.py | 422 + .../pip/_internal/distributions/__init__.py | 24 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 846 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 1646 bytes .../__pycache__/installed.cpython-38.pyc | Bin 0 -> 986 bytes .../__pycache__/wheel.cpython-38.pyc | Bin 0 -> 1050 bytes .../pip/_internal/distributions/base.py | 36 + .../pip/_internal/distributions/installed.py | 18 + .../distributions/source/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 196 bytes .../source/__pycache__/legacy.cpython-38.pyc | Bin 0 -> 3497 bytes .../_internal/distributions/source/legacy.py | 98 + .../pip/_internal/distributions/wheel.py | 20 + .../site-packages/pip/_internal/download.py | 578 + .../site-packages/pip/_internal/exceptions.py | 308 + .../Lib/site-packages/pip/_internal/index.py | 992 ++ .../pip/_internal/legacy_resolve.py | 460 + .../site-packages/pip/_internal/locations.py | 156 + .../Lib/site-packages/pip/_internal/main.py | 47 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 250 bytes .../__pycache__/candidate.cpython-38.pyc | Bin 0 -> 1484 bytes .../__pycache__/format_control.cpython-38.pyc | Bin 0 -> 2442 bytes .../models/__pycache__/index.cpython-38.pyc | Bin 0 -> 1172 bytes .../models/__pycache__/link.cpython-38.pyc | Bin 0 -> 6679 bytes .../__pycache__/search_scope.cpython-38.pyc | Bin 0 -> 3277 bytes .../selection_prefs.cpython-38.pyc | Bin 0 -> 1622 bytes .../__pycache__/target_python.cpython-38.pyc | Bin 0 -> 3226 bytes .../pip/_internal/models/candidate.py | 39 + .../pip/_internal/models/format_control.py | 82 + .../pip/_internal/models/index.py | 31 + .../pip/_internal/models/link.py | 227 + .../pip/_internal/models/search_scope.py | 116 + .../pip/_internal/models/selection_prefs.py | 47 + .../pip/_internal/models/target_python.py | 106 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 238 bytes .../network/__pycache__/auth.cpython-38.pyc | Bin 0 -> 7004 bytes .../network/__pycache__/cache.cpython-38.pyc | Bin 0 -> 2515 bytes .../__pycache__/session.cpython-38.pyc | Bin 0 -> 9252 bytes .../network/__pycache__/xmlrpc.cpython-38.pyc | Bin 0 -> 1600 bytes .../pip/_internal/network/auth.py | 298 + .../pip/_internal/network/cache.py | 75 + .../pip/_internal/network/session.py | 426 + .../pip/_internal/network/xmlrpc.py | 44 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 186 bytes .../__pycache__/check.cpython-38.pyc | Bin 0 -> 3682 bytes .../__pycache__/freeze.cpython-38.pyc | Bin 0 -> 5756 bytes .../generate_metadata.cpython-38.pyc | Bin 0 -> 3917 bytes .../__pycache__/prepare.cpython-38.pyc | Bin 0 -> 5922 bytes .../pip/_internal/operations/check.py | 163 + .../pip/_internal/operations/freeze.py | 259 + .../_internal/operations/generate_metadata.py | 136 + .../pip/_internal/operations/prepare.py | 295 + .../site-packages/pip/_internal/pep425tags.py | 449 + .../site-packages/pip/_internal/pyproject.py | 171 + .../pip/_internal/req/__init__.py | 82 + .../req/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1726 bytes .../__pycache__/constructors.cpython-38.pyc | Bin 0 -> 10382 bytes .../req/__pycache__/req_file.cpython-38.pyc | Bin 0 -> 9434 bytes .../__pycache__/req_install.cpython-38.pyc | Bin 0 -> 23960 bytes .../req/__pycache__/req_set.cpython-38.pyc | Bin 0 -> 6071 bytes .../__pycache__/req_tracker.cpython-38.pyc | Bin 0 -> 3231 bytes .../__pycache__/req_uninstall.cpython-38.pyc | Bin 0 -> 17458 bytes .../pip/_internal/req/constructors.py | 436 + .../pip/_internal/req/req_file.py | 403 + .../pip/_internal/req/req_install.py | 966 ++ .../pip/_internal/req/req_set.py | 210 + .../pip/_internal/req/req_tracker.py | 98 + .../pip/_internal/req/req_uninstall.py | 644 + .../pip/_internal/self_outdated_check.py | 244 + .../pip/_internal/utils/__init__.py | 0 .../utils/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 181 bytes .../utils/__pycache__/appdirs.cpython-38.pyc | Bin 0 -> 8069 bytes .../utils/__pycache__/compat.cpython-38.pyc | Bin 0 -> 6865 bytes .../__pycache__/deprecation.cpython-38.pyc | Bin 0 -> 2852 bytes .../utils/__pycache__/encoding.cpython-38.pyc | Bin 0 -> 1273 bytes .../__pycache__/filesystem.cpython-38.pyc | Bin 0 -> 2799 bytes .../__pycache__/filetypes.cpython-38.pyc | Bin 0 -> 582 bytes .../utils/__pycache__/glibc.cpython-38.pyc | Bin 0 -> 2283 bytes .../utils/__pycache__/hashes.cpython-38.pyc | Bin 0 -> 4170 bytes .../inject_securetransport.cpython-38.pyc | Bin 0 -> 958 bytes .../utils/__pycache__/logging.cpython-38.pyc | Bin 0 -> 9185 bytes .../__pycache__/marker_files.cpython-38.pyc | Bin 0 -> 954 bytes .../utils/__pycache__/misc.cpython-38.pyc | Bin 0 -> 23055 bytes .../utils/__pycache__/models.cpython-38.pyc | Bin 0 -> 1950 bytes .../__pycache__/packaging.cpython-38.pyc | Bin 0 -> 2634 bytes .../setuptools_build.cpython-38.pyc | Bin 0 -> 1284 bytes .../__pycache__/subprocess.cpython-38.pyc | Bin 0 -> 5624 bytes .../utils/__pycache__/temp_dir.cpython-38.pyc | Bin 0 -> 4969 bytes .../utils/__pycache__/typing.cpython-38.pyc | Bin 0 -> 1311 bytes .../utils/__pycache__/ui.cpython-38.pyc | Bin 0 -> 11836 bytes .../__pycache__/unpacking.cpython-38.pyc | Bin 0 -> 6101 bytes .../utils/__pycache__/urls.cpython-38.pyc | Bin 0 -> 1491 bytes .../__pycache__/virtualenv.cpython-38.pyc | Bin 0 -> 904 bytes .../pip/_internal/utils/appdirs.py | 276 + .../pip/_internal/utils/compat.py | 297 + .../pip/_internal/utils/deprecation.py | 104 + .../pip/_internal/utils/encoding.py | 42 + .../pip/_internal/utils/filesystem.py | 115 + .../pip/_internal/utils/filetypes.py | 16 + .../pip/_internal/utils/glibc.py | 123 + .../pip/_internal/utils/hashes.py | 133 + .../_internal/utils/inject_securetransport.py | 36 + .../pip/_internal/utils/logging.py | 398 + .../pip/_internal/utils/marker_files.py | 27 + .../site-packages/pip/_internal/utils/misc.py | 870 ++ .../pip/_internal/utils/models.py | 42 + .../pip/_internal/utils/packaging.py | 94 + .../pip/_internal/utils/setuptools_build.py | 47 + .../pip/_internal/utils/subprocess.py | 278 + .../pip/_internal/utils/temp_dir.py | 172 + .../pip/_internal/utils/typing.py | 29 + .../site-packages/pip/_internal/utils/ui.py | 428 + .../pip/_internal/utils/unpacking.py | 272 + .../site-packages/pip/_internal/utils/urls.py | 54 + .../pip/_internal/utils/virtualenv.py | 34 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 474 bytes .../vcs/__pycache__/bazaar.cpython-38.pyc | Bin 0 -> 3773 bytes .../vcs/__pycache__/git.cpython-38.pyc | Bin 0 -> 9186 bytes .../vcs/__pycache__/mercurial.cpython-38.pyc | Bin 0 -> 4914 bytes .../vcs/__pycache__/subversion.cpython-38.pyc | Bin 0 -> 8513 bytes .../__pycache__/versioncontrol.cpython-38.pyc | Bin 0 -> 18487 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 120 + .../site-packages/pip/_internal/vcs/git.py | 372 + .../pip/_internal/vcs/mercurial.py | 155 + .../pip/_internal/vcs/subversion.py | 333 + .../pip/_internal/vcs/versioncontrol.py | 665 + .../Lib/site-packages/pip/_internal/wheel.py | 1181 ++ .../Lib/site-packages/pip/_vendor/__init__.py | 109 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2855 bytes .../__pycache__/appdirs.cpython-38.pyc | Bin 0 -> 20463 bytes .../__pycache__/contextlib2.cpython-38.pyc | Bin 0 -> 15516 bytes .../_vendor/__pycache__/distro.cpython-38.pyc | Bin 0 -> 36567 bytes .../__pycache__/ipaddress.cpython-38.pyc | Bin 0 -> 64808 bytes .../__pycache__/pyparsing.cpython-38.pyc | Bin 0 -> 232283 bytes .../__pycache__/retrying.cpython-38.pyc | Bin 0 -> 8032 bytes .../_vendor/__pycache__/six.cpython-38.pyc | Bin 0 -> 26422 bytes .../Lib/site-packages/pip/_vendor/appdirs.py | 604 + .../pip/_vendor/cachecontrol/__init__.py | 11 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 539 bytes .../__pycache__/_cmd.cpython-38.pyc | Bin 0 -> 1566 bytes .../__pycache__/adapter.cpython-38.pyc | Bin 0 -> 3065 bytes .../__pycache__/cache.cpython-38.pyc | Bin 0 -> 1772 bytes .../__pycache__/compat.cpython-38.pyc | Bin 0 -> 746 bytes .../__pycache__/controller.cpython-38.pyc | Bin 0 -> 7686 bytes .../__pycache__/filewrapper.cpython-38.pyc | Bin 0 -> 2165 bytes .../__pycache__/heuristics.cpython-38.pyc | Bin 0 -> 4724 bytes .../__pycache__/serialize.cpython-38.pyc | Bin 0 -> 4237 bytes .../__pycache__/wrapper.cpython-38.pyc | Bin 0 -> 655 bytes .../pip/_vendor/cachecontrol/_cmd.py | 57 + .../pip/_vendor/cachecontrol/adapter.py | 133 + .../pip/_vendor/cachecontrol/cache.py | 39 + .../_vendor/cachecontrol/caches/__init__.py | 2 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 283 bytes .../__pycache__/file_cache.cpython-38.pyc | Bin 0 -> 3257 bytes .../__pycache__/redis_cache.cpython-38.pyc | Bin 0 -> 1555 bytes .../_vendor/cachecontrol/caches/file_cache.py | 146 + .../cachecontrol/caches/redis_cache.py | 33 + .../pip/_vendor/cachecontrol/compat.py | 29 + .../pip/_vendor/cachecontrol/controller.py | 367 + .../pip/_vendor/cachecontrol/filewrapper.py | 80 + .../pip/_vendor/cachecontrol/heuristics.py | 135 + .../pip/_vendor/cachecontrol/serialize.py | 186 + .../pip/_vendor/cachecontrol/wrapper.py | 29 + .../pip/_vendor/certifi/__init__.py | 3 + .../pip/_vendor/certifi/__main__.py | 2 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 246 bytes .../__pycache__/__main__.cpython-38.pyc | Bin 0 -> 249 bytes .../certifi/__pycache__/core.cpython-38.pyc | Bin 0 -> 462 bytes .../pip/_vendor/certifi/cacert.pem | 4558 +++++++ .../site-packages/pip/_vendor/certifi/core.py | 15 + .../pip/_vendor/chardet/__init__.py | 39 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 839 bytes .../__pycache__/big5freq.cpython-38.pyc | Bin 0 -> 27168 bytes .../__pycache__/big5prober.cpython-38.pyc | Bin 0 -> 1123 bytes .../chardistribution.cpython-38.pyc | Bin 0 -> 6209 bytes .../charsetgroupprober.cpython-38.pyc | Bin 0 -> 2240 bytes .../__pycache__/charsetprober.cpython-38.pyc | Bin 0 -> 3472 bytes .../codingstatemachine.cpython-38.pyc | Bin 0 -> 2899 bytes .../chardet/__pycache__/compat.cpython-38.pyc | Bin 0 -> 344 bytes .../__pycache__/cp949prober.cpython-38.pyc | Bin 0 -> 1130 bytes .../chardet/__pycache__/enums.cpython-38.pyc | Bin 0 -> 2637 bytes .../__pycache__/escprober.cpython-38.pyc | Bin 0 -> 2622 bytes .../chardet/__pycache__/escsm.cpython-38.pyc | Bin 0 -> 7463 bytes .../__pycache__/eucjpprober.cpython-38.pyc | Bin 0 -> 2440 bytes .../__pycache__/euckrfreq.cpython-38.pyc | Bin 0 -> 12052 bytes .../__pycache__/euckrprober.cpython-38.pyc | Bin 0 -> 1131 bytes .../__pycache__/euctwfreq.cpython-38.pyc | Bin 0 -> 27172 bytes .../__pycache__/euctwprober.cpython-38.pyc | Bin 0 -> 1131 bytes .../__pycache__/gb2312freq.cpython-38.pyc | Bin 0 -> 19096 bytes .../__pycache__/gb2312prober.cpython-38.pyc | Bin 0 -> 1139 bytes .../__pycache__/hebrewprober.cpython-38.pyc | Bin 0 -> 3012 bytes .../__pycache__/jisfreq.cpython-38.pyc | Bin 0 -> 22124 bytes .../chardet/__pycache__/jpcntx.cpython-38.pyc | Bin 0 -> 37597 bytes .../langbulgarianmodel.cpython-38.pyc | Bin 0 -> 23621 bytes .../langcyrillicmodel.cpython-38.pyc | Bin 0 -> 29085 bytes .../__pycache__/langgreekmodel.cpython-38.pyc | Bin 0 -> 23579 bytes .../langhebrewmodel.cpython-38.pyc | Bin 0 -> 22206 bytes .../langhungarianmodel.cpython-38.pyc | Bin 0 -> 23610 bytes .../__pycache__/langthaimodel.cpython-38.pyc | Bin 0 -> 22185 bytes .../langturkishmodel.cpython-38.pyc | Bin 0 -> 22208 bytes .../__pycache__/latin1prober.cpython-38.pyc | Bin 0 -> 3392 bytes .../mbcharsetprober.cpython-38.pyc | Bin 0 -> 2255 bytes .../mbcsgroupprober.cpython-38.pyc | Bin 0 -> 1120 bytes .../chardet/__pycache__/mbcssm.cpython-38.pyc | Bin 0 -> 16743 bytes .../sbcharsetprober.cpython-38.pyc | Bin 0 -> 3008 bytes .../sbcsgroupprober.cpython-38.pyc | Bin 0 -> 1618 bytes .../__pycache__/sjisprober.cpython-38.pyc | Bin 0 -> 2476 bytes .../universaldetector.cpython-38.pyc | Bin 0 -> 5820 bytes .../__pycache__/utf8prober.cpython-38.pyc | Bin 0 -> 1981 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 428 bytes .../pip/_vendor/chardet/big5freq.py | 386 + .../pip/_vendor/chardet/big5prober.py | 47 + .../pip/_vendor/chardet/chardistribution.py | 233 + .../pip/_vendor/chardet/charsetgroupprober.py | 106 + .../pip/_vendor/chardet/charsetprober.py | 145 + .../pip/_vendor/chardet/cli/__init__.py | 1 + .../cli/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 185 bytes .../cli/__pycache__/chardetect.cpython-38.pyc | Bin 0 -> 2686 bytes .../pip/_vendor/chardet/cli/chardetect.py | 85 + .../pip/_vendor/chardet/codingstatemachine.py | 88 + .../pip/_vendor/chardet/compat.py | 34 + .../pip/_vendor/chardet/cp949prober.py | 49 + .../pip/_vendor/chardet/enums.py | 76 + .../pip/_vendor/chardet/escprober.py | 101 + .../pip/_vendor/chardet/escsm.py | 246 + .../pip/_vendor/chardet/eucjpprober.py | 92 + .../pip/_vendor/chardet/euckrfreq.py | 195 + .../pip/_vendor/chardet/euckrprober.py | 47 + .../pip/_vendor/chardet/euctwfreq.py | 387 + .../pip/_vendor/chardet/euctwprober.py | 46 + .../pip/_vendor/chardet/gb2312freq.py | 283 + .../pip/_vendor/chardet/gb2312prober.py | 46 + .../pip/_vendor/chardet/hebrewprober.py | 292 + .../pip/_vendor/chardet/jisfreq.py | 325 + .../pip/_vendor/chardet/jpcntx.py | 233 + .../pip/_vendor/chardet/langbulgarianmodel.py | 228 + .../pip/_vendor/chardet/langcyrillicmodel.py | 333 + .../pip/_vendor/chardet/langgreekmodel.py | 225 + .../pip/_vendor/chardet/langhebrewmodel.py | 200 + .../pip/_vendor/chardet/langhungarianmodel.py | 225 + .../pip/_vendor/chardet/langthaimodel.py | 199 + .../pip/_vendor/chardet/langturkishmodel.py | 193 + .../pip/_vendor/chardet/latin1prober.py | 145 + .../pip/_vendor/chardet/mbcharsetprober.py | 91 + .../pip/_vendor/chardet/mbcsgroupprober.py | 54 + .../pip/_vendor/chardet/mbcssm.py | 572 + .../pip/_vendor/chardet/sbcharsetprober.py | 132 + .../pip/_vendor/chardet/sbcsgroupprober.py | 73 + .../pip/_vendor/chardet/sjisprober.py | 92 + .../pip/_vendor/chardet/universaldetector.py | 286 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 6 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 433 bytes .../colorama/__pycache__/ansi.cpython-38.pyc | Bin 0 -> 3218 bytes .../__pycache__/ansitowin32.cpython-38.pyc | Bin 0 -> 7727 bytes .../__pycache__/initialise.cpython-38.pyc | Bin 0 -> 1694 bytes .../colorama/__pycache__/win32.cpython-38.pyc | Bin 0 -> 3970 bytes .../__pycache__/winterm.cpython-38.pyc | Bin 0 -> 4654 bytes .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 257 + .../pip/_vendor/colorama/initialise.py | 80 + .../pip/_vendor/colorama/win32.py | 152 + .../pip/_vendor/colorama/winterm.py | 169 + .../site-packages/pip/_vendor/contextlib2.py | 518 + .../pip/_vendor/distlib/__init__.py | 23 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1054 bytes .../distlib/__pycache__/compat.cpython-38.pyc | Bin 0 -> 32197 bytes .../__pycache__/database.cpython-38.pyc | Bin 0 -> 42094 bytes .../distlib/__pycache__/index.cpython-38.pyc | Bin 0 -> 17401 bytes .../__pycache__/locators.cpython-38.pyc | Bin 0 -> 38299 bytes .../__pycache__/manifest.cpython-38.pyc | Bin 0 -> 10223 bytes .../__pycache__/markers.cpython-38.pyc | Bin 0 -> 4487 bytes .../__pycache__/metadata.cpython-38.pyc | Bin 0 -> 26634 bytes .../__pycache__/resources.cpython-38.pyc | Bin 0 -> 10998 bytes .../__pycache__/scripts.cpython-38.pyc | Bin 0 -> 10780 bytes .../distlib/__pycache__/util.cpython-38.pyc | Bin 0 -> 48131 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 20357 bytes .../distlib/__pycache__/wheel.cpython-38.pyc | Bin 0 -> 25544 bytes .../pip/_vendor/distlib/_backport/__init__.py | 6 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 473 bytes .../_backport/__pycache__/misc.cpython-38.pyc | Bin 0 -> 1084 bytes .../__pycache__/shutil.cpython-38.pyc | Bin 0 -> 21477 bytes .../__pycache__/sysconfig.cpython-38.pyc | Bin 0 -> 15876 bytes .../__pycache__/tarfile.cpython-38.pyc | Bin 0 -> 62733 bytes .../pip/_vendor/distlib/_backport/misc.py | 41 + .../pip/_vendor/distlib/_backport/shutil.py | 761 ++ .../_vendor/distlib/_backport/sysconfig.cfg | 84 + .../_vendor/distlib/_backport/sysconfig.py | 788 ++ .../pip/_vendor/distlib/_backport/tarfile.py | 2607 ++++ .../pip/_vendor/distlib/compat.py | 1120 ++ .../pip/_vendor/distlib/database.py | 1339 ++ .../pip/_vendor/distlib/index.py | 516 + .../pip/_vendor/distlib/locators.py | 1295 ++ .../pip/_vendor/distlib/manifest.py | 393 + .../pip/_vendor/distlib/markers.py | 131 + .../pip/_vendor/distlib/metadata.py | 1096 ++ .../pip/_vendor/distlib/resources.py | 355 + .../pip/_vendor/distlib/scripts.py | 403 + .../site-packages/pip/_vendor/distlib/t32.exe | Bin 0 -> 92672 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 102912 bytes .../site-packages/pip/_vendor/distlib/util.py | 1760 +++ .../pip/_vendor/distlib/version.py | 736 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 89088 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 99840 bytes .../pip/_vendor/distlib/wheel.py | 1004 ++ .../Lib/site-packages/pip/_vendor/distro.py | 1216 ++ .../pip/_vendor/html5lib/__init__.py | 35 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1306 bytes .../__pycache__/_ihatexml.cpython-38.pyc | Bin 0 -> 13778 bytes .../__pycache__/_inputstream.cpython-38.pyc | Bin 0 -> 21930 bytes .../__pycache__/_tokenizer.cpython-38.pyc | Bin 0 -> 39648 bytes .../__pycache__/_utils.cpython-38.pyc | Bin 0 -> 3336 bytes .../__pycache__/constants.cpython-38.pyc | Bin 0 -> 66343 bytes .../__pycache__/html5parser.cpython-38.pyc | Bin 0 -> 95165 bytes .../__pycache__/serializer.cpython-38.pyc | Bin 0 -> 10814 bytes .../pip/_vendor/html5lib/_ihatexml.py | 288 + .../pip/_vendor/html5lib/_inputstream.py | 923 ++ .../pip/_vendor/html5lib/_tokenizer.py | 1721 +++ .../pip/_vendor/html5lib/_trie/__init__.py | 14 + .../_trie/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 415 bytes .../_trie/__pycache__/_base.cpython-38.pyc | Bin 0 -> 1594 bytes .../_trie/__pycache__/datrie.cpython-38.pyc | Bin 0 -> 2027 bytes .../_trie/__pycache__/py.cpython-38.pyc | Bin 0 -> 2251 bytes .../pip/_vendor/html5lib/_trie/_base.py | 40 + .../pip/_vendor/html5lib/_trie/datrie.py | 44 + .../pip/_vendor/html5lib/_trie/py.py | 67 + .../pip/_vendor/html5lib/_utils.py | 124 + .../pip/_vendor/html5lib/constants.py | 2947 +++++ .../pip/_vendor/html5lib/filters/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 190 bytes .../alphabeticalattributes.cpython-38.pyc | Bin 0 -> 1312 bytes .../filters/__pycache__/base.cpython-38.pyc | Bin 0 -> 860 bytes .../inject_meta_charset.cpython-38.pyc | Bin 0 -> 1866 bytes .../filters/__pycache__/lint.cpython-38.pyc | Bin 0 -> 2624 bytes .../__pycache__/optionaltags.cpython-38.pyc | Bin 0 -> 2753 bytes .../__pycache__/sanitizer.cpython-38.pyc | Bin 0 -> 16295 bytes .../__pycache__/whitespace.cpython-38.pyc | Bin 0 -> 1358 bytes .../filters/alphabeticalattributes.py | 29 + .../pip/_vendor/html5lib/filters/base.py | 12 + .../html5lib/filters/inject_meta_charset.py | 73 + .../pip/_vendor/html5lib/filters/lint.py | 93 + .../_vendor/html5lib/filters/optionaltags.py | 207 + .../pip/_vendor/html5lib/filters/sanitizer.py | 896 ++ .../_vendor/html5lib/filters/whitespace.py | 38 + .../pip/_vendor/html5lib/html5parser.py | 2791 +++++ .../pip/_vendor/html5lib/serializer.py | 409 + .../_vendor/html5lib/treeadapters/__init__.py | 30 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 929 bytes .../__pycache__/genshi.cpython-38.pyc | Bin 0 -> 1535 bytes .../__pycache__/sax.cpython-38.pyc | Bin 0 -> 1470 bytes .../_vendor/html5lib/treeadapters/genshi.py | 54 + .../pip/_vendor/html5lib/treeadapters/sax.py | 50 + .../_vendor/html5lib/treebuilders/__init__.py | 88 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 3314 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 11340 bytes .../__pycache__/dom.cpython-38.pyc | Bin 0 -> 9447 bytes .../__pycache__/etree.cpython-38.pyc | Bin 0 -> 11834 bytes .../__pycache__/etree_lxml.cpython-38.pyc | Bin 0 -> 11802 bytes .../pip/_vendor/html5lib/treebuilders/base.py | 417 + .../pip/_vendor/html5lib/treebuilders/dom.py | 239 + .../_vendor/html5lib/treebuilders/etree.py | 340 + .../html5lib/treebuilders/etree_lxml.py | 366 + .../_vendor/html5lib/treewalkers/__init__.py | 154 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 3995 bytes .../__pycache__/base.cpython-38.pyc | Bin 0 -> 6995 bytes .../__pycache__/dom.cpython-38.pyc | Bin 0 -> 1724 bytes .../__pycache__/etree.cpython-38.pyc | Bin 0 -> 3509 bytes .../__pycache__/etree_lxml.cpython-38.pyc | Bin 0 -> 6608 bytes .../__pycache__/genshi.cpython-38.pyc | Bin 0 -> 1882 bytes .../pip/_vendor/html5lib/treewalkers/base.py | 252 + .../pip/_vendor/html5lib/treewalkers/dom.py | 43 + .../pip/_vendor/html5lib/treewalkers/etree.py | 130 + .../html5lib/treewalkers/etree_lxml.py | 213 + .../_vendor/html5lib/treewalkers/genshi.py | 69 + .../pip/_vendor/idna/__init__.py | 2 + .../idna/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 247 bytes .../idna/__pycache__/codec.cpython-38.pyc | Bin 0 -> 2901 bytes .../idna/__pycache__/compat.cpython-38.pyc | Bin 0 -> 619 bytes .../idna/__pycache__/core.cpython-38.pyc | Bin 0 -> 9035 bytes .../idna/__pycache__/idnadata.cpython-38.pyc | Bin 0 -> 21371 bytes .../idna/__pycache__/intranges.cpython-38.pyc | Bin 0 -> 1799 bytes .../__pycache__/package_data.cpython-38.pyc | Bin 0 -> 201 bytes .../idna/__pycache__/uts46data.cpython-38.pyc | Bin 0 -> 174174 bytes .../site-packages/pip/_vendor/idna/codec.py | 118 + .../site-packages/pip/_vendor/idna/compat.py | 12 + .../site-packages/pip/_vendor/idna/core.py | 396 + .../pip/_vendor/idna/idnadata.py | 1979 +++ .../pip/_vendor/idna/intranges.py | 53 + .../pip/_vendor/idna/package_data.py | 2 + .../pip/_vendor/idna/uts46data.py | 8205 ++++++++++++ .../site-packages/pip/_vendor/ipaddress.py | 2419 ++++ .../pip/_vendor/msgpack/__init__.py | 65 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1944 bytes .../__pycache__/_version.cpython-38.pyc | Bin 0 -> 208 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 1842 bytes .../__pycache__/fallback.cpython-38.pyc | Bin 0 -> 26299 bytes .../pip/_vendor/msgpack/_version.py | 1 + .../pip/_vendor/msgpack/exceptions.py | 48 + .../pip/_vendor/msgpack/fallback.py | 1027 ++ .../pip/_vendor/packaging/__about__.py | 27 + .../pip/_vendor/packaging/__init__.py | 26 + .../__pycache__/__about__.cpython-38.pyc | Bin 0 -> 723 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 561 bytes .../__pycache__/_compat.cpython-38.pyc | Bin 0 -> 997 bytes .../__pycache__/_structures.cpython-38.pyc | Bin 0 -> 2779 bytes .../__pycache__/markers.cpython-38.pyc | Bin 0 -> 8940 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 4002 bytes .../__pycache__/specifiers.cpython-38.pyc | Bin 0 -> 19753 bytes .../packaging/__pycache__/tags.cpython-38.pyc | Bin 0 -> 10830 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 1454 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 12084 bytes .../pip/_vendor/packaging/_compat.py | 31 + .../pip/_vendor/packaging/_structures.py | 68 + .../pip/_vendor/packaging/markers.py | 296 + .../pip/_vendor/packaging/requirements.py | 138 + .../pip/_vendor/packaging/specifiers.py | 749 ++ .../pip/_vendor/packaging/tags.py | 404 + .../pip/_vendor/packaging/utils.py | 57 + .../pip/_vendor/packaging/version.py | 420 + .../pip/_vendor/pep517/__init__.py | 4 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 272 bytes .../__pycache__/_in_process.cpython-38.pyc | Bin 0 -> 7455 bytes .../pep517/__pycache__/build.cpython-38.pyc | Bin 0 -> 3360 bytes .../pep517/__pycache__/check.cpython-38.pyc | Bin 0 -> 4794 bytes .../__pycache__/colorlog.cpython-38.pyc | Bin 0 -> 2942 bytes .../pep517/__pycache__/compat.cpython-38.pyc | Bin 0 -> 1039 bytes .../__pycache__/dirtools.cpython-38.pyc | Bin 0 -> 1321 bytes .../__pycache__/envbuild.cpython-38.pyc | Bin 0 -> 4412 bytes .../pep517/__pycache__/meta.cpython-38.pyc | Bin 0 -> 2848 bytes .../__pycache__/wrappers.cpython-38.pyc | Bin 0 -> 10168 bytes .../pip/_vendor/pep517/_in_process.py | 257 + .../site-packages/pip/_vendor/pep517/build.py | 124 + .../site-packages/pip/_vendor/pep517/check.py | 203 + .../pip/_vendor/pep517/colorlog.py | 115 + .../pip/_vendor/pep517/compat.py | 34 + .../pip/_vendor/pep517/dirtools.py | 44 + .../pip/_vendor/pep517/envbuild.py | 167 + .../site-packages/pip/_vendor/pep517/meta.py | 92 + .../pip/_vendor/pep517/wrappers.py | 298 + .../pip/_vendor/pkg_resources/__init__.py | 3295 +++++ .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 100322 bytes .../__pycache__/py31compat.cpython-38.pyc | Bin 0 -> 638 bytes .../pip/_vendor/pkg_resources/py31compat.py | 23 + .../pip/_vendor/progress/__init__.py | 177 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 5607 bytes .../progress/__pycache__/bar.cpython-38.pyc | Bin 0 -> 2631 bytes .../__pycache__/counter.cpython-38.pyc | Bin 0 -> 1463 bytes .../__pycache__/spinner.cpython-38.pyc | Bin 0 -> 1390 bytes .../site-packages/pip/_vendor/progress/bar.py | 91 + .../pip/_vendor/progress/counter.py | 41 + .../pip/_vendor/progress/spinner.py | 43 + .../site-packages/pip/_vendor/pyparsing.py | 6894 ++++++++++ .../pip/_vendor/pytoml/__init__.py | 4 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 366 bytes .../pytoml/__pycache__/core.cpython-38.pyc | Bin 0 -> 943 bytes .../pytoml/__pycache__/parser.cpython-38.pyc | Bin 0 -> 10108 bytes .../pytoml/__pycache__/test.cpython-38.pyc | Bin 0 -> 1245 bytes .../pytoml/__pycache__/utils.cpython-38.pyc | Bin 0 -> 2155 bytes .../pytoml/__pycache__/writer.cpython-38.pyc | Bin 0 -> 3731 bytes .../site-packages/pip/_vendor/pytoml/core.py | 13 + .../pip/_vendor/pytoml/parser.py | 342 + .../site-packages/pip/_vendor/pytoml/test.py | 30 + .../site-packages/pip/_vendor/pytoml/utils.py | 67 + .../pip/_vendor/pytoml/writer.py | 114 + .../pip/_vendor/requests/__init__.py | 133 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 3493 bytes .../__pycache__/__version__.cpython-38.pyc | Bin 0 -> 540 bytes .../_internal_utils.cpython-38.pyc | Bin 0 -> 1310 bytes .../__pycache__/adapters.cpython-38.pyc | Bin 0 -> 16973 bytes .../requests/__pycache__/api.cpython-38.pyc | Bin 0 -> 6497 bytes .../requests/__pycache__/auth.cpython-38.pyc | Bin 0 -> 8319 bytes .../requests/__pycache__/certs.cpython-38.pyc | Bin 0 -> 623 bytes .../__pycache__/compat.cpython-38.pyc | Bin 0 -> 1602 bytes .../__pycache__/cookies.cpython-38.pyc | Bin 0 -> 18824 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 5234 bytes .../requests/__pycache__/help.cpython-38.pyc | Bin 0 -> 2720 bytes .../requests/__pycache__/hooks.cpython-38.pyc | Bin 0 -> 982 bytes .../__pycache__/models.cpython-38.pyc | Bin 0 -> 23918 bytes .../__pycache__/packages.cpython-38.pyc | Bin 0 -> 492 bytes .../__pycache__/sessions.cpython-38.pyc | Bin 0 -> 19532 bytes .../__pycache__/status_codes.cpython-38.pyc | Bin 0 -> 4178 bytes .../__pycache__/structures.cpython-38.pyc | Bin 0 -> 4420 bytes .../requests/__pycache__/utils.cpython-38.pyc | Bin 0 -> 22189 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 42 + .../pip/_vendor/requests/adapters.py | 533 + .../site-packages/pip/_vendor/requests/api.py | 158 + .../pip/_vendor/requests/auth.py | 305 + .../pip/_vendor/requests/certs.py | 18 + .../pip/_vendor/requests/compat.py | 74 + .../pip/_vendor/requests/cookies.py | 549 + .../pip/_vendor/requests/exceptions.py | 126 + .../pip/_vendor/requests/help.py | 119 + .../pip/_vendor/requests/hooks.py | 34 + .../pip/_vendor/requests/models.py | 953 ++ .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 770 ++ .../pip/_vendor/requests/status_codes.py | 120 + .../pip/_vendor/requests/structures.py | 103 + .../pip/_vendor/requests/utils.py | 977 ++ .../Lib/site-packages/pip/_vendor/retrying.py | 267 + myvenv/Lib/site-packages/pip/_vendor/six.py | 952 ++ .../pip/_vendor/urllib3/__init__.py | 86 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2111 bytes .../__pycache__/_collections.cpython-38.pyc | Bin 0 -> 10665 bytes .../__pycache__/connection.cpython-38.pyc | Bin 0 -> 10570 bytes .../__pycache__/connectionpool.cpython-38.pyc | Bin 0 -> 24050 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 10054 bytes .../urllib3/__pycache__/fields.cpython-38.pyc | Bin 0 -> 8125 bytes .../__pycache__/filepost.cpython-38.pyc | Bin 0 -> 2760 bytes .../__pycache__/poolmanager.cpython-38.pyc | Bin 0 -> 12930 bytes .../__pycache__/request.cpython-38.pyc | Bin 0 -> 5648 bytes .../__pycache__/response.cpython-38.pyc | Bin 0 -> 20361 bytes .../pip/_vendor/urllib3/_collections.py | 336 + .../pip/_vendor/urllib3/connection.py | 448 + .../pip/_vendor/urllib3/connectionpool.py | 1051 ++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 189 bytes .../_appengine_environ.cpython-38.pyc | Bin 0 -> 1109 bytes .../__pycache__/appengine.cpython-38.pyc | Bin 0 -> 8420 bytes .../__pycache__/ntlmpool.cpython-38.pyc | Bin 0 -> 3274 bytes .../__pycache__/pyopenssl.cpython-38.pyc | Bin 0 -> 14959 bytes .../securetransport.cpython-38.pyc | Bin 0 -> 19871 bytes .../contrib/__pycache__/socks.cpython-38.pyc | Bin 0 -> 5573 bytes .../urllib3/contrib/_appengine_environ.py | 32 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 206 bytes .../__pycache__/bindings.cpython-38.pyc | Bin 0 -> 10225 bytes .../__pycache__/low_level.cpython-38.pyc | Bin 0 -> 7546 bytes .../contrib/_securetransport/bindings.py | 492 + .../contrib/_securetransport/low_level.py | 328 + .../pip/_vendor/urllib3/contrib/appengine.py | 321 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 123 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 498 + .../urllib3/contrib/securetransport.py | 870 ++ .../pip/_vendor/urllib3/contrib/socks.py | 210 + .../pip/_vendor/urllib3/exceptions.py | 255 + .../pip/_vendor/urllib3/fields.py | 273 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 5 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 303 bytes .../packages/__pycache__/six.cpython-38.pyc | Bin 0 -> 26515 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 200 bytes .../__pycache__/makefile.cpython-38.pyc | Bin 0 -> 1304 bytes .../urllib3/packages/backports/makefile.py | 52 + .../pip/_vendor/urllib3/packages/six.py | 1021 ++ .../packages/ssl_match_hostname/__init__.py | 19 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 544 bytes .../_implementation.cpython-38.pyc | Bin 0 -> 3329 bytes .../ssl_match_hostname/_implementation.py | 162 + .../pip/_vendor/urllib3/poolmanager.py | 470 + .../pip/_vendor/urllib3/request.py | 171 + .../pip/_vendor/urllib3/response.py | 809 ++ .../pip/_vendor/urllib3/util/__init__.py | 46 + .../util/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 1009 bytes .../__pycache__/connection.cpython-38.pyc | Bin 0 -> 3182 bytes .../util/__pycache__/queue.cpython-38.pyc | Bin 0 -> 1054 bytes .../util/__pycache__/request.cpython-38.pyc | Bin 0 -> 3348 bytes .../util/__pycache__/response.cpython-38.pyc | Bin 0 -> 1975 bytes .../util/__pycache__/retry.cpython-38.pyc | Bin 0 -> 12971 bytes .../util/__pycache__/ssl_.cpython-38.pyc | Bin 0 -> 9847 bytes .../util/__pycache__/timeout.cpython-38.pyc | Bin 0 -> 8869 bytes .../util/__pycache__/url.cpython-38.pyc | Bin 0 -> 10707 bytes .../util/__pycache__/wait.cpython-38.pyc | Bin 0 -> 3103 bytes .../pip/_vendor/urllib3/util/connection.py | 138 + .../pip/_vendor/urllib3/util/queue.py | 21 + .../pip/_vendor/urllib3/util/request.py | 135 + .../pip/_vendor/urllib3/util/response.py | 86 + .../pip/_vendor/urllib3/util/retry.py | 450 + .../pip/_vendor/urllib3/util/ssl_.py | 407 + .../pip/_vendor/urllib3/util/timeout.py | 258 + .../pip/_vendor/urllib3/util/url.py | 439 + .../pip/_vendor/urllib3/util/wait.py | 153 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 9729 bytes .../__pycache__/labels.cpython-38.pyc | Bin 0 -> 3827 bytes .../__pycache__/mklabels.cpython-38.pyc | Bin 0 -> 1923 bytes .../__pycache__/tests.cpython-38.pyc | Bin 0 -> 5089 bytes .../__pycache__/x_user_defined.cpython-38.pyc | Bin 0 -> 2657 bytes .../pip/_vendor/webencodings/labels.py | 231 + .../pip/_vendor/webencodings/mklabels.py | 59 + .../pip/_vendor/webencodings/tests.py | 153 + .../_vendor/webencodings/x_user_defined.py | 325 + .../site-packages/pkg_resources/__init__.py | 3295 +++++ .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 100371 bytes .../__pycache__/py31compat.cpython-38.pyc | Bin 0 -> 633 bytes .../pkg_resources/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 190 bytes .../__pycache__/appdirs.cpython-38.pyc | Bin 0 -> 20543 bytes .../__pycache__/pyparsing.cpython-38.pyc | Bin 0 -> 201667 bytes .../_vendor/__pycache__/six.cpython-38.pyc | Bin 0 -> 24463 bytes .../pkg_resources/_vendor/appdirs.py | 608 + .../_vendor/packaging/__about__.py | 21 + .../_vendor/packaging/__init__.py | 14 + .../__pycache__/__about__.cpython-38.pyc | Bin 0 -> 740 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 578 bytes .../__pycache__/_compat.cpython-38.pyc | Bin 0 -> 1014 bytes .../__pycache__/_structures.cpython-38.pyc | Bin 0 -> 2796 bytes .../__pycache__/markers.cpython-38.pyc | Bin 0 -> 8952 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 3911 bytes .../__pycache__/specifiers.cpython-38.pyc | Bin 0 -> 19820 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 499 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 10667 bytes .../_vendor/packaging/_compat.py | 30 + .../_vendor/packaging/_structures.py | 68 + .../_vendor/packaging/markers.py | 301 + .../_vendor/packaging/requirements.py | 127 + .../_vendor/packaging/specifiers.py | 774 ++ .../pkg_resources/_vendor/packaging/utils.py | 14 + .../_vendor/packaging/version.py | 393 + .../pkg_resources/_vendor/pyparsing.py | 5742 +++++++++ .../pkg_resources/_vendor/six.py | 868 ++ .../pkg_resources/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2439 bytes .../site-packages/pkg_resources/py31compat.py | 23 + .../pytz-2019.3.dist-info/DESCRIPTION.rst | 584 + .../pytz-2019.3.dist-info/INSTALLER | 1 + .../pytz-2019.3.dist-info/LICENSE.txt | 19 + .../pytz-2019.3.dist-info/METADATA | 618 + .../pytz-2019.3.dist-info/RECORD | 620 + .../site-packages/pytz-2019.3.dist-info/WHEEL | 6 + .../pytz-2019.3.dist-info/metadata.json | 1 + .../pytz-2019.3.dist-info/top_level.txt | 1 + .../pytz-2019.3.dist-info/zip-safe | 1 + myvenv/Lib/site-packages/pytz/__init__.py | 1551 +++ .../pytz/__pycache__/__init__.cpython-38.pyc | Bin 0 -> 29466 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 1826 bytes .../pytz/__pycache__/lazy.cpython-38.pyc | Bin 0 -> 5046 bytes .../pytz/__pycache__/reference.cpython-38.pyc | Bin 0 -> 3914 bytes .../pytz/__pycache__/tzfile.cpython-38.pyc | Bin 0 -> 3136 bytes .../pytz/__pycache__/tzinfo.cpython-38.pyc | Bin 0 -> 14909 bytes myvenv/Lib/site-packages/pytz/exceptions.py | 48 + myvenv/Lib/site-packages/pytz/lazy.py | 172 + myvenv/Lib/site-packages/pytz/reference.py | 140 + myvenv/Lib/site-packages/pytz/tzfile.py | 134 + myvenv/Lib/site-packages/pytz/tzinfo.py | 577 + .../pytz/zoneinfo/Africa/Abidjan | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Accra | Bin 0 -> 816 bytes .../pytz/zoneinfo/Africa/Addis_Ababa | Bin 0 -> 251 bytes .../pytz/zoneinfo/Africa/Algiers | Bin 0 -> 735 bytes .../site-packages/pytz/zoneinfo/Africa/Asmara | Bin 0 -> 251 bytes .../site-packages/pytz/zoneinfo/Africa/Asmera | Bin 0 -> 251 bytes .../site-packages/pytz/zoneinfo/Africa/Bamako | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Bangui | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Banjul | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Bissau | Bin 0 -> 194 bytes .../pytz/zoneinfo/Africa/Blantyre | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Brazzaville | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Bujumbura | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Cairo | Bin 0 -> 1955 bytes .../pytz/zoneinfo/Africa/Casablanca | Bin 0 -> 2429 bytes .../site-packages/pytz/zoneinfo/Africa/Ceuta | Bin 0 -> 2036 bytes .../pytz/zoneinfo/Africa/Conakry | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Dakar | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Dar_es_Salaam | Bin 0 -> 251 bytes .../pytz/zoneinfo/Africa/Djibouti | Bin 0 -> 251 bytes .../site-packages/pytz/zoneinfo/Africa/Douala | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/El_Aaiun | Bin 0 -> 2295 bytes .../pytz/zoneinfo/Africa/Freetown | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Gaborone | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Harare | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Johannesburg | Bin 0 -> 246 bytes .../site-packages/pytz/zoneinfo/Africa/Juba | Bin 0 -> 653 bytes .../pytz/zoneinfo/Africa/Kampala | Bin 0 -> 251 bytes .../pytz/zoneinfo/Africa/Khartoum | Bin 0 -> 679 bytes .../site-packages/pytz/zoneinfo/Africa/Kigali | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Kinshasa | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Lagos | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Libreville | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Lome | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Luanda | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Lubumbashi | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Lusaka | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Malabo | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Maputo | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Maseru | Bin 0 -> 246 bytes .../pytz/zoneinfo/Africa/Mbabane | Bin 0 -> 246 bytes .../pytz/zoneinfo/Africa/Mogadishu | Bin 0 -> 251 bytes .../pytz/zoneinfo/Africa/Monrovia | Bin 0 -> 208 bytes .../pytz/zoneinfo/Africa/Nairobi | Bin 0 -> 251 bytes .../pytz/zoneinfo/Africa/Ndjamena | Bin 0 -> 199 bytes .../site-packages/pytz/zoneinfo/Africa/Niamey | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Nouakchott | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Ouagadougou | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Porto-Novo | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Sao_Tome | Bin 0 -> 254 bytes .../pytz/zoneinfo/Africa/Timbuktu | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Tripoli | Bin 0 -> 625 bytes .../site-packages/pytz/zoneinfo/Africa/Tunis | Bin 0 -> 689 bytes .../pytz/zoneinfo/Africa/Windhoek | Bin 0 -> 955 bytes .../site-packages/pytz/zoneinfo/America/Adak | Bin 0 -> 2356 bytes .../pytz/zoneinfo/America/Anchorage | Bin 0 -> 2371 bytes .../pytz/zoneinfo/America/Anguilla | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/Antigua | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/Araguaina | Bin 0 -> 884 bytes .../zoneinfo/America/Argentina/Buenos_Aires | Bin 0 -> 1076 bytes .../pytz/zoneinfo/America/Argentina/Catamarca | Bin 0 -> 1076 bytes .../zoneinfo/America/Argentina/ComodRivadavia | Bin 0 -> 1076 bytes .../pytz/zoneinfo/America/Argentina/Cordoba | Bin 0 -> 1076 bytes .../pytz/zoneinfo/America/Argentina/Jujuy | Bin 0 -> 1048 bytes .../pytz/zoneinfo/America/Argentina/La_Rioja | Bin 0 -> 1090 bytes .../pytz/zoneinfo/America/Argentina/Mendoza | Bin 0 -> 1076 bytes .../zoneinfo/America/Argentina/Rio_Gallegos | Bin 0 -> 1076 bytes .../pytz/zoneinfo/America/Argentina/Salta | Bin 0 -> 1048 bytes .../pytz/zoneinfo/America/Argentina/San_Juan | Bin 0 -> 1090 bytes .../pytz/zoneinfo/America/Argentina/San_Luis | Bin 0 -> 1102 bytes .../pytz/zoneinfo/America/Argentina/Tucuman | Bin 0 -> 1104 bytes .../pytz/zoneinfo/America/Argentina/Ushuaia | Bin 0 -> 1076 bytes .../site-packages/pytz/zoneinfo/America/Aruba | Bin 0 -> 186 bytes .../pytz/zoneinfo/America/Asuncion | Bin 0 -> 2044 bytes .../pytz/zoneinfo/America/Atikokan | Bin 0 -> 336 bytes .../site-packages/pytz/zoneinfo/America/Atka | Bin 0 -> 2356 bytes .../site-packages/pytz/zoneinfo/America/Bahia | Bin 0 -> 1024 bytes .../pytz/zoneinfo/America/Bahia_Banderas | Bin 0 -> 1546 bytes .../pytz/zoneinfo/America/Barbados | Bin 0 -> 314 bytes .../site-packages/pytz/zoneinfo/America/Belem | Bin 0 -> 576 bytes .../pytz/zoneinfo/America/Belize | Bin 0 -> 948 bytes .../pytz/zoneinfo/America/Blanc-Sablon | Bin 0 -> 298 bytes .../pytz/zoneinfo/America/Boa_Vista | Bin 0 -> 632 bytes .../pytz/zoneinfo/America/Bogota | Bin 0 -> 246 bytes .../site-packages/pytz/zoneinfo/America/Boise | Bin 0 -> 2394 bytes .../pytz/zoneinfo/America/Buenos_Aires | Bin 0 -> 1076 bytes .../pytz/zoneinfo/America/Cambridge_Bay | Bin 0 -> 2084 bytes .../pytz/zoneinfo/America/Campo_Grande | Bin 0 -> 1444 bytes .../pytz/zoneinfo/America/Cancun | Bin 0 -> 782 bytes .../pytz/zoneinfo/America/Caracas | Bin 0 -> 264 bytes .../pytz/zoneinfo/America/Catamarca | Bin 0 -> 1076 bytes .../pytz/zoneinfo/America/Cayenne | Bin 0 -> 198 bytes .../pytz/zoneinfo/America/Cayman | Bin 0 -> 182 bytes .../pytz/zoneinfo/America/Chicago | Bin 0 -> 3576 bytes .../pytz/zoneinfo/America/Chihuahua | Bin 0 -> 1484 bytes .../pytz/zoneinfo/America/Coral_Harbour | Bin 0 -> 336 bytes .../pytz/zoneinfo/America/Cordoba | Bin 0 -> 1076 bytes .../pytz/zoneinfo/America/Costa_Rica | Bin 0 -> 316 bytes .../pytz/zoneinfo/America/Creston | Bin 0 -> 208 bytes .../pytz/zoneinfo/America/Cuiaba | Bin 0 -> 1416 bytes .../pytz/zoneinfo/America/Curacao | Bin 0 -> 186 bytes .../pytz/zoneinfo/America/Danmarkshavn | Bin 0 -> 698 bytes .../pytz/zoneinfo/America/Dawson | Bin 0 -> 2084 bytes .../pytz/zoneinfo/America/Dawson_Creek | Bin 0 -> 1050 bytes .../pytz/zoneinfo/America/Denver | Bin 0 -> 2444 bytes .../pytz/zoneinfo/America/Detroit | Bin 0 -> 2230 bytes .../pytz/zoneinfo/America/Dominica | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/Edmonton | Bin 0 -> 2332 bytes .../pytz/zoneinfo/America/Eirunepe | Bin 0 -> 656 bytes .../pytz/zoneinfo/America/El_Salvador | Bin 0 -> 224 bytes .../pytz/zoneinfo/America/Ensenada | Bin 0 -> 2342 bytes .../pytz/zoneinfo/America/Fort_Nelson | Bin 0 -> 2240 bytes .../pytz/zoneinfo/America/Fort_Wayne | Bin 0 -> 1666 bytes .../pytz/zoneinfo/America/Fortaleza | Bin 0 -> 716 bytes .../pytz/zoneinfo/America/Glace_Bay | Bin 0 -> 2192 bytes .../pytz/zoneinfo/America/Godthab | Bin 0 -> 1878 bytes .../pytz/zoneinfo/America/Goose_Bay | Bin 0 -> 3210 bytes .../pytz/zoneinfo/America/Grand_Turk | Bin 0 -> 1848 bytes .../pytz/zoneinfo/America/Grenada | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/Guadeloupe | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/Guatemala | Bin 0 -> 280 bytes .../pytz/zoneinfo/America/Guayaquil | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Guyana | Bin 0 -> 236 bytes .../pytz/zoneinfo/America/Halifax | Bin 0 -> 3424 bytes .../pytz/zoneinfo/America/Havana | Bin 0 -> 2416 bytes .../pytz/zoneinfo/America/Hermosillo | Bin 0 -> 416 bytes .../zoneinfo/America/Indiana/Indianapolis | Bin 0 -> 1666 bytes .../pytz/zoneinfo/America/Indiana/Knox | Bin 0 -> 2428 bytes .../pytz/zoneinfo/America/Indiana/Marengo | Bin 0 -> 1722 bytes .../pytz/zoneinfo/America/Indiana/Petersburg | Bin 0 -> 1904 bytes .../pytz/zoneinfo/America/Indiana/Tell_City | Bin 0 -> 1684 bytes .../pytz/zoneinfo/America/Indiana/Vevay | Bin 0 -> 1414 bytes .../pytz/zoneinfo/America/Indiana/Vincennes | Bin 0 -> 1694 bytes .../pytz/zoneinfo/America/Indiana/Winamac | Bin 0 -> 1778 bytes .../pytz/zoneinfo/America/Indianapolis | Bin 0 -> 1666 bytes .../pytz/zoneinfo/America/Inuvik | Bin 0 -> 1894 bytes .../pytz/zoneinfo/America/Iqaluit | Bin 0 -> 2032 bytes .../pytz/zoneinfo/America/Jamaica | Bin 0 -> 482 bytes .../site-packages/pytz/zoneinfo/America/Jujuy | Bin 0 -> 1048 bytes .../pytz/zoneinfo/America/Juneau | Bin 0 -> 2353 bytes .../pytz/zoneinfo/America/Kentucky/Louisville | Bin 0 -> 2772 bytes .../pytz/zoneinfo/America/Kentucky/Monticello | Bin 0 -> 2352 bytes .../pytz/zoneinfo/America/Knox_IN | Bin 0 -> 2428 bytes .../pytz/zoneinfo/America/Kralendijk | Bin 0 -> 186 bytes .../pytz/zoneinfo/America/La_Paz | Bin 0 -> 232 bytes .../site-packages/pytz/zoneinfo/America/Lima | Bin 0 -> 406 bytes .../pytz/zoneinfo/America/Los_Angeles | Bin 0 -> 2836 bytes .../pytz/zoneinfo/America/Louisville | Bin 0 -> 2772 bytes .../pytz/zoneinfo/America/Lower_Princes | Bin 0 -> 186 bytes .../pytz/zoneinfo/America/Maceio | Bin 0 -> 744 bytes .../pytz/zoneinfo/America/Managua | Bin 0 -> 430 bytes .../pytz/zoneinfo/America/Manaus | Bin 0 -> 604 bytes .../pytz/zoneinfo/America/Marigot | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/Martinique | Bin 0 -> 232 bytes .../pytz/zoneinfo/America/Matamoros | Bin 0 -> 1390 bytes .../pytz/zoneinfo/America/Mazatlan | Bin 0 -> 1526 bytes .../pytz/zoneinfo/America/Mendoza | Bin 0 -> 1076 bytes .../pytz/zoneinfo/America/Menominee | Bin 0 -> 2274 bytes .../pytz/zoneinfo/America/Merida | Bin 0 -> 1422 bytes .../pytz/zoneinfo/America/Metlakatla | Bin 0 -> 1423 bytes .../pytz/zoneinfo/America/Mexico_City | Bin 0 -> 1584 bytes .../pytz/zoneinfo/America/Miquelon | Bin 0 -> 1666 bytes .../pytz/zoneinfo/America/Moncton | Bin 0 -> 3154 bytes .../pytz/zoneinfo/America/Monterrey | Bin 0 -> 1390 bytes .../pytz/zoneinfo/America/Montevideo | Bin 0 -> 1510 bytes .../pytz/zoneinfo/America/Montreal | Bin 0 -> 3494 bytes .../pytz/zoneinfo/America/Montserrat | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/Nassau | Bin 0 -> 2258 bytes .../pytz/zoneinfo/America/New_York | Bin 0 -> 3536 bytes .../pytz/zoneinfo/America/Nipigon | Bin 0 -> 2122 bytes .../site-packages/pytz/zoneinfo/America/Nome | Bin 0 -> 2367 bytes .../pytz/zoneinfo/America/Noronha | Bin 0 -> 716 bytes .../pytz/zoneinfo/America/North_Dakota/Beulah | Bin 0 -> 2380 bytes .../pytz/zoneinfo/America/North_Dakota/Center | Bin 0 -> 2380 bytes .../zoneinfo/America/North_Dakota/New_Salem | Bin 0 -> 2380 bytes .../pytz/zoneinfo/America/Ojinaga | Bin 0 -> 1484 bytes .../pytz/zoneinfo/America/Panama | Bin 0 -> 182 bytes .../pytz/zoneinfo/America/Pangnirtung | Bin 0 -> 2094 bytes .../pytz/zoneinfo/America/Paramaribo | Bin 0 -> 262 bytes .../pytz/zoneinfo/America/Phoenix | Bin 0 -> 328 bytes .../pytz/zoneinfo/America/Port-au-Prince | Bin 0 -> 1434 bytes .../pytz/zoneinfo/America/Port_of_Spain | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/Porto_Acre | Bin 0 -> 628 bytes .../pytz/zoneinfo/America/Porto_Velho | Bin 0 -> 576 bytes .../pytz/zoneinfo/America/Puerto_Rico | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Punta_Arenas | Bin 0 -> 1902 bytes .../pytz/zoneinfo/America/Rainy_River | Bin 0 -> 2122 bytes .../pytz/zoneinfo/America/Rankin_Inlet | Bin 0 -> 1892 bytes .../pytz/zoneinfo/America/Recife | Bin 0 -> 716 bytes .../pytz/zoneinfo/America/Regina | Bin 0 -> 980 bytes .../pytz/zoneinfo/America/Resolute | Bin 0 -> 1892 bytes .../pytz/zoneinfo/America/Rio_Branco | Bin 0 -> 628 bytes .../pytz/zoneinfo/America/Rosario | Bin 0 -> 1076 bytes .../pytz/zoneinfo/America/Santa_Isabel | Bin 0 -> 2342 bytes .../pytz/zoneinfo/America/Santarem | Bin 0 -> 602 bytes .../pytz/zoneinfo/America/Santiago | Bin 0 -> 2529 bytes .../pytz/zoneinfo/America/Santo_Domingo | Bin 0 -> 458 bytes .../pytz/zoneinfo/America/Sao_Paulo | Bin 0 -> 1444 bytes .../pytz/zoneinfo/America/Scoresbysund | Bin 0 -> 1916 bytes .../pytz/zoneinfo/America/Shiprock | Bin 0 -> 2444 bytes .../site-packages/pytz/zoneinfo/America/Sitka | Bin 0 -> 2329 bytes .../pytz/zoneinfo/America/St_Barthelemy | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/St_Johns | Bin 0 -> 3655 bytes .../pytz/zoneinfo/America/St_Kitts | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/St_Lucia | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/St_Thomas | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/St_Vincent | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/Swift_Current | Bin 0 -> 560 bytes .../pytz/zoneinfo/America/Tegucigalpa | Bin 0 -> 252 bytes .../site-packages/pytz/zoneinfo/America/Thule | Bin 0 -> 1502 bytes .../pytz/zoneinfo/America/Thunder_Bay | Bin 0 -> 2202 bytes .../pytz/zoneinfo/America/Tijuana | Bin 0 -> 2342 bytes .../pytz/zoneinfo/America/Toronto | Bin 0 -> 3494 bytes .../pytz/zoneinfo/America/Tortola | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/Vancouver | Bin 0 -> 2892 bytes .../pytz/zoneinfo/America/Virgin | Bin 0 -> 148 bytes .../pytz/zoneinfo/America/Whitehorse | Bin 0 -> 2084 bytes .../pytz/zoneinfo/America/Winnipeg | Bin 0 -> 2868 bytes .../pytz/zoneinfo/America/Yakutat | Bin 0 -> 2305 bytes .../pytz/zoneinfo/America/Yellowknife | Bin 0 -> 1966 bytes .../pytz/zoneinfo/Antarctica/Casey | Bin 0 -> 297 bytes .../pytz/zoneinfo/Antarctica/Davis | Bin 0 -> 297 bytes .../pytz/zoneinfo/Antarctica/DumontDUrville | Bin 0 -> 194 bytes .../pytz/zoneinfo/Antarctica/Macquarie | Bin 0 -> 1520 bytes .../pytz/zoneinfo/Antarctica/Mawson | Bin 0 -> 199 bytes .../pytz/zoneinfo/Antarctica/McMurdo | Bin 0 -> 2437 bytes .../pytz/zoneinfo/Antarctica/Palmer | Bin 0 -> 1418 bytes .../pytz/zoneinfo/Antarctica/Rothera | Bin 0 -> 164 bytes .../pytz/zoneinfo/Antarctica/South_Pole | Bin 0 -> 2437 bytes .../pytz/zoneinfo/Antarctica/Syowa | Bin 0 -> 165 bytes .../pytz/zoneinfo/Antarctica/Troll | Bin 0 -> 1162 bytes .../pytz/zoneinfo/Antarctica/Vostok | Bin 0 -> 165 bytes .../pytz/zoneinfo/Arctic/Longyearbyen | Bin 0 -> 2228 bytes .../Lib/site-packages/pytz/zoneinfo/Asia/Aden | Bin 0 -> 165 bytes .../site-packages/pytz/zoneinfo/Asia/Almaty | Bin 0 -> 997 bytes .../site-packages/pytz/zoneinfo/Asia/Amman | Bin 0 -> 1853 bytes .../site-packages/pytz/zoneinfo/Asia/Anadyr | Bin 0 -> 1188 bytes .../site-packages/pytz/zoneinfo/Asia/Aqtau | Bin 0 -> 983 bytes .../site-packages/pytz/zoneinfo/Asia/Aqtobe | Bin 0 -> 1011 bytes .../site-packages/pytz/zoneinfo/Asia/Ashgabat | Bin 0 -> 619 bytes .../pytz/zoneinfo/Asia/Ashkhabad | Bin 0 -> 619 bytes .../site-packages/pytz/zoneinfo/Asia/Atyrau | Bin 0 -> 991 bytes .../site-packages/pytz/zoneinfo/Asia/Baghdad | Bin 0 -> 983 bytes .../site-packages/pytz/zoneinfo/Asia/Bahrain | Bin 0 -> 199 bytes .../Lib/site-packages/pytz/zoneinfo/Asia/Baku | Bin 0 -> 1227 bytes .../site-packages/pytz/zoneinfo/Asia/Bangkok | Bin 0 -> 199 bytes .../site-packages/pytz/zoneinfo/Asia/Barnaul | Bin 0 -> 1221 bytes .../site-packages/pytz/zoneinfo/Asia/Beirut | Bin 0 -> 2154 bytes .../site-packages/pytz/zoneinfo/Asia/Bishkek | Bin 0 -> 983 bytes .../site-packages/pytz/zoneinfo/Asia/Brunei | Bin 0 -> 203 bytes .../site-packages/pytz/zoneinfo/Asia/Calcutta | Bin 0 -> 285 bytes .../site-packages/pytz/zoneinfo/Asia/Chita | Bin 0 -> 1221 bytes .../pytz/zoneinfo/Asia/Choibalsan | Bin 0 -> 949 bytes .../pytz/zoneinfo/Asia/Chongqing | Bin 0 -> 533 bytes .../pytz/zoneinfo/Asia/Chungking | Bin 0 -> 533 bytes .../site-packages/pytz/zoneinfo/Asia/Colombo | Bin 0 -> 372 bytes .../site-packages/pytz/zoneinfo/Asia/Dacca | Bin 0 -> 337 bytes .../site-packages/pytz/zoneinfo/Asia/Damascus | Bin 0 -> 2294 bytes .../site-packages/pytz/zoneinfo/Asia/Dhaka | Bin 0 -> 337 bytes .../Lib/site-packages/pytz/zoneinfo/Asia/Dili | Bin 0 -> 227 bytes .../site-packages/pytz/zoneinfo/Asia/Dubai | Bin 0 -> 165 bytes .../site-packages/pytz/zoneinfo/Asia/Dushanbe | Bin 0 -> 591 bytes .../pytz/zoneinfo/Asia/Famagusta | Bin 0 -> 2028 bytes .../Lib/site-packages/pytz/zoneinfo/Asia/Gaza | Bin 0 -> 2316 bytes .../site-packages/pytz/zoneinfo/Asia/Harbin | Bin 0 -> 533 bytes .../site-packages/pytz/zoneinfo/Asia/Hebron | Bin 0 -> 2344 bytes .../pytz/zoneinfo/Asia/Ho_Chi_Minh | Bin 0 -> 351 bytes .../pytz/zoneinfo/Asia/Hong_Kong | Bin 0 -> 1203 bytes .../Lib/site-packages/pytz/zoneinfo/Asia/Hovd | Bin 0 -> 891 bytes .../site-packages/pytz/zoneinfo/Asia/Irkutsk | Bin 0 -> 1243 bytes .../site-packages/pytz/zoneinfo/Asia/Istanbul | Bin 0 -> 1947 bytes .../site-packages/pytz/zoneinfo/Asia/Jakarta | Bin 0 -> 355 bytes .../site-packages/pytz/zoneinfo/Asia/Jayapura | Bin 0 -> 221 bytes .../pytz/zoneinfo/Asia/Jerusalem | Bin 0 -> 2288 bytes .../site-packages/pytz/zoneinfo/Asia/Kabul | Bin 0 -> 208 bytes .../pytz/zoneinfo/Asia/Kamchatka | Bin 0 -> 1166 bytes .../site-packages/pytz/zoneinfo/Asia/Karachi | Bin 0 -> 379 bytes .../site-packages/pytz/zoneinfo/Asia/Kashgar | Bin 0 -> 165 bytes .../pytz/zoneinfo/Asia/Kathmandu | Bin 0 -> 212 bytes .../site-packages/pytz/zoneinfo/Asia/Katmandu | Bin 0 -> 212 bytes .../site-packages/pytz/zoneinfo/Asia/Khandyga | Bin 0 -> 1271 bytes .../site-packages/pytz/zoneinfo/Asia/Kolkata | Bin 0 -> 285 bytes .../pytz/zoneinfo/Asia/Krasnoyarsk | Bin 0 -> 1207 bytes .../pytz/zoneinfo/Asia/Kuala_Lumpur | Bin 0 -> 383 bytes .../site-packages/pytz/zoneinfo/Asia/Kuching | Bin 0 -> 483 bytes .../site-packages/pytz/zoneinfo/Asia/Kuwait | Bin 0 -> 165 bytes .../site-packages/pytz/zoneinfo/Asia/Macao | Bin 0 -> 1227 bytes .../site-packages/pytz/zoneinfo/Asia/Macau | Bin 0 -> 1227 bytes .../site-packages/pytz/zoneinfo/Asia/Magadan | Bin 0 -> 1222 bytes .../site-packages/pytz/zoneinfo/Asia/Makassar | Bin 0 -> 254 bytes .../site-packages/pytz/zoneinfo/Asia/Manila | Bin 0 -> 328 bytes .../site-packages/pytz/zoneinfo/Asia/Muscat | Bin 0 -> 165 bytes .../site-packages/pytz/zoneinfo/Asia/Nicosia | Bin 0 -> 2002 bytes .../pytz/zoneinfo/Asia/Novokuznetsk | Bin 0 -> 1165 bytes .../pytz/zoneinfo/Asia/Novosibirsk | Bin 0 -> 1221 bytes .../Lib/site-packages/pytz/zoneinfo/Asia/Omsk | Bin 0 -> 1207 bytes .../Lib/site-packages/pytz/zoneinfo/Asia/Oral | Bin 0 -> 1005 bytes .../pytz/zoneinfo/Asia/Phnom_Penh | Bin 0 -> 199 bytes .../pytz/zoneinfo/Asia/Pontianak | Bin 0 -> 353 bytes .../pytz/zoneinfo/Asia/Pyongyang | Bin 0 -> 237 bytes .../site-packages/pytz/zoneinfo/Asia/Qatar | Bin 0 -> 199 bytes .../site-packages/pytz/zoneinfo/Asia/Qostanay | Bin 0 -> 1011 bytes .../pytz/zoneinfo/Asia/Qyzylorda | Bin 0 -> 1025 bytes .../site-packages/pytz/zoneinfo/Asia/Rangoon | Bin 0 -> 268 bytes .../site-packages/pytz/zoneinfo/Asia/Riyadh | Bin 0 -> 165 bytes .../site-packages/pytz/zoneinfo/Asia/Saigon | Bin 0 -> 351 bytes .../site-packages/pytz/zoneinfo/Asia/Sakhalin | Bin 0 -> 1202 bytes .../pytz/zoneinfo/Asia/Samarkand | Bin 0 -> 577 bytes .../site-packages/pytz/zoneinfo/Asia/Seoul | Bin 0 -> 617 bytes .../site-packages/pytz/zoneinfo/Asia/Shanghai | Bin 0 -> 533 bytes .../pytz/zoneinfo/Asia/Singapore | Bin 0 -> 383 bytes .../pytz/zoneinfo/Asia/Srednekolymsk | Bin 0 -> 1208 bytes .../site-packages/pytz/zoneinfo/Asia/Taipei | Bin 0 -> 761 bytes .../site-packages/pytz/zoneinfo/Asia/Tashkent | Bin 0 -> 591 bytes .../site-packages/pytz/zoneinfo/Asia/Tbilisi | Bin 0 -> 1035 bytes .../site-packages/pytz/zoneinfo/Asia/Tehran | Bin 0 -> 2582 bytes .../site-packages/pytz/zoneinfo/Asia/Tel_Aviv | Bin 0 -> 2288 bytes .../site-packages/pytz/zoneinfo/Asia/Thimbu | Bin 0 -> 203 bytes .../site-packages/pytz/zoneinfo/Asia/Thimphu | Bin 0 -> 203 bytes .../site-packages/pytz/zoneinfo/Asia/Tokyo | Bin 0 -> 309 bytes .../site-packages/pytz/zoneinfo/Asia/Tomsk | Bin 0 -> 1221 bytes .../pytz/zoneinfo/Asia/Ujung_Pandang | Bin 0 -> 254 bytes .../pytz/zoneinfo/Asia/Ulaanbaatar | Bin 0 -> 891 bytes .../pytz/zoneinfo/Asia/Ulan_Bator | Bin 0 -> 891 bytes .../site-packages/pytz/zoneinfo/Asia/Urumqi | Bin 0 -> 165 bytes .../site-packages/pytz/zoneinfo/Asia/Ust-Nera | Bin 0 -> 1252 bytes .../pytz/zoneinfo/Asia/Vientiane | Bin 0 -> 199 bytes .../pytz/zoneinfo/Asia/Vladivostok | Bin 0 -> 1208 bytes .../site-packages/pytz/zoneinfo/Asia/Yakutsk | Bin 0 -> 1207 bytes .../site-packages/pytz/zoneinfo/Asia/Yangon | Bin 0 -> 268 bytes .../pytz/zoneinfo/Asia/Yekaterinburg | Bin 0 -> 1243 bytes .../site-packages/pytz/zoneinfo/Asia/Yerevan | Bin 0 -> 1151 bytes .../pytz/zoneinfo/Atlantic/Azores | Bin 0 -> 3484 bytes .../pytz/zoneinfo/Atlantic/Bermuda | Bin 0 -> 1978 bytes .../pytz/zoneinfo/Atlantic/Canary | Bin 0 -> 1897 bytes .../pytz/zoneinfo/Atlantic/Cape_Verde | Bin 0 -> 270 bytes .../pytz/zoneinfo/Atlantic/Faeroe | Bin 0 -> 1815 bytes .../pytz/zoneinfo/Atlantic/Faroe | Bin 0 -> 1815 bytes .../pytz/zoneinfo/Atlantic/Jan_Mayen | Bin 0 -> 2228 bytes .../pytz/zoneinfo/Atlantic/Madeira | Bin 0 -> 3475 bytes .../pytz/zoneinfo/Atlantic/Reykjavik | Bin 0 -> 1162 bytes .../pytz/zoneinfo/Atlantic/South_Georgia | Bin 0 -> 164 bytes .../pytz/zoneinfo/Atlantic/St_Helena | Bin 0 -> 148 bytes .../pytz/zoneinfo/Atlantic/Stanley | Bin 0 -> 1214 bytes .../site-packages/pytz/zoneinfo/Australia/ACT | Bin 0 -> 2204 bytes .../pytz/zoneinfo/Australia/Adelaide | Bin 0 -> 2222 bytes .../pytz/zoneinfo/Australia/Brisbane | Bin 0 -> 433 bytes .../pytz/zoneinfo/Australia/Broken_Hill | Bin 0 -> 2243 bytes .../pytz/zoneinfo/Australia/Canberra | Bin 0 -> 2204 bytes .../pytz/zoneinfo/Australia/Currie | Bin 0 -> 2204 bytes .../pytz/zoneinfo/Australia/Darwin | Bin 0 -> 304 bytes .../pytz/zoneinfo/Australia/Eucla | Bin 0 -> 484 bytes .../pytz/zoneinfo/Australia/Hobart | Bin 0 -> 2316 bytes .../site-packages/pytz/zoneinfo/Australia/LHI | Bin 0 -> 1860 bytes .../pytz/zoneinfo/Australia/Lindeman | Bin 0 -> 489 bytes .../pytz/zoneinfo/Australia/Lord_Howe | Bin 0 -> 1860 bytes .../pytz/zoneinfo/Australia/Melbourne | Bin 0 -> 2204 bytes .../site-packages/pytz/zoneinfo/Australia/NSW | Bin 0 -> 2204 bytes .../pytz/zoneinfo/Australia/North | Bin 0 -> 304 bytes .../pytz/zoneinfo/Australia/Perth | Bin 0 -> 460 bytes .../pytz/zoneinfo/Australia/Queensland | Bin 0 -> 433 bytes .../pytz/zoneinfo/Australia/South | Bin 0 -> 2222 bytes .../pytz/zoneinfo/Australia/Sydney | Bin 0 -> 2204 bytes .../pytz/zoneinfo/Australia/Tasmania | Bin 0 -> 2316 bytes .../pytz/zoneinfo/Australia/Victoria | Bin 0 -> 2204 bytes .../pytz/zoneinfo/Australia/West | Bin 0 -> 460 bytes .../pytz/zoneinfo/Australia/Yancowinna | Bin 0 -> 2243 bytes .../site-packages/pytz/zoneinfo/Brazil/Acre | Bin 0 -> 628 bytes .../pytz/zoneinfo/Brazil/DeNoronha | Bin 0 -> 716 bytes .../site-packages/pytz/zoneinfo/Brazil/East | Bin 0 -> 1444 bytes .../site-packages/pytz/zoneinfo/Brazil/West | Bin 0 -> 604 bytes myvenv/Lib/site-packages/pytz/zoneinfo/CET | Bin 0 -> 2094 bytes .../Lib/site-packages/pytz/zoneinfo/CST6CDT | Bin 0 -> 2310 bytes .../pytz/zoneinfo/Canada/Atlantic | Bin 0 -> 3424 bytes .../pytz/zoneinfo/Canada/Central | Bin 0 -> 2868 bytes .../pytz/zoneinfo/Canada/Eastern | Bin 0 -> 3494 bytes .../pytz/zoneinfo/Canada/Mountain | Bin 0 -> 2332 bytes .../pytz/zoneinfo/Canada/Newfoundland | Bin 0 -> 3655 bytes .../pytz/zoneinfo/Canada/Pacific | Bin 0 -> 2892 bytes .../pytz/zoneinfo/Canada/Saskatchewan | Bin 0 -> 980 bytes .../site-packages/pytz/zoneinfo/Canada/Yukon | Bin 0 -> 2084 bytes .../pytz/zoneinfo/Chile/Continental | Bin 0 -> 2529 bytes .../pytz/zoneinfo/Chile/EasterIsland | Bin 0 -> 2233 bytes myvenv/Lib/site-packages/pytz/zoneinfo/Cuba | Bin 0 -> 2416 bytes myvenv/Lib/site-packages/pytz/zoneinfo/EET | Bin 0 -> 1908 bytes myvenv/Lib/site-packages/pytz/zoneinfo/EST | Bin 0 -> 114 bytes .../Lib/site-packages/pytz/zoneinfo/EST5EDT | Bin 0 -> 2310 bytes myvenv/Lib/site-packages/pytz/zoneinfo/Egypt | Bin 0 -> 1955 bytes myvenv/Lib/site-packages/pytz/zoneinfo/Eire | Bin 0 -> 3492 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT | Bin 0 -> 114 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT+0 | Bin 0 -> 114 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT+1 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+10 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+11 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+12 | Bin 0 -> 117 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT+2 | Bin 0 -> 116 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT+3 | Bin 0 -> 116 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT+4 | Bin 0 -> 116 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT+5 | Bin 0 -> 116 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT+6 | Bin 0 -> 116 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT+7 | Bin 0 -> 116 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT+8 | Bin 0 -> 116 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT+9 | Bin 0 -> 116 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT-0 | Bin 0 -> 114 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT-1 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-10 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-11 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-12 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-13 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-14 | Bin 0 -> 118 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT-2 | Bin 0 -> 117 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT-3 | Bin 0 -> 117 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT-4 | Bin 0 -> 117 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT-5 | Bin 0 -> 117 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT-6 | Bin 0 -> 117 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT-7 | Bin 0 -> 117 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT-8 | Bin 0 -> 117 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT-9 | Bin 0 -> 117 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/GMT0 | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/Greenwich | Bin 0 -> 114 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/UCT | Bin 0 -> 114 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/UTC | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/Universal | Bin 0 -> 114 bytes .../Lib/site-packages/pytz/zoneinfo/Etc/Zulu | Bin 0 -> 114 bytes .../pytz/zoneinfo/Europe/Amsterdam | Bin 0 -> 2910 bytes .../pytz/zoneinfo/Europe/Andorra | Bin 0 -> 1742 bytes .../pytz/zoneinfo/Europe/Astrakhan | Bin 0 -> 1165 bytes .../site-packages/pytz/zoneinfo/Europe/Athens | Bin 0 -> 2262 bytes .../pytz/zoneinfo/Europe/Belfast | Bin 0 -> 3648 bytes .../pytz/zoneinfo/Europe/Belgrade | Bin 0 -> 1920 bytes .../site-packages/pytz/zoneinfo/Europe/Berlin | Bin 0 -> 2298 bytes .../pytz/zoneinfo/Europe/Bratislava | Bin 0 -> 2301 bytes .../pytz/zoneinfo/Europe/Brussels | Bin 0 -> 2933 bytes .../pytz/zoneinfo/Europe/Bucharest | Bin 0 -> 2184 bytes .../pytz/zoneinfo/Europe/Budapest | Bin 0 -> 2368 bytes .../pytz/zoneinfo/Europe/Busingen | Bin 0 -> 1909 bytes .../pytz/zoneinfo/Europe/Chisinau | Bin 0 -> 2390 bytes .../pytz/zoneinfo/Europe/Copenhagen | Bin 0 -> 2137 bytes .../site-packages/pytz/zoneinfo/Europe/Dublin | Bin 0 -> 3492 bytes .../pytz/zoneinfo/Europe/Gibraltar | Bin 0 -> 3052 bytes .../pytz/zoneinfo/Europe/Guernsey | Bin 0 -> 3648 bytes .../pytz/zoneinfo/Europe/Helsinki | Bin 0 -> 1900 bytes .../pytz/zoneinfo/Europe/Isle_of_Man | Bin 0 -> 3648 bytes .../pytz/zoneinfo/Europe/Istanbul | Bin 0 -> 1947 bytes .../site-packages/pytz/zoneinfo/Europe/Jersey | Bin 0 -> 3648 bytes .../pytz/zoneinfo/Europe/Kaliningrad | Bin 0 -> 1493 bytes .../site-packages/pytz/zoneinfo/Europe/Kiev | Bin 0 -> 2088 bytes .../site-packages/pytz/zoneinfo/Europe/Kirov | Bin 0 -> 1153 bytes .../site-packages/pytz/zoneinfo/Europe/Lisbon | Bin 0 -> 3469 bytes .../pytz/zoneinfo/Europe/Ljubljana | Bin 0 -> 1920 bytes .../site-packages/pytz/zoneinfo/Europe/London | Bin 0 -> 3648 bytes .../pytz/zoneinfo/Europe/Luxembourg | Bin 0 -> 2946 bytes .../site-packages/pytz/zoneinfo/Europe/Madrid | Bin 0 -> 2614 bytes .../site-packages/pytz/zoneinfo/Europe/Malta | Bin 0 -> 2620 bytes .../pytz/zoneinfo/Europe/Mariehamn | Bin 0 -> 1900 bytes .../site-packages/pytz/zoneinfo/Europe/Minsk | Bin 0 -> 1321 bytes .../site-packages/pytz/zoneinfo/Europe/Monaco | Bin 0 -> 2944 bytes .../site-packages/pytz/zoneinfo/Europe/Moscow | Bin 0 -> 1535 bytes .../pytz/zoneinfo/Europe/Nicosia | Bin 0 -> 2002 bytes .../site-packages/pytz/zoneinfo/Europe/Oslo | Bin 0 -> 2228 bytes .../site-packages/pytz/zoneinfo/Europe/Paris | Bin 0 -> 2962 bytes .../pytz/zoneinfo/Europe/Podgorica | Bin 0 -> 1920 bytes .../site-packages/pytz/zoneinfo/Europe/Prague | Bin 0 -> 2301 bytes .../site-packages/pytz/zoneinfo/Europe/Riga | Bin 0 -> 2198 bytes .../site-packages/pytz/zoneinfo/Europe/Rome | Bin 0 -> 2641 bytes .../site-packages/pytz/zoneinfo/Europe/Samara | Bin 0 -> 1215 bytes .../pytz/zoneinfo/Europe/San_Marino | Bin 0 -> 2641 bytes .../pytz/zoneinfo/Europe/Sarajevo | Bin 0 -> 1920 bytes .../pytz/zoneinfo/Europe/Saratov | Bin 0 -> 1183 bytes .../pytz/zoneinfo/Europe/Simferopol | Bin 0 -> 1453 bytes .../site-packages/pytz/zoneinfo/Europe/Skopje | Bin 0 -> 1920 bytes .../site-packages/pytz/zoneinfo/Europe/Sofia | Bin 0 -> 2077 bytes .../pytz/zoneinfo/Europe/Stockholm | Bin 0 -> 1909 bytes .../pytz/zoneinfo/Europe/Tallinn | Bin 0 -> 2148 bytes .../site-packages/pytz/zoneinfo/Europe/Tirane | Bin 0 -> 2084 bytes .../pytz/zoneinfo/Europe/Tiraspol | Bin 0 -> 2390 bytes .../pytz/zoneinfo/Europe/Ulyanovsk | Bin 0 -> 1267 bytes .../pytz/zoneinfo/Europe/Uzhgorod | Bin 0 -> 2050 bytes .../site-packages/pytz/zoneinfo/Europe/Vaduz | Bin 0 -> 1909 bytes .../pytz/zoneinfo/Europe/Vatican | Bin 0 -> 2641 bytes .../site-packages/pytz/zoneinfo/Europe/Vienna | Bin 0 -> 2200 bytes .../pytz/zoneinfo/Europe/Vilnius | Bin 0 -> 2162 bytes .../pytz/zoneinfo/Europe/Volgograd | Bin 0 -> 1165 bytes .../site-packages/pytz/zoneinfo/Europe/Warsaw | Bin 0 -> 2654 bytes .../site-packages/pytz/zoneinfo/Europe/Zagreb | Bin 0 -> 1920 bytes .../pytz/zoneinfo/Europe/Zaporozhye | Bin 0 -> 2106 bytes .../site-packages/pytz/zoneinfo/Europe/Zurich | Bin 0 -> 1909 bytes .../Lib/site-packages/pytz/zoneinfo/Factory | Bin 0 -> 116 bytes myvenv/Lib/site-packages/pytz/zoneinfo/GB | Bin 0 -> 3648 bytes .../Lib/site-packages/pytz/zoneinfo/GB-Eire | Bin 0 -> 3648 bytes myvenv/Lib/site-packages/pytz/zoneinfo/GMT | Bin 0 -> 114 bytes myvenv/Lib/site-packages/pytz/zoneinfo/GMT+0 | Bin 0 -> 114 bytes myvenv/Lib/site-packages/pytz/zoneinfo/GMT-0 | Bin 0 -> 114 bytes myvenv/Lib/site-packages/pytz/zoneinfo/GMT0 | Bin 0 -> 114 bytes .../Lib/site-packages/pytz/zoneinfo/Greenwich | Bin 0 -> 114 bytes myvenv/Lib/site-packages/pytz/zoneinfo/HST | Bin 0 -> 115 bytes .../Lib/site-packages/pytz/zoneinfo/Hongkong | Bin 0 -> 1203 bytes .../Lib/site-packages/pytz/zoneinfo/Iceland | Bin 0 -> 1162 bytes .../pytz/zoneinfo/Indian/Antananarivo | Bin 0 -> 251 bytes .../site-packages/pytz/zoneinfo/Indian/Chagos | Bin 0 -> 199 bytes .../pytz/zoneinfo/Indian/Christmas | Bin 0 -> 165 bytes .../site-packages/pytz/zoneinfo/Indian/Cocos | Bin 0 -> 174 bytes .../site-packages/pytz/zoneinfo/Indian/Comoro | Bin 0 -> 251 bytes .../pytz/zoneinfo/Indian/Kerguelen | Bin 0 -> 165 bytes .../site-packages/pytz/zoneinfo/Indian/Mahe | Bin 0 -> 165 bytes .../pytz/zoneinfo/Indian/Maldives | Bin 0 -> 199 bytes .../pytz/zoneinfo/Indian/Mauritius | Bin 0 -> 241 bytes .../pytz/zoneinfo/Indian/Mayotte | Bin 0 -> 251 bytes .../pytz/zoneinfo/Indian/Reunion | Bin 0 -> 165 bytes myvenv/Lib/site-packages/pytz/zoneinfo/Iran | Bin 0 -> 2582 bytes myvenv/Lib/site-packages/pytz/zoneinfo/Israel | Bin 0 -> 2288 bytes .../Lib/site-packages/pytz/zoneinfo/Jamaica | Bin 0 -> 482 bytes myvenv/Lib/site-packages/pytz/zoneinfo/Japan | Bin 0 -> 309 bytes .../Lib/site-packages/pytz/zoneinfo/Kwajalein | Bin 0 -> 316 bytes myvenv/Lib/site-packages/pytz/zoneinfo/Libya | Bin 0 -> 625 bytes myvenv/Lib/site-packages/pytz/zoneinfo/MET | Bin 0 -> 2094 bytes myvenv/Lib/site-packages/pytz/zoneinfo/MST | Bin 0 -> 114 bytes .../Lib/site-packages/pytz/zoneinfo/MST7MDT | Bin 0 -> 2310 bytes .../pytz/zoneinfo/Mexico/BajaNorte | Bin 0 -> 2342 bytes .../pytz/zoneinfo/Mexico/BajaSur | Bin 0 -> 1526 bytes .../pytz/zoneinfo/Mexico/General | Bin 0 -> 1584 bytes myvenv/Lib/site-packages/pytz/zoneinfo/NZ | Bin 0 -> 2437 bytes .../Lib/site-packages/pytz/zoneinfo/NZ-CHAT | Bin 0 -> 2068 bytes myvenv/Lib/site-packages/pytz/zoneinfo/Navajo | Bin 0 -> 2444 bytes myvenv/Lib/site-packages/pytz/zoneinfo/PRC | Bin 0 -> 533 bytes .../Lib/site-packages/pytz/zoneinfo/PST8PDT | Bin 0 -> 2310 bytes .../site-packages/pytz/zoneinfo/Pacific/Apia | Bin 0 -> 1097 bytes .../pytz/zoneinfo/Pacific/Auckland | Bin 0 -> 2437 bytes .../pytz/zoneinfo/Pacific/Bougainville | Bin 0 -> 268 bytes .../pytz/zoneinfo/Pacific/Chatham | Bin 0 -> 2068 bytes .../site-packages/pytz/zoneinfo/Pacific/Chuuk | Bin 0 -> 269 bytes .../pytz/zoneinfo/Pacific/Easter | Bin 0 -> 2233 bytes .../site-packages/pytz/zoneinfo/Pacific/Efate | Bin 0 -> 466 bytes .../pytz/zoneinfo/Pacific/Enderbury | Bin 0 -> 234 bytes .../pytz/zoneinfo/Pacific/Fakaofo | Bin 0 -> 200 bytes .../site-packages/pytz/zoneinfo/Pacific/Fiji | Bin 0 -> 1077 bytes .../pytz/zoneinfo/Pacific/Funafuti | Bin 0 -> 166 bytes .../pytz/zoneinfo/Pacific/Galapagos | Bin 0 -> 238 bytes .../pytz/zoneinfo/Pacific/Gambier | Bin 0 -> 164 bytes .../pytz/zoneinfo/Pacific/Guadalcanal | Bin 0 -> 166 bytes .../site-packages/pytz/zoneinfo/Pacific/Guam | Bin 0 -> 494 bytes .../pytz/zoneinfo/Pacific/Honolulu | Bin 0 -> 329 bytes .../pytz/zoneinfo/Pacific/Johnston | Bin 0 -> 329 bytes .../pytz/zoneinfo/Pacific/Kiritimati | Bin 0 -> 238 bytes .../pytz/zoneinfo/Pacific/Kosrae | Bin 0 -> 351 bytes .../pytz/zoneinfo/Pacific/Kwajalein | Bin 0 -> 316 bytes .../pytz/zoneinfo/Pacific/Majuro | Bin 0 -> 310 bytes .../pytz/zoneinfo/Pacific/Marquesas | Bin 0 -> 173 bytes .../pytz/zoneinfo/Pacific/Midway | Bin 0 -> 175 bytes .../site-packages/pytz/zoneinfo/Pacific/Nauru | Bin 0 -> 252 bytes .../site-packages/pytz/zoneinfo/Pacific/Niue | Bin 0 -> 241 bytes .../pytz/zoneinfo/Pacific/Norfolk | Bin 0 -> 880 bytes .../pytz/zoneinfo/Pacific/Noumea | Bin 0 -> 304 bytes .../pytz/zoneinfo/Pacific/Pago_Pago | Bin 0 -> 175 bytes .../site-packages/pytz/zoneinfo/Pacific/Palau | Bin 0 -> 180 bytes .../pytz/zoneinfo/Pacific/Pitcairn | Bin 0 -> 202 bytes .../pytz/zoneinfo/Pacific/Pohnpei | Bin 0 -> 303 bytes .../pytz/zoneinfo/Pacific/Ponape | Bin 0 -> 303 bytes .../pytz/zoneinfo/Pacific/Port_Moresby | Bin 0 -> 186 bytes .../pytz/zoneinfo/Pacific/Rarotonga | Bin 0 -> 577 bytes .../pytz/zoneinfo/Pacific/Saipan | Bin 0 -> 494 bytes .../site-packages/pytz/zoneinfo/Pacific/Samoa | Bin 0 -> 175 bytes .../pytz/zoneinfo/Pacific/Tahiti | Bin 0 -> 165 bytes .../pytz/zoneinfo/Pacific/Tarawa | Bin 0 -> 166 bytes .../pytz/zoneinfo/Pacific/Tongatapu | Bin 0 -> 372 bytes .../site-packages/pytz/zoneinfo/Pacific/Truk | Bin 0 -> 269 bytes .../site-packages/pytz/zoneinfo/Pacific/Wake | Bin 0 -> 166 bytes .../pytz/zoneinfo/Pacific/Wallis | Bin 0 -> 166 bytes .../site-packages/pytz/zoneinfo/Pacific/Yap | Bin 0 -> 269 bytes myvenv/Lib/site-packages/pytz/zoneinfo/Poland | Bin 0 -> 2654 bytes .../Lib/site-packages/pytz/zoneinfo/Portugal | Bin 0 -> 3469 bytes myvenv/Lib/site-packages/pytz/zoneinfo/ROC | Bin 0 -> 761 bytes myvenv/Lib/site-packages/pytz/zoneinfo/ROK | Bin 0 -> 617 bytes .../Lib/site-packages/pytz/zoneinfo/Singapore | Bin 0 -> 383 bytes myvenv/Lib/site-packages/pytz/zoneinfo/Turkey | Bin 0 -> 1947 bytes myvenv/Lib/site-packages/pytz/zoneinfo/UCT | Bin 0 -> 114 bytes .../Lib/site-packages/pytz/zoneinfo/US/Alaska | Bin 0 -> 2371 bytes .../site-packages/pytz/zoneinfo/US/Aleutian | Bin 0 -> 2356 bytes .../site-packages/pytz/zoneinfo/US/Arizona | Bin 0 -> 328 bytes .../site-packages/pytz/zoneinfo/US/Central | Bin 0 -> 3576 bytes .../pytz/zoneinfo/US/East-Indiana | Bin 0 -> 1666 bytes .../site-packages/pytz/zoneinfo/US/Eastern | Bin 0 -> 3536 bytes .../Lib/site-packages/pytz/zoneinfo/US/Hawaii | Bin 0 -> 329 bytes .../pytz/zoneinfo/US/Indiana-Starke | Bin 0 -> 2428 bytes .../site-packages/pytz/zoneinfo/US/Michigan | Bin 0 -> 2230 bytes .../site-packages/pytz/zoneinfo/US/Mountain | Bin 0 -> 2444 bytes .../site-packages/pytz/zoneinfo/US/Pacific | Bin 0 -> 2836 bytes .../Lib/site-packages/pytz/zoneinfo/US/Samoa | Bin 0 -> 175 bytes myvenv/Lib/site-packages/pytz/zoneinfo/UTC | Bin 0 -> 114 bytes .../Lib/site-packages/pytz/zoneinfo/Universal | Bin 0 -> 114 bytes myvenv/Lib/site-packages/pytz/zoneinfo/W-SU | Bin 0 -> 1535 bytes myvenv/Lib/site-packages/pytz/zoneinfo/WET | Bin 0 -> 1905 bytes myvenv/Lib/site-packages/pytz/zoneinfo/Zulu | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/iso3166.tab | 274 + .../site-packages/pytz/zoneinfo/leapseconds | 72 + .../site-packages/pytz/zoneinfo/posixrules | Bin 0 -> 3536 bytes .../Lib/site-packages/pytz/zoneinfo/tzdata.zi | 4405 +++++++ .../Lib/site-packages/pytz/zoneinfo/zone.tab | 452 + .../site-packages/pytz/zoneinfo/zone1970.tab | 384 + .../setuptools-41.2.0.dist-info/INSTALLER | 1 + .../setuptools-41.2.0.dist-info/LICENSE | 19 + .../setuptools-41.2.0.dist-info/METADATA | 77 + .../setuptools-41.2.0.dist-info/RECORD | 186 + .../setuptools-41.2.0.dist-info/WHEEL | 6 + .../dependency_links.txt | 2 + .../entry_points.txt | 65 + .../setuptools-41.2.0.dist-info/top_level.txt | 3 + .../setuptools-41.2.0.dist-info/zip-safe | 1 + .../Lib/site-packages/setuptools/__init__.py | 228 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 7801 bytes .../_deprecation_warning.cpython-38.pyc | Bin 0 -> 549 bytes .../__pycache__/archive_util.cpython-38.pyc | Bin 0 -> 5161 bytes .../__pycache__/build_meta.cpython-38.pyc | Bin 0 -> 8528 bytes .../__pycache__/config.cpython-38.pyc | Bin 0 -> 17809 bytes .../__pycache__/dep_util.cpython-38.pyc | Bin 0 -> 852 bytes .../__pycache__/depends.cpython-38.pyc | Bin 0 -> 5321 bytes .../__pycache__/dist.cpython-38.pyc | Bin 0 -> 42180 bytes .../__pycache__/extension.cpython-38.pyc | Bin 0 -> 1994 bytes .../__pycache__/glibc.cpython-38.pyc | Bin 0 -> 1563 bytes .../__pycache__/glob.cpython-38.pyc | Bin 0 -> 3766 bytes .../__pycache__/launch.cpython-38.pyc | Bin 0 -> 857 bytes .../__pycache__/lib2to3_ex.cpython-38.pyc | Bin 0 -> 2444 bytes .../__pycache__/monkey.cpython-38.pyc | Bin 0 -> 4677 bytes .../__pycache__/msvc.cpython-38.pyc | Bin 0 -> 34473 bytes .../__pycache__/namespaces.cpython-38.pyc | Bin 0 -> 3649 bytes .../__pycache__/package_index.cpython-38.pyc | Bin 0 -> 32994 bytes .../__pycache__/pep425tags.cpython-38.pyc | Bin 0 -> 7236 bytes .../__pycache__/py27compat.cpython-38.pyc | Bin 0 -> 817 bytes .../__pycache__/py31compat.cpython-38.pyc | Bin 0 -> 1224 bytes .../__pycache__/py33compat.cpython-38.pyc | Bin 0 -> 1441 bytes .../__pycache__/sandbox.cpython-38.pyc | Bin 0 -> 15569 bytes .../__pycache__/site-patch.cpython-38.pyc | Bin 0 -> 1507 bytes .../__pycache__/ssl_support.cpython-38.pyc | Bin 0 -> 6888 bytes .../__pycache__/unicode_utils.cpython-38.pyc | Bin 0 -> 1184 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 325 bytes .../__pycache__/wheel.cpython-38.pyc | Bin 0 -> 7087 bytes .../windows_support.cpython-38.pyc | Bin 0 -> 1022 bytes .../setuptools/_deprecation_warning.py | 7 + .../setuptools/_vendor/__init__.py | 0 .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 187 bytes .../__pycache__/pyparsing.cpython-38.pyc | Bin 0 -> 201664 bytes .../_vendor/__pycache__/six.cpython-38.pyc | Bin 0 -> 24460 bytes .../setuptools/_vendor/packaging/__about__.py | 21 + .../setuptools/_vendor/packaging/__init__.py | 14 + .../__pycache__/__about__.cpython-38.pyc | Bin 0 -> 737 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 575 bytes .../__pycache__/_compat.cpython-38.pyc | Bin 0 -> 1011 bytes .../__pycache__/_structures.cpython-38.pyc | Bin 0 -> 2793 bytes .../__pycache__/markers.cpython-38.pyc | Bin 0 -> 8946 bytes .../__pycache__/requirements.cpython-38.pyc | Bin 0 -> 3902 bytes .../__pycache__/specifiers.cpython-38.pyc | Bin 0 -> 19817 bytes .../__pycache__/utils.cpython-38.pyc | Bin 0 -> 496 bytes .../__pycache__/version.cpython-38.pyc | Bin 0 -> 10664 bytes .../setuptools/_vendor/packaging/_compat.py | 30 + .../_vendor/packaging/_structures.py | 68 + .../setuptools/_vendor/packaging/markers.py | 301 + .../_vendor/packaging/requirements.py | 127 + .../_vendor/packaging/specifiers.py | 774 ++ .../setuptools/_vendor/packaging/utils.py | 14 + .../setuptools/_vendor/packaging/version.py | 393 + .../setuptools/_vendor/pyparsing.py | 5742 +++++++++ .../site-packages/setuptools/_vendor/six.py | 868 ++ .../site-packages/setuptools/archive_util.py | 173 + .../site-packages/setuptools/build_meta.py | 257 + .../Lib/site-packages/setuptools/cli-32.exe | Bin 0 -> 65536 bytes .../Lib/site-packages/setuptools/cli-64.exe | Bin 0 -> 74752 bytes myvenv/Lib/site-packages/setuptools/cli.exe | Bin 0 -> 65536 bytes .../setuptools/command/__init__.py | 18 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 771 bytes .../command/__pycache__/alias.cpython-38.pyc | Bin 0 -> 2425 bytes .../__pycache__/bdist_egg.cpython-38.pyc | Bin 0 -> 14211 bytes .../__pycache__/bdist_rpm.cpython-38.pyc | Bin 0 -> 1817 bytes .../__pycache__/bdist_wininst.cpython-38.pyc | Bin 0 -> 987 bytes .../__pycache__/build_clib.cpython-38.pyc | Bin 0 -> 2470 bytes .../__pycache__/build_ext.cpython-38.pyc | Bin 0 -> 9928 bytes .../__pycache__/build_py.cpython-38.pyc | Bin 0 -> 8674 bytes .../__pycache__/develop.cpython-38.pyc | Bin 0 -> 6534 bytes .../__pycache__/dist_info.cpython-38.pyc | Bin 0 -> 1394 bytes .../__pycache__/easy_install.cpython-38.pyc | Bin 0 -> 65295 bytes .../__pycache__/egg_info.cpython-38.pyc | Bin 0 -> 21797 bytes .../__pycache__/install.cpython-38.pyc | Bin 0 -> 4024 bytes .../install_egg_info.cpython-38.pyc | Bin 0 -> 2436 bytes .../__pycache__/install_lib.cpython-38.pyc | Bin 0 -> 4157 bytes .../install_scripts.cpython-38.pyc | Bin 0 -> 2306 bytes .../__pycache__/py36compat.cpython-38.pyc | Bin 0 -> 4643 bytes .../__pycache__/register.cpython-38.pyc | Bin 0 -> 788 bytes .../command/__pycache__/rotate.cpython-38.pyc | Bin 0 -> 2553 bytes .../__pycache__/saveopts.cpython-38.pyc | Bin 0 -> 922 bytes .../command/__pycache__/sdist.cpython-38.pyc | Bin 0 -> 6840 bytes .../command/__pycache__/setopt.cpython-38.pyc | Bin 0 -> 4570 bytes .../command/__pycache__/test.cpython-38.pyc | Bin 0 -> 8273 bytes .../command/__pycache__/upload.cpython-38.pyc | Bin 0 -> 5236 bytes .../__pycache__/upload_docs.cpython-38.pyc | Bin 0 -> 6173 bytes .../site-packages/setuptools/command/alias.py | 80 + .../setuptools/command/bdist_egg.py | 502 + .../setuptools/command/bdist_rpm.py | 43 + .../setuptools/command/bdist_wininst.py | 21 + .../setuptools/command/build_clib.py | 98 + .../setuptools/command/build_ext.py | 327 + .../setuptools/command/build_py.py | 270 + .../setuptools/command/develop.py | 221 + .../setuptools/command/dist_info.py | 36 + .../setuptools/command/easy_install.py | 2342 ++++ .../setuptools/command/egg_info.py | 717 ++ .../setuptools/command/install.py | 125 + .../setuptools/command/install_egg_info.py | 62 + .../setuptools/command/install_lib.py | 121 + .../setuptools/command/install_scripts.py | 65 + .../setuptools/command/launcher manifest.xml | 15 + .../setuptools/command/py36compat.py | 136 + .../setuptools/command/register.py | 18 + .../setuptools/command/rotate.py | 66 + .../setuptools/command/saveopts.py | 22 + .../site-packages/setuptools/command/sdist.py | 221 + .../setuptools/command/setopt.py | 149 + .../site-packages/setuptools/command/test.py | 271 + .../setuptools/command/upload.py | 196 + .../setuptools/command/upload_docs.py | 206 + myvenv/Lib/site-packages/setuptools/config.py | 656 + .../Lib/site-packages/setuptools/dep_util.py | 23 + .../Lib/site-packages/setuptools/depends.py | 186 + myvenv/Lib/site-packages/setuptools/dist.py | 1280 ++ .../Lib/site-packages/setuptools/extension.py | 57 + .../setuptools/extern/__init__.py | 73 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2440 bytes myvenv/Lib/site-packages/setuptools/glibc.py | 86 + myvenv/Lib/site-packages/setuptools/glob.py | 174 + .../Lib/site-packages/setuptools/gui-32.exe | Bin 0 -> 65536 bytes .../Lib/site-packages/setuptools/gui-64.exe | Bin 0 -> 75264 bytes myvenv/Lib/site-packages/setuptools/gui.exe | Bin 0 -> 65536 bytes myvenv/Lib/site-packages/setuptools/launch.py | 35 + .../site-packages/setuptools/lib2to3_ex.py | 62 + myvenv/Lib/site-packages/setuptools/monkey.py | 179 + myvenv/Lib/site-packages/setuptools/msvc.py | 1301 ++ .../site-packages/setuptools/namespaces.py | 107 + .../site-packages/setuptools/package_index.py | 1136 ++ .../site-packages/setuptools/pep425tags.py | 319 + .../site-packages/setuptools/py27compat.py | 28 + .../site-packages/setuptools/py31compat.py | 32 + .../site-packages/setuptools/py33compat.py | 59 + .../Lib/site-packages/setuptools/sandbox.py | 491 + .../setuptools/script (dev).tmpl | 6 + .../Lib/site-packages/setuptools/script.tmpl | 3 + .../site-packages/setuptools/site-patch.py | 74 + .../site-packages/setuptools/ssl_support.py | 260 + .../site-packages/setuptools/unicode_utils.py | 44 + .../Lib/site-packages/setuptools/version.py | 6 + myvenv/Lib/site-packages/setuptools/wheel.py | 211 + .../setuptools/windows_support.py | 29 + .../sqlparse-0.3.0.dist-info/INSTALLER | 1 + .../sqlparse-0.3.0.dist-info/LICENSE | 25 + .../sqlparse-0.3.0.dist-info/METADATA | 76 + .../sqlparse-0.3.0.dist-info/RECORD | 52 + .../sqlparse-0.3.0.dist-info/WHEEL | 6 + .../sqlparse-0.3.0.dist-info/entry_points.txt | 3 + .../sqlparse-0.3.0.dist-info/top_level.txt | 1 + myvenv/Lib/site-packages/sqlparse/__init__.py | 72 + myvenv/Lib/site-packages/sqlparse/__main__.py | 23 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 2446 bytes .../__pycache__/__main__.cpython-38.pyc | Bin 0 -> 573 bytes .../sqlparse/__pycache__/cli.cpython-38.pyc | Bin 0 -> 4829 bytes .../__pycache__/compat.cpython-38.pyc | Bin 0 -> 1121 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 0 -> 446 bytes .../__pycache__/formatter.cpython-38.pyc | Bin 0 -> 4190 bytes .../__pycache__/keywords.cpython-38.pyc | Bin 0 -> 13156 bytes .../sqlparse/__pycache__/lexer.cpython-38.pyc | Bin 0 -> 2081 bytes .../sqlparse/__pycache__/sql.cpython-38.pyc | Bin 0 -> 21136 bytes .../__pycache__/tokens.cpython-38.pyc | Bin 0 -> 1276 bytes .../sqlparse/__pycache__/utils.cpython-38.pyc | Bin 0 -> 3500 bytes myvenv/Lib/site-packages/sqlparse/cli.py | 202 + myvenv/Lib/site-packages/sqlparse/compat.py | 45 + .../site-packages/sqlparse/engine/__init__.py | 17 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 412 bytes .../__pycache__/filter_stack.cpython-38.pyc | Bin 0 -> 1237 bytes .../__pycache__/grouping.cpython-38.pyc | Bin 0 -> 11834 bytes .../statement_splitter.cpython-38.pyc | Bin 0 -> 1996 bytes .../sqlparse/engine/filter_stack.py | 45 + .../site-packages/sqlparse/engine/grouping.py | 405 + .../sqlparse/engine/statement_splitter.py | 106 + .../Lib/site-packages/sqlparse/exceptions.py | 13 + .../sqlparse/filters/__init__.py | 41 + .../__pycache__/__init__.cpython-38.pyc | Bin 0 -> 972 bytes .../__pycache__/aligned_indent.cpython-38.pyc | Bin 0 -> 4892 bytes .../filters/__pycache__/others.cpython-38.pyc | Bin 0 -> 4735 bytes .../filters/__pycache__/output.cpython-38.pyc | Bin 0 -> 2811 bytes .../__pycache__/reindent.cpython-38.pyc | Bin 0 -> 7454 bytes .../__pycache__/right_margin.cpython-38.pyc | Bin 0 -> 1422 bytes .../filters/__pycache__/tokens.cpython-38.pyc | Bin 0 -> 2108 bytes .../sqlparse/filters/aligned_indent.py | 138 + .../site-packages/sqlparse/filters/others.py | 125 + .../site-packages/sqlparse/filters/output.py | 124 + .../sqlparse/filters/reindent.py | 241 + .../sqlparse/filters/right_margin.py | 50 + .../site-packages/sqlparse/filters/tokens.py | 61 + .../Lib/site-packages/sqlparse/formatter.py | 199 + myvenv/Lib/site-packages/sqlparse/keywords.py | 856 ++ myvenv/Lib/site-packages/sqlparse/lexer.py | 82 + myvenv/Lib/site-packages/sqlparse/sql.py | 631 + myvenv/Lib/site-packages/sqlparse/tokens.py | 69 + myvenv/Lib/site-packages/sqlparse/utils.py | 123 + myvenv/Scripts/Activate.ps1 | 375 + .../__pycache__/django-admin.cpython-38.pyc | Bin 0 -> 307 bytes myvenv/Scripts/activate | 76 + myvenv/Scripts/activate.bat | 33 + myvenv/Scripts/deactivate.bat | 21 + myvenv/Scripts/django-admin.exe | Bin 0 -> 103341 bytes myvenv/Scripts/django-admin.py | 5 + myvenv/Scripts/easy_install-3.8.exe | Bin 0 -> 103311 bytes myvenv/Scripts/easy_install.exe | Bin 0 -> 103311 bytes myvenv/Scripts/pip.exe | Bin 0 -> 103298 bytes myvenv/Scripts/pip3.8.exe | Bin 0 -> 103298 bytes myvenv/Scripts/pip3.exe | Bin 0 -> 103298 bytes myvenv/Scripts/python.exe | Bin 0 -> 524872 bytes myvenv/Scripts/pythonw.exe | Bin 0 -> 523848 bytes myvenv/Scripts/sqlformat.exe | Bin 0 -> 103294 bytes myvenv/pyvenv.cfg | 3 + requirements.txt | 1 + 5773 files changed, 632366 insertions(+) create mode 100644 .gitignore.txt create mode 100644 blog/__init__.py create mode 100644 blog/__pycache__/__init__.cpython-38.pyc create mode 100644 blog/__pycache__/admin.cpython-38.pyc create mode 100644 blog/__pycache__/apps.cpython-38.pyc create mode 100644 blog/__pycache__/models.cpython-38.pyc create mode 100644 blog/admin.py create mode 100644 blog/apps.py create mode 100644 blog/migrations/0001_initial.py create mode 100644 blog/migrations/__init__.py create mode 100644 blog/migrations/__pycache__/0001_initial.cpython-38.pyc create mode 100644 blog/migrations/__pycache__/__init__.cpython-38.pyc create mode 100644 blog/models.py create mode 100644 blog/tests.py create mode 100644 blog/views.py create mode 100644 db.sqlite3 create mode 100644 manage.py create mode 100644 mysite/__init__.py create mode 100644 mysite/__pycache__/__init__.cpython-38.pyc create mode 100644 mysite/__pycache__/settings.cpython-38.pyc create mode 100644 mysite/__pycache__/urls.cpython-38.pyc create mode 100644 mysite/__pycache__/wsgi.cpython-38.pyc create mode 100644 mysite/settings.py create mode 100644 mysite/urls.py create mode 100644 mysite/wsgi.py create mode 100644 myvenv/Lib/site-packages/Django-2.2.6.dist-info/INSTALLER create mode 100644 myvenv/Lib/site-packages/Django-2.2.6.dist-info/LICENSE create mode 100644 myvenv/Lib/site-packages/Django-2.2.6.dist-info/METADATA create mode 100644 myvenv/Lib/site-packages/Django-2.2.6.dist-info/RECORD create mode 100644 myvenv/Lib/site-packages/Django-2.2.6.dist-info/WHEEL create mode 100644 myvenv/Lib/site-packages/Django-2.2.6.dist-info/entry_points.txt create mode 100644 myvenv/Lib/site-packages/Django-2.2.6.dist-info/top_level.txt create mode 100644 myvenv/Lib/site-packages/__pycache__/easy_install.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/__init__.py create mode 100644 myvenv/Lib/site-packages/django/__main__.py create mode 100644 myvenv/Lib/site-packages/django/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/__pycache__/__main__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/__pycache__/shortcuts.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/apps/__init__.py create mode 100644 myvenv/Lib/site-packages/django/apps/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/apps/__pycache__/config.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/apps/__pycache__/registry.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/apps/config.py create mode 100644 myvenv/Lib/site-packages/django/apps/registry.py create mode 100644 myvenv/Lib/site-packages/django/bin/__pycache__/django-admin.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/bin/django-admin.py create mode 100644 myvenv/Lib/site-packages/django/conf/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/__pycache__/global_settings.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/app_template/__init__.py-tpl create mode 100644 myvenv/Lib/site-packages/django/conf/app_template/admin.py-tpl create mode 100644 myvenv/Lib/site-packages/django/conf/app_template/apps.py-tpl create mode 100644 myvenv/Lib/site-packages/django/conf/app_template/migrations/__init__.py-tpl create mode 100644 myvenv/Lib/site-packages/django/conf/app_template/models.py-tpl create mode 100644 myvenv/Lib/site-packages/django/conf/app_template/tests.py-tpl create mode 100644 myvenv/Lib/site-packages/django/conf/app_template/views.py-tpl create mode 100644 myvenv/Lib/site-packages/django/conf/global_settings.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/af/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/af/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ar/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ar/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ar/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ar/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ar/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ar/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ast/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ast/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/az/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/az/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/az/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/az/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/az/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/az/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/be/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/be/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bg/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bg/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bg/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bg/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bg/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bg/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bn/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bn/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bn/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bn/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/br/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/br/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bs/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bs/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bs/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/bs/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ca/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ca/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ca/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ca/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ca/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ca/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/cs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/cs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/cs/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/cs/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/cs/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/cs/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/cy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/cy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/cy/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/cy/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/cy/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/cy/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/da/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/da/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/da/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/da/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/da/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/da/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/de/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/de/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/de/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/de/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/de/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/de/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/de_CH/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/de_CH/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/de_CH/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/de_CH/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/el/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/el/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/el/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/el/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/el/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/el/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en_AU/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en_AU/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en_AU/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en_AU/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en_GB/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en_GB/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en_GB/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/en_GB/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/eo/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/eo/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/eo/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/eo/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/eo/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/eo/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_AR/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_AR/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_AR/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_AR/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_CO/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_CO/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_CO/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_CO/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_MX/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_MX/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_MX/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_MX/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_MX/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_NI/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_NI/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_NI/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_NI/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_PR/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_PR/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_PR/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_PR/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/et/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/et/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/et/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/et/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/et/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/et/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/eu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/eu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/eu/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/eu/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/eu/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/eu/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fa/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fa/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fa/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fa/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fi/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fi/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fi/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fi/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fr/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fr/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fr/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fr/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fy/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fy/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fy/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/fy/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ga/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ga/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ga/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ga/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ga/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ga/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/gd/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/gd/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/gd/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/gd/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/gd/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/gd/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/gl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/gl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/gl/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/gl/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/gl/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/gl/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/he/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/he/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/he/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/he/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/he/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/he/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hi/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hi/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hi/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hi/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hr/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hr/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hr/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hr/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hu/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hu/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hu/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hu/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/hy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ia/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ia/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/id/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/id/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/id/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/id/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/id/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/id/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/io/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/io/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/is/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/is/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/is/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/is/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/is/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/is/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/it/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/it/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/it/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/it/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/it/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/it/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ja/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ja/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ja/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ja/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ja/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ja/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ka/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ka/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ka/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ka/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ka/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ka/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/kab/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/kab/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/kk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/kk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/km/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/km/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/km/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/km/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/km/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/km/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/kn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/kn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/kn/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/kn/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/kn/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/kn/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ko/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ko/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ko/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ko/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ko/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ko/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lt/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lt/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lt/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lt/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lv/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lv/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lv/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/lv/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mk/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mk/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mk/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mk/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ml/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ml/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ml/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ml/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ml/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ml/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mn/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mn/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mn/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mn/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/mr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/my/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/my/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nb/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nb/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nb/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nb/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ne/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ne/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nl/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nl/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nl/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nl/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nn/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nn/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nn/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/nn/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/os/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/os/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pl/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pl/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pl/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pl/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pt/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pt/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pt/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pt/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pt_BR/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pt_BR/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pt_BR/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/pt_BR/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ro/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ro/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ro/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ro/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ro/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ro/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ru/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ru/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ru/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ru/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ru/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ru/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sk/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sk/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sk/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sk/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sl/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sl/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sl/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sl/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sq/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sq/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sq/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sq/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sq/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sq/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sr/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sr/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sr/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sr/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sr_Latn/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sr_Latn/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sr_Latn/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sr_Latn/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sv/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sv/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sv/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sv/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sw/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/sw/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ta/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ta/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ta/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ta/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ta/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ta/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/te/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/te/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/te/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/te/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/te/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/te/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/th/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/th/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/th/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/th/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/th/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/th/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/tr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/tr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/tr/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/tr/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/tr/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/tr/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/tt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/tt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/udm/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/udm/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/uk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/uk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/uk/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/uk/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/uk/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/uk/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ur/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/ur/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/vi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/vi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/vi/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/vi/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/vi/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/vi/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/zh_Hans/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/zh_Hans/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/zh_Hans/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/zh_Hans/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/conf/locale/zh_Hant/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/locale/zh_Hant/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/zh_Hant/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/locale/zh_Hant/formats.py create mode 100644 myvenv/Lib/site-packages/django/conf/project_template/manage.py-tpl create mode 100644 myvenv/Lib/site-packages/django/conf/project_template/project_name/__init__.py-tpl create mode 100644 myvenv/Lib/site-packages/django/conf/project_template/project_name/settings.py-tpl create mode 100644 myvenv/Lib/site-packages/django/conf/project_template/project_name/urls.py-tpl create mode 100644 myvenv/Lib/site-packages/django/conf/project_template/project_name/wsgi.py-tpl create mode 100644 myvenv/Lib/site-packages/django/conf/urls/__init__.py create mode 100644 myvenv/Lib/site-packages/django/conf/urls/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/urls/__pycache__/i18n.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/urls/__pycache__/static.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/conf/urls/i18n.py create mode 100644 myvenv/Lib/site-packages/django/conf/urls/static.py create mode 100644 myvenv/Lib/site-packages/django/contrib/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/actions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/checks.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/decorators.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/exceptions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/filters.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/forms.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/helpers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/options.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/sites.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/tests.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/__pycache__/widgets.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/actions.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/checks.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/decorators.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/exceptions.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/filters.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/forms.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/helpers.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/migrations/0001_initial.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/migrations/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/migrations/__pycache__/0001_initial.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/migrations/__pycache__/0002_logentry_remove_auto_add.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/migrations/__pycache__/0003_logentry_add_action_flag_choices.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/migrations/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/models.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/options.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/sites.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/autocomplete.css create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/base.css create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/changelists.css create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/dashboard.css create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/fonts.css create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/forms.css create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/login.css create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/responsive.css create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/rtl.css create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/css/widgets.css create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/fonts/README.txt create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/LICENSE create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/README.txt create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/icon-no.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/search.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/SelectBox.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/actions.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/actions.min.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/autocomplete.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/calendar.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/cancel.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/change_form.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/collapse.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/collapse.min.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/core.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/inlines.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/inlines.min.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/jquery.init.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/popup_response.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/prepopulate.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/prepopulate.min.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/timeparse.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/urlify.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/404.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/500.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/actions.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/app_index.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/auth/user/add_form.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/auth/user/change_password.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/base.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/base_site.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/change_form.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/change_form_object_tools.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/change_list.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/change_list_object_tools.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/change_list_results.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/date_hierarchy.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/delete_confirmation.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/delete_selected_confirmation.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/edit_inline/stacked.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/filter.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/includes/object_delete_summary.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/index.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/invalid_setup.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/login.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/object_history.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/pagination.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/popup_response.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/search_form.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/submit_line.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/widgets/clearable_file_input.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/widgets/radio.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/widgets/split_datetime.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/admin/widgets/url.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/registration/logged_out.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/registration/password_change_done.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/registration/password_change_form.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/registration/password_reset_complete.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/registration/password_reset_confirm.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/registration/password_reset_done.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/registration/password_reset_email.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templates/registration/password_reset_form.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/__pycache__/admin_list.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/__pycache__/admin_modify.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/__pycache__/admin_static.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/__pycache__/admin_urls.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/__pycache__/log.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/admin_list.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/admin_modify.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/admin_static.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/admin_urls.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/base.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/templatetags/log.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/tests.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/utils.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/views/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/views/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/views/__pycache__/autocomplete.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/views/__pycache__/decorators.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/views/__pycache__/main.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/views/autocomplete.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/views/decorators.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/views/main.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admin/widgets.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/__pycache__/middleware.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/__pycache__/urls.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/__pycache__/views.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/middleware.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/templates/admin_doc/bookmarklets.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/templates/admin_doc/index.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/templates/admin_doc/missing_docutils.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/templates/admin_doc/model_detail.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/templates/admin_doc/model_index.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/templates/admin_doc/template_detail.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/templates/admin_doc/template_filter_index.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/templates/admin_doc/template_tag_index.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/templates/admin_doc/view_detail.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/templates/admin_doc/view_index.html create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/urls.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/utils.py create mode 100644 myvenv/Lib/site-packages/django/contrib/admindocs/views.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/admin.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/backends.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/base_user.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/checks.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/context_processors.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/decorators.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/forms.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/hashers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/middleware.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/mixins.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/password_validation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/signals.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/tokens.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/urls.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/validators.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/__pycache__/views.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/admin.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/backends.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/base_user.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/checks.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/common-passwords.txt.gz create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/context_processors.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/decorators.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/forms.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/handlers/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/handlers/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/handlers/__pycache__/modwsgi.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/handlers/modwsgi.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/hashers.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/az/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/az/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/de/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/de/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/is/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/is/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/my/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/my/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/management/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/management/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/management/commands/__pycache__/changepassword.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/management/commands/__pycache__/createsuperuser.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/management/commands/changepassword.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/management/commands/createsuperuser.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/middleware.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/0001_initial.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/0008_alter_user_username_max_length.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/0010_alter_group_name_max_length.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/0011_update_proxy_permissions.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/__pycache__/0001_initial.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/__pycache__/0002_alter_permission_name_max_length.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/__pycache__/0003_alter_user_email_max_length.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/__pycache__/0004_alter_user_username_opts.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/__pycache__/0005_alter_user_last_login_null.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/__pycache__/0006_require_contenttypes_0002.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/__pycache__/0007_alter_validators_add_error_messages.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/__pycache__/0008_alter_user_username_max_length.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/__pycache__/0009_alter_user_last_name_max_length.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/__pycache__/0010_alter_group_name_max_length.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/__pycache__/0011_update_proxy_permissions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/migrations/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/mixins.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/models.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/password_validation.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/signals.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/templates/auth/widgets/read_only_password_hash.html create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/templates/registration/password_reset_subject.txt create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/tokens.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/urls.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/validators.py create mode 100644 myvenv/Lib/site-packages/django/contrib/auth/views.py create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/__pycache__/admin.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/__pycache__/checks.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/__pycache__/fields.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/__pycache__/forms.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/__pycache__/views.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/admin.py create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/checks.py create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/fields.py create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/forms.py create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/management/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/management/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/management/commands/__pycache__/remove_stale_contenttypes.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/migrations/0001_initial.py create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/migrations/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/migrations/__pycache__/0001_initial.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/migrations/__pycache__/0002_remove_content_type_name.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/migrations/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/models.py create mode 100644 myvenv/Lib/site-packages/django/contrib/contenttypes/views.py create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/__pycache__/admin.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/__pycache__/forms.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/__pycache__/middleware.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/__pycache__/sitemaps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/__pycache__/urls.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/__pycache__/views.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/admin.py create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/forms.py create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/hy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/hy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/middleware.py create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/migrations/0001_initial.py create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/migrations/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/migrations/__pycache__/0001_initial.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/migrations/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/models.py create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/sitemaps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/templatetags/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/templatetags/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/templatetags/__pycache__/flatpages.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/templatetags/flatpages.py create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/urls.py create mode 100644 myvenv/Lib/site-packages/django/contrib/flatpages/views.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/__pycache__/feeds.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/__pycache__/geometry.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/__pycache__/measure.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/__pycache__/ptr.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/__pycache__/shortcuts.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/__pycache__/views.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/admin/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/admin/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/admin/__pycache__/options.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/admin/__pycache__/widgets.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/admin/options.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/admin/widgets.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/base/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/base/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/base/__pycache__/adapter.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/base/__pycache__/features.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/base/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/base/__pycache__/operations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/base/adapter.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/base/features.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/base/models.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/base/operations.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/mysql/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/features.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/introspection.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/operations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/schema.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/mysql/base.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/mysql/features.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/mysql/introspection.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/mysql/operations.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/mysql/schema.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/adapter.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/features.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/introspection.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/operations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/schema.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/adapter.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/base.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/features.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/introspection.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/models.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/operations.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/oracle/schema.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/adapter.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/const.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/features.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/introspection.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/operations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/pgraster.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/schema.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/adapter.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/base.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/const.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/features.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/introspection.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/models.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/operations.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/pgraster.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/postgis/schema.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/adapter.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/client.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/features.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/introspection.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/operations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/schema.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/adapter.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/base.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/client.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/features.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/introspection.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/models.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/operations.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/spatialite/schema.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/backends/utils.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/__pycache__/aggregates.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/__pycache__/fields.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/__pycache__/functions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/__pycache__/lookups.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/__pycache__/proxy.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/aggregates.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/fields.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/functions.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/lookups.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/proxy.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/sql/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/sql/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/sql/__pycache__/conversion.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/db/models/sql/conversion.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/feeds.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/forms/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/forms/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/forms/__pycache__/fields.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/forms/__pycache__/widgets.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/forms/fields.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/forms/widgets.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/LICENSE create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__pycache__/datasource.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__pycache__/driver.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__pycache__/envelope.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__pycache__/error.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__pycache__/feature.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__pycache__/field.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__pycache__/geometries.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__pycache__/geomtype.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__pycache__/layer.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__pycache__/libgdal.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/__pycache__/srs.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/base.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/datasource.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/driver.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/envelope.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/error.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/feature.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/field.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/geometries.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/geomtype.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/layer.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/libgdal.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/ds.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/errcheck.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/generation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/geom.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/raster.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/srs.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/ds.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/errcheck.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/generation.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/geom.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/raster.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/prototypes/srs.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/raster/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/raster/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/raster/__pycache__/band.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/raster/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/raster/__pycache__/const.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/raster/__pycache__/source.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/raster/band.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/raster/base.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/raster/const.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/raster/source.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/gdal/srs.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geoip2/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geoip2/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geoip2/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geoip2/__pycache__/resources.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geoip2/base.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geoip2/resources.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geometry.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/LICENSE create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/collections.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/coordseq.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/error.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/factory.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/geometry.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/io.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/libgeos.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/linestring.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/mutable_list.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/point.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/polygon.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/__pycache__/prepared.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/base.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/collections.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/coordseq.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/error.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/factory.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/geometry.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/io.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/libgeos.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/linestring.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/mutable_list.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/point.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/polygon.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prepared.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/__pycache__/coordseq.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/__pycache__/errcheck.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/__pycache__/geom.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/__pycache__/io.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/__pycache__/misc.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/__pycache__/predicates.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/__pycache__/prepared.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/__pycache__/threadsafe.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/__pycache__/topology.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/coordseq.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/errcheck.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/geom.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/io.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/misc.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/predicates.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/prepared.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/threadsafe.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/geos/prototypes/topology.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/af/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/af/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/az/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/az/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/be/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/be/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/br/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/br/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/da/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/da/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/de/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/de/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/el/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/el/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/en/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/en/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/es/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/es/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/et/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/et/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/he/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/he/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/hy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/hy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/id/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/id/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/io/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/io/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/is/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/is/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/it/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/it/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/km/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/km/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/my/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/my/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/os/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/os/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/te/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/te/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/th/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/th/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/management/commands/__pycache__/inspectdb.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/management/commands/__pycache__/ogrinspect.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/management/commands/inspectdb.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/management/commands/ogrinspect.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/measure.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/ptr.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/serializers/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/serializers/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/serializers/__pycache__/geojson.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/serializers/geojson.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/shortcuts.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/sitemaps/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/sitemaps/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/sitemaps/__pycache__/kml.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/sitemaps/__pycache__/views.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/sitemaps/kml.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/sitemaps/views.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/static/gis/css/ol3.css create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/static/gis/img/draw_line_off.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/static/gis/img/draw_line_on.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/static/gis/img/draw_point_off.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/static/gis/img/draw_point_on.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/static/gis/img/draw_polygon_off.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/static/gis/img/draw_polygon_on.svg create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/static/gis/js/OLMapWidget.js create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/templates/gis/admin/openlayers.html create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/templates/gis/admin/openlayers.js create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/templates/gis/admin/osm.html create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/templates/gis/admin/osm.js create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/templates/gis/kml/base.kml create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/templates/gis/kml/placemarks.kml create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/templates/gis/openlayers-osm.html create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/templates/gis/openlayers.html create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/utils/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/utils/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/utils/__pycache__/layermapping.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/utils/__pycache__/ogrinfo.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/utils/__pycache__/ogrinspect.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/utils/__pycache__/srs.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/utils/layermapping.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/utils/ogrinfo.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/utils/ogrinspect.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/utils/srs.py create mode 100644 myvenv/Lib/site-packages/django/contrib/gis/views.py create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ms/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ms/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/templatetags/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/templatetags/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/templatetags/__pycache__/humanize.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/humanize/templatetags/humanize.py create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/__pycache__/api.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/__pycache__/constants.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/__pycache__/context_processors.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/__pycache__/middleware.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/__pycache__/views.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/api.py create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/constants.py create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/context_processors.py create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/middleware.py create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/storage/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/storage/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/storage/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/storage/__pycache__/cookie.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/storage/__pycache__/fallback.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/storage/__pycache__/session.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/storage/base.py create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/storage/cookie.py create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/storage/fallback.py create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/storage/session.py create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/utils.py create mode 100644 myvenv/Lib/site-packages/django/contrib/messages/views.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/__pycache__/functions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/__pycache__/indexes.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/__pycache__/lookups.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/__pycache__/operations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/__pycache__/search.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/__pycache__/serializers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/__pycache__/signals.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/__pycache__/validators.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/aggregates/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/aggregates/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/aggregates/__pycache__/general.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/aggregates/__pycache__/mixins.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/aggregates/__pycache__/statistics.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/aggregates/general.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/aggregates/mixins.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/aggregates/statistics.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/__pycache__/array.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/__pycache__/citext.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/__pycache__/hstore.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/__pycache__/jsonb.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/__pycache__/mixins.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/__pycache__/ranges.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/array.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/citext.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/hstore.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/jsonb.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/mixins.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/ranges.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/fields/utils.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/forms/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/forms/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/forms/__pycache__/array.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/forms/__pycache__/hstore.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/forms/__pycache__/jsonb.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/forms/__pycache__/ranges.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/forms/array.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/forms/hstore.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/forms/jsonb.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/forms/ranges.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/functions.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/indexes.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/jinja2/postgres/widgets/split_array.html create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/af/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/af/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/az/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/az/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/eu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/eu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/gl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/hr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/hy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/hy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ia/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ia/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/is/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/is/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/kk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/kk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/lv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/lv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/sk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/sk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/sr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/sr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/lookups.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/operations.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/search.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/serializers.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/signals.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/templates/postgres/widgets/split_array.html create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/utils.py create mode 100644 myvenv/Lib/site-packages/django/contrib/postgres/validators.py create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/__pycache__/admin.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/__pycache__/middleware.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/admin.py create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/hy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/hy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/kab/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/kab/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/uz/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/uz/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/middleware.py create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/migrations/0001_initial.py create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/migrations/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/migrations/__pycache__/0001_initial.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/migrations/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/redirects/models.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/__pycache__/base_session.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/__pycache__/exceptions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/__pycache__/middleware.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/__pycache__/serializers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/__pycache__/cache.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/__pycache__/cached_db.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/__pycache__/db.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/__pycache__/file.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/__pycache__/signed_cookies.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/base.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/cache.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/cached_db.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/db.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/file.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/backends/signed_cookies.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/base_session.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/exceptions.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/hy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/hy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/kab/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/kab/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/uz/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/uz/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/management/commands/__pycache__/clearsessions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/management/commands/clearsessions.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/middleware.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/migrations/0001_initial.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/migrations/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/migrations/__pycache__/0001_initial.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/migrations/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/models.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sessions/serializers.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sitemaps/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sitemaps/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sitemaps/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sitemaps/__pycache__/views.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sitemaps/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sitemaps/management/commands/__pycache__/ping_google.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sitemaps/management/commands/ping_google.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sitemaps/templates/sitemap.xml create mode 100644 myvenv/Lib/site-packages/django/contrib/sitemaps/templates/sitemap_index.xml create mode 100644 myvenv/Lib/site-packages/django/contrib/sitemaps/views.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/__pycache__/admin.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/__pycache__/management.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/__pycache__/managers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/__pycache__/middleware.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/__pycache__/requests.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/__pycache__/shortcuts.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/admin.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/af/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/af/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/az/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/az/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/be/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/be/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/br/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/br/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/da/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/da/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/de/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/de/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/el/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/el/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/en/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/en/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/es/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/es/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/et/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/et/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/he/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/he/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/id/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/id/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/io/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/io/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/is/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/is/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/it/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/it/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/kab/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/kab/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/km/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/km/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/my/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/my/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/os/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/os/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/te/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/te/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/th/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/th/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/uz/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/uz/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/management.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/managers.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/middleware.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/migrations/0001_initial.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/migrations/0002_alter_domain_unique.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/migrations/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/migrations/__pycache__/0001_initial.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/migrations/__pycache__/0002_alter_domain_unique.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/migrations/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/models.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/requests.py create mode 100644 myvenv/Lib/site-packages/django/contrib/sites/shortcuts.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/__pycache__/checks.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/__pycache__/finders.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/__pycache__/handlers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/__pycache__/storage.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/__pycache__/testing.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/__pycache__/urls.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/__pycache__/views.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/checks.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/finders.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/handlers.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/management/commands/__pycache__/collectstatic.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/management/commands/__pycache__/findstatic.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/management/commands/__pycache__/runserver.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/management/commands/findstatic.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/management/commands/runserver.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/storage.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/templatetags/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/templatetags/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/templatetags/__pycache__/staticfiles.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/templatetags/staticfiles.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/testing.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/urls.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/utils.py create mode 100644 myvenv/Lib/site-packages/django/contrib/staticfiles/views.py create mode 100644 myvenv/Lib/site-packages/django/contrib/syndication/__init__.py create mode 100644 myvenv/Lib/site-packages/django/contrib/syndication/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/syndication/__pycache__/apps.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/syndication/__pycache__/views.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/contrib/syndication/apps.py create mode 100644 myvenv/Lib/site-packages/django/contrib/syndication/views.py create mode 100644 myvenv/Lib/site-packages/django/core/__init__.py create mode 100644 myvenv/Lib/site-packages/django/core/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/__pycache__/exceptions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/__pycache__/paginator.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/__pycache__/signals.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/__pycache__/signing.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/__pycache__/validators.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/__pycache__/wsgi.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/cache/__init__.py create mode 100644 myvenv/Lib/site-packages/django/core/cache/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/cache/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/__init__.py create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/__pycache__/db.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/__pycache__/dummy.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/__pycache__/filebased.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/__pycache__/locmem.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/__pycache__/memcached.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/base.py create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/db.py create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/dummy.py create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/filebased.py create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/locmem.py create mode 100644 myvenv/Lib/site-packages/django/core/cache/backends/memcached.py create mode 100644 myvenv/Lib/site-packages/django/core/cache/utils.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/__init__.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/__pycache__/caches.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/__pycache__/database.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/__pycache__/messages.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/__pycache__/model_checks.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/__pycache__/registry.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/__pycache__/templates.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/__pycache__/translation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/__pycache__/urls.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/caches.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/compatibility/__init__.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/compatibility/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/database.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/messages.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/model_checks.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/registry.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/security/__init__.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/security/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/security/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/security/__pycache__/csrf.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/security/__pycache__/sessions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/checks/security/base.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/security/csrf.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/security/sessions.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/templates.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/translation.py create mode 100644 myvenv/Lib/site-packages/django/core/checks/urls.py create mode 100644 myvenv/Lib/site-packages/django/core/exceptions.py create mode 100644 myvenv/Lib/site-packages/django/core/files/__init__.py create mode 100644 myvenv/Lib/site-packages/django/core/files/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/files/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/files/__pycache__/images.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/files/__pycache__/locks.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/files/__pycache__/move.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/files/__pycache__/storage.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/files/__pycache__/temp.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/files/__pycache__/uploadedfile.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/files/__pycache__/uploadhandler.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/files/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/files/base.py create mode 100644 myvenv/Lib/site-packages/django/core/files/images.py create mode 100644 myvenv/Lib/site-packages/django/core/files/locks.py create mode 100644 myvenv/Lib/site-packages/django/core/files/move.py create mode 100644 myvenv/Lib/site-packages/django/core/files/storage.py create mode 100644 myvenv/Lib/site-packages/django/core/files/temp.py create mode 100644 myvenv/Lib/site-packages/django/core/files/uploadedfile.py create mode 100644 myvenv/Lib/site-packages/django/core/files/uploadhandler.py create mode 100644 myvenv/Lib/site-packages/django/core/files/utils.py create mode 100644 myvenv/Lib/site-packages/django/core/handlers/__init__.py create mode 100644 myvenv/Lib/site-packages/django/core/handlers/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/handlers/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/handlers/__pycache__/exception.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/handlers/__pycache__/wsgi.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/handlers/base.py create mode 100644 myvenv/Lib/site-packages/django/core/handlers/exception.py create mode 100644 myvenv/Lib/site-packages/django/core/handlers/wsgi.py create mode 100644 myvenv/Lib/site-packages/django/core/mail/__init__.py create mode 100644 myvenv/Lib/site-packages/django/core/mail/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/mail/__pycache__/message.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/mail/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/__init__.py create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/__pycache__/console.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/__pycache__/dummy.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/__pycache__/filebased.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/__pycache__/locmem.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/__pycache__/smtp.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/base.py create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/console.py create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/dummy.py create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/filebased.py create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/locmem.py create mode 100644 myvenv/Lib/site-packages/django/core/mail/backends/smtp.py create mode 100644 myvenv/Lib/site-packages/django/core/mail/message.py create mode 100644 myvenv/Lib/site-packages/django/core/mail/utils.py create mode 100644 myvenv/Lib/site-packages/django/core/management/__init__.py create mode 100644 myvenv/Lib/site-packages/django/core/management/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/__pycache__/color.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/__pycache__/sql.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/__pycache__/templates.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/base.py create mode 100644 myvenv/Lib/site-packages/django/core/management/color.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/check.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/compilemessages.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/createcachetable.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/dbshell.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/diffsettings.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/dumpdata.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/flush.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/inspectdb.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/loaddata.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/makemessages.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/makemigrations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/migrate.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/runserver.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/sendtestemail.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/shell.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/showmigrations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/sqlflush.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/sqlmigrate.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/sqlsequencereset.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/squashmigrations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/startapp.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/startproject.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/test.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/__pycache__/testserver.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/check.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/compilemessages.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/createcachetable.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/dbshell.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/diffsettings.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/dumpdata.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/flush.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/inspectdb.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/loaddata.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/makemessages.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/makemigrations.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/migrate.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/runserver.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/sendtestemail.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/shell.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/showmigrations.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/sqlflush.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/sqlmigrate.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/sqlsequencereset.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/squashmigrations.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/startapp.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/startproject.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/test.py create mode 100644 myvenv/Lib/site-packages/django/core/management/commands/testserver.py create mode 100644 myvenv/Lib/site-packages/django/core/management/sql.py create mode 100644 myvenv/Lib/site-packages/django/core/management/templates.py create mode 100644 myvenv/Lib/site-packages/django/core/management/utils.py create mode 100644 myvenv/Lib/site-packages/django/core/paginator.py create mode 100644 myvenv/Lib/site-packages/django/core/serializers/__init__.py create mode 100644 myvenv/Lib/site-packages/django/core/serializers/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/serializers/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/serializers/__pycache__/json.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/serializers/__pycache__/python.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/serializers/__pycache__/pyyaml.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/serializers/__pycache__/xml_serializer.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/serializers/base.py create mode 100644 myvenv/Lib/site-packages/django/core/serializers/json.py create mode 100644 myvenv/Lib/site-packages/django/core/serializers/python.py create mode 100644 myvenv/Lib/site-packages/django/core/serializers/pyyaml.py create mode 100644 myvenv/Lib/site-packages/django/core/serializers/xml_serializer.py create mode 100644 myvenv/Lib/site-packages/django/core/servers/__init__.py create mode 100644 myvenv/Lib/site-packages/django/core/servers/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/servers/__pycache__/basehttp.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/core/servers/basehttp.py create mode 100644 myvenv/Lib/site-packages/django/core/signals.py create mode 100644 myvenv/Lib/site-packages/django/core/signing.py create mode 100644 myvenv/Lib/site-packages/django/core/validators.py create mode 100644 myvenv/Lib/site-packages/django/core/wsgi.py create mode 100644 myvenv/Lib/site-packages/django/db/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/__pycache__/transaction.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/__pycache__/ddl_references.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/__pycache__/signals.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/__pycache__/client.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/__pycache__/creation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/__pycache__/features.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/__pycache__/introspection.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/__pycache__/operations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/__pycache__/schema.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/__pycache__/validation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/base.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/client.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/creation.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/features.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/introspection.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/operations.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/schema.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/base/validation.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/ddl_references.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/dummy/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/dummy/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/dummy/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/dummy/__pycache__/features.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/dummy/base.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/dummy/features.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/__pycache__/client.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/__pycache__/compiler.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/__pycache__/creation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/__pycache__/features.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/__pycache__/introspection.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/__pycache__/operations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/__pycache__/schema.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/__pycache__/validation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/base.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/client.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/compiler.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/creation.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/features.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/introspection.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/operations.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/schema.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/mysql/validation.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/__pycache__/client.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/__pycache__/compiler.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/__pycache__/creation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/__pycache__/features.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/__pycache__/functions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/__pycache__/introspection.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/__pycache__/operations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/__pycache__/schema.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/__pycache__/validation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/base.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/client.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/compiler.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/creation.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/features.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/functions.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/introspection.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/operations.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/schema.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/utils.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/oracle/validation.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/__pycache__/client.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/__pycache__/creation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/__pycache__/features.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/__pycache__/introspection.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/__pycache__/operations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/__pycache__/schema.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/base.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/client.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/creation.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/features.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/introspection.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/operations.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/schema.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql/utils.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/__pycache__/client.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/__pycache__/creation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/__pycache__/features.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/__pycache__/introspection.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/__pycache__/operations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/__pycache__/schema.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/base.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/client.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/creation.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/features.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/introspection.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/operations.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/schema.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/postgresql_psycopg2/utils.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/signals.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/__pycache__/client.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/__pycache__/creation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/__pycache__/features.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/__pycache__/introspection.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/__pycache__/operations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/__pycache__/schema.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/base.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/client.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/creation.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/features.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/introspection.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/operations.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/sqlite3/schema.py create mode 100644 myvenv/Lib/site-packages/django/db/backends/utils.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/autodetector.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/exceptions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/executor.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/graph.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/loader.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/migration.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/optimizer.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/questioner.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/recorder.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/serializer.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/state.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/__pycache__/writer.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/autodetector.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/exceptions.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/executor.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/graph.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/loader.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/migration.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/operations/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/operations/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/operations/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/operations/__pycache__/fields.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/operations/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/operations/__pycache__/special.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/operations/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/migrations/operations/base.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/operations/fields.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/operations/models.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/operations/special.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/operations/utils.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/optimizer.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/questioner.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/recorder.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/serializer.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/state.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/utils.py create mode 100644 myvenv/Lib/site-packages/django/db/migrations/writer.py create mode 100644 myvenv/Lib/site-packages/django/db/models/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/aggregates.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/constants.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/constraints.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/deletion.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/expressions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/indexes.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/lookups.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/manager.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/options.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/query.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/query_utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/signals.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/aggregates.py create mode 100644 myvenv/Lib/site-packages/django/db/models/base.py create mode 100644 myvenv/Lib/site-packages/django/db/models/constants.py create mode 100644 myvenv/Lib/site-packages/django/db/models/constraints.py create mode 100644 myvenv/Lib/site-packages/django/db/models/deletion.py create mode 100644 myvenv/Lib/site-packages/django/db/models/expressions.py create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/__pycache__/files.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/__pycache__/mixins.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/__pycache__/proxy.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/__pycache__/related.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/__pycache__/related_descriptors.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/__pycache__/related_lookups.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/__pycache__/reverse_related.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/files.py create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/mixins.py create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/proxy.py create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/related.py create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/related_descriptors.py create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/related_lookups.py create mode 100644 myvenv/Lib/site-packages/django/db/models/fields/reverse_related.py create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/__pycache__/comparison.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/__pycache__/datetime.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/__pycache__/math.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/__pycache__/mixins.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/__pycache__/text.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/__pycache__/window.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/comparison.py create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/datetime.py create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/math.py create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/mixins.py create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/text.py create mode 100644 myvenv/Lib/site-packages/django/db/models/functions/window.py create mode 100644 myvenv/Lib/site-packages/django/db/models/indexes.py create mode 100644 myvenv/Lib/site-packages/django/db/models/lookups.py create mode 100644 myvenv/Lib/site-packages/django/db/models/manager.py create mode 100644 myvenv/Lib/site-packages/django/db/models/options.py create mode 100644 myvenv/Lib/site-packages/django/db/models/query.py create mode 100644 myvenv/Lib/site-packages/django/db/models/query_utils.py create mode 100644 myvenv/Lib/site-packages/django/db/models/signals.py create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/__init__.py create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/__pycache__/compiler.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/__pycache__/constants.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/__pycache__/datastructures.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/__pycache__/query.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/__pycache__/subqueries.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/__pycache__/where.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/compiler.py create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/constants.py create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/datastructures.py create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/query.py create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/subqueries.py create mode 100644 myvenv/Lib/site-packages/django/db/models/sql/where.py create mode 100644 myvenv/Lib/site-packages/django/db/models/utils.py create mode 100644 myvenv/Lib/site-packages/django/db/transaction.py create mode 100644 myvenv/Lib/site-packages/django/db/utils.py create mode 100644 myvenv/Lib/site-packages/django/dispatch/__init__.py create mode 100644 myvenv/Lib/site-packages/django/dispatch/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/dispatch/__pycache__/dispatcher.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/dispatch/dispatcher.py create mode 100644 myvenv/Lib/site-packages/django/dispatch/license.txt create mode 100644 myvenv/Lib/site-packages/django/forms/__init__.py create mode 100644 myvenv/Lib/site-packages/django/forms/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/forms/__pycache__/boundfield.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/forms/__pycache__/fields.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/forms/__pycache__/forms.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/forms/__pycache__/formsets.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/forms/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/forms/__pycache__/renderers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/forms/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/forms/__pycache__/widgets.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/forms/boundfield.py create mode 100644 myvenv/Lib/site-packages/django/forms/fields.py create mode 100644 myvenv/Lib/site-packages/django/forms/forms.py create mode 100644 myvenv/Lib/site-packages/django/forms/formsets.py create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/attrs.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/checkbox.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/checkbox_option.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/checkbox_select.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/clearable_file_input.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/date.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/datetime.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/email.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/file.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/hidden.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/input.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/input_option.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/multiple_hidden.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/multiple_input.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/multiwidget.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/number.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/password.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/radio.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/radio_option.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/select.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/select_date.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/select_option.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/splitdatetime.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/splithiddendatetime.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/text.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/textarea.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/time.html create mode 100644 myvenv/Lib/site-packages/django/forms/jinja2/django/forms/widgets/url.html create mode 100644 myvenv/Lib/site-packages/django/forms/models.py create mode 100644 myvenv/Lib/site-packages/django/forms/renderers.py create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/attrs.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/checkbox.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/checkbox_option.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/checkbox_select.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/clearable_file_input.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/date.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/datetime.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/email.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/file.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/hidden.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/input.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/input_option.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/multiple_hidden.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/multiple_input.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/multiwidget.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/number.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/password.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/radio.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/radio_option.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/select.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/select_date.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/select_option.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/splitdatetime.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/splithiddendatetime.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/text.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/textarea.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/time.html create mode 100644 myvenv/Lib/site-packages/django/forms/templates/django/forms/widgets/url.html create mode 100644 myvenv/Lib/site-packages/django/forms/utils.py create mode 100644 myvenv/Lib/site-packages/django/forms/widgets.py create mode 100644 myvenv/Lib/site-packages/django/http/__init__.py create mode 100644 myvenv/Lib/site-packages/django/http/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/http/__pycache__/cookie.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/http/__pycache__/multipartparser.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/http/__pycache__/request.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/http/__pycache__/response.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/http/cookie.py create mode 100644 myvenv/Lib/site-packages/django/http/multipartparser.py create mode 100644 myvenv/Lib/site-packages/django/http/request.py create mode 100644 myvenv/Lib/site-packages/django/http/response.py create mode 100644 myvenv/Lib/site-packages/django/middleware/__init__.py create mode 100644 myvenv/Lib/site-packages/django/middleware/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/middleware/__pycache__/cache.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/middleware/__pycache__/clickjacking.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/middleware/__pycache__/common.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/middleware/__pycache__/csrf.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/middleware/__pycache__/gzip.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/middleware/__pycache__/http.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/middleware/__pycache__/locale.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/middleware/__pycache__/security.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/middleware/cache.py create mode 100644 myvenv/Lib/site-packages/django/middleware/clickjacking.py create mode 100644 myvenv/Lib/site-packages/django/middleware/common.py create mode 100644 myvenv/Lib/site-packages/django/middleware/csrf.py create mode 100644 myvenv/Lib/site-packages/django/middleware/gzip.py create mode 100644 myvenv/Lib/site-packages/django/middleware/http.py create mode 100644 myvenv/Lib/site-packages/django/middleware/locale.py create mode 100644 myvenv/Lib/site-packages/django/middleware/security.py create mode 100644 myvenv/Lib/site-packages/django/shortcuts.py create mode 100644 myvenv/Lib/site-packages/django/template/__init__.py create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/context.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/context_processors.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/defaultfilters.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/defaulttags.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/engine.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/exceptions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/library.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/loader.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/loader_tags.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/response.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/smartif.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/backends/__init__.py create mode 100644 myvenv/Lib/site-packages/django/template/backends/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/backends/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/backends/__pycache__/django.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/backends/__pycache__/dummy.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/backends/__pycache__/jinja2.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/backends/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/backends/base.py create mode 100644 myvenv/Lib/site-packages/django/template/backends/django.py create mode 100644 myvenv/Lib/site-packages/django/template/backends/dummy.py create mode 100644 myvenv/Lib/site-packages/django/template/backends/jinja2.py create mode 100644 myvenv/Lib/site-packages/django/template/backends/utils.py create mode 100644 myvenv/Lib/site-packages/django/template/base.py create mode 100644 myvenv/Lib/site-packages/django/template/context.py create mode 100644 myvenv/Lib/site-packages/django/template/context_processors.py create mode 100644 myvenv/Lib/site-packages/django/template/defaultfilters.py create mode 100644 myvenv/Lib/site-packages/django/template/defaulttags.py create mode 100644 myvenv/Lib/site-packages/django/template/engine.py create mode 100644 myvenv/Lib/site-packages/django/template/exceptions.py create mode 100644 myvenv/Lib/site-packages/django/template/library.py create mode 100644 myvenv/Lib/site-packages/django/template/loader.py create mode 100644 myvenv/Lib/site-packages/django/template/loader_tags.py create mode 100644 myvenv/Lib/site-packages/django/template/loaders/__init__.py create mode 100644 myvenv/Lib/site-packages/django/template/loaders/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/loaders/__pycache__/app_directories.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/loaders/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/loaders/__pycache__/cached.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/loaders/__pycache__/filesystem.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/loaders/__pycache__/locmem.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/template/loaders/app_directories.py create mode 100644 myvenv/Lib/site-packages/django/template/loaders/base.py create mode 100644 myvenv/Lib/site-packages/django/template/loaders/cached.py create mode 100644 myvenv/Lib/site-packages/django/template/loaders/filesystem.py create mode 100644 myvenv/Lib/site-packages/django/template/loaders/locmem.py create mode 100644 myvenv/Lib/site-packages/django/template/response.py create mode 100644 myvenv/Lib/site-packages/django/template/smartif.py create mode 100644 myvenv/Lib/site-packages/django/template/utils.py create mode 100644 myvenv/Lib/site-packages/django/templatetags/__init__.py create mode 100644 myvenv/Lib/site-packages/django/templatetags/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/templatetags/__pycache__/cache.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/templatetags/__pycache__/i18n.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/templatetags/__pycache__/l10n.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/templatetags/__pycache__/static.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/templatetags/__pycache__/tz.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/templatetags/cache.py create mode 100644 myvenv/Lib/site-packages/django/templatetags/i18n.py create mode 100644 myvenv/Lib/site-packages/django/templatetags/l10n.py create mode 100644 myvenv/Lib/site-packages/django/templatetags/static.py create mode 100644 myvenv/Lib/site-packages/django/templatetags/tz.py create mode 100644 myvenv/Lib/site-packages/django/test/__init__.py create mode 100644 myvenv/Lib/site-packages/django/test/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/test/__pycache__/client.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/test/__pycache__/html.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/test/__pycache__/runner.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/test/__pycache__/selenium.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/test/__pycache__/signals.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/test/__pycache__/testcases.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/test/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/test/client.py create mode 100644 myvenv/Lib/site-packages/django/test/html.py create mode 100644 myvenv/Lib/site-packages/django/test/runner.py create mode 100644 myvenv/Lib/site-packages/django/test/selenium.py create mode 100644 myvenv/Lib/site-packages/django/test/signals.py create mode 100644 myvenv/Lib/site-packages/django/test/testcases.py create mode 100644 myvenv/Lib/site-packages/django/test/utils.py create mode 100644 myvenv/Lib/site-packages/django/urls/__init__.py create mode 100644 myvenv/Lib/site-packages/django/urls/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/urls/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/urls/__pycache__/conf.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/urls/__pycache__/converters.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/urls/__pycache__/exceptions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/urls/__pycache__/resolvers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/urls/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/urls/base.py create mode 100644 myvenv/Lib/site-packages/django/urls/conf.py create mode 100644 myvenv/Lib/site-packages/django/urls/converters.py create mode 100644 myvenv/Lib/site-packages/django/urls/exceptions.py create mode 100644 myvenv/Lib/site-packages/django/urls/resolvers.py create mode 100644 myvenv/Lib/site-packages/django/urls/utils.py create mode 100644 myvenv/Lib/site-packages/django/utils/__init__.py create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/_os.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/archive.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/autoreload.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/baseconv.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/cache.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/crypto.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/datastructures.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/dateformat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/dateparse.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/dates.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/datetime_safe.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/deconstruct.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/decorators.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/deprecation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/duration.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/encoding.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/feedgenerator.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/formats.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/functional.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/hashable.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/html.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/http.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/inspect.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/ipv6.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/itercompat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/jslex.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/log.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/lorem_ipsum.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/lru_cache.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/module_loading.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/numberformat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/regex_helper.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/safestring.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/six.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/termcolors.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/text.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/timesince.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/timezone.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/topological_sort.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/tree.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/version.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/__pycache__/xmlutils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/_os.py create mode 100644 myvenv/Lib/site-packages/django/utils/archive.py create mode 100644 myvenv/Lib/site-packages/django/utils/autoreload.py create mode 100644 myvenv/Lib/site-packages/django/utils/baseconv.py create mode 100644 myvenv/Lib/site-packages/django/utils/cache.py create mode 100644 myvenv/Lib/site-packages/django/utils/crypto.py create mode 100644 myvenv/Lib/site-packages/django/utils/datastructures.py create mode 100644 myvenv/Lib/site-packages/django/utils/dateformat.py create mode 100644 myvenv/Lib/site-packages/django/utils/dateparse.py create mode 100644 myvenv/Lib/site-packages/django/utils/dates.py create mode 100644 myvenv/Lib/site-packages/django/utils/datetime_safe.py create mode 100644 myvenv/Lib/site-packages/django/utils/deconstruct.py create mode 100644 myvenv/Lib/site-packages/django/utils/decorators.py create mode 100644 myvenv/Lib/site-packages/django/utils/deprecation.py create mode 100644 myvenv/Lib/site-packages/django/utils/duration.py create mode 100644 myvenv/Lib/site-packages/django/utils/encoding.py create mode 100644 myvenv/Lib/site-packages/django/utils/feedgenerator.py create mode 100644 myvenv/Lib/site-packages/django/utils/formats.py create mode 100644 myvenv/Lib/site-packages/django/utils/functional.py create mode 100644 myvenv/Lib/site-packages/django/utils/hashable.py create mode 100644 myvenv/Lib/site-packages/django/utils/html.py create mode 100644 myvenv/Lib/site-packages/django/utils/http.py create mode 100644 myvenv/Lib/site-packages/django/utils/inspect.py create mode 100644 myvenv/Lib/site-packages/django/utils/ipv6.py create mode 100644 myvenv/Lib/site-packages/django/utils/itercompat.py create mode 100644 myvenv/Lib/site-packages/django/utils/jslex.py create mode 100644 myvenv/Lib/site-packages/django/utils/log.py create mode 100644 myvenv/Lib/site-packages/django/utils/lorem_ipsum.py create mode 100644 myvenv/Lib/site-packages/django/utils/lru_cache.py create mode 100644 myvenv/Lib/site-packages/django/utils/module_loading.py create mode 100644 myvenv/Lib/site-packages/django/utils/numberformat.py create mode 100644 myvenv/Lib/site-packages/django/utils/regex_helper.py create mode 100644 myvenv/Lib/site-packages/django/utils/safestring.py create mode 100644 myvenv/Lib/site-packages/django/utils/six.py create mode 100644 myvenv/Lib/site-packages/django/utils/termcolors.py create mode 100644 myvenv/Lib/site-packages/django/utils/text.py create mode 100644 myvenv/Lib/site-packages/django/utils/timesince.py create mode 100644 myvenv/Lib/site-packages/django/utils/timezone.py create mode 100644 myvenv/Lib/site-packages/django/utils/topological_sort.py create mode 100644 myvenv/Lib/site-packages/django/utils/translation/__init__.py create mode 100644 myvenv/Lib/site-packages/django/utils/translation/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/translation/__pycache__/reloader.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/translation/__pycache__/template.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/translation/__pycache__/trans_null.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/translation/__pycache__/trans_real.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/utils/translation/reloader.py create mode 100644 myvenv/Lib/site-packages/django/utils/translation/template.py create mode 100644 myvenv/Lib/site-packages/django/utils/translation/trans_null.py create mode 100644 myvenv/Lib/site-packages/django/utils/translation/trans_real.py create mode 100644 myvenv/Lib/site-packages/django/utils/tree.py create mode 100644 myvenv/Lib/site-packages/django/utils/version.py create mode 100644 myvenv/Lib/site-packages/django/utils/xmlutils.py create mode 100644 myvenv/Lib/site-packages/django/views/__init__.py create mode 100644 myvenv/Lib/site-packages/django/views/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/__pycache__/csrf.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/__pycache__/debug.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/__pycache__/defaults.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/__pycache__/i18n.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/__pycache__/static.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/csrf.py create mode 100644 myvenv/Lib/site-packages/django/views/debug.py create mode 100644 myvenv/Lib/site-packages/django/views/decorators/__init__.py create mode 100644 myvenv/Lib/site-packages/django/views/decorators/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/decorators/__pycache__/cache.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/decorators/__pycache__/clickjacking.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/decorators/__pycache__/csrf.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/decorators/__pycache__/debug.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/decorators/__pycache__/gzip.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/decorators/__pycache__/http.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/decorators/__pycache__/vary.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/decorators/cache.py create mode 100644 myvenv/Lib/site-packages/django/views/decorators/clickjacking.py create mode 100644 myvenv/Lib/site-packages/django/views/decorators/csrf.py create mode 100644 myvenv/Lib/site-packages/django/views/decorators/debug.py create mode 100644 myvenv/Lib/site-packages/django/views/decorators/gzip.py create mode 100644 myvenv/Lib/site-packages/django/views/decorators/http.py create mode 100644 myvenv/Lib/site-packages/django/views/decorators/vary.py create mode 100644 myvenv/Lib/site-packages/django/views/defaults.py create mode 100644 myvenv/Lib/site-packages/django/views/generic/__init__.py create mode 100644 myvenv/Lib/site-packages/django/views/generic/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/generic/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/generic/__pycache__/dates.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/generic/__pycache__/detail.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/generic/__pycache__/edit.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/generic/__pycache__/list.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/django/views/generic/base.py create mode 100644 myvenv/Lib/site-packages/django/views/generic/dates.py create mode 100644 myvenv/Lib/site-packages/django/views/generic/detail.py create mode 100644 myvenv/Lib/site-packages/django/views/generic/edit.py create mode 100644 myvenv/Lib/site-packages/django/views/generic/list.py create mode 100644 myvenv/Lib/site-packages/django/views/i18n.py create mode 100644 myvenv/Lib/site-packages/django/views/static.py create mode 100644 myvenv/Lib/site-packages/django/views/templates/default_urlconf.html create mode 100644 myvenv/Lib/site-packages/django/views/templates/technical_404.html create mode 100644 myvenv/Lib/site-packages/django/views/templates/technical_500.html create mode 100644 myvenv/Lib/site-packages/django/views/templates/technical_500.txt create mode 100644 myvenv/Lib/site-packages/easy_install.py create mode 100644 myvenv/Lib/site-packages/pip-19.3.1.dist-info/INSTALLER create mode 100644 myvenv/Lib/site-packages/pip-19.3.1.dist-info/LICENSE.txt create mode 100644 myvenv/Lib/site-packages/pip-19.3.1.dist-info/METADATA create mode 100644 myvenv/Lib/site-packages/pip-19.3.1.dist-info/RECORD create mode 100644 myvenv/Lib/site-packages/pip-19.3.1.dist-info/WHEEL create mode 100644 myvenv/Lib/site-packages/pip-19.3.1.dist-info/entry_points.txt create mode 100644 myvenv/Lib/site-packages/pip-19.3.1.dist-info/top_level.txt create mode 100644 myvenv/Lib/site-packages/pip/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/__main__.py create mode 100644 myvenv/Lib/site-packages/pip/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/__pycache__/__main__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/collector.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/download.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/index.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/legacy_resolve.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/locations.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/pep425tags.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/__pycache__/wheel.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/build_env.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/cache.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/base_command.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/command_context.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/main_parser.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/parser.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/req_command.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/cli/status_codes.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/collector.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/check.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/completion.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/configuration.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/debug.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/download.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/freeze.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/hash.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/help.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/install.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/list.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/search.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/show.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/uninstall.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/commands/wheel.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/configuration.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/distributions/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/distributions/base.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/distributions/installed.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/distributions/source/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/distributions/source/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/distributions/source/__pycache__/legacy.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/distributions/source/legacy.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/distributions/wheel.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/download.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/exceptions.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/index.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/legacy_resolve.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/locations.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/main.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/candidate.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/format_control.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/index.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/link.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/search_scope.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/models/target_python.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/network/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/network/auth.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/network/cache.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/network/session.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/operations/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/operations/__pycache__/generate_metadata.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/operations/check.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/operations/freeze.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/operations/generate_metadata.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/operations/prepare.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/pep425tags.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/pyproject.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/__pycache__/req_tracker.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/constructors.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/req_file.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/req_install.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/req_set.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/req_tracker.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/self_outdated_check.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/marker_files.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/typing.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/ui.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/appdirs.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/compat.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/deprecation.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/encoding.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/filesystem.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/filetypes.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/glibc.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/hashes.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/logging.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/marker_files.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/misc.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/models.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/packaging.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/subprocess.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/typing.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/ui.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/unpacking.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/urls.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/vcs/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/vcs/git.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/vcs/subversion.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 myvenv/Lib/site-packages/pip/_internal/wheel.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/__pycache__/appdirs.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/__pycache__/contextlib2.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/__pycache__/distro.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/__pycache__/ipaddress.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/__pycache__/pyparsing.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/__pycache__/retrying.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/__pycache__/six.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/appdirs.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 myvenv/Lib/site-packages/pip/_vendor/certifi/core.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langcyrillicmodel.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/compat.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/enums.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/langcyrillicmodel.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/chardet/version.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/colorama/win32.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/contextlib2.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/_backport/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/misc.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/shutil.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/sysconfig.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/_backport/__pycache__/tarfile.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/_backport/misc.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/_backport/shutil.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/compat.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/database.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/index.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/locators.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/markers.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/resources.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/util.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/version.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/distro.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/_ihatexml.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/_inputstream.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/_tokenizer.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/_utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/constants.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/html5parser.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/__pycache__/serializer.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/_ihatexml.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/_inputstream.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/_tokenizer.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/_trie/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/_base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/datrie.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/_trie/__pycache__/py.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/_trie/_base.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/_trie/datrie.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/_trie/py.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/_utils.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/constants.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/alphabeticalattributes.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/inject_meta_charset.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/lint.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/optionaltags.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/sanitizer.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/__pycache__/whitespace.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/base.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/lint.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/html5parser.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/serializer.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/genshi.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__/sax.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treeadapters/sax.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/dom.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__/etree_lxml.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/base.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/dom.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/base.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/dom.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/etree_lxml.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__/genshi.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/base.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/dom.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/codec.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/compat.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/core.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/intranges.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/package_data.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/ipaddress.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/_version.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/msgpack/_version.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/_compat.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/markers.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/tags.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/utils.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/packaging/version.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/__pycache__/_in_process.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/__pycache__/build.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/__pycache__/check.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/__pycache__/colorlog.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/__pycache__/compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/__pycache__/dirtools.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/__pycache__/envbuild.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/__pycache__/meta.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/__pycache__/wrappers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/_in_process.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/build.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/check.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/colorlog.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/compat.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/dirtools.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/envbuild.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/meta.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pep517/wrappers.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/py31compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pkg_resources/py31compat.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/progress/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/progress/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/progress/__pycache__/bar.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/progress/__pycache__/counter.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/progress/__pycache__/spinner.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/progress/bar.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/progress/counter.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/progress/spinner.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pyparsing.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pytoml/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pytoml/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pytoml/__pycache__/core.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pytoml/__pycache__/parser.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pytoml/__pycache__/test.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pytoml/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pytoml/__pycache__/writer.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pytoml/core.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pytoml/parser.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pytoml/test.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pytoml/utils.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/pytoml/writer.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/__version__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/adapters.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/api.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/auth.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/certs.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/compat.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/cookies.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/help.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/hooks.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/models.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/packages.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/sessions.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/structures.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/requests/utils.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/retrying.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/six.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/request.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/response.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 myvenv/Lib/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/__init__.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/__pycache__/py31compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/__init__.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/__pycache__/appdirs.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/__pycache__/pyparsing.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/__pycache__/six.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/appdirs.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/__about__.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/__init__.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/__about__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/_compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/_structures.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/markers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/requirements.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/__pycache__/version.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/_compat.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/_structures.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/markers.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/requirements.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/specifiers.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/utils.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/packaging/version.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/pyparsing.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/_vendor/six.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/extern/__init__.py create mode 100644 myvenv/Lib/site-packages/pkg_resources/extern/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pkg_resources/py31compat.py create mode 100644 myvenv/Lib/site-packages/pytz-2019.3.dist-info/DESCRIPTION.rst create mode 100644 myvenv/Lib/site-packages/pytz-2019.3.dist-info/INSTALLER create mode 100644 myvenv/Lib/site-packages/pytz-2019.3.dist-info/LICENSE.txt create mode 100644 myvenv/Lib/site-packages/pytz-2019.3.dist-info/METADATA create mode 100644 myvenv/Lib/site-packages/pytz-2019.3.dist-info/RECORD create mode 100644 myvenv/Lib/site-packages/pytz-2019.3.dist-info/WHEEL create mode 100644 myvenv/Lib/site-packages/pytz-2019.3.dist-info/metadata.json create mode 100644 myvenv/Lib/site-packages/pytz-2019.3.dist-info/top_level.txt create mode 100644 myvenv/Lib/site-packages/pytz-2019.3.dist-info/zip-safe create mode 100644 myvenv/Lib/site-packages/pytz/__init__.py create mode 100644 myvenv/Lib/site-packages/pytz/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pytz/__pycache__/exceptions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pytz/__pycache__/lazy.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pytz/__pycache__/reference.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pytz/__pycache__/tzfile.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pytz/__pycache__/tzinfo.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/pytz/exceptions.py create mode 100644 myvenv/Lib/site-packages/pytz/lazy.py create mode 100644 myvenv/Lib/site-packages/pytz/reference.py create mode 100644 myvenv/Lib/site-packages/pytz/tzfile.py create mode 100644 myvenv/Lib/site-packages/pytz/tzinfo.py create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Abidjan create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Accra create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Addis_Ababa create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Algiers create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Asmara create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Asmera create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Bamako create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Bangui create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Banjul create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Bissau create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Blantyre create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Brazzaville create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Bujumbura create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Cairo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Casablanca create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Ceuta create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Conakry create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Dakar create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Dar_es_Salaam create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Djibouti create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Douala create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/El_Aaiun create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Freetown create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Gaborone create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Harare create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Johannesburg create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Juba create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Kampala create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Khartoum create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Kigali create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Kinshasa create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Lagos create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Libreville create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Lome create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Luanda create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Lubumbashi create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Lusaka create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Malabo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Maputo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Maseru create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Mbabane create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Mogadishu create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Monrovia create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Nairobi create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Ndjamena create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Niamey create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Nouakchott create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Ouagadougou create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Porto-Novo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Sao_Tome create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Timbuktu create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Tripoli create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Tunis create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Africa/Windhoek create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Adak create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Anchorage create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Anguilla create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Antigua create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Araguaina create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Argentina/Buenos_Aires create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Argentina/Catamarca create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Argentina/ComodRivadavia create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Argentina/Cordoba create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Argentina/Jujuy create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Argentina/La_Rioja create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Argentina/Mendoza create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Argentina/Rio_Gallegos create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Argentina/Salta create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Argentina/San_Juan create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Argentina/San_Luis create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Argentina/Tucuman create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Argentina/Ushuaia create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Aruba create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Asuncion create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Atikokan create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Atka create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Bahia create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Bahia_Banderas create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Barbados create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Belem create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Belize create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Blanc-Sablon create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Boa_Vista create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Bogota create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Boise create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Buenos_Aires create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Cambridge_Bay create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Campo_Grande create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Cancun create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Caracas create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Catamarca create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Cayenne create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Cayman create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Chicago create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Chihuahua create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Coral_Harbour create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Cordoba create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Costa_Rica create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Creston create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Cuiaba create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Curacao create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Danmarkshavn create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Dawson create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Dawson_Creek create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Denver create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Detroit create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Dominica create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Edmonton create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Eirunepe create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/El_Salvador create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Ensenada create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Fort_Nelson create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Fort_Wayne create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Fortaleza create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Glace_Bay create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Godthab create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Goose_Bay create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Grand_Turk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Grenada create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Guadeloupe create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Guatemala create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Guayaquil create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Guyana create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Halifax create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Havana create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Hermosillo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Indiana/Indianapolis create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Indiana/Knox create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Indiana/Marengo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Indiana/Petersburg create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Indiana/Tell_City create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Indiana/Vevay create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Indiana/Vincennes create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Indiana/Winamac create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Indianapolis create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Inuvik create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Iqaluit create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Jamaica create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Jujuy create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Juneau create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Kentucky/Louisville create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Kentucky/Monticello create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Knox_IN create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Kralendijk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/La_Paz create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Lima create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Los_Angeles create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Louisville create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Lower_Princes create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Maceio create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Managua create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Manaus create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Marigot create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Martinique create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Matamoros create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Mazatlan create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Mendoza create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Menominee create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Merida create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Metlakatla create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Mexico_City create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Miquelon create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Moncton create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Monterrey create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Montevideo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Montreal create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Montserrat create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Nassau create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/New_York create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Nipigon create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Nome create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Noronha create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/North_Dakota/Beulah create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/North_Dakota/Center create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/North_Dakota/New_Salem create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Ojinaga create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Panama create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Pangnirtung create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Paramaribo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Phoenix create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Port-au-Prince create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Port_of_Spain create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Porto_Acre create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Porto_Velho create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Puerto_Rico create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Punta_Arenas create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Rainy_River create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Rankin_Inlet create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Recife create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Regina create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Resolute create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Rio_Branco create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Rosario create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Santa_Isabel create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Santarem create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Santiago create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Santo_Domingo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Sao_Paulo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Scoresbysund create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Shiprock create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Sitka create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/St_Barthelemy create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/St_Johns create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/St_Kitts create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/St_Lucia create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/St_Thomas create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/St_Vincent create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Swift_Current create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Tegucigalpa create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Thule create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Thunder_Bay create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Tijuana create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Toronto create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Tortola create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Vancouver create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Virgin create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Whitehorse create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Winnipeg create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Yakutat create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/America/Yellowknife create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Antarctica/Casey create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Antarctica/Davis create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Antarctica/DumontDUrville create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Antarctica/Macquarie create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Antarctica/Mawson create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Antarctica/McMurdo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Antarctica/Palmer create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Antarctica/Rothera create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Antarctica/South_Pole create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Antarctica/Syowa create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Antarctica/Troll create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Antarctica/Vostok create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Arctic/Longyearbyen create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Aden create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Almaty create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Amman create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Anadyr create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Aqtau create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Aqtobe create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Ashgabat create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Ashkhabad create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Atyrau create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Baghdad create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Bahrain create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Baku create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Bangkok create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Barnaul create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Beirut create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Bishkek create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Brunei create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Calcutta create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Chita create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Choibalsan create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Chongqing create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Chungking create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Colombo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Dacca create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Damascus create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Dhaka create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Dili create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Dubai create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Dushanbe create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Famagusta create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Gaza create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Harbin create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Hebron create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Ho_Chi_Minh create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Hong_Kong create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Hovd create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Irkutsk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Istanbul create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Jakarta create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Jayapura create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Jerusalem create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Kabul create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Kamchatka create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Karachi create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Kashgar create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Kathmandu create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Katmandu create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Khandyga create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Kolkata create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Krasnoyarsk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Kuala_Lumpur create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Kuching create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Kuwait create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Macao create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Macau create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Magadan create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Makassar create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Manila create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Muscat create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Nicosia create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Novokuznetsk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Novosibirsk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Omsk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Oral create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Phnom_Penh create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Pontianak create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Pyongyang create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Qatar create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Qostanay create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Qyzylorda create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Rangoon create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Riyadh create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Saigon create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Sakhalin create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Samarkand create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Seoul create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Shanghai create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Singapore create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Srednekolymsk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Taipei create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Tashkent create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Tbilisi create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Tehran create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Tel_Aviv create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Thimbu create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Thimphu create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Tokyo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Tomsk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Ujung_Pandang create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Ulaanbaatar create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Ulan_Bator create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Urumqi create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Ust-Nera create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Vientiane create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Vladivostok create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Yakutsk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Yangon create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Yekaterinburg create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Asia/Yerevan create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Atlantic/Azores create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Atlantic/Bermuda create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Atlantic/Canary create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Atlantic/Cape_Verde create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Atlantic/Faeroe create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Atlantic/Faroe create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Atlantic/Jan_Mayen create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Atlantic/Madeira create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Atlantic/Reykjavik create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Atlantic/South_Georgia create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Atlantic/St_Helena create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Atlantic/Stanley create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/ACT create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Adelaide create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Brisbane create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Broken_Hill create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Canberra create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Currie create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Darwin create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Eucla create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Hobart create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/LHI create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Lindeman create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Lord_Howe create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Melbourne create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/NSW create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/North create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Perth create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Queensland create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/South create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Sydney create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Tasmania create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Victoria create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/West create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Australia/Yancowinna create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Brazil/Acre create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Brazil/DeNoronha create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Brazil/East create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Brazil/West create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/CET create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/CST6CDT create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Canada/Atlantic create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Canada/Central create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Canada/Eastern create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Canada/Mountain create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Canada/Newfoundland create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Canada/Pacific create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Canada/Saskatchewan create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Canada/Yukon create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Chile/Continental create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Chile/EasterIsland create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Cuba create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/EET create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/EST create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/EST5EDT create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Egypt create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Eire create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT+0 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT+1 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT+10 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT+11 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT+12 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT+2 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT+3 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT+4 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT+5 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT+6 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT+7 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT+8 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT+9 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-0 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-1 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-10 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-11 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-12 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-13 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-14 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-2 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-3 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-4 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-5 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-6 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-7 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-8 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT-9 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/GMT0 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/Greenwich create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/UCT create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/UTC create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/Universal create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Etc/Zulu create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Amsterdam create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Andorra create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Astrakhan create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Athens create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Belfast create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Belgrade create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Berlin create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Bratislava create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Brussels create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Bucharest create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Budapest create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Busingen create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Chisinau create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Copenhagen create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Dublin create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Gibraltar create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Guernsey create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Helsinki create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Isle_of_Man create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Istanbul create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Jersey create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Kaliningrad create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Kiev create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Kirov create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Lisbon create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Ljubljana create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/London create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Luxembourg create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Madrid create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Malta create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Mariehamn create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Minsk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Monaco create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Moscow create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Nicosia create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Oslo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Paris create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Podgorica create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Prague create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Riga create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Rome create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Samara create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/San_Marino create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Sarajevo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Saratov create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Simferopol create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Skopje create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Sofia create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Stockholm create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Tallinn create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Tirane create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Tiraspol create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Ulyanovsk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Uzhgorod create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Vaduz create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Vatican create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Vienna create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Vilnius create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Volgograd create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Warsaw create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Zagreb create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Zaporozhye create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Europe/Zurich create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Factory create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/GB create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/GB-Eire create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/GMT create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/GMT+0 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/GMT-0 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/GMT0 create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Greenwich create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/HST create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Hongkong create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Iceland create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Indian/Antananarivo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Indian/Chagos create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Indian/Christmas create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Indian/Cocos create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Indian/Comoro create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Indian/Kerguelen create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Indian/Mahe create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Indian/Maldives create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Indian/Mauritius create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Indian/Mayotte create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Indian/Reunion create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Iran create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Israel create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Jamaica create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Japan create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Kwajalein create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Libya create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/MET create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/MST create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/MST7MDT create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Mexico/BajaNorte create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Mexico/BajaSur create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Mexico/General create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/NZ create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/NZ-CHAT create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Navajo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/PRC create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/PST8PDT create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Apia create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Auckland create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Bougainville create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Chatham create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Chuuk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Easter create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Efate create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Enderbury create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Fakaofo create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Fiji create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Funafuti create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Galapagos create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Gambier create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Guadalcanal create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Guam create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Honolulu create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Johnston create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Kiritimati create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Kosrae create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Kwajalein create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Majuro create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Marquesas create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Midway create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Nauru create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Niue create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Norfolk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Noumea create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Pago_Pago create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Palau create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Pitcairn create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Pohnpei create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Ponape create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Port_Moresby create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Rarotonga create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Saipan create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Samoa create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Tahiti create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Tarawa create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Tongatapu create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Truk create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Wake create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Wallis create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Pacific/Yap create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Poland create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Portugal create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/ROC create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/ROK create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Singapore create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Turkey create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/UCT create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/US/Alaska create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/US/Aleutian create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/US/Arizona create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/US/Central create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/US/East-Indiana create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/US/Eastern create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/US/Hawaii create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/US/Indiana-Starke create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/US/Michigan create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/US/Mountain create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/US/Pacific create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/US/Samoa create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/UTC create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Universal create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/W-SU create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/WET create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/Zulu create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/iso3166.tab create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/leapseconds create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/posixrules create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/tzdata.zi create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/zone.tab create mode 100644 myvenv/Lib/site-packages/pytz/zoneinfo/zone1970.tab create mode 100644 myvenv/Lib/site-packages/setuptools-41.2.0.dist-info/INSTALLER create mode 100644 myvenv/Lib/site-packages/setuptools-41.2.0.dist-info/LICENSE create mode 100644 myvenv/Lib/site-packages/setuptools-41.2.0.dist-info/METADATA create mode 100644 myvenv/Lib/site-packages/setuptools-41.2.0.dist-info/RECORD create mode 100644 myvenv/Lib/site-packages/setuptools-41.2.0.dist-info/WHEEL create mode 100644 myvenv/Lib/site-packages/setuptools-41.2.0.dist-info/dependency_links.txt create mode 100644 myvenv/Lib/site-packages/setuptools-41.2.0.dist-info/entry_points.txt create mode 100644 myvenv/Lib/site-packages/setuptools-41.2.0.dist-info/top_level.txt create mode 100644 myvenv/Lib/site-packages/setuptools-41.2.0.dist-info/zip-safe create mode 100644 myvenv/Lib/site-packages/setuptools/__init__.py create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/_deprecation_warning.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/archive_util.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/build_meta.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/config.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/dep_util.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/depends.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/dist.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/extension.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/glibc.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/glob.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/launch.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/lib2to3_ex.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/monkey.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/msvc.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/namespaces.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/package_index.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/pep425tags.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/py27compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/py31compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/py33compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/sandbox.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/site-patch.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/ssl_support.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/unicode_utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/version.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/wheel.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/__pycache__/windows_support.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/_deprecation_warning.py create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/__init__.py create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/__pycache__/pyparsing.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/__pycache__/six.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/__about__.py create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/__about__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/_compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/_compat.py create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/pyparsing.py create mode 100644 myvenv/Lib/site-packages/setuptools/_vendor/six.py create mode 100644 myvenv/Lib/site-packages/setuptools/archive_util.py create mode 100644 myvenv/Lib/site-packages/setuptools/build_meta.py create mode 100644 myvenv/Lib/site-packages/setuptools/cli-32.exe create mode 100644 myvenv/Lib/site-packages/setuptools/cli-64.exe create mode 100644 myvenv/Lib/site-packages/setuptools/cli.exe create mode 100644 myvenv/Lib/site-packages/setuptools/command/__init__.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/alias.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/bdist_wininst.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/build_clib.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/build_ext.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/build_py.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/develop.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/dist_info.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/easy_install.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/egg_info.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/install.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/install_lib.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/install_scripts.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/py36compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/register.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/rotate.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/saveopts.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/sdist.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/setopt.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/test.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/upload.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/__pycache__/upload_docs.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/command/alias.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/bdist_egg.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/bdist_rpm.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/bdist_wininst.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/build_clib.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/build_ext.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/build_py.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/develop.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/dist_info.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/easy_install.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/egg_info.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/install.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/install_egg_info.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/install_lib.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/install_scripts.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/launcher manifest.xml create mode 100644 myvenv/Lib/site-packages/setuptools/command/py36compat.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/register.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/rotate.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/saveopts.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/sdist.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/setopt.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/test.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/upload.py create mode 100644 myvenv/Lib/site-packages/setuptools/command/upload_docs.py create mode 100644 myvenv/Lib/site-packages/setuptools/config.py create mode 100644 myvenv/Lib/site-packages/setuptools/dep_util.py create mode 100644 myvenv/Lib/site-packages/setuptools/depends.py create mode 100644 myvenv/Lib/site-packages/setuptools/dist.py create mode 100644 myvenv/Lib/site-packages/setuptools/extension.py create mode 100644 myvenv/Lib/site-packages/setuptools/extern/__init__.py create mode 100644 myvenv/Lib/site-packages/setuptools/extern/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/setuptools/glibc.py create mode 100644 myvenv/Lib/site-packages/setuptools/glob.py create mode 100644 myvenv/Lib/site-packages/setuptools/gui-32.exe create mode 100644 myvenv/Lib/site-packages/setuptools/gui-64.exe create mode 100644 myvenv/Lib/site-packages/setuptools/gui.exe create mode 100644 myvenv/Lib/site-packages/setuptools/launch.py create mode 100644 myvenv/Lib/site-packages/setuptools/lib2to3_ex.py create mode 100644 myvenv/Lib/site-packages/setuptools/monkey.py create mode 100644 myvenv/Lib/site-packages/setuptools/msvc.py create mode 100644 myvenv/Lib/site-packages/setuptools/namespaces.py create mode 100644 myvenv/Lib/site-packages/setuptools/package_index.py create mode 100644 myvenv/Lib/site-packages/setuptools/pep425tags.py create mode 100644 myvenv/Lib/site-packages/setuptools/py27compat.py create mode 100644 myvenv/Lib/site-packages/setuptools/py31compat.py create mode 100644 myvenv/Lib/site-packages/setuptools/py33compat.py create mode 100644 myvenv/Lib/site-packages/setuptools/sandbox.py create mode 100644 myvenv/Lib/site-packages/setuptools/script (dev).tmpl create mode 100644 myvenv/Lib/site-packages/setuptools/script.tmpl create mode 100644 myvenv/Lib/site-packages/setuptools/site-patch.py create mode 100644 myvenv/Lib/site-packages/setuptools/ssl_support.py create mode 100644 myvenv/Lib/site-packages/setuptools/unicode_utils.py create mode 100644 myvenv/Lib/site-packages/setuptools/version.py create mode 100644 myvenv/Lib/site-packages/setuptools/wheel.py create mode 100644 myvenv/Lib/site-packages/setuptools/windows_support.py create mode 100644 myvenv/Lib/site-packages/sqlparse-0.3.0.dist-info/INSTALLER create mode 100644 myvenv/Lib/site-packages/sqlparse-0.3.0.dist-info/LICENSE create mode 100644 myvenv/Lib/site-packages/sqlparse-0.3.0.dist-info/METADATA create mode 100644 myvenv/Lib/site-packages/sqlparse-0.3.0.dist-info/RECORD create mode 100644 myvenv/Lib/site-packages/sqlparse-0.3.0.dist-info/WHEEL create mode 100644 myvenv/Lib/site-packages/sqlparse-0.3.0.dist-info/entry_points.txt create mode 100644 myvenv/Lib/site-packages/sqlparse-0.3.0.dist-info/top_level.txt create mode 100644 myvenv/Lib/site-packages/sqlparse/__init__.py create mode 100644 myvenv/Lib/site-packages/sqlparse/__main__.py create mode 100644 myvenv/Lib/site-packages/sqlparse/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/__pycache__/__main__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/__pycache__/cli.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/__pycache__/compat.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/__pycache__/exceptions.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/__pycache__/formatter.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/__pycache__/keywords.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/__pycache__/lexer.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/__pycache__/sql.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/__pycache__/tokens.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/__pycache__/utils.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/cli.py create mode 100644 myvenv/Lib/site-packages/sqlparse/compat.py create mode 100644 myvenv/Lib/site-packages/sqlparse/engine/__init__.py create mode 100644 myvenv/Lib/site-packages/sqlparse/engine/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/engine/__pycache__/filter_stack.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/engine/__pycache__/grouping.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/engine/__pycache__/statement_splitter.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/engine/filter_stack.py create mode 100644 myvenv/Lib/site-packages/sqlparse/engine/grouping.py create mode 100644 myvenv/Lib/site-packages/sqlparse/engine/statement_splitter.py create mode 100644 myvenv/Lib/site-packages/sqlparse/exceptions.py create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/__init__.py create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/__pycache__/__init__.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/__pycache__/aligned_indent.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/__pycache__/others.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/__pycache__/output.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/__pycache__/reindent.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/__pycache__/right_margin.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/__pycache__/tokens.cpython-38.pyc create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/aligned_indent.py create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/others.py create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/output.py create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/reindent.py create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/right_margin.py create mode 100644 myvenv/Lib/site-packages/sqlparse/filters/tokens.py create mode 100644 myvenv/Lib/site-packages/sqlparse/formatter.py create mode 100644 myvenv/Lib/site-packages/sqlparse/keywords.py create mode 100644 myvenv/Lib/site-packages/sqlparse/lexer.py create mode 100644 myvenv/Lib/site-packages/sqlparse/sql.py create mode 100644 myvenv/Lib/site-packages/sqlparse/tokens.py create mode 100644 myvenv/Lib/site-packages/sqlparse/utils.py create mode 100644 myvenv/Scripts/Activate.ps1 create mode 100644 myvenv/Scripts/__pycache__/django-admin.cpython-38.pyc create mode 100644 myvenv/Scripts/activate create mode 100644 myvenv/Scripts/activate.bat create mode 100644 myvenv/Scripts/deactivate.bat create mode 100644 myvenv/Scripts/django-admin.exe create mode 100644 myvenv/Scripts/django-admin.py create mode 100644 myvenv/Scripts/easy_install-3.8.exe create mode 100644 myvenv/Scripts/easy_install.exe create mode 100644 myvenv/Scripts/pip.exe create mode 100644 myvenv/Scripts/pip3.8.exe create mode 100644 myvenv/Scripts/pip3.exe create mode 100644 myvenv/Scripts/python.exe create mode 100644 myvenv/Scripts/pythonw.exe create mode 100644 myvenv/Scripts/sqlformat.exe create mode 100644 myvenv/pyvenv.cfg create mode 100644 requirements.txt diff --git a/.gitignore.txt b/.gitignore.txt new file mode 100644 index 0000000..8beb1a3 --- /dev/null +++ b/.gitignore.txt @@ -0,0 +1,7 @@ +*.pyc +*~ +__pycache__ +myvenv +db.sqlite3 +/static +.DS_Store \ No newline at end of file diff --git a/blog/__init__.py b/blog/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/blog/__pycache__/__init__.cpython-38.pyc b/blog/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8af084f51c8b318a1aed1505dc64ac08611b118d GIT binary patch literal 142 zcmWIL<>g`kg6v6aV?p#|5P=LBfgA@QE@lA|DGb33nv8xc8Hzx{2;!HqvsFxJacWU< zOmaq1W^s&5YH@Z+enCu1R$^XyetKq6PH{|9PJVh!e0*kJW=VX!UP0w84x8Nkl+v73 LJCI?YftUdRIgufG literal 0 HcmV?d00001 diff --git a/blog/__pycache__/admin.cpython-38.pyc b/blog/__pycache__/admin.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8e663abfd62f68633ba2bd99a784d0ddae43b217 GIT binary patch literal 253 zcmYjL!Ab)$5X~gnvPkQ9xR>HtN)hxdf)rtihqf8k)a<6r#DjmMM-TpiU$R$E{RK}> z+KU78hWBQ8Z&tI}nUd1qUr&!Re+v0uM#!}^UkG^RA*vo)0OhqeQTL`bpb&QUy+ZR* zbo-#1>LAyufw5ZqJ`4vqF?*jl-!+r=-0#*ym*(3vWC|P7vL7dX@)((HA(lhNu_o*S zXQWR>wa7>Ky}Y?{D@J0seWt+f7WpNoy*rt9fg-z2Or1N1&-ZU*y%6u$h|BT_mw+iu F^&dC8KR*Bf literal 0 HcmV?d00001 diff --git a/blog/__pycache__/apps.cpython-38.pyc b/blog/__pycache__/apps.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d1a37db50145e4e4ce908103d32fe857313c5afe GIT binary patch literal 358 zcmYjMu};G<5Ix66N<%C039MPlju0voiLDE&ge)T~txX7ZVq?>R8NPtOVBm+mGVu$Y zI44N$N%!u~@7~>cIhhoIw)y;ixX1XDibG>q%+SLrf&xVhw1g7^x1cgbKR{7U-YL%% zyMyxR7rUS&adhR}+;)#my-qKOMzENnhZ6)1oG3sw;Z$WffyUz6*m}@%w!(Z-vY1QR zRjrmX7E-oWZB5F@Qod{}^Utspzrg1>w};)?{9G)9_Cc(ld=tct4x3l&gnF*J+SZLX zL8J|$axP5Wo2MvEKMol}PWpO*Hysa(Y3lQd>zVzgAsZnP^NZoU%kMyY3-Z-F0Fp=+^`|zD}&p5+YDc=Z&v!67WW!bb@<$pLD1VwJ;_trW$Y~ zFS(G2LX+jp>b?!lQ13m7;uL1R&JmBFKNw#>CN3d`6H6R&V?_H@4@M)F>18TyE`yX&FM4~)B zV^S1TGXpQ+;yA6O8FU=$k7Zh%Sg)w0oX{2Sh(S}*g-1UGW5^A?C6|Obm*mF1C8%7V z+|i?sr*KZ|7UdV)KCQ+w(=)*tPmQpiPCtt~3cHZUcSLPL<*&!xr=y`3N{=QpmFZDW z=o3?(j`%z+rsXtKQjf;6oQ`UVcTdl4uu&FuQ#aPW!^`}^YBt!Dt*Ru7aNz&BSHp&ANxN#cnTkgBCuZH(`r!RuQY6YoIbtjY(2 z;%KZ5=@yM?NZYjSgx(@|)CuiceJi_@vN*0sXf7jsT+bLU{mNug*WZGFh<}bnkN+KP S!)LW<&+(2lQi$Q~*!>OP=jzx1 literal 0 HcmV?d00001 diff --git a/blog/admin.py b/blog/admin.py new file mode 100644 index 0000000..112f607 --- /dev/null +++ b/blog/admin.py @@ -0,0 +1,4 @@ +from django.contrib import admin +from .models import Post + +admin.site.register(Post) \ No newline at end of file diff --git a/blog/apps.py b/blog/apps.py new file mode 100644 index 0000000..7930587 --- /dev/null +++ b/blog/apps.py @@ -0,0 +1,5 @@ +from django.apps import AppConfig + + +class BlogConfig(AppConfig): + name = 'blog' diff --git a/blog/migrations/0001_initial.py b/blog/migrations/0001_initial.py new file mode 100644 index 0000000..b53554b --- /dev/null +++ b/blog/migrations/0001_initial.py @@ -0,0 +1,29 @@ +# Generated by Django 2.2.6 on 2019-10-21 12:47 + +from django.conf import settings +from django.db import migrations, models +import django.db.models.deletion +import django.utils.timezone + + +class Migration(migrations.Migration): + + initial = True + + dependencies = [ + migrations.swappable_dependency(settings.AUTH_USER_MODEL), + ] + + operations = [ + migrations.CreateModel( + name='Post', + fields=[ + ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), + ('title', models.CharField(max_length=200)), + ('text', models.TextField()), + ('created_date', models.DateTimeField(default=django.utils.timezone.now)), + ('published_date', models.DateTimeField(blank=True, null=True)), + ('author', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL)), + ], + ), + ] diff --git a/blog/migrations/__init__.py b/blog/migrations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/blog/migrations/__pycache__/0001_initial.cpython-38.pyc b/blog/migrations/__pycache__/0001_initial.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3e7adada202cd020a56334375edb3351d876376 GIT binary patch literal 1077 zcmYjQOK;mo5auo)A}Pvt5~nZpUg#n?*PtlkNOl^uPK(;U5Gn{tJEoRilIrfNiF0kQ zzUP?SnnV9bf5TjRX?{V09GVVEImrq;n3rbe`*wIf8pRHsfByLM=YL(t`MWhfJ{}nl z=$eNlgd>=8DwZRj>4P2I{%z0P)(p9bW2)gTQXIl>eE?~d@nEyLg3G!*WsGY;NR z9cRoiG+?c)3p3^zSF+H#l}&9hs2TyvJXyARAD@Jb2XxH~65ymvI4Kt_b-{b-Lr@N0 zv4W)`cx5EGa3L;-g3*tr5W%%~!Nq`li3mk>&B%%&emQ#OkTxX$4(yhD<*o9zNV@2# z^>zQ>x#pC!OZFYg*)QYrZuv>uPwcgkA`rK(Id%S2+$MZ?Fgm#bbB5lJjj_n3I7a?> zHuf;dH@3-^8gdH)hifgXTwi6EaD|ZpEpsKG117(MUNi=>I>Re<1C{W+9)7B$+BNIxoVTi8pv8&LZE4n9Nafg z^YuDkP@;e})B@_|mF8_|_wfAe+wA=G=%?)DhuP8hn7q%BU~o9?=s9WkK)3sc(IK&R z+zx}$bd~F^dPeAbbu=UBXR?Cc3`CjNMT7pvN@Xy#6nWm%fNtG9#rU|O8ZnTqHDe+5pvIs-+8{rINxVGEN1&`kA3l$|L48yGRF}P z`|6WrQ(yE1Mq7_qbX@l&eg57#=|7>#4KDo^bxQAU;~giH8%nw+9}xE1J<7-M>;9d; PX`j=CBoZ1eWTE>%5a&W) literal 0 HcmV?d00001 diff --git a/blog/migrations/__pycache__/__init__.cpython-38.pyc b/blog/migrations/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c536a024dfe52fb3b2267bff3fa915b08d40caf GIT binary patch literal 153 zcmWIL<>g`kg6v6aV?p#|5P=LBfgA@QE@lA|DGb33nv8xc8Hzx{2;!HWvsFxJacWU< zOmaq1W^s&5YH@Z+enCu1R$^XyetKq6PH{|9PJVh!Zf1H>Vo7FxUU5u(d}dx|NqoFs WLFFwDo80`A(wtN~kh!0Mm;nIpv?d(@ literal 0 HcmV?d00001 diff --git a/blog/models.py b/blog/models.py new file mode 100644 index 0000000..8ab844c --- /dev/null +++ b/blog/models.py @@ -0,0 +1,18 @@ +from django.conf import settings +from django.db import models +from django.utils import timezone + + +class Post(models.Model): + author = models.ForeignKey(settings.AUTH_USER_MODEL, on_delete=models.CASCADE) + title = models.CharField(max_length=200) + text = models.TextField() + created_date = models.DateTimeField(default=timezone.now) + published_date = models.DateTimeField(blank=True, null=True) + + def publish(self): + self.published_date = timezone.now() + self.save() + + def __str__(self): + return self.title \ No newline at end of file diff --git a/blog/tests.py b/blog/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/blog/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/blog/views.py b/blog/views.py new file mode 100644 index 0000000..91ea44a --- /dev/null +++ b/blog/views.py @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/db.sqlite3 b/db.sqlite3 new file mode 100644 index 0000000000000000000000000000000000000000..7a891d8fe6d9048d65fd0a7090a83f51ed780aec GIT binary patch literal 139264 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 WT#%-uk1aq^Q<$84Gix@Q{rL+k_8!~- literal 0 HcmV?d00001 diff --git a/mysite/__pycache__/wsgi.cpython-38.pyc b/mysite/__pycache__/wsgi.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a25596fdedd867f2d6233a00e135cd477fe39633 GIT binary patch literal 545 zcmYjPv5pfl5cN8_OISFdI8nQe1iNtM2_X=_;~w&%?mS0R)*7 z5ecfIc@*Z3qE% z?xfL+Mc_McM2rO{bDo*MM`TOUag>?aMYr9sE{KyRcq+Q;FbfF-|D&fne> z{7!81j63-I83lQuF=-%qn IJM=F72lL&lH2?qr literal 0 HcmV?d00001 diff --git a/mysite/settings.py b/mysite/settings.py new file mode 100644 index 0000000..d0ba746 --- /dev/null +++ b/mysite/settings.py @@ -0,0 +1,124 @@ +""" +Django settings for mysite project. + +Generated by 'django-admin startproject' using Django 2.2.6. + +For more information on this file, see +https://docs.djangoproject.com/en/2.2/topics/settings/ + +For the full list of settings and their values, see +https://docs.djangoproject.com/en/2.2/ref/settings/ +""" + +import os + +# Build paths inside the project like this: os.path.join(BASE_DIR, ...) +BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) + + +# Quick-start development settings - unsuitable for production +# See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/ + +# SECURITY WARNING: keep the secret key used in production secret! +SECRET_KEY = 'fik&p-_-e9bxf$wv7h2^%dlwm3!6tim5*q0w1e(&2@0k8n4#sa' + +# SECURITY WARNING: don't run with debug turned on in production! +DEBUG = True + +ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com'] + + +# Application definition + +INSTALLED_APPS = [ + 'django.contrib.admin', + 'django.contrib.auth', + 'django.contrib.contenttypes', + 'django.contrib.sessions', + 'django.contrib.messages', + 'django.contrib.staticfiles', + 'blog.apps.BlogConfig', +] + +MIDDLEWARE = [ + 'django.middleware.security.SecurityMiddleware', + 'django.contrib.sessions.middleware.SessionMiddleware', + 'django.middleware.common.CommonMiddleware', + 'django.middleware.csrf.CsrfViewMiddleware', + 'django.contrib.auth.middleware.AuthenticationMiddleware', + 'django.contrib.messages.middleware.MessageMiddleware', + 'django.middleware.clickjacking.XFrameOptionsMiddleware', +] + +ROOT_URLCONF = 'mysite.urls' + +TEMPLATES = [ + { + 'BACKEND': 'django.template.backends.django.DjangoTemplates', + 'DIRS': [], + 'APP_DIRS': True, + 'OPTIONS': { + 'context_processors': [ + 'django.template.context_processors.debug', + 'django.template.context_processors.request', + 'django.contrib.auth.context_processors.auth', + 'django.contrib.messages.context_processors.messages', + ], + }, + }, +] + +WSGI_APPLICATION = 'mysite.wsgi.application' + + +# Database +# https://docs.djangoproject.com/en/2.2/ref/settings/#databases + +DATABASES = { + 'default': { + 'ENGINE': 'django.db.backends.sqlite3', + 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), + } +} + + +# Password validation +# https://docs.djangoproject.com/en/2.2/ref/settings/#auth-password-validators + +AUTH_PASSWORD_VALIDATORS = [ + { + 'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator', + }, + { + 'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator', + }, + { + 'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator', + }, + { + 'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator', + }, +] + + +# Internationalization +# https://docs.djangoproject.com/en/2.2/topics/i18n/ + +LANGUAGE_CODE = 'de-ch' + +TIME_ZONE = 'Europe/Berlin' + +USE_I18N = True + +USE_L10N = True + +USE_TZ = True + + +# Static files (CSS, JavaScript, Images) +# https://docs.djangoproject.com/en/2.2/howto/static-files/ + +STATIC_URL = '/static/' +STATIC_ROOT = os.path.join(BASE_DIR, 'static') + + diff --git a/mysite/urls.py b/mysite/urls.py new file mode 100644 index 0000000..facf6e4 --- /dev/null +++ b/mysite/urls.py @@ -0,0 +1,21 @@ +"""mysite URL Configuration + +The `urlpatterns` list routes URLs to views. For more information please see: + https://docs.djangoproject.com/en/2.2/topics/http/urls/ +Examples: +Function views + 1. Add an import: from my_app import views + 2. Add a URL to urlpatterns: path('', views.home, name='home') +Class-based views + 1. Add an import: from other_app.views import Home + 2. Add a URL to urlpatterns: path('', Home.as_view(), name='home') +Including another URLconf + 1. Import the include() function: from django.urls import include, path + 2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) +""" +from django.contrib import admin +from django.urls import path + +urlpatterns = [ + path('admin/', admin.site.urls), +] diff --git a/mysite/wsgi.py b/mysite/wsgi.py new file mode 100644 index 0000000..45e28c9 --- /dev/null +++ b/mysite/wsgi.py @@ -0,0 +1,16 @@ +""" +WSGI config for mysite project. + +It exposes the WSGI callable as a module-level variable named ``application``. + +For more information on this file, see +https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/ +""" + +import os + +from django.core.wsgi import get_wsgi_application + +os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'mysite.settings') + +application = get_wsgi_application() diff --git a/myvenv/Lib/site-packages/Django-2.2.6.dist-info/INSTALLER b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/myvenv/Lib/site-packages/Django-2.2.6.dist-info/LICENSE b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/LICENSE new file mode 100644 index 0000000..5f4f225 --- /dev/null +++ b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/LICENSE @@ -0,0 +1,27 @@ +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. diff --git a/myvenv/Lib/site-packages/Django-2.2.6.dist-info/METADATA b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/METADATA new file mode 100644 index 0000000..52e9ebf --- /dev/null +++ b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/METADATA @@ -0,0 +1,84 @@ +Metadata-Version: 2.1 +Name: Django +Version: 2.2.6 +Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design. +Home-page: https://www.djangoproject.com/ +Author: Django Software Foundation +Author-email: foundation@djangoproject.com +License: BSD +Project-URL: Documentation, https://docs.djangoproject.com/ +Project-URL: Funding, https://www.djangoproject.com/fundraising/ +Project-URL: Source, https://github.com/django/django +Project-URL: Tracker, https://code.djangoproject.com/ +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 :: 3 +Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3 :: Only +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 +Requires-Python: >=3.5 +Requires-Dist: pytz +Requires-Dist: sqlparse +Provides-Extra: argon2 +Requires-Dist: argon2-cffi (>=16.1.0) ; extra == 'argon2' +Provides-Extra: bcrypt +Requires-Dist: bcrypt ; extra == 'bcrypt' + +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 +https://docs.djangoproject.com/en/stable/. 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: https://code.djangoproject.com/newticket + +To get more help: + +* Join the ``#django`` channel on irc.freenode.net. Lots of helpful people hang + out there. See https://en.wikipedia.org/wiki/Wikipedia:IRC/Tutorial if you're + new to IRC. + +* Join the django-users mailing list, or read the archives, at + https://groups.google.com/group/django-users. + +To contribute to Django: + +* Check out https://docs.djangoproject.com/en/dev/internals/contributing/ 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 + + diff --git a/myvenv/Lib/site-packages/Django-2.2.6.dist-info/RECORD b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/RECORD new file mode 100644 index 0000000..8c541f2 --- /dev/null +++ b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/RECORD @@ -0,0 +1,4212 @@ +../../Scripts/__pycache__/django-admin.cpython-38.pyc,, +../../Scripts/django-admin.exe,sha256=e529ikIPASAtoesz_xX18M_DcM04Uc7l_e_3LrR-Drg,103341 +../../Scripts/django-admin.py,sha256=OOv0QKYqhDD2O4X3HQx3gFFQ-CC7hSLnWuzZnQXeiiA,115 +Django-2.2.6.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +Django-2.2.6.dist-info/LICENSE,sha256=uEZBXRtRTpwd_xSiLeuQbXlLxUbKYSn5UKGM0JHipmk,1552 +Django-2.2.6.dist-info/METADATA,sha256=jPcKFWjLtRfKCaie58SkxXe6G4pyrNNt-y-w0nnjKxE,3511 +Django-2.2.6.dist-info/RECORD,, +Django-2.2.6.dist-info/WHEEL,sha256=S8S5VL-stOTSZDYxHyf0KP7eds0J72qrK0Evu3TfyAY,92 +Django-2.2.6.dist-info/entry_points.txt,sha256=daYW_s0r8Z5eiRi_bNU6vodHqVUXQWzm-DHFOQHTV2Q,83 +Django-2.2.6.dist-info/top_level.txt,sha256=V_goijg9tfO20ox_7os6CcnPvmBavbxu46LpJiNLwjA,7 +django/__init__.py,sha256=S84JZFEH3dIq8PKB-ufoTOa0mgbfcmDWd_JB9MyNRmw,799 +django/__main__.py,sha256=9a5To1vQXqf2Jg_eh8nLvIc0GXmDjEXv4jE1QZEqBFk,211 +django/__pycache__/__init__.cpython-38.pyc,, +django/__pycache__/__main__.cpython-38.pyc,, +django/__pycache__/shortcuts.cpython-38.pyc,, +django/apps/__init__.py,sha256=t0F4yceU4SbybMeWBvpuE6RsGaENmQCVbNSdSuXiEMs,90 +django/apps/__pycache__/__init__.cpython-38.pyc,, +django/apps/__pycache__/config.cpython-38.pyc,, +django/apps/__pycache__/registry.cpython-38.pyc,, +django/apps/config.py,sha256=kJMPbuGia8AIZ3HKEBsLBC2El0B3NmqRxSceAk6ZLuo,8711 +django/apps/registry.py,sha256=8n9sZPKefWk7i5pYPYcBuge9NymdukwpR2gLsJNvHlc,17558 +django/bin/__pycache__/django-admin.cpython-38.pyc,, +django/bin/django-admin.py,sha256=FWxg_nmLPNGqXwSMw0QvZsKNQsiVBHrSsNfgALIXqQ0,128 +django/conf/__init__.py,sha256=0zwFDSYXDOB__3cU9u2Fs6ZO5jKOIO_aJQcvqm5P0Dc,9493 +django/conf/__pycache__/__init__.cpython-38.pyc,, +django/conf/__pycache__/global_settings.cpython-38.pyc,, +django/conf/app_template/__init__.py-tpl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/app_template/admin.py-tpl,sha256=suMo4x8I3JBxAFBVIdE-5qnqZ6JAZV0FESABHOSc-vg,63 +django/conf/app_template/apps.py-tpl,sha256=lZ1k1B3K5ntPWSn-CSd0cvDuijeoQE43wztE0tXyeMQ,114 +django/conf/app_template/migrations/__init__.py-tpl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/app_template/models.py-tpl,sha256=Vjc0p2XbAPgE6HyTF6vll98A4eDhA5AvaQqsc4kQ9AQ,57 +django/conf/app_template/tests.py-tpl,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60 +django/conf/app_template/views.py-tpl,sha256=xc1IQHrsij7j33TUbo-_oewy3vs03pw_etpBWaMYJl0,63 +django/conf/global_settings.py,sha256=xdNBxw207BRGoonyAoEEqFogYeJa5htrGTOUeIYtwQc,21958 +django/conf/locale/__init__.py,sha256=BObHgz3YwhNajFQXefNvt9xcGCb5Zub1IXwW8-z6nV0,12634 +django/conf/locale/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/af/LC_MESSAGES/django.mo,sha256=PdT1ZX8UzPBcdhhjpLPEa4p27pyTLd9M9wOsJHchEJ0,26389 +django/conf/locale/af/LC_MESSAGES/django.po,sha256=pVQ0uXZJSnffIq0PoYZiTj-zQoLE0cywfzNx5A_YHt0,28407 +django/conf/locale/ar/LC_MESSAGES/django.mo,sha256=6cugqE9KpudwHt4yr_qBqazc-WNVth60LPfSrEnekIQ,30712 +django/conf/locale/ar/LC_MESSAGES/django.po,sha256=9tVjHdBZa3DDYWeHGdwaHpik-RbDTf3PFZl90iEDgNo,35055 +django/conf/locale/ar/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ar/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/ar/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/ar/formats.py,sha256=nm5cnBh1YYjwD4eydBZ5AoknwN54piwrpB25ijpDT-o,696 +django/conf/locale/ast/LC_MESSAGES/django.mo,sha256=kmN-K4eQG_EvU565NnThO5qSkfcIMLXizk57RoM0YmM,16665 +django/conf/locale/ast/LC_MESSAGES/django.po,sha256=WnsaXWzvgTohaW7h5L6H5FG7QM8y5FifzB3GaahFLQY,23619 +django/conf/locale/az/LC_MESSAGES/django.mo,sha256=F65C89ufBAcO_XAdDJojR5Hexh2pXkXEKukV5BPLnCE,26630 +django/conf/locale/az/LC_MESSAGES/django.po,sha256=wT7AS2hDvVDzL6rvTlOMkE_Re5QV-8-uU9YZTxa3yWg,28515 +django/conf/locale/az/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/az/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/az/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/az/formats.py,sha256=kHDIAAKnVH6nGVRLx4GeztAqeMJ5URMZaMGbtPjUDRA,1191 +django/conf/locale/be/LC_MESSAGES/django.mo,sha256=E-Qz-U_GunEhxGnOSbb93aKkY2-QWJkd5OwjYTgiiI4,34765 +django/conf/locale/be/LC_MESSAGES/django.po,sha256=sHrLo3kO2dzfmlV743CH9KELtgRbXroQg-qcnJgAa_c,37039 +django/conf/locale/bg/LC_MESSAGES/django.mo,sha256=oSaycuek5hekuOlUDZvgBWiC8pprSjVlhsPyQqnF2Ss,29687 +django/conf/locale/bg/LC_MESSAGES/django.po,sha256=STgBTki870oeyGqYyPPlyg4WmkdzlDvAUAhsBwHsWTs,32975 +django/conf/locale/bg/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/bg/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/bg/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/bg/formats.py,sha256=iC9zYHKphMaSnluBZfYvH1kV5aDyl3ycsqVjxOoqfOY,705 +django/conf/locale/bn/LC_MESSAGES/django.mo,sha256=K7EKhxgCWLfWGA8MenkboQ_pNwo45lAkwrZkGrjIc-c,17250 +django/conf/locale/bn/LC_MESSAGES/django.po,sha256=CUr8W_emf9KSw8z-F26P7drK6z_CCovR9AjWycLpAP4,26693 +django/conf/locale/bn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/bn/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/bn/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/bn/formats.py,sha256=INeNl0xlt9B-YJTkcdC2kSpJLly9d5AKT60GMyS-Bm4,964 +django/conf/locale/br/LC_MESSAGES/django.mo,sha256=AFyre_o6eLTF8GGkxxjt01RruZs3WLBQEs22Msi82og,15435 +django/conf/locale/br/LC_MESSAGES/django.po,sha256=7atq8nOYrgQn3sE626n_WFf3LtwR3UfVoJA9AxTLmYk,24055 +django/conf/locale/bs/LC_MESSAGES/django.mo,sha256=DKLskkhih8rc42NtUXt-OZXD7r983w9Ddc4qSmakFis,11073 +django/conf/locale/bs/LC_MESSAGES/django.po,sha256=H4rrXQrd0ph_bHUvxgncbH29mhwtm2__XGo7QhH-ROY,21671 +django/conf/locale/bs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/bs/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/bs/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/bs/formats.py,sha256=NltIKZw0-WnZW0QY2D2EqqdctUyNc8FEARZ1RRYKtHo,705 +django/conf/locale/ca/LC_MESSAGES/django.mo,sha256=kkUhfPNHIlCUH4rjpX14_IFm4e2i9vsrixLrxvcji7E,26667 +django/conf/locale/ca/LC_MESSAGES/django.po,sha256=-IAbFy3EMT0UY_DJgWoQ_pubV9g3ONnRwP_-pii5apQ,28758 +django/conf/locale/ca/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ca/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/ca/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/ca/formats.py,sha256=rQJTIIy-DNSu0mASIoXLHWpS8rVar64zkJ-NTM1VMTM,951 +django/conf/locale/cs/LC_MESSAGES/django.mo,sha256=SFQspVDw2FohlraXBMg_ILQu5RCTzc05Ac3Kh1t3UBU,28343 +django/conf/locale/cs/LC_MESSAGES/django.po,sha256=2ebhRfPjcUbFaT0luT_3YSXeqalI74DSPfdIZMX1FGk,30760 +django/conf/locale/cs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/cs/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/cs/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/cs/formats.py,sha256=SwI-7bIW0Hc1K8G06IDOuZZ1rocqvtrufcpFdBPuq3Q,1637 +django/conf/locale/cy/LC_MESSAGES/django.mo,sha256=CJL04VXl3vjRWff93fzWDLeEJPw_Il7G5YzjCHdZZok,22280 +django/conf/locale/cy/LC_MESSAGES/django.po,sha256=C14r9gUOnCV5fNb4YZ-NN-fnLlZl1xHBP3H0tu-LgRk,27045 +django/conf/locale/cy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/cy/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/cy/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/cy/formats.py,sha256=Ukvq4OBLyWTtkeaC8JuX4BJwCzP6BrJE2REEIuh3YWE,1757 +django/conf/locale/da/LC_MESSAGES/django.mo,sha256=SsHhtghtrU3u3lRIcqpjJtMfQMhb0EdsxwR9RX2-So8,26075 +django/conf/locale/da/LC_MESSAGES/django.po,sha256=dwEwUdqqt2_MbqNGgIJplc3ayb4Z8AqLoGY2_04Gd_8,28152 +django/conf/locale/da/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/da/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/da/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/da/formats.py,sha256=jquE6tLj9nOxcGtH_326w57sH9BKhP4BKtPz6eCi4k8,941 +django/conf/locale/de/LC_MESSAGES/django.mo,sha256=A26uQBVKkIjroEnSsUbwNG57ZkKwvN-hr7Tozl95SjA,27406 +django/conf/locale/de/LC_MESSAGES/django.po,sha256=iVFNqe5Mtn808PEo9_0fy47hiextwdEPfNPyiFOtg-c,29539 +django/conf/locale/de/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/de/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/de/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/de/formats.py,sha256=bbYv_pvU7CcgAK7uwsLP33d4WJKEJ3nHyFjOGoLRSbk,1035 +django/conf/locale/de_CH/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/de_CH/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/de_CH/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/de_CH/formats.py,sha256=Qyry8mSDw2bDA_qGLNA7uWMCD1xMHe7K-5zORrHYF7E,1379 +django/conf/locale/dsb/LC_MESSAGES/django.mo,sha256=okTzL_pawrss_WuJ0fTP0NV2yB9Z1UbNN7UXZxMSPtM,28798 +django/conf/locale/dsb/LC_MESSAGES/django.po,sha256=LkRziiXfT24bg7tX7uXKN0B3oOl2aEDsJAKFSy-gGoc,31019 +django/conf/locale/el/LC_MESSAGES/django.mo,sha256=QPWjy3tU8e59mEO_4pGYHQDO5qvtu4-FtP4sbVj0YJA,34441 +django/conf/locale/el/LC_MESSAGES/django.po,sha256=NBgkyK5cIPc8WOnKBJEn7apqiaF9HZ6-hNu4mHg0eO8,36885 +django/conf/locale/el/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/el/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/el/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/el/formats.py,sha256=i6NoGblrfzTMa8YB56ZXwZITwqh1XmVi8TE8a6REOCU,1387 +django/conf/locale/en/LC_MESSAGES/django.mo,sha256=mVpSj1AoAdDdW3zPZIg5ZDsDbkSUQUMACg_BbWHGFig,356 +django/conf/locale/en/LC_MESSAGES/django.po,sha256=HrTXWm-SbDAWr9fEj3bHLUJ1jbPJDEgR7c3I4E3vjBw,28517 +django/conf/locale/en/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/en/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/en/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/en/formats.py,sha256=QAMybGqJETPG_vx3kQM4UGyaOffkx5no1dqpU9ri9cc,1750 +django/conf/locale/en_AU/LC_MESSAGES/django.mo,sha256=vx8-wkZxPq-WseGghwXuLAK5MdDsRScKnrgBATVarwc,16288 +django/conf/locale/en_AU/LC_MESSAGES/django.po,sha256=-9v7S5GrwT9045EePAWwUIqtXmOo_9W9dRQ6kFsCBmQ,23221 +django/conf/locale/en_AU/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/en_AU/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/en_AU/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/en_AU/formats.py,sha256=ahNtDcF-uKEhsa8J5V2RPn80RCZJIpxSEc2BMEAljKE,2052 +django/conf/locale/en_GB/LC_MESSAGES/django.mo,sha256=whAV7H3YTMcdt-gFyKY5naykTaV19x1gZoO8SJh2_TI,13133 +django/conf/locale/en_GB/LC_MESSAGES/django.po,sha256=vpqOmBh0ccf7P5-lcwFgxUhCJw35BWi39aALjmEa5nY,22060 +django/conf/locale/en_GB/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/en_GB/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/en_GB/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/en_GB/formats.py,sha256=qtvBeKK2jv3dTETbbBJDYeFbgTXmAkQsRkyOzR2FGIo,2052 +django/conf/locale/eo/LC_MESSAGES/django.mo,sha256=iA9YhYlxq3qn6crp5T45qpMk8nGoed_t5T1oJmnXOV8,26087 +django/conf/locale/eo/LC_MESSAGES/django.po,sha256=2v65pkCQOvPkcTetBe_G-XTrQHivQWCL9HXSiDx6z3I,28260 +django/conf/locale/eo/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/eo/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/eo/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/eo/formats.py,sha256=iemUtasv_36Z5WlKy9bSWGzptkBDxsB_MeCBaDqp3W4,2270 +django/conf/locale/es/LC_MESSAGES/django.mo,sha256=4qsEQw1K5MumsbKQvv8DC9WQtGRQSGfHOrKyxtgygx8,26778 +django/conf/locale/es/LC_MESSAGES/django.po,sha256=C1fCJZCswMjw2DYwNmGrQsYheZL9FjRWjDuLTIiDy4I,29588 +django/conf/locale/es/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/es/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/es/formats.py,sha256=Z-aM3Z7h7Fjk2SAWKhnUYiuKbHpc7nZZ3-wnelK0NwI,949 +django/conf/locale/es_AR/LC_MESSAGES/django.mo,sha256=pkjQMmIWFgJ2CYTJbxnc93Nvcq-priOH17pFO3KrhKA,27233 +django/conf/locale/es_AR/LC_MESSAGES/django.po,sha256=Nl4OM_ypL7vXKBgMe6JY8J6YMQj2SfWKUFhBdV5CcOY,29171 +django/conf/locale/es_AR/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_AR/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/es_AR/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/es_AR/formats.py,sha256=wY64-6a2hajRveIgJLpkKES_v-QejkkgExdnnJdYN1E,935 +django/conf/locale/es_CO/LC_MESSAGES/django.mo,sha256=bXSa4kJtVu9xeQOFgP7RTfirJgEynWk4R32KSKjEezM,22791 +django/conf/locale/es_CO/LC_MESSAGES/django.po,sha256=8X_pdt0Amtvbw3AZUE_fKMy20ItYR-zS1caqnHxKjIE,26533 +django/conf/locale/es_CO/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_CO/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/es_CO/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/es_CO/formats.py,sha256=kvTsKSaK7oDWK6a-SeO3V3e__64SjtDBMWoq0ouVDJ4,700 +django/conf/locale/es_MX/LC_MESSAGES/django.mo,sha256=0WYdCPgyC0XpF8to_bbyw__IRA5LGj8izt8DoCH1m6I,15095 +django/conf/locale/es_MX/LC_MESSAGES/django.po,sha256=rwJvZGP-6uQX1bvQSW4pVE4y4dfriVZOCfkWRzC9QBI,23042 +django/conf/locale/es_MX/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_MX/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/es_MX/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/es_MX/formats.py,sha256=tny9CPrJJV5qRJ_myuiQ8fMfg3fnNtv3q6aOSxLdK0E,799 +django/conf/locale/es_NI/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_NI/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/es_NI/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/es_NI/formats.py,sha256=QMfHoEWcpR_8yLaE66w5UjmPjtgTAU7Yli8JHgSxGRI,740 +django/conf/locale/es_PR/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/es_PR/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/es_PR/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/es_PR/formats.py,sha256=mYKWumkfGElGDL92G0nO_loBoSOOFKs0ktsI3--nlLQ,671 +django/conf/locale/es_VE/LC_MESSAGES/django.mo,sha256=93zneQv56yHv9DfaIJ0cIv8wBk_E8RCjUgAZYHgfdYc,23797 +django/conf/locale/es_VE/LC_MESSAGES/django.po,sha256=m5bxw3vZNZwDNt5riWNjAqzgYFsMS2PM124ek3JALus,27070 +django/conf/locale/et/LC_MESSAGES/django.mo,sha256=yeYl_ISf5h1aXOWUWWF_jk4VKDrcdpt0RgxzJrspF64,24191 +django/conf/locale/et/LC_MESSAGES/django.po,sha256=8ooYBubOrtFkgdAZ22OyMc6KQwwk5PNOGGZ0HYDIpNg,27406 +django/conf/locale/et/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/et/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/et/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/et/formats.py,sha256=kD0IrKxW4AlMhS6fUEXUtyPWfsdLuBzdDHiEmdfzadQ,707 +django/conf/locale/eu/LC_MESSAGES/django.mo,sha256=35se1szmuv6UW9flVE5CHy34laOvPhcGgNDmyRZSlWE,26371 +django/conf/locale/eu/LC_MESSAGES/django.po,sha256=aE3SnGoSOVdgHbL6HdmuYWxh5KmeCZxSc5z59Y58yn4,28570 +django/conf/locale/eu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/eu/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/eu/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/eu/formats.py,sha256=R-Ex1e1CoDDIul2LGuhXH5-ZBsiRpTerqxqRAmB8gFM,749 +django/conf/locale/fa/LC_MESSAGES/django.mo,sha256=FtnxlcyExAxzTRg4UhpKmoNRRy1OH_Ogj1O3qAvK0Qo,30916 +django/conf/locale/fa/LC_MESSAGES/django.po,sha256=Es7wgkOljcbihnH4O82DVyHxrYBFZVXIwEGqX5O2sjU,33247 +django/conf/locale/fa/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fa/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/fa/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/fa/formats.py,sha256=RCDlj-iiAS7MVgWwOFSvQ_-QROhBm-7d8OP6QhkcGZw,722 +django/conf/locale/fi/LC_MESSAGES/django.mo,sha256=7XRs-YWV2HX2qqjEZbmUlkcnWkmMhWLoF9G0fKuzeyk,26301 +django/conf/locale/fi/LC_MESSAGES/django.po,sha256=hq9Iivjsd3zM6uiYX59pS4peKqTM1wmJpcbGrrn5siM,28551 +django/conf/locale/fi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fi/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/fi/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/fi/formats.py,sha256=L4-Y1nX-OwKv__oN5PVgRq3P1uJ8Nwuf72zkd44QiS0,1325 +django/conf/locale/fr/LC_MESSAGES/django.mo,sha256=x58bCqzU3NFIghpl7npnA6ZGlEu1XEQzm383X2T9634,27684 +django/conf/locale/fr/LC_MESSAGES/django.po,sha256=mlxmIL742Ln3ti3jeGFwU8LOABrYyTQTyBVzPxi1Q-k,29809 +django/conf/locale/fr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fr/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/fr/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/fr/formats.py,sha256=fcbOaNmoQWU5O87YsviFsqQ1SXaRZ0opsCvgygCklqE,1389 +django/conf/locale/fy/LC_MESSAGES/django.mo,sha256=N13eBeS5pewXpx3yIAwiqB8ISjw-J2ku99dncOnz_lY,2525 +django/conf/locale/fy/LC_MESSAGES/django.po,sha256=GyR8MjHB6fS3NuxDCsNegt9rZPyst5pMqs0i0WWIXUM,19283 +django/conf/locale/fy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/fy/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/fy/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/fy/formats.py,sha256=mJXj1dHUnO883PYWPwuI07CNbjmnfBTQVRXZMg2hmOk,658 +django/conf/locale/ga/LC_MESSAGES/django.mo,sha256=Iw1dcW6tAoIFBgjFAWyfXH7lXz__fRrS7cktYtcQ_IM,15097 +django/conf/locale/ga/LC_MESSAGES/django.po,sha256=Adp1JYadvckm_A4nlXZGM-hPAz_8bcdNw08BlEQNorQ,24000 +django/conf/locale/ga/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ga/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/ga/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/ga/formats.py,sha256=Kotsp4o-6XvJ1sQrxIaab3qEW2k4oyPdJhcqvlgbGnU,682 +django/conf/locale/gd/LC_MESSAGES/django.mo,sha256=6smT7_jkJK2oQTbvfi-crzN6nD5mX6LAlDduSUOd75A,29716 +django/conf/locale/gd/LC_MESSAGES/django.po,sha256=Y9d4Ry4CqmzIBgqrdAf3aoCVs6MuJxzEilxRROTsiYU,32089 +django/conf/locale/gd/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/gd/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/gd/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/gd/formats.py,sha256=tWbR1bTImiH457bq3pEyqdr4H2ONUdhOv2rZ2cYUdC8,715 +django/conf/locale/gl/LC_MESSAGES/django.mo,sha256=sNVgEfEr_q6kth4MHJvBOZ34H-LkrkiFfjBsfmKA9fc,15342 +django/conf/locale/gl/LC_MESSAGES/django.po,sha256=6Zu_Oi6Xa7igkyjA8jp0BxvkLIYgguXnGFcRwPG3uO8,23283 +django/conf/locale/gl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/gl/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/gl/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/gl/formats.py,sha256=Tr41ECf7XNn4iekgPGUSKI6-lDkcHj1SaHno5gPa5hw,757 +django/conf/locale/he/LC_MESSAGES/django.mo,sha256=2Ucp8PF2To6LwRgcCom3wlY--aUM4fk0yKB7kZA7Hrc,30609 +django/conf/locale/he/LC_MESSAGES/django.po,sha256=gVyChpm3EdPUYiTMx8-fGqAseDLwEL_L-nlgln2-VKE,32825 +django/conf/locale/he/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/he/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/he/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/he/formats.py,sha256=-3Yt81fQFRo7ZwRpwTdTTDLLtbMdGSyC5n5RWcnqINU,712 +django/conf/locale/hi/LC_MESSAGES/django.mo,sha256=4v9ljgKHyBd4tqUr_5CBNS8rNtLsFERsFOK-zx8kYvY,19270 +django/conf/locale/hi/LC_MESSAGES/django.po,sha256=Ennlas9mqLL6pqYRXhEHK8OPyXNq9I0aKoizn0aeKLk,27774 +django/conf/locale/hi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/hi/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/hi/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/hi/formats.py,sha256=dBY0JvWinGeNiDy4ZrnrtPaZQdwU7JugkzHE22C-M0A,684 +django/conf/locale/hr/LC_MESSAGES/django.mo,sha256=Y5qAfjbubIQDJIbkJzw7tfzUsuIlEYUlsvGfvEYiFP8,24409 +django/conf/locale/hr/LC_MESSAGES/django.po,sha256=iOHjAFvvu8OiBeh2IukSFXEkL-Uqr_dDEKKCAlvGtjo,28207 +django/conf/locale/hr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/hr/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/hr/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/hr/formats.py,sha256=XfnsPwZiQfga6RwviGwazNIEU0HAjaj5as_nOk-Frts,2041 +django/conf/locale/hsb/LC_MESSAGES/django.mo,sha256=QZ1KaImLMOW0brSZeKFQK2bSuDLrMtFT5Ok8YPSdeK4,28550 +django/conf/locale/hsb/LC_MESSAGES/django.po,sha256=bwhH5UUOlRFbVjcj0mEOqxOhp80EuxmMz0qWIdaZDJg,30750 +django/conf/locale/hu/LC_MESSAGES/django.mo,sha256=LEBClk35Wyf8myh7JkvqLT28zAK-9NUlMOcBjeFbmH0,27364 +django/conf/locale/hu/LC_MESSAGES/django.po,sha256=WJyHeY3plRpEmMN6haSULQJc52daK2s54T2Jix5upnQ,29541 +django/conf/locale/hu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/hu/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/hu/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/hu/formats.py,sha256=l-CD1wEvLKcWMTyYIvnPcA6eQYE14-elkQ4jkEtYSZk,1052 +django/conf/locale/hy/LC_MESSAGES/django.mo,sha256=HWkyBxPL9p2r1j3skftd0v2J9R_O7sRn8sazj5lWN78,27713 +django/conf/locale/hy/LC_MESSAGES/django.po,sha256=_gXKlEOS74kKHypQqBVtsq8oNae7yEFOOMXfOFR_J3g,31567 +django/conf/locale/ia/LC_MESSAGES/django.mo,sha256=uctHDWY1qKSlNlcdaEGswjWkPYy3BDJawUbAfEddk4Y,23125 +django/conf/locale/ia/LC_MESSAGES/django.po,sha256=ckopqh_kKLtaJC9upyGY4hh9NSkF-iHsZOm9sur4-A4,26641 +django/conf/locale/id/LC_MESSAGES/django.mo,sha256=pJb0w1JOHkn5p9sBadwC6owUQEXsAKyKI7wpMjbwOd0,25925 +django/conf/locale/id/LC_MESSAGES/django.po,sha256=Bdq_oicrrmLto7paQNC-yvBglS1fGw3flRHi7lNKTrg,28000 +django/conf/locale/id/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/id/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/id/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/id/formats.py,sha256=d6FIM_bRvKVQtOmS1p_Le81y7UqnS5zqfjtq-krGqzo,2070 +django/conf/locale/io/LC_MESSAGES/django.mo,sha256=1PUSoRgjcrjc8OHIvkjAAh0xtSkSaafGZuO6SYkx5CY,14965 +django/conf/locale/io/LC_MESSAGES/django.po,sha256=aURK_SeTtqM8ko_kI_AM5jWyqKAb1iuqNvOKQ1GQ0SE,22892 +django/conf/locale/is/LC_MESSAGES/django.mo,sha256=Cz2_MRbLOArWsezh8fKEGpIEsQqUoSWg_kjEKYPVhuw,24466 +django/conf/locale/is/LC_MESSAGES/django.po,sha256=7MEcOAKRG1v3Z-E6sR9Xh2of5cf_NQy4QDo_S3kvF2E,27899 +django/conf/locale/is/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/is/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/is/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/is/formats.py,sha256=4BbmtZUfTOsQ818Qi6NEZ54QUwd2I8H2wbnaTe0Df74,688 +django/conf/locale/it/LC_MESSAGES/django.mo,sha256=Dn15KQTQaJhoxPiDMAnyrbzyaDbEzeL7BsZDl31rFng,26635 +django/conf/locale/it/LC_MESSAGES/django.po,sha256=wvLu9ylPEWS5jOCkLgNhy6DdQMumPWPCX6Faec-tnJ0,29109 +django/conf/locale/it/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/it/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/it/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/it/formats.py,sha256=QK1cnZ4b420JFItMk6tFibOztIalSseiMMFSyoDMco0,2017 +django/conf/locale/ja/LC_MESSAGES/django.mo,sha256=-Ld36PNPNKdCl5wJQO8mTZtbASP3KB3PpjR_mkO7shg,29182 +django/conf/locale/ja/LC_MESSAGES/django.po,sha256=zsYr7_wqU1_jgH6ltzbjuU0HTE4MP8And4_NugmF6hQ,31180 +django/conf/locale/ja/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ja/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/ja/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/ja/formats.py,sha256=V6eTbaEUuWeJr-2NEAdQr08diKzOlFox1DbugC5xHpk,729 +django/conf/locale/ka/LC_MESSAGES/django.mo,sha256=Hf5OQ-xCo_uenldyxOuf7JUymEpBc10QoVW95DOvOqU,29673 +django/conf/locale/ka/LC_MESSAGES/django.po,sha256=mr35hdmo9nW4wnsnwO02Sn4qGhw1dqNsVbMyf9xrzuM,35053 +django/conf/locale/ka/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ka/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/ka/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/ka/formats.py,sha256=He8e8V8LwpCB9R-oZ3xq6XF3OhySg0wIqb16mtME4MQ,2115 +django/conf/locale/kab/LC_MESSAGES/django.mo,sha256=Y1q3K0U7gFl_0wxVd9BnpaUK8NjBajk_T8lFgyDC_ks,7200 +django/conf/locale/kab/LC_MESSAGES/django.po,sha256=iyxoGXMzvIyj3FedGLNrDDQqv4qRunq_2BZ8_FCOcoY,19730 +django/conf/locale/kk/LC_MESSAGES/django.mo,sha256=q0Un1j5JAPq9T5d6AK-Ks-RlS5c4tidXf0AmuvxvjB0,13916 +django/conf/locale/kk/LC_MESSAGES/django.po,sha256=r9W3U7pAlSsLFL7x9NZLSawT5KvJXJY2W0-ebyv0EG4,24156 +django/conf/locale/km/LC_MESSAGES/django.mo,sha256=IkYee7gjLxKUUaJ1xrWlm-mGFy-1Q5YQTfOcKaqsdG8,7284 +django/conf/locale/km/LC_MESSAGES/django.po,sha256=BUyjSCQne8sySq1dLsqmKCzCJMja562ocRYcNiZOKPk,21508 +django/conf/locale/km/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/km/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/km/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/km/formats.py,sha256=o0v-vZQaH-v-7ttAc0H0tSWAQPYQlxHDm0tvLzuPJfw,750 +django/conf/locale/kn/LC_MESSAGES/django.mo,sha256=BAaiqXIUfzFjrsvQiyp6zpfUXC28KsWRzCGieZzHzMQ,18634 +django/conf/locale/kn/LC_MESSAGES/django.po,sha256=4LnQc0QMFjrYi6a68ZvzwXpEhHE1BYuKB7IMdTwvxEE,28689 +django/conf/locale/kn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/kn/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/kn/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/kn/formats.py,sha256=FK0SWt0_88-SJkA1xz01sKOkAce5ZEyF-F0HUlO5N4k,680 +django/conf/locale/ko/LC_MESSAGES/django.mo,sha256=-tQKUOCJsq6yDeiQRgWo96VZYJaXeLufTYi8OC1r2XE,27294 +django/conf/locale/ko/LC_MESSAGES/django.po,sha256=bJqRw7f021r7rr3Tka7eTVrXWq-8yznBm_0AXdRTOcg,29665 +django/conf/locale/ko/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ko/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/ko/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/ko/formats.py,sha256=S2EcLIPMbVxRuWnRzWp2R7VzIVBaa4t6XqliTILwM4I,2255 +django/conf/locale/lb/LC_MESSAGES/django.mo,sha256=3JKBA-zIROxVEJFv8eoUKrVoRFjbY9bBk16jQF7Wp3s,8069 +django/conf/locale/lb/LC_MESSAGES/django.po,sha256=v1_uBQpRI8fT88whqpah66AmaJG_uIX65_sRZEN2LPg,20131 +django/conf/locale/lt/LC_MESSAGES/django.mo,sha256=o8yCAEvftNnmhwCkIs1f3lQMqlHkyRfdulcYf0e3dE8,28609 +django/conf/locale/lt/LC_MESSAGES/django.po,sha256=ji18ceHzldbfAoRv9ON6mpCTxC3-ND9I3g9Y9Zd3AmE,31186 +django/conf/locale/lt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/lt/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/lt/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/lt/formats.py,sha256=wnele5vB2HN-LvOli8K7tGZQUJlSmQW_ZhgoULgqa0o,1765 +django/conf/locale/lv/LC_MESSAGES/django.mo,sha256=3D8YQDDCbMEPy3R1EVgUxzjYar1f50sDmVvDlLIVhpY,27473 +django/conf/locale/lv/LC_MESSAGES/django.po,sha256=gq9OZhMMlWW31HSBZgeaQxSXKRwvSTqSHb4wRwr4xfE,29817 +django/conf/locale/lv/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/lv/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/lv/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/lv/formats.py,sha256=NodzlrtA6_0k7bmCs6a9-TjhAriGZcTT12M1-aN-j-4,1841 +django/conf/locale/mk/LC_MESSAGES/django.mo,sha256=GqcYWwCPmQZeBa9sxroK0LQYqlpwE9CPc088bpmv2Kg,29431 +django/conf/locale/mk/LC_MESSAGES/django.po,sha256=VZT-VhVOlcQaJKau3giyN24XA4GG1aLR6U9e-dDmJWQ,32812 +django/conf/locale/mk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/mk/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/mk/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/mk/formats.py,sha256=svukojExoWux5uk8K1W3NhbQUvEbWTht5_HybAmTaiU,1677 +django/conf/locale/ml/LC_MESSAGES/django.mo,sha256=95ylg5x9-DH6OrRGVAxMEx3sDsHzXRpsB6K7DDhHxsw,36981 +django/conf/locale/ml/LC_MESSAGES/django.po,sha256=96rZup0Fod6fjfDbDBEBZTDvPLexo16q6XBb3LY4Yck,40425 +django/conf/locale/ml/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ml/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/ml/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/ml/formats.py,sha256=QAMybGqJETPG_vx3kQM4UGyaOffkx5no1dqpU9ri9cc,1750 +django/conf/locale/mn/LC_MESSAGES/django.mo,sha256=DODflchN0ARw3eKToufj-afz-71ziZhZF6iWxXDPI_E,31170 +django/conf/locale/mn/LC_MESSAGES/django.po,sha256=ATP2UnTppKZsT8Tpi1TjFd6Imo9mT_O3O4cX990dZ6M,33395 +django/conf/locale/mn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/mn/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/mn/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/mn/formats.py,sha256=ET9fum7iEOCGRt9E-tWXjvHHvr9YmAR5UxmEHXjJsTc,676 +django/conf/locale/mr/LC_MESSAGES/django.mo,sha256=Jy_VbHVKhgNj9MSmdLv3ouVYXYjJ_JFTn8_zmYoYcyg,1652 +django/conf/locale/mr/LC_MESSAGES/django.po,sha256=yyPm1I1uqXG8VkS6yTrwECvi6p07RRep5h9iXx_v7eQ,18910 +django/conf/locale/my/LC_MESSAGES/django.mo,sha256=5pYLrTOipARNLlpG5dp0VZYJUQNqdt0vK2blo1x6keg,2650 +django/conf/locale/my/LC_MESSAGES/django.po,sha256=IVACCaTwYgAANqlcrthvSLFK9zvlOLhJTFRWCRBm11U,19193 +django/conf/locale/nb/LC_MESSAGES/django.mo,sha256=LgXMq9SNrvX3BB3Ja7LRp1aaJ6Rgk4w47IgnE91WUdo,25948 +django/conf/locale/nb/LC_MESSAGES/django.po,sha256=sZgKv7flqtksUHWMN-ib0WJ3n2zQb98B3NmwxolFnhM,28165 +django/conf/locale/nb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/nb/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/nb/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/nb/formats.py,sha256=n2C0JR5Y8JiNXapfAjMHVnaxBL0OhPOwGquca37vI4o,1701 +django/conf/locale/ne/LC_MESSAGES/django.mo,sha256=oFOTWs82az7Vddh8TNtqAC0qgOBbciwC13Xtf2sqcXc,31196 +django/conf/locale/ne/LC_MESSAGES/django.po,sha256=cvlhX4j7aXxp08ZCZHNaiPX9HmvjMoi0iXl5qJL7-oY,35106 +django/conf/locale/nl/LC_MESSAGES/django.mo,sha256=N_qx_zK--FQ8RvRR2lsetBLEtohcki9LrrpatiHav0g,25925 +django/conf/locale/nl/LC_MESSAGES/django.po,sha256=KkgdXeKpH128NM804nfWD3mqoFsoOUR0oSTZPg6iOUM,28684 +django/conf/locale/nl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/nl/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/nl/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/nl/formats.py,sha256=kMY8SpEDMdvSD3Bcluz-EdSYdV3VhgTs30Z2qIpN_wM,4407 +django/conf/locale/nn/LC_MESSAGES/django.mo,sha256=yfZvfqfpLCx3lV_LMd3Rw0Y4TTUvJQznZGwmf46nhnY,14256 +django/conf/locale/nn/LC_MESSAGES/django.po,sha256=JguzOlZ92jdHfp1eV3U5zKyxTaphpSjGSxXAIxSEspA,22522 +django/conf/locale/nn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/nn/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/nn/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/nn/formats.py,sha256=UpOmzU0aFIh2MrRZ0PuY4LZ2mXe15SL-_Z_yAVM3fxM,1745 +django/conf/locale/os/LC_MESSAGES/django.mo,sha256=GouuR0wncfpOVJurgDeTkrdKvzaH1iZxr-4IsXVEd6Q,19250 +django/conf/locale/os/LC_MESSAGES/django.po,sha256=DFnTZKUg_hGp2Pu8lJ0_vfZONAUl8JpK8UOhQtWFWR8,26392 +django/conf/locale/pa/LC_MESSAGES/django.mo,sha256=MZHSQcl584TTogQpYXzE1o_AqfZlwpvkb1CeXksVseI,11501 +django/conf/locale/pa/LC_MESSAGES/django.po,sha256=-mzScJHrkxIMp4tbbd8NA1EG6V2_pail2PYhaJ8FWxU,22591 +django/conf/locale/pl/LC_MESSAGES/django.mo,sha256=-AKiAKdQ_HlnhfIObKljYjhnY1h-jvCvOnbiosrgMhc,28877 +django/conf/locale/pl/LC_MESSAGES/django.po,sha256=x-goz7cZnpiUxwNNXJbOzDosKBruXF5D8jgA1JV0MoE,32117 +django/conf/locale/pl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/pl/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/pl/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/pl/formats.py,sha256=UjzylphDLBOy4IlFY3SAvaTIwxsjKz41wZMxUDzM7KA,1082 +django/conf/locale/pt/LC_MESSAGES/django.mo,sha256=w4VlviMTuH2lGdpWxvi3ZlHSowcLzhxugR38oIuPA5Y,26396 +django/conf/locale/pt/LC_MESSAGES/django.po,sha256=W4bjTmIOsvK4QpNf_2NEhYR6OIx9MYUDIsbndWaa8nU,28736 +django/conf/locale/pt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/pt/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/pt/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/pt/formats.py,sha256=B7_tX50445cz2hiLJBid1vY0z9BDYouTAaCXLwr117Y,1652 +django/conf/locale/pt_BR/LC_MESSAGES/django.mo,sha256=KIgQma7yqI0YWE7IEtt6FhQERveRoSQEtfdCdodvf9Y,26707 +django/conf/locale/pt_BR/LC_MESSAGES/django.po,sha256=AdhQBpCDQmIGT2Q2Fdba6L8qH9jNsvkuE1t12ew9n2s,29695 +django/conf/locale/pt_BR/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/pt_BR/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/pt_BR/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/pt_BR/formats.py,sha256=46QDzg8pNMlw5MAs3U8Rj8SykK8Ck6SZBONk5_VzY2Q,1369 +django/conf/locale/ro/LC_MESSAGES/django.mo,sha256=ma3U3M3i5KWAoFFZmXpFwyTmt2EaRWE12h4d6BGkENs,27531 +django/conf/locale/ro/LC_MESSAGES/django.po,sha256=cTMIF4bOx7ZgipIb1PCagJvSnP4y9NmFAY4v8WPQkzg,29905 +django/conf/locale/ro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ro/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/ro/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/ro/formats.py,sha256=hpxpg6HcFGX5HFpypZ-GA4GkAsXCWuivMHLyyV1U2Rw,928 +django/conf/locale/ru/LC_MESSAGES/django.mo,sha256=B5UT1xP0cyCplkMWoL-XYtdDj5eAFjjQmROlwC5psQM,36963 +django/conf/locale/ru/LC_MESSAGES/django.po,sha256=Uqe3Hlrebp4r_QjLc3a685jLdleMemN0I0xHdpL-uV4,39891 +django/conf/locale/ru/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ru/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/ru/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/ru/formats.py,sha256=wM47-gl6N2XbknMIUAvNmqxNyso6bNnwU11RzoLK3RM,1202 +django/conf/locale/sk/LC_MESSAGES/django.mo,sha256=N8mxZSWdUs3AMRooC-aUYC8oKXcqy8bBivOX_qjl1UY,27960 +django/conf/locale/sk/LC_MESSAGES/django.po,sha256=rzE7u5RtBADW3FTd8PaKkWGRwTVf93Bib_jvoqQZTU4,30339 +django/conf/locale/sk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sk/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/sk/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/sk/formats.py,sha256=uDeovJ6Oo39vxb_Y2EbwlqBh3F4N6D6EOpYzPMDH4yU,1108 +django/conf/locale/sl/LC_MESSAGES/django.mo,sha256=RnfBB1TUFbQl6Ux4fN2A06zGOQf6i0xT0Zbjkl5SLcw,27630 +django/conf/locale/sl/LC_MESSAGES/django.po,sha256=4xZ8TsVvDP1ex0ADRKhQOWLLeWJmEnLjh0q8JGL1k5A,30074 +django/conf/locale/sl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sl/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/sl/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/sl/formats.py,sha256=fChz1Gj0lUVg-BnLITgoKcUXKlRTesowYokrWUbdQtc,2053 +django/conf/locale/sq/LC_MESSAGES/django.mo,sha256=i6blaU6gB1y0cHDwdWCoMm4fFwSOPTPeUhTH0kUWTeo,26966 +django/conf/locale/sq/LC_MESSAGES/django.po,sha256=OnJeUUXu4HoSg04XbCriKhlBlGTuoWQq869-sbUJiJk,29013 +django/conf/locale/sq/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sq/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/sq/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/sq/formats.py,sha256=X7IXRLlVWmlgNSa2TSvshv8Vhtjfv0V1Okg0adqVl3o,688 +django/conf/locale/sr/LC_MESSAGES/django.mo,sha256=lAZzH3a0Tq5HC8VjQ7-mrU2WIylbkoxPq6_uJrbSNOE,33073 +django/conf/locale/sr/LC_MESSAGES/django.po,sha256=hsS-pEmc3S3GtuNsd-qWLCjluKy3j4uxmXZ2iP9wgrY,35215 +django/conf/locale/sr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sr/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/sr/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/sr/formats.py,sha256=SGrIbHa8LJdOV_nlmwShGOQ1Wz-l4lNpufHQsPMJcFk,1946 +django/conf/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=eD7DcFzYWpfxvnbngcnBazlBPgJwaAtnB7JDfQ4S_hw,14941 +django/conf/locale/sr_Latn/LC_MESSAGES/django.po,sha256=87XW8LhBwQ2dFtqQnnDPA2sjGheqURIsaDUXMoCK_GY,23344 +django/conf/locale/sr_Latn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sr_Latn/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/sr_Latn/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/sr_Latn/formats.py,sha256=SGrIbHa8LJdOV_nlmwShGOQ1Wz-l4lNpufHQsPMJcFk,1946 +django/conf/locale/sv/LC_MESSAGES/django.mo,sha256=38HMVs_MIdAtnYhOTCTESTxkbEhmoXs3Y1PB0cH2Puk,26399 +django/conf/locale/sv/LC_MESSAGES/django.po,sha256=lbmJttaEIp-S_Gt97ZnabZyNBKIo0bFLqfsiv85esT0,28675 +django/conf/locale/sv/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/sv/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/sv/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/sv/formats.py,sha256=25cpkzB06_S54wXu-yGNJ7_6zcsAH39KnvzlWnkzGlI,1504 +django/conf/locale/sw/LC_MESSAGES/django.mo,sha256=ZHWikD3fPZeBsrQ7qg9iHfzEt5DoQU1rBXvMd5Wzdtk,14903 +django/conf/locale/sw/LC_MESSAGES/django.po,sha256=9BcGhrZMf5gJzw02YCt4QyUdQYVphHUb13oHKy9eTEU,22800 +django/conf/locale/ta/LC_MESSAGES/django.mo,sha256=UsBQWhTd5y0OBsH7Zr8cVX7NV7P6waHpc_0RcpWQPH0,7155 +django/conf/locale/ta/LC_MESSAGES/django.po,sha256=EG-DZKUybRWuFEQ8jHIf171sdnZzpjnbaDXJQuffRVo,21547 +django/conf/locale/ta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ta/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/ta/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/ta/formats.py,sha256=LbLmzaXdmz4UbzNCbINYOJLggyU1ytxWAME3iHVt9NY,682 +django/conf/locale/te/LC_MESSAGES/django.mo,sha256=h0T8JGVo0EzGXSbwDVWulpVs0PLJM0gfro_QTk5SHEY,13321 +django/conf/locale/te/LC_MESSAGES/django.po,sha256=G0x90aGtPjtouO99ZQMN9Nf-YW83d_qxMSc-7CrwhX4,24597 +django/conf/locale/te/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/te/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/te/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/te/formats.py,sha256=aSddq7fhlOce3zBLdTNDQA5L_gfAhsmKRCuyQ8O5TyY,680 +django/conf/locale/th/LC_MESSAGES/django.mo,sha256=Sn7J8bolyiK25-sCKvKHKosEQy2I07XNTLYSUD3zoG8,20155 +django/conf/locale/th/LC_MESSAGES/django.po,sha256=t7Rqy36VExXTYNYnDwhrNq7QElZZw1hRFw7JPgSAizw,28144 +django/conf/locale/th/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/th/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/th/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/th/formats.py,sha256=vBGsPtMZkJZN0gVcX3eCDVE3KHsjJJ94EW2_9tCT0W4,1072 +django/conf/locale/tr/LC_MESSAGES/django.mo,sha256=gOhMQ7TdqgzQF4ghundgsZt6C_kxIYZVVQsdV_cwp74,27131 +django/conf/locale/tr/LC_MESSAGES/django.po,sha256=w9hMpMKE_nwpzoE_F0TO4j3laNzbKNpDiXkxWG5b4FU,29388 +django/conf/locale/tr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/tr/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/tr/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/tr/formats.py,sha256=38lfcqhKBQMUh9mXUMcTgpWMheP4hHryt3b9GZNxWjw,1076 +django/conf/locale/tt/LC_MESSAGES/django.mo,sha256=2YqPqclnPPiORixIWcuw2Ne-w_LzYjLsV3o1Ye1AQwo,15352 +django/conf/locale/tt/LC_MESSAGES/django.po,sha256=o4_JxmlTXHAEoSx6vHxiKiZP1va_aRT5kFxIjXZcjSI,24745 +django/conf/locale/udm/LC_MESSAGES/django.mo,sha256=eeu0nDatoybuYCF6z3hXG4XA1rs6FgX2x9d8r8cYc4Q,13564 +django/conf/locale/udm/LC_MESSAGES/django.po,sha256=61Shy8V_t2ChpP-ZehJ82iauo12bKnuVnNRkWg1844k,22914 +django/conf/locale/uk/LC_MESSAGES/django.mo,sha256=HzJ8-TLYxnCqWpgYqc-C2fWobXSbpJ3DqG2_G-sjQQA,35688 +django/conf/locale/uk/LC_MESSAGES/django.po,sha256=26-bekBlvSZ6w_ZzboEEYRjKZgKkhbhv_7MPB6XSkz8,38561 +django/conf/locale/uk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/uk/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/uk/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/uk/formats.py,sha256=VOqr0IcT2ab42aP7FWAXMILV1KXBckqt44v0CKSpJHg,1361 +django/conf/locale/ur/LC_MESSAGES/django.mo,sha256=TdYByXk7rMGxKyhaBpPX2tH8SaNJpRZKMYdiXDTGiOg,12566 +django/conf/locale/ur/LC_MESSAGES/django.po,sha256=HE5mzhoMdTYdTih4smcZV4N7BMjwiC7jE9urU1D1c8A,23108 +django/conf/locale/vi/LC_MESSAGES/django.mo,sha256=MDt-w99IwQWBwpqjtPagMXe6UlMGacU2w4PFw1vxYNw,19452 +django/conf/locale/vi/LC_MESSAGES/django.po,sha256=BJ50rmwgIa1K52YOcQ9AidcKx1h_Edw5rS-TDylAqUw,25483 +django/conf/locale/vi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/vi/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/vi/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/vi/formats.py,sha256=H_lZwBQUKUWjtoN0oZOxXw0SsoNWnXg3pKADPYX3RrI,762 +django/conf/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=j4QEh-m0QVHCjl-34-LdufDogFT8G4hZ5opVXm381oE,25378 +django/conf/locale/zh_Hans/LC_MESSAGES/django.po,sha256=6SbePpwTiqg3KNK3YiqeaXS_A1N_qJuDQl7QSy1c9N4,27901 +django/conf/locale/zh_Hans/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/zh_Hans/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/zh_Hans/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/zh_Hans/formats.py,sha256=U-1yJketLR187TFCBAzgUCt0UlZNvCxoLgBkYhZz2Ts,1745 +django/conf/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=TEn43zMlXUa9XjkqvXOS98GB77ZNFl3IraNO1zppM1U,24865 +django/conf/locale/zh_Hant/LC_MESSAGES/django.po,sha256=XZABm4NMgxZEz3rfhu256fsk9D-kcHpBcgBbt-zbP-U,26676 +django/conf/locale/zh_Hant/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/zh_Hant/__pycache__/__init__.cpython-38.pyc,, +django/conf/locale/zh_Hant/__pycache__/formats.cpython-38.pyc,, +django/conf/locale/zh_Hant/formats.py,sha256=U-1yJketLR187TFCBAzgUCt0UlZNvCxoLgBkYhZz2Ts,1745 +django/conf/project_template/manage.py-tpl,sha256=ytMiojzkr7Qg3VnkI9Hw6KPuozIpMULyOc0oTnqou8A,638 +django/conf/project_template/project_name/__init__.py-tpl,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/project_template/project_name/settings.py-tpl,sha256=4JwYHW6nbDUufEkQOQjOY08slnLMETQAJ9dqr4PjsmU,3210 +django/conf/project_template/project_name/urls.py-tpl,sha256=vrokVPIRgYajr3Osw2_D1gCndrJ-waGU3tkpnzhWync,775 +django/conf/project_template/project_name/wsgi.py-tpl,sha256=OCfjjCsdEeXPkJgFIrMml_FURt7msovNUPnjzb401fs,428 +django/conf/urls/__init__.py,sha256=Lp9Zc17tRy3bVwULxq1_8qBloXbgmqiQiIzzbqkqDSk,402 +django/conf/urls/__pycache__/__init__.cpython-38.pyc,, +django/conf/urls/__pycache__/i18n.cpython-38.pyc,, +django/conf/urls/__pycache__/static.cpython-38.pyc,, +django/conf/urls/i18n.py,sha256=TG_09WedGtcOhijJtDxxcQkcOU15Dikq0NkLGVvwvCI,1184 +django/conf/urls/static.py,sha256=WHZ7JNbBEQVshD0-sdImvAW635uV-msIyP2VYntzrPk,886 +django/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/__pycache__/__init__.cpython-38.pyc,, +django/contrib/admin/__init__.py,sha256=K5IZ6J5ujshspna6ubTvpFfTBjU7p8EhsbvW6G7fMwY,1243 +django/contrib/admin/__pycache__/__init__.cpython-38.pyc,, +django/contrib/admin/__pycache__/actions.cpython-38.pyc,, +django/contrib/admin/__pycache__/apps.cpython-38.pyc,, +django/contrib/admin/__pycache__/checks.cpython-38.pyc,, +django/contrib/admin/__pycache__/decorators.cpython-38.pyc,, +django/contrib/admin/__pycache__/exceptions.cpython-38.pyc,, +django/contrib/admin/__pycache__/filters.cpython-38.pyc,, +django/contrib/admin/__pycache__/forms.cpython-38.pyc,, +django/contrib/admin/__pycache__/helpers.cpython-38.pyc,, +django/contrib/admin/__pycache__/models.cpython-38.pyc,, +django/contrib/admin/__pycache__/options.cpython-38.pyc,, +django/contrib/admin/__pycache__/sites.cpython-38.pyc,, +django/contrib/admin/__pycache__/tests.cpython-38.pyc,, +django/contrib/admin/__pycache__/utils.cpython-38.pyc,, +django/contrib/admin/__pycache__/widgets.cpython-38.pyc,, +django/contrib/admin/actions.py,sha256=S7p0NpRADNwhPidrN3rKN_LCJaFCKHXX9wcJyVpplsw,3018 +django/contrib/admin/apps.py,sha256=p0EKbVZEU82JyEKrGA5lIY6uPCWgJGzyJM_kij-Juvg,766 +django/contrib/admin/checks.py,sha256=V_P4Hu_wuxcGf3RTDea32CBpQCbc0Mbyco6UdVAE1VQ,45411 +django/contrib/admin/decorators.py,sha256=jQS6FQ2PxaqGYTYNa4jdx-qSVPV9Uf5bRhbC9PF0BMM,969 +django/contrib/admin/exceptions.py,sha256=lWAupa8HTBROgZbDeYS1n_vOl_85dcmPhDwz0-Ke1ug,331 +django/contrib/admin/filters.py,sha256=7zHCG-Og8bTyhh3nd5cG8KTrzHUd4hNEcZdZpoW1Ye0,17465 +django/contrib/admin/forms.py,sha256=hDFBqCKLLp8_ea0T0gshsgUHw0RgUtNoHCp3Q5fkOhA,1001 +django/contrib/admin/helpers.py,sha256=rFT1Hdh44V0PPOVNRg3YYARAZtiR3UyidOziOrw6jKE,15375 +django/contrib/admin/locale/af/LC_MESSAGES/django.mo,sha256=Wbc2ubHv3Zw-N7pIV46MHcjv3Cigaab7rPm8qzBvfQI,16245 +django/contrib/admin/locale/af/LC_MESSAGES/django.po,sha256=HcM8xRLWALn6F2Ynz1KgZl7SRq5zDI7BYI38ste4FcI,17622 +django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo,sha256=dmctO7tPkPwdbpp-tVmZrR0QLZekrJ1aE3rnm6vvUQM,4477 +django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po,sha256=1wwspqp0rsSupVes7zjYLyNT_wY4lFefqhpXH5wBdJM,4955 +django/contrib/admin/locale/am/LC_MESSAGES/django.mo,sha256=UOwMxYH1r5AEBpu-P9zxHazk3kwI4CtsPosGIYtl6Hs,8309 +django/contrib/admin/locale/am/LC_MESSAGES/django.po,sha256=NmsIZoBEQwyBIqbKjkwCJ2_iMHnMKB87atoT0iuNXrw,14651 +django/contrib/admin/locale/ar/LC_MESSAGES/django.mo,sha256=DhTZRYLGi98h9gmQfsIlAms0cCkm0nuozk-lFVNLNVk,17621 +django/contrib/admin/locale/ar/LC_MESSAGES/django.po,sha256=LMfZRZ8yjehdgcLh2HceynRhgDi_XzDEsWZWVXR5noI,19973 +django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo,sha256=gLwHSlr1xGvsbFO1S8mnqM-NVzCUQ75n-X1NCBeANe8,4959 +django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po,sha256=1lgw43gz9MCvcujDQ4eGUvo8Qn5DE2fGvSC_qOs5bEs,6200 +django/contrib/admin/locale/ast/LC_MESSAGES/django.mo,sha256=3uffu2zPbQ1rExUsG_ambggq854Vy8HbullkCYdazA4,2476 +django/contrib/admin/locale/ast/LC_MESSAGES/django.po,sha256=wCWFh9viYUhTGOX0mW3fpN2z0kdE6b7IaA-A5zzb3Yo,11676 +django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo,sha256=kiG-lzQidkXER5s_6POO1G91mcAv9VAkAXI25jdYBLE,2137 +django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po,sha256=s4s6aHocTlzGcFi0p7cFGTi3K8AgoPvFCv7-Hji6At0,4085 +django/contrib/admin/locale/az/LC_MESSAGES/django.mo,sha256=qG76OtMvUFnySaBcdaJQAJPDGH8iaktUyQ8PEdFx4Y8,16875 +django/contrib/admin/locale/az/LC_MESSAGES/django.po,sha256=mNS5Fgr1P8lxWFoPdhsbfM9EaFdu4KFPta-EsX8-UxA,18231 +django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo,sha256=lwMWU4eHd5TLqpkeebGktXq1cSsqzE-siTD_IcA3bZk,4621 +django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po,sha256=72nOuDSiU2fb_RgmJ_sNpVpTBSFX1oVydPm-QqD8AX0,5102 +django/contrib/admin/locale/be/LC_MESSAGES/django.mo,sha256=5CbgzJ_iVyPTxTpToPEhgVSSfh-EhyjsCK75ecbQtrE,20007 +django/contrib/admin/locale/be/LC_MESSAGES/django.po,sha256=kRmThfssQtP_dr4JX2U2o-9qwwicZiM7i9QT9eSjrx0,21277 +django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo,sha256=kDqYyYbnP_oh-pw8kOJGGcFtx-MxI-UARlB5f53ow2w,5942 +django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po,sha256=GsjZtvw8_OQNTrNgyUgGfSZvAC1pg2sse8oILC3J6bs,6451 +django/contrib/admin/locale/bg/LC_MESSAGES/django.mo,sha256=iJzYciumvR_r42WmC3yjTdiWrQmS94p_x0gTWvV9lOc,20070 +django/contrib/admin/locale/bg/LC_MESSAGES/django.po,sha256=9ouezfohVViX6NFG57IFXTzcuMSvAafd6NKncMFJBds,21493 +django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo,sha256=TGNzP1smzgZmo5-s4VKD1E-nWTMtCSjp_hco1a0j4BQ,5565 +django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po,sha256=5uiQqnTyz0R-1vJTHqY0opwnQhMfgPoB-PxOkGpxNwk,6016 +django/contrib/admin/locale/bn/LC_MESSAGES/django.mo,sha256=fKmzDwzLp0Qlv4bvWscf0evanPRAXwR04B6IeJ7wGSw,15247 +django/contrib/admin/locale/bn/LC_MESSAGES/django.po,sha256=-go1WtUozfqbnKlUQr-jNnvEXf98eIZjq-C8KjRJ6NA,19812 +django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo,sha256=t_OiMyPMsR2IdH65qfD9qvQfpWbwFueNuY72XSed2Io,2313 +django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po,sha256=iFwEJi4k3ULklCq9eQNUhKVblivQPJIoC_6lbyEkotY,4576 +django/contrib/admin/locale/br/LC_MESSAGES/django.mo,sha256=yCuMwrrEB_H44UsnKwY0E87sLpect_AMo0GdBjMZRPs,6489 +django/contrib/admin/locale/br/LC_MESSAGES/django.po,sha256=WMU_sN0ENWgyEbKOm8uVQfTQh9sabvKihtSdMt4XQBM,13717 +django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo,sha256=n7Yx2k9sAVSNtdY-2Ao6VFsnsx4aiExZ3TF_DnnrKU0,1658 +django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po,sha256=gjg-VapbI9n_827CqNYhbtIQ8W9UcMmMObCsxCzReUU,4108 +django/contrib/admin/locale/bs/LC_MESSAGES/django.mo,sha256=44D550fxiO59Pczu5HZ6gvWEClsfmMuaxQWbA4lCW2M,8845 +django/contrib/admin/locale/bs/LC_MESSAGES/django.po,sha256=FrieR1JB4ssdWwYitJVpZO-odzPBKrW4ZsGK9LA595I,14317 +django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo,sha256=SupUK-RLDcqJkpLEsOVjgZOWBRKQMALZLRXGEnA623M,1183 +django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po,sha256=TOtcfw-Spn5Y8Yugv2OlPoaZ5DRwJjRIl-YKiyU092U,3831 +django/contrib/admin/locale/ca/LC_MESSAGES/django.mo,sha256=P1SKN-U1ARdH2lG9QOwVCzBGtoiCOV44Sq_TFIP7KJY,16994 +django/contrib/admin/locale/ca/LC_MESSAGES/django.po,sha256=WVZHjstMczy3zkDEntGzDzLaQxFbpa80aUqB4DzA0Ww,18448 +django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo,sha256=jQuQQAoB-_hggWhGXDFhk71xu70rKF0GqHN-DjR9o-c,4560 +django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po,sha256=Mfn1tgpuhe05MBQShhMoJDZ7L5Nn2p1jFy_jYIt0H0g,5098 +django/contrib/admin/locale/cs/LC_MESSAGES/django.mo,sha256=0g1m3rGwPRGfYBPLQwYVlehZJLLECGHCkMjsSVz7Fnc,17190 +django/contrib/admin/locale/cs/LC_MESSAGES/django.po,sha256=fwfy6A-N0IsVrxW0KQlt1CdFYgG3LsPdN0UKetsHDaI,18683 +django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo,sha256=K9lJ7JQ2BmIxZuZDIlCfMkIo6pvormd3wYIoPxMH8VU,5053 +django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po,sha256=FWiaxDEWDMQjkm5j2CidZoRx8RqbWdmTCd-EHZE6gUo,5666 +django/contrib/admin/locale/cy/LC_MESSAGES/django.mo,sha256=7ifUyqraN1n0hbyTVb_UjRIG1jdn1HcwehugHBiQvHs,12521 +django/contrib/admin/locale/cy/LC_MESSAGES/django.po,sha256=bS_gUoKklZwd3Vs0YlRTt24-k5ure5ObTu-b5nB5qCA,15918 +django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo,sha256=fOCA1fXEmJw_QaXEISLkuBhaMnEmP1ssP9lhqdCCC3c,3801 +django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po,sha256=OVcS-3tlMJS_T58qnZbWLGczHwFyAjbuWr35YwuxAVM,5082 +django/contrib/admin/locale/da/LC_MESSAGES/django.mo,sha256=CVE53i98ItqXZUsxPQnRNi_MylEqoBaQJ3nty_D0JAg,16367 +django/contrib/admin/locale/da/LC_MESSAGES/django.po,sha256=7D_QF_KpOnChFnwE8mAiUq8bdaV5eU9q1gqqs2jQjKo,17752 +django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo,sha256=_K0UgjdfnYyLtno5ibSDtwCNz_4Ak4NASvKMd-2rhP4,4518 +django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po,sha256=KUXicxZHf8rLPKBE64HjMQVB4n3U0hxKGGw_a6Oah3w,5120 +django/contrib/admin/locale/de/LC_MESSAGES/django.mo,sha256=0lfScCgStjRldINiX90iExA4yPncETH4PU98kT7w6ZQ,17151 +django/contrib/admin/locale/de/LC_MESSAGES/django.po,sha256=jXiF0E_apjQ7n5WwyUIymxOkHOObv6IvTchFPvPxMmw,18624 +django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo,sha256=_aUsqSeIo9dHAiy6daB-BLselNy7tuPUEf7kVCgEByM,4602 +django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po,sha256=ilCflt4q60Rr1D9wEPNpZQMvJO1R7udNsRgZiml3PdI,5068 +django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo,sha256=JrZYVI9p980knGzoAeVXRmoJXoxj9LPfpYnGBibIuaY,17280 +django/contrib/admin/locale/dsb/LC_MESSAGES/django.po,sha256=xuj9qjt70E4GOaz4XqYRw5ArPnXhRNZbEjQCc5zSjUE,18516 +django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo,sha256=dXeUPn56ZlRRGbBeHaG6YIwou46k0mu00FU7HCX1ou8,5016 +django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po,sha256=TGt8DJWrQ5Qs0SgJjjjeDmwZTGTPEBgeDFRvUhrrMRA,5490 +django/contrib/admin/locale/el/LC_MESSAGES/django.mo,sha256=7pnFzsUwA3Z3AdqccRmr2K6A2hfrhNGsvtFJFI0uOZU,23088 +django/contrib/admin/locale/el/LC_MESSAGES/django.po,sha256=vnMzGKYAAgZqo03IdyEJQv1jAMPIlQ2INh3P7cR2HDc,24662 +django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo,sha256=vfha6S1wDTxgteeprHdCY6j1SnSWDdbC67aoks7TVFw,5888 +django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po,sha256=GJQytMIHNrJeWWnpaoGud4M6aiJCtJ7csyXzmfS6GZs,6560 +django/contrib/admin/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/admin/locale/en/LC_MESSAGES/django.po,sha256=KSCX2Ly3BuNcwUXpNoOGBMi_lOzprJ-FeZ4cqkjbmOo,23147 +django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po,sha256=02sibdoGO77DCuqCRr_w9-4wd50f-TK1m-TFZ7vVf5o,6601 +django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo,sha256=DVjhYEbArfdAQLuE0YAG99eWxa9_eNEz2o9A6X6MrEY,2894 +django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po,sha256=CO7AV-NmmmwnXyBIybSfNZLdXiavphWsd9LNZQNqDL4,11800 +django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo,sha256=LWNYXUicANYZeiNx4mb6pFpjnsaggPTxTBCbNKxPtFw,1714 +django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po,sha256=UZk0oHToRtHzlviraFzWcZlpVAOk_W2oq4NquxevQoE,3966 +django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo,sha256=pFkTMRDDj76WA91wtGPjUB7Pq2PN7IJEC54Tewobrlc,11159 +django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po,sha256=REUJMGLGRyDMkqh4kJdYXO9R0Y6CULFVumJ_P3a0nv0,15313 +django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo,sha256=hW325c2HlYIIdvNE308c935_IaDu7_qeP-NlwPnklhQ,3147 +django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po,sha256=Ol5j1-BLbtSIDgbcC0o7tg_uHImcjJQmkA4-kSmZY9o,4581 +django/contrib/admin/locale/eo/LC_MESSAGES/django.mo,sha256=Kq-XFhLK56KXwDE2r2x93w9JVFSxgXqCU_XKb38DxhU,16252 +django/contrib/admin/locale/eo/LC_MESSAGES/django.po,sha256=Yr37pm5u1xEb9vuUucJmbs9aPErpog9AP9nIr8GQpBU,17752 +django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo,sha256=I1Ue345qSHPmJpX4yiYgomQ8vMgshRt1S1D_ZVJWf7g,4452 +django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po,sha256=BdSRWCYCDxLxtbcPSfRdAMGoTRWOWaxRGpdCIm-3HA0,5040 +django/contrib/admin/locale/es/LC_MESSAGES/django.mo,sha256=xuKy1h77UlayYqn_G4JjJVb1Vy6nVUtiUmdy6MT544Q,17223 +django/contrib/admin/locale/es/LC_MESSAGES/django.po,sha256=YKlRrWfJ1-N_8U9kvLVF9umIfFTtBvw-EpPFsJBITWA,19165 +django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo,sha256=44RpmIC1vT7OGz4ubSAzoiU8OysfLsnueZcIqdF6gjQ,4627 +django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po,sha256=t2Jn5RZo7e-UzqVwgBAejuBceWCidWjXvd--cWEq6rI,5302 +django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo,sha256=7xEd1eMXD0XfwJfRnsjsFE55R0U7MohOzTUmF7OqdYo,17374 +django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po,sha256=KWyaVCv13xvRe9wF66RnUG8JT-565b_JKvvVcaivMTo,18661 +django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo,sha256=am2ZkZFNC_7L7aNKc6imVX-7aY5QK1E26AIe75eEyTU,4892 +django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po,sha256=DB0e4M6Y5sUdEAvByhGA2nhScOnBZx40SManaAWvpyo,5350 +django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo,sha256=0k8kSiwIawYCa-Lao0uetNPLUzd4m_me3tCAVBvgcSw,15156 +django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po,sha256=4T_syIsVY-nyvn5gEAtfN-ejPrJSUpNT2dmzufxaBsE,17782 +django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo,sha256=PLS10KgX10kxyy7MUkiyLjqhMzRgkAFGPmzugx9AGfs,3895 +django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po,sha256=Y4bkC8vkJE6kqLbN8t56dR5670B06sB2fbtVzmQygK8,5176 +django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo,sha256=lQwxsrvK8ZQaqErLj2Uc_6ot5QiczaWgFqIr9K0tzwc,14127 +django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po,sha256=b9BB_rwofNmIl98JB6jA-61AnYq-GvbITLtsOEi_NBM,16964 +django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo,sha256=2w3CMJFBugP8xMOmXsDU82xUm8cWGRUGZQX5XjiTCpM,3380 +django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po,sha256=OP9cBsdCf3zZAXiKBMJPvY1AHwC_WE1k2vKlzVCtUec,4761 +django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo,sha256=himCORjsM-U3QMYoURSRbVv09i0P7-cfVh26aQgGnKg,16837 +django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po,sha256=mlmaSYIHpa-Vp3f3NJfdt2RXB88CVZRoPEMfl-tccr0,18144 +django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo,sha256=Zy-Hj_Mr2FiMiGGrZyssN7GZJrbxRj3_yKQFZKR36Ro,4635 +django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po,sha256=RI8CIdewjL3bAivniMOl7lA9tD7caP4zEo2WK71cX7c,5151 +django/contrib/admin/locale/et/LC_MESSAGES/django.mo,sha256=s7jzFiU_v46bix73UqilOdDI17yz7LB37eMV6vV3K0c,15553 +django/contrib/admin/locale/et/LC_MESSAGES/django.po,sha256=R5oUNDz0vTUiRaZrboRgqn4RZk54GFgAfWk7Hz3PnaU,17422 +django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo,sha256=GOfcPo6Tge73JsPGShWCmepOAvdGgEcdrVTUI-Fxjm4,4394 +django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po,sha256=6qIvrAmlBVY6KM56LkrAl51R9sL-Hnw4u4GNgCoqbRg,4930 +django/contrib/admin/locale/eu/LC_MESSAGES/django.mo,sha256=sutek-yBmp0yA673dBWQLg11138KCcAn9cBdfl_oVJw,16336 +django/contrib/admin/locale/eu/LC_MESSAGES/django.po,sha256=uR2eY8Y6gS95UYOpd-OjjwFzOVfGCl3QOuWnH3QFCr4,17702 +django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo,sha256=bZHiuTFj8MNrO3AntBAY5iUhmCa6LSluGLYw504RKWg,4522 +django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po,sha256=eMpM70UTWIiCDigCgYVOZ9JKQ2IidYZxYcUWunvG8js,5051 +django/contrib/admin/locale/fa/LC_MESSAGES/django.mo,sha256=sf4By8eUwoXQLf20Bg_xbeeBziWQCJJHD6qSPCNI2l8,19770 +django/contrib/admin/locale/fa/LC_MESSAGES/django.po,sha256=AdPkTplO72E7NU4wvTmPNQfmwrPiHSIMPkcd4OS53n0,21261 +django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo,sha256=VXKiFMQnm3YrvanPhoV24y3O_y4BQe8DaXLa6bDiuQQ,5267 +django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po,sha256=4PJhPH1EiAMiiQo2W0g_jiXp6p7g7FYT973T80rhVng,5915 +django/contrib/admin/locale/fi/LC_MESSAGES/django.mo,sha256=Z3e3GBZbSdFeiRnyzF2DVMl9_j3bZKJuhZgUF9GVYAI,15778 +django/contrib/admin/locale/fi/LC_MESSAGES/django.po,sha256=OAwpDK8PcIQm7881rJ-MPlmiCTp_HyTUcQOmrgBgJz8,17475 +django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo,sha256=ez7WTtE6OE878kSxqXniDOQY-wdURYEfxYQXBQJTVpg,4561 +django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po,sha256=rquknGvUFlWNLcrOc1wwhAPn63PZA48qBN8oWiINiQ0,5045 +django/contrib/admin/locale/fr/LC_MESSAGES/django.mo,sha256=mHE7xvetA6F5IOx5jtwNGF7H1Ax6PIL3mCvtDtkufYU,17947 +django/contrib/admin/locale/fr/LC_MESSAGES/django.po,sha256=ZyWTeeml8HGuVi1d_PlxDad103yi8bez5LwlyIa1PQg,19235 +django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo,sha256=KewGnfKOxbAlC7VgPnSkNM-5ASAHw36d_HdKBt06ecw,4735 +django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po,sha256=xa0hANFCx2bR98OHtpYWny5ggyJhzX2C01umaCxqqQE,5228 +django/contrib/admin/locale/fy/LC_MESSAGES/django.mo,sha256=mWnHXGJUtiewo1F0bsuJCE_YBh7-Ak9gjTpwjOAv-HI,476 +django/contrib/admin/locale/fy/LC_MESSAGES/django.po,sha256=oSKEF_DInUC42Xzhw9HiTobJjE2fLNI1VE5_p6rqnCE,10499 +django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po,sha256=efBDCcu43j4SRxN8duO5Yfe7NlpcM88kUPzz-qOkC04,2864 +django/contrib/admin/locale/ga/LC_MESSAGES/django.mo,sha256=cIOjVge5KC37U6g-0MMaP5p8N0XJxzK6oJqWNUw9jfI,15075 +django/contrib/admin/locale/ga/LC_MESSAGES/django.po,sha256=Qx1D0cEGIIPnO10I_83IfU3faEYpp0lm-KHg48lJMxE,17687 +django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo,sha256=G-9VfhiMcooTbAI1IMvbvUwj_h_ttNyxGS89nIgrpw4,5247 +django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po,sha256=DsDMYhm5PEpFBBGepf2iRD0qCkh2r45Y4tIHzFtjJAo,5920 +django/contrib/admin/locale/gd/LC_MESSAGES/django.mo,sha256=5D_bPlVaOxjWUAddUHgltyfItGzTcI1LcvWF_KQyVTk,18685 +django/contrib/admin/locale/gd/LC_MESSAGES/django.po,sha256=MSWiN5WA9ffzb1DjSAyvi3xXrUx6gGs71wcN4K9fi7c,20005 +django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo,sha256=GwtvzwSO_lE6yHEdZLNl3Vzxk0E8KAjhJyIn6aSyc0s,5304 +django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po,sha256=RJv2lrB2UamHczIbCzzLBnEWodMLqgNX9ihofmL6XRo,5809 +django/contrib/admin/locale/gl/LC_MESSAGES/django.mo,sha256=_9JW7LdCw2on4M1oz3Iyl_VMrhrw_0oVIQl4h_rCX6g,13246 +django/contrib/admin/locale/gl/LC_MESSAGES/django.po,sha256=xqdcVwIX5zPxq471crW0yxcOYcbZVaRwKiKx-MAGiqk,16436 +django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo,sha256=YkT7l3U9ffSGqXmu6S41Ex0r7tbK-0BKH5lS6O8PAGs,3279 +django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po,sha256=EDccOpm1mpT8mVRvu5LBsq8nao50oP1V7aKEnuRmtF8,4803 +django/contrib/admin/locale/he/LC_MESSAGES/django.mo,sha256=vq46ZBK67ZmRBQaY9oP_5rTKzXGDIfYWEs_zM1eR_Nw,18109 +django/contrib/admin/locale/he/LC_MESSAGES/django.po,sha256=eVzhoSXRetzNkVi7BGIN3t6MjEf-I-DUiG3n1-4AOKA,19428 +django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo,sha256=14LdNNgLoQTtB49gWUMp32cywmgMRIwizD19p3CAgE4,5157 +django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po,sha256=rUeEfJBwQNNSrkxCpjPu3tKD2sc8DrBto4QOdUiuuY0,5737 +django/contrib/admin/locale/hi/LC_MESSAGES/django.mo,sha256=EogCHT8iAURSuE34kZ0kwEIoz5VjgUQUG2eAIqDxReU,18457 +django/contrib/admin/locale/hi/LC_MESSAGES/django.po,sha256=NcTFbFyHhWOIieUpzIVL7aSDWZ8ZNmfnv5gcxhON1zc,21770 +django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo,sha256=yCUHDS17dQDKcAbqCg5q8ualaUgaa9qndORgM-tLCIw,4893 +django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po,sha256=U9rb5tPMICK50bRyTl40lvn-tvh6xL_6o7xIPkzfKi0,6378 +django/contrib/admin/locale/hr/LC_MESSAGES/django.mo,sha256=3TR3uFcd0pnkDi551WaB9IyKX1aOazH7USxqc0lA0KQ,14702 +django/contrib/admin/locale/hr/LC_MESSAGES/django.po,sha256=qcW7tvZoWZIR8l-nMRexGDD8VlrOD7l5Fah6-ecilMk,17378 +django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo,sha256=KR34lviGYh1esCkPE9xcDE1pQ_q-RxK1R2LPjnG553w,3360 +django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po,sha256=w7AqbYcLtu88R3KIKKKXyRt2gwBBBnr-ulxONWbw01I,4870 +django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo,sha256=pqQAcYbKErsLPgW4d5YCywu9zlol9rRB0ovn5SN6XiY,17024 +django/contrib/admin/locale/hsb/LC_MESSAGES/django.po,sha256=U_JoRC-HraehdZVlHPu6s5ojCSMHWW14Rq1l_MXYttI,18236 +django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo,sha256=w_gJCnB7aw68UzYwwMPmBaj5pHpXRx6AQgFdQkKsgZ4,5087 +django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po,sha256=t4S38sEiNXswarvPUFKzP4rms0AfQgydGv7W4qIa9eQ,5564 +django/contrib/admin/locale/hu/LC_MESSAGES/django.mo,sha256=udUPQkbtYXnfW5KO8tSAZw20bRPMcyV2n-5B82ChkK0,16903 +django/contrib/admin/locale/hu/LC_MESSAGES/django.po,sha256=WHNUlkrweKlo56lDsiwahxerPRx6ysNPTvbcX7J2urM,18431 +django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo,sha256=l3pXOmu379TYVMwPD-6rT4YtBff_MQPtbzfKz1C-jzY,4524 +django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po,sha256=fVI0wNWgfHJ68cM9RgQgdQ_2KpaZRMDfNeSiXjJ5Dlg,5105 +django/contrib/admin/locale/hy/LC_MESSAGES/django.mo,sha256=Dcx9cOsYBfbgQgoAQoLhn_cG1d2sKGV6dag4DwnUTaY,18274 +django/contrib/admin/locale/hy/LC_MESSAGES/django.po,sha256=CnQlRZ_DUILMIqVEgUTT2sufAseEKJHHjWsYr_LAqi8,20771 +django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.mo,sha256=ttfGmyEN0-3bM-WmfCge2lG8inubMPOzFXfZrfX9sfw,5636 +django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po,sha256=jf94wzUOMQaKSBR-77aijQXfdRAqiYSeAQopiT_8Obc,6046 +django/contrib/admin/locale/ia/LC_MESSAGES/django.mo,sha256=SRKlr8RqW8FQhzMsXdA9HNqttO3hc0xf4QdQJd4Dy8c,11278 +django/contrib/admin/locale/ia/LC_MESSAGES/django.po,sha256=pBQLQsMinRNh0UzIHBy3qEW0etUWMhFALu4-h-woFyE,15337 +django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo,sha256=28MiqUf-0-p3PIaongqgPQp2F3D54MLAujPslVACAls,3177 +django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po,sha256=CauoEc8Fiowa8k6K-f9N8fQDle40qsgtXdNPDHBiudQ,4567 +django/contrib/admin/locale/id/LC_MESSAGES/django.mo,sha256=HRBCQYRozKfzAOvc5xmzibUQmZnJYM79I-JC1gqi4OU,16118 +django/contrib/admin/locale/id/LC_MESSAGES/django.po,sha256=-xTpxTvtSaPa11Dbq6hwYKSHCvkezYXu0T3RTlclAiA,17588 +django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo,sha256=IsrbImLKoye0KHfaJ1ddPh2TXtvcuoq5aRskTAUwRhE,4407 +django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po,sha256=o7zQcSD2QkF_DVwHOKS4jxZi7atLPsQQIoG_szM4xFg,4915 +django/contrib/admin/locale/io/LC_MESSAGES/django.mo,sha256=URiYZQZpROBedC-AkpVo0q3Tz78VfkmwN1W7j6jYpMo,12624 +django/contrib/admin/locale/io/LC_MESSAGES/django.po,sha256=y0WXY7v_9ff-ZbFasj33loG-xWlFO8ttvCB6YPyF7FQ,15562 +django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo,sha256=nMu5JhIy8Fjie0g5bT8-h42YElCiS00b4h8ej_Ie-w0,464 +django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po,sha256=WLh40q6yDs-8ZG1hpz6kfMQDXuUzOZa7cqtEPDywxG4,2852 +django/contrib/admin/locale/is/LC_MESSAGES/django.mo,sha256=9409JxMb_350BPnUEhNTwV6JVCb-Rw2PhUt2_qBV_zU,16598 +django/contrib/admin/locale/is/LC_MESSAGES/django.po,sha256=YML6qQMeENR29jpZWvOa_vL7sY1Veaet-LPy2Efh0fo,17989 +django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo,sha256=H7vMdlTEejHg-lYjxS11mVa4o7alXMxcAIfsxrM0gpc,4559 +django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po,sha256=AU39DyYbiu8fMzJhL9cVFc2bfqKcm2Si6HHGGtbewpw,5109 +django/contrib/admin/locale/it/LC_MESSAGES/django.mo,sha256=lRyBpAkHnXkYEJFua2-NVO5ggQu0h_SnnrMyZAG6BfM,16882 +django/contrib/admin/locale/it/LC_MESSAGES/django.po,sha256=AF4U5mPjraniCRtgMlfpdNCc-_oLTHOG_uXxyWmZCjQ,18547 +django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo,sha256=QHgE9TmlziDuR3XooAHLhp6fAYrBHj7JkZGwZMeutQM,4537 +django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po,sha256=5VcM_25w9a2d_H57l24q5mJUXMlhLF0WjuAdiWOG2MI,5171 +django/contrib/admin/locale/ja/LC_MESSAGES/django.mo,sha256=jKU98XwvgSo0TtfLPoDza7qXI1_P81D_ZJNH1IyILl8,18026 +django/contrib/admin/locale/ja/LC_MESSAGES/django.po,sha256=FYrAGD67fiKMhcBQTFaACtXtUEYemK1I6KvEOAJxcGY,19389 +django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo,sha256=e1psnvl2PWI9RpwDRY0UV5cqn_jhz_ms6OlKUQnEBt0,4688 +django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po,sha256=5-4GlF-p7REuRaMvRGBTuTMJW6slZLqdR-UrEEEJjtA,5098 +django/contrib/admin/locale/ka/LC_MESSAGES/django.mo,sha256=M3FBRrXFFa87DlUi0HDD_n7a_0IYElQAOafJoIH_i60,20101 +django/contrib/admin/locale/ka/LC_MESSAGES/django.po,sha256=abkt7pw4Kc-Y74ZCpAk_VpFWIkr7trseCtQdM6IUYpQ,23527 +django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo,sha256=GlPU3qUavvU0FXPfvCl-8KboYhDOmMsKM-tv14NqOac,5516 +django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po,sha256=jDpB9c_edcLoFPHFIogOSPrFkssOjIdxtCA_lum8UCs,6762 +django/contrib/admin/locale/kab/LC_MESSAGES/django.mo,sha256=9QKEWgr8YQV17OJ14rMusgV8b79ZgOOsX4aIFMZrEto,3531 +django/contrib/admin/locale/kab/LC_MESSAGES/django.po,sha256=cSOG_HqsNE4tA5YYDd6txMFoUul8d5UKvk77ZhaqOK0,11711 +django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.mo,sha256=nqwZHJdtjHUSFDJmC0nPNyvWcAdcoRcN3f-4XPIItvs,1844 +django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po,sha256=tF3RH22p2E236Cv6lpIWQxtuPFeWOvJ-Ery3vBUv6co,3713 +django/contrib/admin/locale/kk/LC_MESSAGES/django.mo,sha256=f2WU3e7dOz0XXHFFe0gnCm1MAPCJ9sva2OUnWYTHOJg,12845 +django/contrib/admin/locale/kk/LC_MESSAGES/django.po,sha256=D1vF3nqANT46f17Gc2D2iGCKyysHAyEmv9nBei6NRA4,17837 +django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo,sha256=cBxp5pFJYUF2-zXxPVBIG06UNq6XAeZ72uRLwGeLbiE,2387 +django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po,sha256=Y30fcDpi31Fn7DU7JGqROAiZY76iumoiW9qGAgPCCbU,4459 +django/contrib/admin/locale/km/LC_MESSAGES/django.mo,sha256=eOe9EcFPzAWrTjbGUr-m6RAz2TryC-qHKbqRP337lPY,10403 +django/contrib/admin/locale/km/LC_MESSAGES/django.po,sha256=RSxy5vY2sgC43h-9sl6eomkFvxClvH_Ka4lFiwTvc2I,17103 +django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo,sha256=Ja8PIXmw6FMREHZhhBtGrr3nRKQF_rVjgLasGPnU95w,1334 +django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po,sha256=LH4h4toEgpVBb9yjw7d9JQ8sdU0WIZD-M025JNlLXAU,3846 +django/contrib/admin/locale/kn/LC_MESSAGES/django.mo,sha256=955iPq05ru6tm_iPFVMebxwvZMtEa5_7GaFG1mPt6HU,9203 +django/contrib/admin/locale/kn/LC_MESSAGES/django.po,sha256=xMGtsVCItMTs18xdFQHELdVZKCwTNNyKfb8n1ARcFws,16053 +django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo,sha256=dHzxizjDQWiZeRfBqnVFcK1yk1-M5p1KOfQ1ya9TMVU,1872 +django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po,sha256=MqRj6ozyr1e9-qNORUTJXNahe6SL3ee3OveSm3efV4g,4214 +django/contrib/admin/locale/ko/LC_MESSAGES/django.mo,sha256=no1vLxHWNTc38iNPdTSZPxHl8rdTvWsVSQPc1XFGSi4,17405 +django/contrib/admin/locale/ko/LC_MESSAGES/django.po,sha256=3uqoSRni2pVbvHD-PqhdTV2scUU1MNxPpcGVW6Bc96k,19001 +django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo,sha256=ziL3F4ymY5DChHli3ZJqvkOz1YLzDgDbLl_mL3meomY,4493 +django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po,sha256=0oGHxYVwtQEz0sTPE1DoksK-LRTQOyuLzcT2tqcU15U,5029 +django/contrib/admin/locale/lb/LC_MESSAGES/django.mo,sha256=8GGM2sYG6GQTQwQFJ7lbg7w32SvqgSzNRZIUi9dIe6M,913 +django/contrib/admin/locale/lb/LC_MESSAGES/django.po,sha256=PZ3sL-HvghnlIdrdPovNJP6wDrdDMSYp_M1ok6dodrw,11078 +django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po,sha256=fiMelo6K0_RITx8b9k26X1R86Ck2daQXm86FLJpzt20,2862 +django/contrib/admin/locale/lt/LC_MESSAGES/django.mo,sha256=SpaNUiaGtDlX5qngVj0dWdqNLSin8EOXXyBvRM9AnKg,17033 +django/contrib/admin/locale/lt/LC_MESSAGES/django.po,sha256=tHnRrSNG2ENVduP0sOffCIYQUn69O6zIev3Bb7PjKb0,18497 +django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo,sha256=vZtnYQupzdTjVHnWrtjkC2QKNpsca5yrpb4SDuFx0_0,5183 +django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po,sha256=dMjFClA0mh5g0aNFTyHC8nbYxwmFD0-j-7gCKD8NFnw,5864 +django/contrib/admin/locale/lv/LC_MESSAGES/django.mo,sha256=uABhT4xd_JMJcCQrXaLlLiP6Tx6Tz93pvQD0yOV833Q,16662 +django/contrib/admin/locale/lv/LC_MESSAGES/django.po,sha256=Kt6cfkKmvipb6CheRUzRH1HHnbAp4LqGN8N3qV9hsY4,18114 +django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo,sha256=eZAxtfdIDk07LhKgbWG0nAdHLn88mmWXbFX9ZvPPZdo,4903 +django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po,sha256=xCNNC4beYfhQWx8iC-qS8Hx7J5BGi2O2zq7Y2tQ96J4,5418 +django/contrib/admin/locale/mk/LC_MESSAGES/django.mo,sha256=luKonZA7H7yeCILl4BWXsYn_BncPzYy7_sfCWq7vlI4,20661 +django/contrib/admin/locale/mk/LC_MESSAGES/django.po,sha256=LyznsrasvV6Rtq7X6NnIrdZESGo_PlhISShHrCTbDgc,22056 +django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo,sha256=ZyQQ49zqs8GiS73XBaSd5l3Rh3vOA0glMpX98GH6nhU,5633 +django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po,sha256=bWph0TVgwC-Fmlof8_4SiR21uCFm9rftp59AMZ3WIYA,6188 +django/contrib/admin/locale/ml/LC_MESSAGES/django.mo,sha256=Z4V5iPKuJ8Y2ELZOt7E0HTFKPE_A0Jio7bdpwHN3aXc,24622 +django/contrib/admin/locale/ml/LC_MESSAGES/django.po,sha256=kmzKDsaZjEMwkfpS7kuGosBtLu_paMso_gcp7uFQ6GQ,27000 +django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo,sha256=JNbys0qhoL4w7yi0McbvY6p-yBVHusGOTykHgvPaIoU,7547 +django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po,sha256=R29OQ5pqJkeFOTwh-Fm1T1ZSN4APdJAkPhGY5MYcdL8,8084 +django/contrib/admin/locale/mn/LC_MESSAGES/django.mo,sha256=tsi1Lc7qcDD5dTjMQKy-9Hq-V2Akzyi994QY8wVaqNk,20545 +django/contrib/admin/locale/mn/LC_MESSAGES/django.po,sha256=T9WZQ5k0M9_pLCf5A-fDFIXKgN9fRisfsoZNnm4u-jk,21954 +django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo,sha256=H7fIPdWTK3_iuC0WRBJdfXN8zO77p7-IzTviEUVQJ2U,5228 +django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po,sha256=vJIqqVG34Zd7q8-MhTgZcXTtl6gukOSb6egt70AOyAc,5757 +django/contrib/admin/locale/mr/LC_MESSAGES/django.mo,sha256=UAxGnGliid2PTx6SMgIuHVfbCcqVvcwC4FQUWtDuSTc,468 +django/contrib/admin/locale/mr/LC_MESSAGES/django.po,sha256=TNARpu8Pfmu9fGOLUP0bRwqqDdyFmlh9rWjFspboTyc,10491 +django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468 +django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.po,sha256=uGe9kH2mwrab97Ue77oggJBlrpzZNckKGRUMU1vaigs,2856 +django/contrib/admin/locale/my/LC_MESSAGES/django.mo,sha256=xvlgM0vdYxZuA7kPQR7LhrLzgmyVCHAvqaqvFhKX9wY,3677 +django/contrib/admin/locale/my/LC_MESSAGES/django.po,sha256=zdUCYcyq2-vKudkYvFcjk95YUtbMDDSKQHCysmQ-Pvc,12522 +django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo,sha256=1fS9FfWi8b9NJKm3DBKETmuffsrTX-_OHo9fkCCXzpg,3268 +django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po,sha256=-z1j108uoswi9YZfh3vSIswLXu1iUKgDXNdZNEA0yrA,5062 +django/contrib/admin/locale/nb/LC_MESSAGES/django.mo,sha256=0u3-bzPhkEo7UqaySnw8m1S_iI4FAgLlN2wKkPOPuWk,15980 +django/contrib/admin/locale/nb/LC_MESSAGES/django.po,sha256=5IczKWtpLRqnXvChpXS1CvAr72auWDXO1thqJwuxthU,17451 +django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo,sha256=M9-bGaylF_ZgF9PN_IcNSlwmJASh9UCp-XTt70OI-GE,4375 +django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po,sha256=RfP3ay2dJ7jIVoOw923KR9yJUGKs6SBQiiprgB-rFJ0,4915 +django/contrib/admin/locale/ne/LC_MESSAGES/django.mo,sha256=vkGnGxQFgLe9TFxEalAj-wLa0mos4ylG24clOGzRWr8,15710 +django/contrib/admin/locale/ne/LC_MESSAGES/django.po,sha256=qWDifq6NZdeyYS2uM7OFuypxeWCmBkCZBKhVEOAvd5g,19569 +django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo,sha256=mJdtpLT9k4vDbN9fk2fOeiy4q720B3pLD3OjLbAjmUI,5362 +django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po,sha256=N91RciTV1m7e8-6Ihod5U2xR9K0vrLoFnyXjn2ta098,6458 +django/contrib/admin/locale/nl/LC_MESSAGES/django.mo,sha256=tjAj_NusfeSE-0aiSVZak5HpL08RNKdPv-R4JabPusY,16768 +django/contrib/admin/locale/nl/LC_MESSAGES/django.po,sha256=gN88Exe4S4OHPuLksvmNq5JxQxEbTsmLFWb1k6VMrxs,18402 +django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo,sha256=Nd46ratsRnVbXjiXX2APfWMhN6tLL0gQOxhxVXgweXI,4619 +django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po,sha256=Nsp0T7IvLgqMuDZ-dh5ZlMmXyy3PmjT_Djg6A6KXfEc,5382 +django/contrib/admin/locale/nn/LC_MESSAGES/django.mo,sha256=zKIlvBLMvoqrXO90TqPJcdTEXkVweUWpz6ynsWeg8mU,10943 +django/contrib/admin/locale/nn/LC_MESSAGES/django.po,sha256=-CFana0-PPFwv1jcdyjYuLK2OYOPva-xxMjlVhvsoCw,14999 +django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo,sha256=A7MT59BoyOSiM7W0phx8LLKQyH4Q8AEu6jUsBjUBOoE,3120 +django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po,sha256=tCXUV4F6FhMa-K0SBw9lQ0U2KY5kcMpGzT7jzKSvceo,4578 +django/contrib/admin/locale/os/LC_MESSAGES/django.mo,sha256=c51PwfOeLU2YcVNEEPCK6kG4ZyNc79jUFLuNopmsRR8,14978 +django/contrib/admin/locale/os/LC_MESSAGES/django.po,sha256=yugDw7iziHto6s6ATNDK4yuG6FN6yJUvYKhrGxvKmcY,18188 +django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo,sha256=0gMkAyO4Zi85e9qRuMYmxm6JV98WvyRffOKbBVJ_fLQ,3806 +django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po,sha256=skiTlhgUEN8uKk7ihl2z-Rxr1ZXqu5qV4wB4q9qXVq0,5208 +django/contrib/admin/locale/pa/LC_MESSAGES/django.mo,sha256=n31qIjOVaJRpib4VU4EHZRua3tBnBM6t_ukH9Aj37GM,10185 +django/contrib/admin/locale/pa/LC_MESSAGES/django.po,sha256=MR6ZOTypay-qCvafn0J0rZF06rOsWz771CLDD1qvISE,16446 +django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo,sha256=vdEMaVBuJtK1bnECgbqd_dS06PcmN7cgdv0hKGH5UKA,1207 +django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po,sha256=xU8tchSEH3MCLFSu4-71oVCR8pliKmILqFevM13IQ5M,3717 +django/contrib/admin/locale/pl/LC_MESSAGES/django.mo,sha256=_G5S3k029aCFnrMPnioRGQQ6B3vvmhRc4Da_I-YbmMk,17192 +django/contrib/admin/locale/pl/LC_MESSAGES/django.po,sha256=gv7GvvPRtl3mPWDAuWWg3quys5WXJi0_ougOTfqRHjk,18881 +django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo,sha256=fY0vkeI4ag4tE2LnWQfJ6ce4BTLN3ye9jsthZ2rGLZo,5106 +django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po,sha256=-MiZMJeuoyfD17nrkEIc3uLYSWZ2na7lqWWuJq-vDQk,5852 +django/contrib/admin/locale/pt/LC_MESSAGES/django.mo,sha256=MTFRTfUKot-0r-h7qtggPe8l_q0JPAzVF9GzdtB9600,16912 +django/contrib/admin/locale/pt/LC_MESSAGES/django.po,sha256=gzRkbl35HZ-88mlA1Bdj1Y-CUJ752pZKCUIG-NNw2os,18436 +django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo,sha256=D6-8QwX6lsACkEcYXq1tK_4W2q_NMc6g5lZQJDZRFHw,4579 +django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po,sha256=__a9WBgO_o0suf2xvMhyRk_Wkg2tfqNHmJOM5YF86sk,5118 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo,sha256=pONUdKb8LJNcAzaIaqFjGB60E0cHw4XUqxLZZVgGpKk,16830 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po,sha256=9OyvOYSQOCmOoiNXEkPGB5UbhJM5gHERRTMj6-1gv4k,18864 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo,sha256=a7KPhFtcwVa7PX1XK1cgF3HOOcRSkT-XYSiRCFyFQFQ,4619 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po,sha256=ENE4HAsUNcYJq2KvLrfBOLuxr1chEyEi39OSlaQU98g,5256 +django/contrib/admin/locale/ro/LC_MESSAGES/django.mo,sha256=cxCSHovSF-TTgFinvBLp-2higIfyFf964OQUVGkJCmA,16893 +django/contrib/admin/locale/ro/LC_MESSAGES/django.po,sha256=y7DK9RPD3dUw9nNeibefjogQ05MOgrXn7w0I4eERG2U,18391 +django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo,sha256=pb_H0zmtdSjvpacoMnLZuZy3B2PSeUGteL6-MoldLpg,4686 +django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po,sha256=OlT5yOHT3MK7M0ZXy467gJfsqNSLgUlUnXqQBhfHy3I,5387 +django/contrib/admin/locale/ru/LC_MESSAGES/django.mo,sha256=W2UrhegkVjKehjb74quRYDiITHWLWkLG8aizytjRHJM,21726 +django/contrib/admin/locale/ru/LC_MESSAGES/django.po,sha256=9QKhB52AqWhGSr7pKcPdezpy_oCm3vW371mhdroF6RU,23383 +django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo,sha256=LnAupy3FSz9zH6axWnvh1wtW27O5e8N6Apl5jFeFj0k,6560 +django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po,sha256=BMFEVFmYedhcRprutX1VBnoD6OuC79hExVt-h4Ep-ng,7360 +django/contrib/admin/locale/sk/LC_MESSAGES/django.mo,sha256=sLMYAOOz90NPuWJJyQdA_pbK31-mdrtsL68d8Xd7Bps,16288 +django/contrib/admin/locale/sk/LC_MESSAGES/django.po,sha256=PDyJDjKEHPc_-y55W_FimqaHVTLDUey4-XHfqn8feAU,18228 +django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo,sha256=0FifzbnJmubmNNUsePBcbM2MwExXmtnt699xtY2_uzo,4677 +django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po,sha256=F9lWj_7Ir6-VBYosrtbQnkxHR_tOVFO1V3VUnvfWNeI,5382 +django/contrib/admin/locale/sl/LC_MESSAGES/django.mo,sha256=iqcg1DYwwDVacRAKJ3QR4fTmKQhRGXU4WkwYco9ASaA,16136 +django/contrib/admin/locale/sl/LC_MESSAGES/django.po,sha256=VeIJDh1PojyUy-4AdPcVezbQ-XVWqp04vFE_u3KU2tU,17508 +django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo,sha256=0jqGv5lgcfyxh9pdnB0Nt7e0bF2G0nO-iVWJjKwyZqI,4724 +django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po,sha256=1DEs7obfCCf-hNM2nIkMizcRcq1KoLBvngMaXLlozUo,5269 +django/contrib/admin/locale/sq/LC_MESSAGES/django.mo,sha256=JKs3yvLPDCmt5aAGXbFoHAv6gYSfkxQm8sfBh2UfSBE,17053 +django/contrib/admin/locale/sq/LC_MESSAGES/django.po,sha256=vTCzTYhe6_fbXILaRbymZTUDAiK9yDAkd044f5pEuEQ,18301 +django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo,sha256=Y8QxQzzoGCTZ61b1Y9OSbPosunTPmRv3fGa1anV6vTg,4590 +django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po,sha256=LbSmumf9GglYFGM60mFvPFoEayWFVL72rPJ1WUYO_d8,5052 +django/contrib/admin/locale/sr/LC_MESSAGES/django.mo,sha256=7OEFKgKl8bhP5sYQQ3GWGuof8fgFUvWI16fjZLL-X4A,20855 +django/contrib/admin/locale/sr/LC_MESSAGES/django.po,sha256=TRKZvSIH8dDUsq8AQsneQmcsDndxUFftOq9jzgCOTdg,22213 +django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo,sha256=No_O4m32WrmnovKZ7CgusTPZOiMRDvMusQNS9FAg_pg,5221 +django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po,sha256=lj1TZE6I5YK0KUBD7ZVGMLV97sYwlIIwZjC5WQyxSyE,5729 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=8wcRn4O2WYMFJal760MvjtSPBNoDgHAEYtedg8CC7Ao,12383 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po,sha256=N4fPEJTtUrQnc8q1MioPZ2a7E55YXrE-JvfAcWZubfA,16150 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo,sha256=GxyIGHkAtSwuAnIgnjBlO6t_w589LloYIQw4zB-QiGM,4337 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po,sha256=GyBQ4gDVdhcmwbYod5MFhO-c8XVhv5eHyA6hyxOz_ZA,4862 +django/contrib/admin/locale/sv/LC_MESSAGES/django.mo,sha256=dIBd7h7WcZPWgi8pfGncEgsot4-xQkMYM1EwCiMNl8g,16348 +django/contrib/admin/locale/sv/LC_MESSAGES/django.po,sha256=h0KqMky8fKxucE8ZZkrALgY8U5P4bUkPEnSV6PhOQiQ,17916 +django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo,sha256=Q9UBnIR3KTna0BtGSZyXiehzxj8rP2I2NEi_2tTKUTU,4541 +django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po,sha256=SfGsoatvFSE1fsWsg_aVZl7gNsI0dtEmaro_0cGu9m4,5206 +django/contrib/admin/locale/sw/LC_MESSAGES/django.mo,sha256=Mtj7jvbugkVTj0qyJ_AMokWEa2btJNSG2XrhpY0U1Mc,14353 +django/contrib/admin/locale/sw/LC_MESSAGES/django.po,sha256=ElU-s0MgtNKF_aXdo-uugBnuJIDzHqMmy1ToMDQhuD0,16419 +django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo,sha256=p0pi6-Zg-qsDVMDjNHO4aav3GfJ3tKKhy6MK7mPtC50,3647 +django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po,sha256=lZFP7Po4BM_QMTj-SXGlew1hqyJApZxu0lxMP-YduHI,4809 +django/contrib/admin/locale/ta/LC_MESSAGES/django.mo,sha256=ZdtNRZLRqquwMk7mE0XmTzEjTno9Zni3mV6j4DXL4nI,10179 +django/contrib/admin/locale/ta/LC_MESSAGES/django.po,sha256=D0TCLM4FFF7K9NqUGXNFE2KfoEzx5IHcJQ6-dYQi2Eg,16881 +django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo,sha256=2-37FOw9Bge0ahIRxFajzxvMkAZL2zBiQFaELmqyhhY,1379 +django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po,sha256=Qs-D7N3ZVzpZVxXtMWKOzJfSmu_Mk9pge5W15f21ihI,3930 +django/contrib/admin/locale/te/LC_MESSAGES/django.mo,sha256=aIAG0Ey4154R2wa-vNe2x8X4fz2L958zRmTpCaXZzds,10590 +django/contrib/admin/locale/te/LC_MESSAGES/django.po,sha256=-zJYrDNmIs5fp37VsG4EAOVefgbBNl75c-Pp3RGBDAM,16941 +django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo,sha256=VozLzWQwrY-USvin5XyVPtUUKEmCr0dxaWC6J14BReo,1362 +django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po,sha256=HI8IfXqJf4I6i-XZB8ELGyp5ZNr-oi5hW9h7n_8XSaQ,3919 +django/contrib/admin/locale/th/LC_MESSAGES/django.mo,sha256=7X6-Mgf5QiBV7xbcl_rwxyNF63v3zKAAAVqjFO6c8gg,18986 +django/contrib/admin/locale/th/LC_MESSAGES/django.po,sha256=bt87Nyr9UXksedki4Hlr3pPF4V1shsBAlBp583vmzEI,22157 +django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo,sha256=ukj5tyDor9COi5BT9oRLucO2wVTI6jZWclOM-wNpXHM,6250 +django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po,sha256=3L5VU3BNcmfiqzrAWK0tvRRVOtgR8Ceg9YIxL54RGBc,6771 +django/contrib/admin/locale/tr/LC_MESSAGES/django.mo,sha256=gpdN8G40GoN4aETdOzb0_JlmaoRiDJHbagAH-Mw0RPU,16966 +django/contrib/admin/locale/tr/LC_MESSAGES/django.po,sha256=SgK4ajuBY-NwJCIm3Ar3isY8Lx9yYc3d1oCnpu3MJqI,18490 +django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo,sha256=1kem0Biv2nHRWs89KfqJew6Vk-uxsFiBV7Do7NB5ykE,4547 +django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po,sha256=ctZld3zOFwulpBGoE26KbbQxeaaZmbwLSWbERrNeKhs,5070 +django/contrib/admin/locale/tt/LC_MESSAGES/django.mo,sha256=ObJ8zwVLhFsS6XZK_36AkNRCeznoJJwLTMh4_LLGPAA,12952 +django/contrib/admin/locale/tt/LC_MESSAGES/django.po,sha256=VDjg5nDrLqRGXpxCyQudEC_n-6kTCIYsOl3izt1Eblc,17329 +django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo,sha256=Sz5qnMHWfLXjaCIHxQNrwac4c0w4oeAAQubn5R7KL84,2607 +django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po,sha256=_Uh3yH_RXVB3PP75RFztvSzVykVq0SQjy9QtTnyH3Qk,4541 +django/contrib/admin/locale/udm/LC_MESSAGES/django.mo,sha256=2Q_lfocM7OEjFKebqNR24ZBqUiIee7Lm1rmS5tPGdZA,622 +django/contrib/admin/locale/udm/LC_MESSAGES/django.po,sha256=L4TgEk2Fm2mtKqhZroE6k_gfz1VC-_dXe39CiJvaOPE,10496 +django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po,sha256=ZLYr0yHdMYAl7Z7ipNSNjRFIMNYmzIjT7PsKNMT6XVk,2811 +django/contrib/admin/locale/uk/LC_MESSAGES/django.mo,sha256=Wc1E8kLHTeu0GRg1vkj_kataySFcnrVk_oCLYMUpa6M,20988 +django/contrib/admin/locale/uk/LC_MESSAGES/django.po,sha256=n7NqZajp0dDWD9r5o1Aot8pQski1gtp6eZziqHg0gEU,22827 +django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo,sha256=YL-bL4CeoOsvcXKY30FsakS6A8kG0egbvDf2yYdFfU8,5930 +django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po,sha256=lKHsuFkzp8_evIKm8mVyZKIf99EIo8BsLYkIiyN29UY,6654 +django/contrib/admin/locale/ur/LC_MESSAGES/django.mo,sha256=HvyjnSeLhUf1JVDy759V_TI7ygZfLaMhLnoCBJxhH_s,13106 +django/contrib/admin/locale/ur/LC_MESSAGES/django.po,sha256=BFxxLbHs-UZWEmbvtWJNA7xeuvO9wDc32H2ysKZQvF4,17531 +django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo,sha256=eYN9Q9KKTV2W0UuqRc-gg7y42yFAvJP8avMeZM-W7mw,2678 +django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po,sha256=Nj-6L6axLrqA0RHUQbidNAT33sXYfVdGcX4egVua-Pk,4646 +django/contrib/admin/locale/vi/LC_MESSAGES/django.mo,sha256=nkSrBQaktbMGWr8IMNoPoOVQBAIR1GJF13BvKLu2CeM,14860 +django/contrib/admin/locale/vi/LC_MESSAGES/django.po,sha256=FxcEsnT3-FvPXjnHp9y51jFPILUgSx27egwtwU_wbS0,17847 +django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo,sha256=M_wqHg1NO-I7xfY-mMZ29BqUAqGzlizgJ3_DIGBWOUc,3733 +django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po,sha256=d3YtQhNuCqtfMO3u5-6zoNhhGBNYkoUhTrxz7I3PRkQ,5018 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=rCQfiVkB9807tUwp69DfXRpiCbOknSaP6mzgdyM0xIg,15531 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po,sha256=p18ukLOOh1pW6AmdV8MxoUd7TePeunCTpPbXszY1kBY,17403 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo,sha256=ypJV8qNOfp5NDdC4bciIoSST2txTnQZWFJD0bIUNd78,4245 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po,sha256=p48E5tOcZbks7JipYsUOg3FWuG_6mP2wSWJeb5otzHQ,4982 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=kEKX-cQPRFCNkiqNs1BnyzEvJQF-EzA814ASnYPFMsw,15152 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po,sha256=iH3w7Xt_MelkZefKi8F0yAWN6QGdQCJBz8VaFY4maUg,16531 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo,sha256=yFwS8aTJUAG5lN4tYLCxx-FLfTsiOxXrCEhlIA-9vcs,4230 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po,sha256=C4Yk5yuYcmaovVs_CS8YFYY2iS4RGi0oNaUpTm7akeU,4724 +django/contrib/admin/migrations/0001_initial.py,sha256=0p5TjterT80FOrCxhO7YqZPag-xnyRin_mQ01Qj579o,1893 +django/contrib/admin/migrations/0002_logentry_remove_auto_add.py,sha256=_7XFWubtQ7NG0eQ02MqtxXQmjBmYc6Od5rwcAiT1aCs,554 +django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py,sha256=UCS9mPrkhZ5YL_9RMSrgA7uWDTzvLzqSLq_LSXVXimM,539 +django/contrib/admin/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/admin/migrations/__pycache__/0001_initial.cpython-38.pyc,, +django/contrib/admin/migrations/__pycache__/0002_logentry_remove_auto_add.cpython-38.pyc,, +django/contrib/admin/migrations/__pycache__/0003_logentry_add_action_flag_choices.cpython-38.pyc,, +django/contrib/admin/migrations/__pycache__/__init__.cpython-38.pyc,, +django/contrib/admin/models.py,sha256=EE_bi6_lSBYUsFgtPgaflgyA_8F4CXlEA-xJ8eDlN4Y,5607 +django/contrib/admin/options.py,sha256=2Htd4qWOFV9r_UuWGX38R4_rOk2WTAmEck783f4mIRo,92174 +django/contrib/admin/sites.py,sha256=xvaibbYlNfGlCdDIeSOnPy3fF7qLVrFMajzoEgLSVFM,20569 +django/contrib/admin/static/admin/css/autocomplete.css,sha256=MGqRzeZ1idtUnRM7MnEHw7ClmOVe_Uo7SdLoudapNMU,8440 +django/contrib/admin/static/admin/css/base.css,sha256=yLG2UJK97FigjWpkXt2RUKn3tl7E6GkcL5l9ofptVqs,16378 +django/contrib/admin/static/admin/css/changelists.css,sha256=z-w-H416nJzM01ysLRhynHH-4zyjtkoDlzRPFDARX6U,6170 +django/contrib/admin/static/admin/css/dashboard.css,sha256=M_duSlzrcec1HXMWlLXJQkFw4m6v2dgB3PRaJlWQo14,412 +django/contrib/admin/static/admin/css/fonts.css,sha256=SnBl3KjeUZqRmZw3F0iNm1YpqFhjrNC_fNN0H2TkuYc,423 +django/contrib/admin/static/admin/css/forms.css,sha256=qKCiNqApMyCIUgHvCOQp9YC5t54Gm3-zRmeBGXu9dj8,8518 +django/contrib/admin/static/admin/css/login.css,sha256=X9WSvQoBXD7zH-Vo2UZS1zHobGILGAKmtlXoGKPfRck,1233 +django/contrib/admin/static/admin/css/responsive.css,sha256=l7tqC8lSj_UP0sjiMOwxDL0-COeMDfbF7YsF_f7DWKY,17944 +django/contrib/admin/static/admin/css/responsive_rtl.css,sha256=vlnAVsfb5I8QSoN5GsrabXa65EGTKCKfvcU8NbBZxDA,1921 +django/contrib/admin/static/admin/css/rtl.css,sha256=c3MpnLYEUwyE8vcBXF3dYdgisrEYcFM0MsPePGJGnIQ,3808 +django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md,sha256=Py5KwtTr_nv_wJAqcAa1YqXiIY_0XyS08UQXZhXiqNo,1124 +django/contrib/admin/static/admin/css/vendor/select2/select2.css,sha256=xqxV4FDj5tslOz6MV13pdnXgf63lJwViadn__ciKmIs,17604 +django/contrib/admin/static/admin/css/vendor/select2/select2.min.css,sha256=xJOZHfpxLR_uhh1BwYFS5fhmOAdIRQaiOul5F_b7v3s,15196 +django/contrib/admin/static/admin/css/widgets.css,sha256=FbxIKiGYkWjZwRMm5A_Qv-kKrhsPnfzhsF1j28eSqnA,10340 +django/contrib/admin/static/admin/fonts/LICENSE.txt,sha256=Pd-b5cKP4n2tFDpdx27qJSIq0d1ok0oEcGTlbtL6QMU,11560 +django/contrib/admin/static/admin/fonts/README.txt,sha256=E4rvl9Y9cvKx2wpkrgQZjhaKfRhEUG8pNLCoZoBq-rE,214 +django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff,sha256=sXZ6DD5d-zpQCe_uREX_FdY2LpKFRh4Xve0Ybx6UVvA,86184 +django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff,sha256=GIJzScf-vUuNAaqQfGfqm4ARJCB4MmskcDl4RU_fNRo,85692 +django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff,sha256=munWVF19fYI_ipQBDbd8Gg_3Hjcei7FY3xy5g5UWJQc,85876 +django/contrib/admin/static/admin/img/LICENSE,sha256=0RT6_zSIwWwxmzI13EH5AjnT1j2YU3MwM9j3U19cAAQ,1081 +django/contrib/admin/static/admin/img/README.txt,sha256=XqN5MlT1SIi6sdnYnKJrOiJ6h9lTIejT7nLSY-Y74pk,319 +django/contrib/admin/static/admin/img/calendar-icons.svg,sha256=gbMu26nfxZphlqKFcVOXpcv5zhv5x_Qm_P4ba0Ze84I,1094 +django/contrib/admin/static/admin/img/gis/move_vertex_off.svg,sha256=ou-ppUNyy5QZCKFYlcrzGBwEEiTDX5mmJvM8rpwC5DM,1129 +django/contrib/admin/static/admin/img/gis/move_vertex_on.svg,sha256=DgmcezWDms_3VhgqgYUGn-RGFHyScBP0MeX8PwHy_nE,1129 +django/contrib/admin/static/admin/img/icon-addlink.svg,sha256=kBtPJJ3qeQPWeNftvprZiR51NYaZ2n_ZwJatY9-Zx1Q,331 +django/contrib/admin/static/admin/img/icon-alert.svg,sha256=aXtd9PA66tccls-TJfyECQrmdWrj8ROWKC0tJKa7twA,504 +django/contrib/admin/static/admin/img/icon-calendar.svg,sha256=_bcF7a_R94UpOfLf-R0plVobNUeeTto9UMiUIHBcSHY,1086 +django/contrib/admin/static/admin/img/icon-changelink.svg,sha256=clM2ew94bwVa2xQ6bvfKx8xLtk0i-u5AybNlyP8k-UM,380 +django/contrib/admin/static/admin/img/icon-clock.svg,sha256=k55Yv6R6-TyS8hlL3Kye0IMNihgORFjoJjHY21vtpEA,677 +django/contrib/admin/static/admin/img/icon-deletelink.svg,sha256=06XOHo5y59UfNBtO8jMBHQqmXt8UmohlSMloUuZ6d0A,392 +django/contrib/admin/static/admin/img/icon-no.svg,sha256=QqBaTrrp3KhYJxLYB5E-0cn_s4A_Y8PImYdWjfQSM-c,560 +django/contrib/admin/static/admin/img/icon-unknown-alt.svg,sha256=LyL9oJtR0U49kGHYKMxmmm1vAw3qsfXR7uzZH76sZ_g,655 +django/contrib/admin/static/admin/img/icon-unknown.svg,sha256=ePcXlyi7cob_IcJOpZ66uiymyFgMPHl8p9iEn_eE3fc,655 +django/contrib/admin/static/admin/img/icon-viewlink.svg,sha256=NL7fcy7mQOQ91sRzxoVRLfzWzXBRU59cFANOrGOwWM0,581 +django/contrib/admin/static/admin/img/icon-yes.svg,sha256=_H4JqLywJ-NxoPLqSqk9aGJcxEdZwtSFua1TuI9kIcM,436 +django/contrib/admin/static/admin/img/inline-delete.svg,sha256=Ni1z8eDYBOveVDqtoaGyEMWG5Mdnt9dniiuBWTlnr5Y,560 +django/contrib/admin/static/admin/img/search.svg,sha256=HgvLPNT7FfgYvmbt1Al1yhXgmzYHzMg8BuDLnU9qpMU,458 +django/contrib/admin/static/admin/img/selector-icons.svg,sha256=0RJyrulJ_UR9aYP7Wbvs5jYayBVhLoXR26zawNMZ0JQ,3291 +django/contrib/admin/static/admin/img/sorting-icons.svg,sha256=cCvcp4i3MAr-mo8LE_h8ZRu3LD7Ma9BtpK-p24O3lVA,1097 +django/contrib/admin/static/admin/img/tooltag-add.svg,sha256=fTZCouGMJC6Qq2xlqw_h9fFodVtLmDMrpmZacGVJYZQ,331 +django/contrib/admin/static/admin/img/tooltag-arrowright.svg,sha256=GIAqy_4Oor9cDMNC2fSaEGh-3gqScvqREaULnix3wHc,280 +django/contrib/admin/static/admin/js/SelectBox.js,sha256=-pJXLh1cmNQoO6vSjCzs3r1SSRW79LwhHRIuqb6e-iI,5753 +django/contrib/admin/static/admin/js/SelectFilter2.js,sha256=udd2Tcy3mIirjTGRYBloPDjOj1QhG6EwNzr-D7yrFi0,12322 +django/contrib/admin/static/admin/js/actions.js,sha256=jjrnOzXX5kmAFiVPaaMhqQ3uZjs6xDR1MGPKyXh32wE,6766 +django/contrib/admin/static/admin/js/actions.min.js,sha256=wqvSFm3FGV8KnCfsA2XgxsJM7-QhBT4kLAMFKnCBMrY,3195 +django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js,sha256=ZdQsCjY1Lcp_cCIbYKwciL7SwZWrE30wcVwVUFgNUVw,20218 +django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js,sha256=9LIqZywmXGzPkc8sRJEmAsYzScCMZDM_xZrjtIjuPyE,6918 +django/contrib/admin/static/admin/js/autocomplete.js,sha256=LgImTP2VTEaJKqxBqvJKRa-mfenZBjeVg7LnHetaxQU,1124 +django/contrib/admin/static/admin/js/calendar.js,sha256=8ej_F8SBtoFhNmmoLwONpyVwOJHd5JBWUMe1mwgxpwE,7777 +django/contrib/admin/static/admin/js/cancel.js,sha256=fudRj-OLtq41WGdkpAsE6-gsUBpsgMivJC7n2E_zEPs,409 +django/contrib/admin/static/admin/js/change_form.js,sha256=J-beGDyqR6uyb3iW_OI9Yo0ZFrfwJVqNFFDeL7-njqA,712 +django/contrib/admin/static/admin/js/collapse.js,sha256=gRoPWDtJq4PljhSPGILwk-YueznqwMbZQRij_yhGUVs,2239 +django/contrib/admin/static/admin/js/collapse.min.js,sha256=IZVWAF7T9I3OFywxNZ2EbxmSA0TYUSF9S_v50PBk7bM,1063 +django/contrib/admin/static/admin/js/core.js,sha256=j6UsHGO_VJ9_NFRHD8PoF4e-BhT0wR1DzlxZTyG1Zyg,7099 +django/contrib/admin/static/admin/js/inlines.js,sha256=TlTcEud29JXh9Vo5HhSwFhrDqRIHgL_HueMu94RGnRs,13773 +django/contrib/admin/static/admin/js/inlines.min.js,sha256=7hU_NQKXczvSsYBNL_ClcRgP-b8o1TzOzgocZuXI8Ao,5864 +django/contrib/admin/static/admin/js/jquery.init.js,sha256=Gr-yEd61wY6uBDMhOaVq-amfciz7EZhMvJfai_WxrHE,363 +django/contrib/admin/static/admin/js/popup_response.js,sha256=7XyHe9SDYkB8OMxF7fhL6N5l4Oxf-gXqzGlpPK63tcc,569 +django/contrib/admin/static/admin/js/prepopulate.js,sha256=jBV6-T9KNi-JCczRf_bOkA9tjjWpIYbXxRhG_vNbadc,1530 +django/contrib/admin/static/admin/js/prepopulate.min.js,sha256=j3KNblf8i0JjoV5w5HAd4vEDogZ421xolYqGrzdSC9o,379 +django/contrib/admin/static/admin/js/prepopulate_init.js,sha256=uD3_ZoYfJ62mcSgqzHfePA3Y5jaOBjxn7SU0LuYFgEE,495 +django/contrib/admin/static/admin/js/timeparse.js,sha256=oVk0xpGmRjS0V2sMsjGulzMSNDvIr1gQ6_fpivvh_kQ,2984 +django/contrib/admin/static/admin/js/urlify.js,sha256=J8yD9aydZ2CB6R5zVi4KJG88m7zo5l1ScpkQqdSlJr4,8941 +django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt,sha256=GIg3JQapSjFSu38FkC7Wm4cW4HUcvoWPb0YdP5LxKfU,1282 +django/contrib/admin/static/admin/js/vendor/jquery/jquery.js,sha256=S56QM9rZN2QyB1f-DVE2umnlEiPFtpcfnW193zA4pxA,271817 +django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js,sha256=rVGRxDk2lHmnx1RLTVAyE2k48fa6BG4EwQ-CJbFjikY,86944 +django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md,sha256=Py5KwtTr_nv_wJAqcAa1YqXiIY_0XyS08UQXZhXiqNo,1124 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js,sha256=fgVH5qCYQqvtWwa8MGiOx4VSKCg5d_BkMbaknNoncWw,887 +django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js,sha256=WWCwFlKHxZLGDAAacF2YQr1PG6tyPXg7We5DluFuhy4,701 +django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js,sha256=Lk9-DE7eC6VpLXhcuqR8ggkcZ_AgwJEG3dLADTyMbZs,906 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js,sha256=f1f8z2aYYgqr6cv7AUE_opdjU_XIUDAMvzsSvODkZpA,876 +django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js,sha256=6WZZ97shyY3gGqfAXak1RDwtD2lVkMPA0jEwwqR30d0,1236 +django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js,sha256=Q-ozOz1DL2NBOPIypU8vjoCxaCiZqJ2rY7_JBQcjrBk,818 +django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js,sha256=mtjCIpmIYVw5CLf7IpjBWp6VtFzdKh_YtZFtpIeIStc,775 +django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js,sha256=HbjnKG1fGks6EHWR6103C5kk8rMLE5_rsPGx9d1jxKY,1132 +django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js,sha256=B-OOZousHwJa-Uuf48D4XzfPJSKCQ3vH_LidT-9KT0c,827 +django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js,sha256=yqV8yK-bz_cS9XBVDUQmbKSykDsXHcqgxlKbPyxDIdw,871 +django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js,sha256=mewAy-15ytAbjTqxZrEZj3p9KebGjBMphc2mIlpgeAE,775 +django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js,sha256=pmySl5IBT6bSgcOVug5n-518CxqpGf63RUYnwfdq-m8,844 +django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js,sha256=47-FmirjxeJnuR_90g3OU4DyBYdDXSL0_8qjZ2rnI7U,1004 +django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js,sha256=CqyMDXQHszgqi0HzoPM0-DtJQGVKAHFCxQq8JDO7zxY,703 +django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js,sha256=pjC1r5EyH3ebWwWk_DF2mH0Y58yQvOEG6slmjh__SoQ,902 +django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js,sha256=WObjYM2vK4OgLqH8fS5H_25e_GjqvAOwshQEwJiUT_k,800 +django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js,sha256=RHcoZ7GaEGyF6TaLim-eW4FoQHJJZkPX1XCLpxuakDg,951 +django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js,sha256=hTkDBVj8ZSlpkXv7JXNWBN3NWxc8lZPBio3ERyy5NQw,1125 +django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js,sha256=83bnotTzaNwZmyOhQYT6UlRKflq2tqTWn7Wd9SNbY18,839 +django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js,sha256=OiDzwQj-cuXGt3NNDQw1wN2jaOjob4uDPUk2mU8D5Bs,727 +django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js,sha256=4ccurwgeaJOSzk97ZFplJ2j4UePW47_mZ14fd1l9k5Y,752 +django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js,sha256=6XBFQypKZoXi46_cW5oCQVFnbOvV0tmbsylkIuf2jNI,773 +django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js,sha256=0u_2rM4AQ5f31vCb-GyMsqRm5UiioLlYZQML0GJZft0,876 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js,sha256=iVNfAjWOdeLGYsPy54JSqQ70Q7LGO7T9BshHeos1YoQ,848 +django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js,sha256=CEd7gx5c131ZQEim-sdwFnM-8R_W4ILk3s3B59pqMcI,1065 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js,sha256=PZqna7eaSjadvZWOF-EwX0oQ9MD1jHRpRqsv3ieZXHc,854 +django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js,sha256=4aX2ESzIxXXM_45PjloFzbdOkEBvG8l0Lzbn9a07S-Y,913 +django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js,sha256=m_9yurF2g_oLJPoFsrFyyUOooOjSde5x9jLllVgYa68,872 +django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js,sha256=AzBhv0x9TUGCUeNsuSSN3UnT1wSBZhtgp9B7LoXccHs,979 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js,sha256=--btj7UZrXBbhKESfI-z_6YxYJXAlkTxPIEXateVQ54,791 +django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js,sha256=gQM3p_YY-hjZ9own3O0rZJYHqK4CYxFBJTrkTvICyK8,785 +django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js,sha256=4N5ht1J1MjVCGRqU8Dzo81MZhKeQxAo-fvMDqaiQosg,896 +django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js,sha256=ir3_tPNqhQ6ri-J3YyOlsZJrbdBvUC3ibpYsEfdMtgg,925 +django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js,sha256=nfaZQpzSrOFJ0VRsxEmlH6azVlcRQpilM7-uHZbD3r0,853 +django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js,sha256=0Hmb5IG2hPFnhMzYFjMOza5OIqJEiD7WlqHy6YDNzQA,859 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js,sha256=oLsIzIZQGT7HZqhJ8DXqoiP1JE4OnSQPRBAMWXhvdSM,909 +django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js,sha256=YOIol4UzD2BGvz28zaarwdUDawpKTmEpIcvkwakmAHQ,1127 +django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js,sha256=T5nCVJX52HimSLw8yrMKTSdvLbSysaopsKtoknIoNhg,1184 +django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js,sha256=s5f_D0U7r2thU6UPBAJJ8rzKFUQmRgzE5Y3K07amhbk,1067 +django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js,sha256=zRM5Y0fpg0u0V7rkR4-ZgHELW2gj4YDEDa0sx_zye2o,938 +django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js,sha256=UEGr4C1Cs20s2iaMBzmWDew9hlVg8h9ZQZvVpwGnwXI,786 +django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js,sha256=TbMY7IxUby7KiZKng-SEHvCavoks7d8hN77192lLfMY,951 +django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js,sha256=yqv5e--8eGpw9uZDk0GAfR0nxYnYdj5qegnFHxSAjM4,720 +django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js,sha256=LsPBQ5q5xisqXxgdV4Yf8CU8FO7mhnYRUxm7tJXNl4E,1117 +django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js,sha256=ZWpJDPBtRbDJ3YyQ4Z02Le6BRnN0gRxSAoFzYqFE7Nw,801 +django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js,sha256=J4dFzbG57aghBD5x1PmkURHSi5y6AytiJgcl9iq-3z0,769 +django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js,sha256=zqyrNXby3B33G7De41AQ-OFpy-Cgi3vTXZm_-IGnsXY,708 +django/contrib/admin/static/admin/js/vendor/select2/select2.full.js,sha256=nwWu44AW64pJgDdb4wY7wcWkfUPTfBgwjHkIsnBFUE4,161832 +django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js,sha256=FJuLxhiJiX-5Qgs0c2JYLIyJ5i0o4ccg6DQ6zgitCYY,75005 +django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt,sha256=tyAi9RwLIDwjSrjyBhtyJIkgOHWM469_UzZTr1MmRys,1103 +django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js,sha256=TjYx21bQgQXDFTdvSqSUh7S8TkYRjT4L4X-SlWNR8CE,128820 +django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js,sha256=E-Plu9EZfyt0PJCSYrCkHuPquVVj9V7g7jQklIOgGDU,62474 +django/contrib/admin/templates/admin/404.html,sha256=o528Ro8Q0JMgd7mtszp8nl1ADHNA12AyclVdmGQnYGc,268 +django/contrib/admin/templates/admin/500.html,sha256=AUIdN7Ka_1KRAGzvo1GvwAHCSJNIbo8oNSF07cMKcj4,527 +django/contrib/admin/templates/admin/actions.html,sha256=dLU-S_iMBWkrzc1LRJd3TKViD8lhHoGkl3ok8u4F-TI,1200 +django/contrib/admin/templates/admin/app_index.html,sha256=BSJsWtgum_H2hCxcb2xe-XJozbVOVpUBN_KTe8pcRts,385 +django/contrib/admin/templates/admin/auth/user/add_form.html,sha256=pMsoxDLGJDzjIkcMmKdTYEnUzZ1ESEhBeDLCW17XN5k,310 +django/contrib/admin/templates/admin/auth/user/change_password.html,sha256=qQhT2rSRdZK-VJ3Tc4H8gtAcWKh-Rsj2E7YWmEw5Hss,2339 +django/contrib/admin/templates/admin/base.html,sha256=2H2owQZumUnSZL6O80Z-wYYWKtUE1lwz4xQcBWKVmJ8,3656 +django/contrib/admin/templates/admin/base_site.html,sha256=1v0vGrcN4FNEIF_VBiQE6yf2HPdkKhag2_v0AUsaGmM,316 +django/contrib/admin/templates/admin/change_form.html,sha256=E-zUkd_ONrRG2BwHE9kHexGmKbzLhOIq16YYlgapMnE,3043 +django/contrib/admin/templates/admin/change_form_object_tools.html,sha256=jrTmQiU24E7srnWpjTkKABohw9LNoMevSqKSoS4GrqQ,395 +django/contrib/admin/templates/admin/change_list.html,sha256=Z3qYnsgVudK2kCyRgccQAaEN7MqtmWEnXzgEYadaxek,2983 +django/contrib/admin/templates/admin/change_list_object_tools.html,sha256=7usDFjSpWHUv3m4mjtRPOqgoY_heo3950PJvgvLCaC8,370 +django/contrib/admin/templates/admin/change_list_results.html,sha256=HlV3Tqxx6G4oTR8oGDP6lwEz22qrGM6VmTFLoDObww4,1569 +django/contrib/admin/templates/admin/date_hierarchy.html,sha256=I9Nj9WJb3JM_9ZBHrg4xIFku_a59U-KoqO5yuSaqVJQ,518 +django/contrib/admin/templates/admin/delete_confirmation.html,sha256=yomrRPvVB5SORbn38IGiApTvv75RUke4hHZHoBPOH8Y,2397 +django/contrib/admin/templates/admin/delete_selected_confirmation.html,sha256=BPRdmt4BerVSQnzI4wQzbTUYLYWIRdFp0TJukKTypUI,2312 +django/contrib/admin/templates/admin/edit_inline/stacked.html,sha256=kW6E_qrLX_qSqYOONeBsT7HaW5MT3qfTiZbqO2d0omk,2358 +django/contrib/admin/templates/admin/edit_inline/tabular.html,sha256=iNULOY_oHawtveA66nmsYB89ibRNHiOJT9K88uT6-nE,4230 +django/contrib/admin/templates/admin/filter.html,sha256=A59SgwTTgEf2iYjV0IiDIixSZ7yCu1Fs66n0Vguu-NI,330 +django/contrib/admin/templates/admin/includes/fieldset.html,sha256=DgcBbVUfkho33IMZGEg42Xr9P5y3ZAefFzqkxf74v1Q,1787 +django/contrib/admin/templates/admin/includes/object_delete_summary.html,sha256=i_I2BADSutoccAxARIwbP4VRlDHsag-llDOi3kjcoXw,188 +django/contrib/admin/templates/admin/index.html,sha256=JkWPzNip--iek76cnSycjo3GIa1dpWOHt-2C6uyu4t8,3181 +django/contrib/admin/templates/admin/invalid_setup.html,sha256=58ugkYPi6FHmS--y77fhLAdUr4PyrtGwTg6-hm0_Xxg,437 +django/contrib/admin/templates/admin/login.html,sha256=-lORxVDc8VDNcfuKzMqIgJTL5bPttOnJC2TznlfbtFE,1870 +django/contrib/admin/templates/admin/object_history.html,sha256=tjE0pTYaSM43e8QxjNabL2FmrB5wPKm8V3jpuziwPdI,1444 +django/contrib/admin/templates/admin/pagination.html,sha256=T4ssv7ALQ776tE6NKMGFmYLfoBhi4ZeMya_Up91889A,553 +django/contrib/admin/templates/admin/popup_response.html,sha256=m_9AnbMHEhmLXcJHiep4cs5MW_bG_eN_0j5z4USB0Ks,358 +django/contrib/admin/templates/admin/prepopulated_fields_js.html,sha256=Q3QxBgVvxePpiz502FjSHOS3szSlHkvUQoPe8sF1YDs,245 +django/contrib/admin/templates/admin/search_form.html,sha256=Qq_vEbQup3hzfbuCmS8pyCfzMdnm_9NUZ5iJHfLl7_M,1020 +django/contrib/admin/templates/admin/submit_line.html,sha256=LOQvzN_sZIx96s4VqeNNABGEdkMlPAaVVGqE0lEoc24,1024 +django/contrib/admin/templates/admin/widgets/clearable_file_input.html,sha256=w6Lx3NII4fh2e6BNbJ-VahriO8FA9aOB7opUalGZPjs,568 +django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html,sha256=0-PzMOEe3KSRVOBeivruUc8nJRcziIqWO-DyU8pvgEE,346 +django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html,sha256=w18JMKnPKrw6QyqIXBcdPs3YJlTRtHK5HGxj0lVkMlY,54 +django/contrib/admin/templates/admin/widgets/radio.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57 +django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html,sha256=bif78V69e6H9kvo0YtWHPJYivYs1xlFNDPHPwZ-5pjc,1454 +django/contrib/admin/templates/admin/widgets/split_datetime.html,sha256=BQ9XNv3eqtvNqZZGW38VBM2Nan-5PBxokbo2Fm_wwCQ,238 +django/contrib/admin/templates/admin/widgets/url.html,sha256=Tf7PwdoKAiimfmDTVbWzRVxxUeyfhF0OlsuiOZ1tHgI,218 +django/contrib/admin/templates/registration/logged_out.html,sha256=9NdzlTMq7QQpj2ftUqZ7FPeHDv0KYbjETF8qMJVGGqI,374 +django/contrib/admin/templates/registration/password_change_done.html,sha256=ldLa6UAVgn_FiKQ9TkO2EZraTBZx1URJrRGOn-_VZJs,671 +django/contrib/admin/templates/registration/password_change_form.html,sha256=Q1-5p82B7oFkbFocUSBaelomL4u8NIadxzgbY3fE70I,2046 +django/contrib/admin/templates/registration/password_reset_complete.html,sha256=RD0DbFybLTVfHtkU4yN7HG3YXY-xs_BLVgl3vSB7czU,505 +django/contrib/admin/templates/registration/password_reset_confirm.html,sha256=a1jISSwO_3OkJD1-Q_20Sv4oB8NhEcn7dcQBcm9ipI8,1369 +django/contrib/admin/templates/registration/password_reset_done.html,sha256=ofGCzPs--2mOPLlGcTbZJAoZQkEpfwFb5reLxaKq12g,669 +django/contrib/admin/templates/registration/password_reset_email.html,sha256=d_NtuuiWTS9AZu6qObmp-lux0UkUCdA9ZUIUKyYJeHE,582 +django/contrib/admin/templates/registration/password_reset_form.html,sha256=NGW3MhDnsD3bmrLEhEtJuMaHByN79uUTyr0QJXP20Pg,966 +django/contrib/admin/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/admin/templatetags/__pycache__/__init__.cpython-38.pyc,, +django/contrib/admin/templatetags/__pycache__/admin_list.cpython-38.pyc,, +django/contrib/admin/templatetags/__pycache__/admin_modify.cpython-38.pyc,, +django/contrib/admin/templatetags/__pycache__/admin_static.cpython-38.pyc,, +django/contrib/admin/templatetags/__pycache__/admin_urls.cpython-38.pyc,, +django/contrib/admin/templatetags/__pycache__/base.cpython-38.pyc,, +django/contrib/admin/templatetags/__pycache__/log.cpython-38.pyc,, +django/contrib/admin/templatetags/admin_list.py,sha256=9bs3ES12mt-2vZvuR1UvfYha8Q10JWlpWMpuhBk6ANs,17799 +django/contrib/admin/templatetags/admin_modify.py,sha256=yr73KRXuizBIiKrSsgf8jatziGrUTMF7vwfm4mHlAcg,4222 +django/contrib/admin/templatetags/admin_static.py,sha256=WQitV4udeLfD8B36sRJn7QqncP0KWc5a8A83LsIOIeU,399 +django/contrib/admin/templatetags/admin_urls.py,sha256=b_RxDLR7yLBTMe-_ylzO-m0R3ITq3ZP_pnddRyM_Nos,1791 +django/contrib/admin/templatetags/base.py,sha256=54mdDPyCnaMS4N0WNgZBJakx_e1204CNSn68vaLP5Bg,1321 +django/contrib/admin/templatetags/log.py,sha256=mxV6mvfVJo0qRCelkjRBNWfrurLABhZvGQlcp5Bn4IU,2079 +django/contrib/admin/tests.py,sha256=eO-iV08qo6zrNuPibtb5hrQyByq20VDk0pjWSLYTXFE,7301 +django/contrib/admin/utils.py,sha256=9CykVdXQyaJL_fIz_00LiIqItXlD0O3b4Sf0ZOu9ut8,18271 +django/contrib/admin/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/admin/views/__pycache__/__init__.cpython-38.pyc,, +django/contrib/admin/views/__pycache__/autocomplete.cpython-38.pyc,, +django/contrib/admin/views/__pycache__/decorators.cpython-38.pyc,, +django/contrib/admin/views/__pycache__/main.cpython-38.pyc,, +django/contrib/admin/views/autocomplete.py,sha256=vfLa2YPZNRSHlbZXVNnlpBtTwLtY-GQ1yvvCd8D1fHY,1962 +django/contrib/admin/views/decorators.py,sha256=J4wYcyaFr_-xY1ANl6QF4cFhOupRvjjmBotN0FshVYg,658 +django/contrib/admin/views/main.py,sha256=rMEbv_0VRKCVTzrWQM4w-4f_Q1VN-tzZ5NoGcSAljuM,21004 +django/contrib/admin/widgets.py,sha256=yjkibTIrvxmHV7EABBI4wA3Nb2ChIpNgJSQToxKNpdw,17223 +django/contrib/admindocs/__init__.py,sha256=oY-eBzAOwpf5g222-vlH5BWHpDzpkj_DW7_XGDj7zgI,69 +django/contrib/admindocs/__pycache__/__init__.cpython-38.pyc,, +django/contrib/admindocs/__pycache__/apps.cpython-38.pyc,, +django/contrib/admindocs/__pycache__/middleware.cpython-38.pyc,, +django/contrib/admindocs/__pycache__/urls.cpython-38.pyc,, +django/contrib/admindocs/__pycache__/utils.cpython-38.pyc,, +django/contrib/admindocs/__pycache__/views.cpython-38.pyc,, +django/contrib/admindocs/apps.py,sha256=rV3aWVevgI6o8_9WY0yQ62O5CSMRRZrVwZFt1gpfKk0,216 +django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo,sha256=RnpPLulXkAXe6s5TmlkNbHWyK5R-0nGlOv-3TOFT_JU,702 +django/contrib/admindocs/locale/af/LC_MESSAGES/django.po,sha256=18HnMLlT8NzeujAJRPHGmwkKesl9Uy8Fllt3AP_lYgw,4608 +django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo,sha256=IoUExlNwqSYql6zMAuXcFt0cmkjMc_i0fb0qp7cBQlA,7286 +django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po,sha256=KT8AOJeiYBk4dyJCyLnHAQJcOP3Fjw6XHOjmHsJ9pEY,7924 +django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo,sha256=d4u-2zZXnnueWm9CLSnt4TRWgZk2NMlrA6gaytJ2gdU,715 +django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po,sha256=TUkc-Hm4h1kD0NKyndteW97jH6bWcJMFXUuw2Bd62qo,4578 +django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo,sha256=yWjmqVrGit7XjELYepZ9R48eOKma5Wau2RkkSSiJrgc,1687 +django/contrib/admindocs/locale/az/LC_MESSAGES/django.po,sha256=wGdq-g4u8ssHHvODJB-knjZdrP6noxRW9APn_kmOz7w,4993 +django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo,sha256=KY94OxY-NFsFbfZG9cFw77xw68YLDWyuYs04rxwpyU8,8185 +django/contrib/admindocs/locale/be/LC_MESSAGES/django.po,sha256=ijhluxI7Wn9PcZUDG3O8VpRsRVU6AYwZEdkUBfgXAS0,8707 +django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo,sha256=n9GdBZljKJBmfups8Zt82lpHgEWvonacXztOS6qbAjM,7837 +django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po,sha256=SrmOtJ6nOi3lrgEwr-s76jYzN7lZs05dbEwh9OFxFHU,8692 +django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo,sha256=NOKVcE8id9G1OctSly4C5lm64CgEF8dohX-Pdyt4kCM,3794 +django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po,sha256=6M7LjIEjvDTjyraxz70On_TIsgqJPLW7omQ0Fz_zyfQ,6266 +django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo,sha256=UsPTado4ZNJM_arSMXyuBGsKN-bCHXQZdFbh0GB3dtg,1571 +django/contrib/admindocs/locale/br/LC_MESSAGES/django.po,sha256=SHOxPSgozJbOkm8u5LQJ9VmL58ZSBmlxfOVw1fAGl2s,5139 +django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo,sha256=clvhu0z3IF5Nt0tZ85hOt4M37pnGEWeIYumE20vLpsI,1730 +django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po,sha256=1-OrVWFqLpeXQFfh7JNjJtvWjVww7iB2s96dcSgLy90,5042 +django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo,sha256=RZp6R180mKEuO_zKKaMfhP8qDQge9obnuF4qKxvn7Mk,6681 +django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po,sha256=xZfd_o522aYaeqISmPK9vpSuDAWS4XJ1ODULTzaDFg8,7337 +django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo,sha256=qbdYC_4t3scD3GqnJC76t31ln3xFGfqzf-QuYf2pmSg,6641 +django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po,sha256=jWCCrjIsQv5sucbv9TP2BW8d9YzIRmL4NSa0uWJlSQ0,7206 +django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo,sha256=sYeCCq0CMrFWjT6rKtmFrpC09OEFpYLSI3vu9WtpVTY,5401 +django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po,sha256=GhdikiXtx8Aea459uifQtBjHuTlyUeiKu0_rR_mDKyg,6512 +django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo,sha256=SWw8DiXbYPQCc8nwUPOt68FRUgrd_Eb7Dw9SqKXWrhY,6458 +django/contrib/admindocs/locale/da/LC_MESSAGES/django.po,sha256=_j2DkNr1pVGMcVLA4F1lzurLyS8ElKR4w8qWyhSlUOw,7062 +django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo,sha256=6KJ9OfmvE6yzBF-n6sboLq4vv_o0uhLeevUEAZj-uEo,6585 +django/contrib/admindocs/locale/de/LC_MESSAGES/django.po,sha256=y2kXww5nrZpLJZtWm45d1hUCCq2HeplU9hAtDiOj9qo,7097 +django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo,sha256=jJNiddLBOMe9oeadm1h4iDRUqaTmfbJ28fS3h141VCk,6836 +django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po,sha256=MQQidlh2Ljp0ChO92tVJ_gkbTC0kpEbNAMOC2F903qM,7314 +django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo,sha256=dJy15irtJqzPFc_yHS3LTeXYmPu0-bIlyrDPfbE5pSE,8598 +django/contrib/admindocs/locale/el/LC_MESSAGES/django.po,sha256=82wcERwp7_v3l66v3GKdlT-lVGhwGs8DK0184SbV3zk,9259 +django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/admindocs/locale/en/LC_MESSAGES/django.po,sha256=nR84XXUZlLxu-CriBHo6ljWVqGmeARQvZVvyIIF6JHY,10680 +django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo,sha256=BQ54LF9Tx88m-pG_QVz_nm_vqvoy6pVJzL8urSO4l1Q,486 +django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.po,sha256=ho7s1uKEs9FGooyZBurvSjvFz1gDSX6R4G2ZKpF1c9Q,5070 +django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo,sha256=xKGbswq1kuWCbn4zCgUQUb58fEGlICIOr00oSdCgtU4,1821 +django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po,sha256=No09XHkzYVFBgZqo7bPlJk6QD9heE0oaI3JmnrU_p24,4992 +django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo,sha256=cwozZwZY0TylDQe7JguENqwGIqVhq0PCHK0htOixhsA,6391 +django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po,sha256=WvbW_97wH7tBCbQqzDi0sr4hbsL74V621Bn7lFrMQ4U,6879 +django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo,sha256=OYjdorHASk8cvZfzh4S1tzsB8ukZZQqEP8CJ8ZZD_-w,6673 +django/contrib/admindocs/locale/es/LC_MESSAGES/django.po,sha256=0d-YNcIC4QxJ4c0J62mqCjz7CbrgZZx1J_E4t7PPk7M,7516 +django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo,sha256=1-41H1OzEb3L-4LV9OfnbazGm0VQ5oPRxjOpxnjvjLA,6691 +django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po,sha256=VBSHCqICgxdcVhVH4OvIvocIlv5BOP2QI6xQBgWp3Lk,7247 +django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo,sha256=KFjQyWtSxH_kTdSJ-kNUDAFt3qVZI_3Tlpg2pdkvJfs,6476 +django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po,sha256=dwrTVjYmueLiVPu2yiJ_fkFF8ZeRntABoVND5H2WIRI,7038 +django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo,sha256=3hZiFFVO8J9cC624LUt4lBweqmpgdksRtvt2TLq5Jqs,1853 +django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po,sha256=gNmx1QTbmyMxP3ftGXGWJH_sVGThiSe_VNKkd7M9jOY,5043 +django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo,sha256=sMwJ7t5GqPF496w-PvBYUneZ9uSwmi5jP-sWulhc6BM,6663 +django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po,sha256=ZOcE0f95Q6uD9SelK6bQlKtS2c3JX9QxNYCihPdlM5o,7201 +django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo,sha256=cQwLB8r0hRdWCxp2P8atYGambrKLR18GorVlp_O995M,6402 +django/contrib/admindocs/locale/et/LC_MESSAGES/django.po,sha256=Q3hVcRl3jtexQufNAZWacz3F_VRL1IctRMXYxdXArNE,7009 +django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo,sha256=WHgK7vGaqjO4MwjBkWz2Y3ABPXCqfnwSGelazRhOiuo,6479 +django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po,sha256=718XgJN7UQcHgE9ku0VyFp7Frs-cvmCTO1o-xS5kpqc,7099 +django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo,sha256=5LnONa6ZHXFffSvhtIHOc-nnbltpgasyeZK8nUkoyIs,7533 +django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po,sha256=LqY_cJ3KiQ_SbRvn1gffAv4-8N64cpWuoMsJ53dm3UQ,8199 +django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo,sha256=-iPQyWSVn46CF-huqytiomENda1cM0VGAnnVRlwlezQ,6413 +django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po,sha256=AG_WPvp2-c8mQy_Gp4tUACvqN-ACKbr-jxMKb86ilKQ,6945 +django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo,sha256=Dfrp3u91kvkvJA7cwSnud9adSGWIE8iVl8V_Ku6CYZ4,6786 +django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po,sha256=ojxKajQOZkHXlNN6FE324WustYzdUu4iyjVG0bTG9vs,7313 +django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo,sha256=_xVO-FkPPoTla_R0CzktpRuafD9fuIP_G5N-Q08PxNg,476 +django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po,sha256=b3CRH9bSUl_jjb9s51RlvFXp3bmsmuxTfN_MTmIIVNA,5060 +django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo,sha256=PkY5sLKd7gEIE2IkuuNJXP5RmjC-D4OODRv6KCCUDX8,1940 +django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po,sha256=-l6VME96KR1KKNACVu7oHzlhCrnkC1PaJQyskOUqOvk,5211 +django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo,sha256=g_HxI2sDlCSI4QMkXmCM1BaBLyA_zm605-lrwWklIWI,6995 +django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po,sha256=8EmFRNWJ1zAdwlK6BMgYe6aw7KwGyDkdUujaYyZJxlI,7477 +django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo,sha256=CYtHrSyH_Lw0YxmmmndEnMPU-cw5TMr-8NHUjz6v7JM,2265 +django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po,sha256=0S2CJju3EIiEp6kqJIn0Jl1IyRAg2-5ovYMOW0YRtVA,5188 +django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo,sha256=mWWnjeFI5eoi-al_VB03RT-7LtP7VvdUKh9EJufU-9E,7006 +django/contrib/admindocs/locale/he/LC_MESSAGES/django.po,sha256=O1shu9ypDpw9zk4_2xyVnTRX6ivw6SpXbNet-xJHedg,7505 +django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo,sha256=sZhObIxqrmFu5Y-ZOQC0JGM3ly4IVFr02yqOOOHnDag,2297 +django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po,sha256=X6UfEc6q0BeaxVP_C4priFt8irhh-YGOUUzNQyVnEYY,5506 +django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo,sha256=fMsayjODNoCdbpBAk9GHtIUaGJGFz4sD9qYrguj-BQA,2550 +django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po,sha256=qi2IB-fBkGovlEz2JAQRUNE54MDdf5gjNJWXM-dIG1s,5403 +django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo,sha256=ft4a_FXwxSoabWHHBrX9e9g3SzQG5aYBkOAFki6OK0M,6797 +django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po,sha256=eQY8M7whVdInK2EeqaeyZCWTH33-qlB2a1IU8eF3uLs,7278 +django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo,sha256=pAK3eTIgFlPjtJw-3rkd765P78o-LhgM94O8yNBJab8,6660 +django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po,sha256=pJnWzCsWYOZhu0MjMdP3CsTe7Fff4REALZR1SmsJ22Y,7196 +django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo,sha256=KklX2loobVtA6PqHOZHwF1_A9YeVGlqORinHW09iupI,1860 +django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po,sha256=Z7btOCeARREgdH4CIJlVob_f89r2M9j55IDtTLtgWJU,5028 +django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo,sha256=ls_B8o3QtpvZj8Wbjye1ls_LqgOP3oP-6jcuJzHslkE,6367 +django/contrib/admindocs/locale/id/LC_MESSAGES/django.po,sha256=fHTl0NjPK9xFvhLwLZqgfzTRtrvs6QTpLcAtNaZSQmI,6989 +django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo,sha256=5t9Vurrh6hGqKohwsZIoveGeYCsUvRBRMz9M7k9XYY8,464 +django/contrib/admindocs/locale/io/LC_MESSAGES/django.po,sha256=SVZZEmaS1WbXFRlLLGg5bzUe09pXR23TeJtHUbhyl0w,5048 +django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo,sha256=pEr-_MJi4D-WpNyFaQe3tVKVLq_9V-a4eIF18B3Qyko,1828 +django/contrib/admindocs/locale/is/LC_MESSAGES/django.po,sha256=-mD5fFnL6xUqeW4MITzm8Lvx6KXq4C9DGsEM9kDluZ8,5045 +django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo,sha256=AhGl2DDlIiX9AS3VSj14Hpl86Khrh0USuIIrNajfAvA,6480 +django/contrib/admindocs/locale/it/LC_MESSAGES/django.po,sha256=EWpNc6wFL9vzmTjeB323GlnyuIQ3zy3H-5swX9FIPYA,7155 +django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo,sha256=F4QwDOvTwCEzGa1E9PoX-VHkF5uJoUcHDVzGl-Fkvc0,7377 +django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po,sha256=Cljuw8oHQafTq2Uw6oDhM4C0Lt_JlQKFebkpkr_zWhA,7936 +django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo,sha256=w2cHLI1O3pVt43H-h71cnNcjNNvDC8y9uMYxZ_XDBtg,4446 +django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po,sha256=omKVSzNA3evF5Mk_Ud6utHql-Do7s9xDzCVQGQA0pSg,6800 +django/contrib/admindocs/locale/kab/LC_MESSAGES/django.mo,sha256=XTuWnZOdXhCFXEW4Hp0zFtUtAF0wJHaFpQqoDUTWYGw,1289 +django/contrib/admindocs/locale/kab/LC_MESSAGES/django.po,sha256=lQWewMZncWUvGhpkgU_rtwWHcgAyvhIkrDfjFu1l-d8,4716 +django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo,sha256=mmhLzn9lo4ff_LmlIW3zZuhE77LoSUfpaMMMi3oyi38,1587 +django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po,sha256=72sxLw-QDSFnsH8kuzeQcV5jx7Hf1xisBmxI8XqSCYw,5090 +django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo,sha256=Fff1K0qzialXE_tLiGM_iO5kh8eAmQhPZ0h-eB9iNOU,1476 +django/contrib/admindocs/locale/km/LC_MESSAGES/django.po,sha256=E_CaaYc4GqOPgPh2t7iuo0Uf4HSQQFWAoxSOCG-uEGU,4998 +django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo,sha256=lisxE1zzW-Spdm7hIzXxDAfS7bM-RdrAG_mQVwz9WMU,1656 +django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po,sha256=fbiHUPdw_iXrOvgiIvPTJI3WPLD_T77VBfhqW6gjq1c,5178 +django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo,sha256=eZaKtL6wL4GjEnx6wKO2wJoV-BrTjGyPpKHx8pZ7Fug,6609 +django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po,sha256=mlCXxR8y6pV9egVZTsCucsKAi4D-wiSSwq1wMGqHjcg,7285 +django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo,sha256=N0hKFuAdDIq5clRKZirGh4_YDLsxi1PSX3DVe_CZe4k,474 +django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po,sha256=B46-wRHMKUMcbvMCdojOCxqIVL5qVEh4Czo20Qgz6oU,5058 +django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo,sha256=KOnpaVeomKJIHcVLrkeRVnaqQHzFdYM_wXZbbqxWs4g,6741 +django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po,sha256=-uzCS8193VCZPyhO8VOi11HijtBG9CWVKStFBZSXfI4,7444 +django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo,sha256=lHUI2I_Xj9zQQXReg_StrXPNvNxqme0fcjHqQO545jM,6487 +django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po,sha256=uPOUrYKB-osuZ0Hg9vSSvirrKT1gdSOy1gDRHLGe9-g,7049 +django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo,sha256=8H9IpRASM7O2-Ql1doVgM9c4ybZ2KcfnJr12PpprgP4,8290 +django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po,sha256=Uew7tEljjgmslgfYJOP9JF9ELp6NbhkZG_v50CZgBg8,8929 +django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo,sha256=bm4tYwcaT8XyPcEW1PNZUqHJIds9CAq3qX_T1-iD4k4,6865 +django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po,sha256=yNINX5M7JMTbYnFqQGetKGIXqOjGJtbN2DmIW9BKQ_c,8811 +django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo,sha256=KqdcvSpqmjRfA8M4nGB9Cnu9Auj4pTu9aH07XtCep3I,7607 +django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po,sha256=PGhlnzDKyAIRzaPCbNujpxSpf_JaOG66LK_NMlnZy6I,8316 +django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo,sha256=LDGC7YRyVBU50W-iH0MuESunlRXrNfNjwjXRCBdfFVg,468 +django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po,sha256=5cUgPltXyS2Z0kIKF5ER8f5DuBhwmAINJQyfHj652d0,5052 +django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo,sha256=AsdUmou0FjCiML3QOeXMdbHiaSt2GdGMcEKRJFonLOQ,1721 +django/contrib/admindocs/locale/my/LC_MESSAGES/django.po,sha256=c75V-PprKrWzgrHbfrZOpm00U_zZRzxAUr2U_j8MF4w,5189 +django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo,sha256=-bqqbUhhOeXaLpNaBPdvAOMVOcUycSn_LMc4KQZ3-cI,6346 +django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po,sha256=Pinb5oYBHqxDF0X5PXcZ4ypW2awXBE4q2p3eYVjTDRo,6935 +django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo,sha256=vx3Rcm4p1TNT1NXHEVk5q6C5Cux_5zK3ozwNorGzUjk,1505 +django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po,sha256=FTpLzGCFoGAAeZjGI-ZlyaLVfUKwsV758Ca8o5AjREQ,5009 +django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo,sha256=q2AkgM7vSz-4oNmeBdkzlJ6CYeHotSz46pouZzRfrRM,6349 +django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po,sha256=051HnemeTAcVvvNxkFKzYzxQso-WwM0u1pnRPJil688,6998 +django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo,sha256=Dx-A4dlDEoOKrtvis1mWfvwA2Urj-QAiKNmBy--v0oY,1662 +django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po,sha256=VAHAyol0YEaHd0TaGxaQuVUIR72QB3VUnB1ARtr-AWw,4974 +django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo,sha256=zSQBgSj4jSu5Km0itNgDtbkb1SbxzRvQeZ5M9sXHI8k,2044 +django/contrib/admindocs/locale/os/LC_MESSAGES/django.po,sha256=hZlMmmqfbGmoiElGbJg7Fp791ZuOpRFrSu09xBXt6z4,5215 +django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo,sha256=yFeO0eZIksXeDhAl3CrnkL1CF7PHz1PII2kIxGA0opQ,1275 +django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po,sha256=DA5LFFLOXHIJIqrrnj9k_rqL-wr63RYX_i-IJFhBuc0,4900 +django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo,sha256=EesxAXz7TGC7Llv85MWiqgXmJboTTCXcTw-58RvOQH0,6652 +django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po,sha256=F9BXW5MygjhwJ0yw672hRl7c6612caR60KOxfcaZcKM,7455 +django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo,sha256=WcXhSlbGdJgVMvydkPYYee7iOQ9SYdrLkquzgIBhVWU,6566 +django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po,sha256=J98Hxa-ApyzRevBwcAldK9bRYbkn5DFw3Z5P7SMEwx0,7191 +django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo,sha256=7R52AIZM0NjoASXDmNLzv4x1fePtn9Fj3HJy3iSOsz4,6601 +django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po,sha256=gIraoQfr6DLWV418adqzym7untmC4fN42WT6X057_A4,7404 +django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo,sha256=wEimPgw2SwK1LDEuAc1cw9LBO-a09LZrR0b6qcpyxXk,6755 +django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po,sha256=SOA9H817U6hntoqJ5Bf5PAEXr1tMwcuG5yWE29KL4Qc,7391 +django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo,sha256=m6sfSIxFI5WJjxdSXZvDcm9A1xIxXJD2r5-UdeIbdlc,8569 +django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po,sha256=i0xEq4zScDKrmRJODgIewx_kUMkmeIPxPNE42Vw9AsI,9226 +django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo,sha256=Y9vQluxcGX9liYofnZb80iwgrdLs9WneKHX4-JX4evY,6644 +django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po,sha256=X9eNfQfHj-SBIEUq5beCU3l5hpVPgv5ktn7GHT__2Qc,7337 +django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo,sha256=FMg_s9ZpeRD42OsSF9bpe8pRQ7wP7-a9WWnaVliqXpU,6508 +django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po,sha256=JWO_WZAwBpXw-4FoB7rkWXGhi9aEVq1tH2fOC69rcgg,7105 +django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo,sha256=lbUhjyQWbGARQ6BggqWH1tO6kNi5lMwu-523mC9JCMA,6565 +django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po,sha256=ZA_o7xIUMTVYadovn4Yxl7W54nGzPnIBjkrL66V8pAE,7081 +django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo,sha256=PyE8DXRYELzSs4RWh1jeADXOPrDEN3k-nLr8sbM1Ssw,3672 +django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po,sha256=ri7v9WHXORY-3Dl-YDKGsCFfQzH-a5y8t1vT6yziIyo,6108 +django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=au90IT43VR162L2jEsYqhRpso2dvOjpCPSCFiglokTc,1932 +django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po,sha256=tJ4tHLJj0tDaVZba3WIkI0kg95_jEYWTmqXD0rFb6T8,5140 +django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo,sha256=FsErCRG8EAsZB7DhFxnvU_GeAv9gy5VC0gOYgV7-teA,6417 +django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po,sha256=1sPLsQ6XXpmeIvqtKTFrsYpD39tg1ijy37iaBEmsq5Y,7042 +django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo,sha256=pyJfGL7UdPrJAVlCB3YimXxTjTfEkoZQWX-CSpDkcWc,1808 +django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po,sha256=SIywrLX1UGx4OiPxoxUYelmQ1YaY2LMa3dxynGQpHp8,4929 +django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo,sha256=8SjQ9eGGyaZGhkuDoZTdtYKuqcVyEtWrJuSabvNRUVM,1675 +django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po,sha256=k593yzVqpSQOsdpuF-rdsSLwKQU8S_QFMRpZXww__1A,5194 +django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo,sha256=eAzNpYRy_G1erCcKDAMnJC4809ITRHvJjO3vpyAC_mk,1684 +django/contrib/admindocs/locale/te/LC_MESSAGES/django.po,sha256=oDg_J8JxepFKIe5m6lDKVC4YWQ_gDLibgNyQ3508VOM,5204 +django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo,sha256=bHK49r45Q1nX4qv0a0jtDja9swKbDHHJVLa3gM13Cb4,2167 +django/contrib/admindocs/locale/th/LC_MESSAGES/django.po,sha256=_GMgPrD8Zs0lPKQOMlBmVu1I59yXSV42kfkrHzeiehY,5372 +django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo,sha256=qK7BooitjyWEj-KtIR6mkGVfqrAh92un_D2RDYqHfK0,6625 +django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po,sha256=9Q2F3sWt8Y5WA6y8is8BZb74g80PaazArlZmim7X40E,7235 +django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo,sha256=pQmAQOPbrBVzBqtoQ0dsFWFwC6LxA5mQZ9QPqL6pSFw,1869 +django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po,sha256=NCLv7sSwvEficUOSoMJlHGqjgjYvrvm2V3j1Gkviw80,5181 +django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo,sha256=hwDLYgadsKrQEPi9HiuMWF6jiiYUSy4y-7PVNJMaNpY,618 +django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po,sha256=29fpfn4p8KxxrBdg4QB0GW_l8genZVV0kYi50zO-qKs,5099 +django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo,sha256=8LrLmRaZCxJL76RqROdH49rLsvq2TVuMTfuhsp8Wfjg,8449 +django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po,sha256=uxziDeiYiDJ6TVk_fiquHe-6pxrGBtgK8ZRIn92KuJQ,9279 +django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo,sha256=VNg9o_7M0Z2LC0n3_-iwF3zYmncRJHaFqqpxuPmMq84,1836 +django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po,sha256=QTg85c4Z13hMN_PnhjaLX3wx6TU4SH4hPTzNBfNVaMU,5148 +django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo,sha256=F6dyo00yeyUND_w1Ocm9SL_MUdXb60QQpmAQPto53IU,1306 +django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po,sha256=JrVKjT848Y1cS4tpH-eRivFNwM-cUs886UEhY2FkTPw,4836 +django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=ofyr93DAtNADnsn3OWY5fo8Rh6VL8w9DRJXeUe2zod8,6110 +django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.po,sha256=bMvp2QdcvV36p7SOvqGgCE6ov1nPyU-EDiHJzNVGTHI,6761 +django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=R7NJ9FsGg7h6sETHiXL8jCN6vk_R5AP5vSY9u6R2d1I,4747 +django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po,sha256=lFWmaYFnY4pf8HQ1WJSAlX6HrOGIdHp_aqMb4e5pgVY,6138 +django/contrib/admindocs/middleware.py,sha256=AZpS3DbqX7jhGl3Va1ylGl7IXrRS-5xaBiDA8CLEyT0,1302 +django/contrib/admindocs/templates/admin_doc/bookmarklets.html,sha256=KbUjr9cygmTvlCiilIGvDTvLuYDdvi4HqzLLK_UBAHw,1333 +django/contrib/admindocs/templates/admin_doc/index.html,sha256=o1Z-Z6Dx8jzLwjihNnhROUOUKK_ILALjWGlMYz4U8u8,1313 +django/contrib/admindocs/templates/admin_doc/missing_docutils.html,sha256=LA8fyI_q_kRmE0e99XgiIDry3GRQ7ZjAu9EYBuCLT3Q,734 +django/contrib/admindocs/templates/admin_doc/model_detail.html,sha256=OfrSMc1vE_qItQrHO6GBBkwlhOQKex03ogvJJSyr2Jg,1824 +django/contrib/admindocs/templates/admin_doc/model_index.html,sha256=ow10WgNZUa6fUCp23ZmvR-kVdYUL29i3HBJ_iwlezfw,1322 +django/contrib/admindocs/templates/admin_doc/template_detail.html,sha256=xN-QihBsDVvpAI3C219Q__FMijnxw8j-wevYkk_mxMQ,995 +django/contrib/admindocs/templates/admin_doc/template_filter_index.html,sha256=QB9_QWIvHCGACzOo6yPOZtKIoKsJM8XLVgWhb5nJxmc,1747 +django/contrib/admindocs/templates/admin_doc/template_tag_index.html,sha256=rAyUTvECyomyB9u2er8oJE_FIMbQOd1auABqEHIupzE,1703 +django/contrib/admindocs/templates/admin_doc/view_detail.html,sha256=4mNkUt1_Q8ZGsvsZ1XMirPWNzJyptYMXZVIdPo9UVMc,896 +django/contrib/admindocs/templates/admin_doc/view_index.html,sha256=ewSVys3o1hzMjKmHJFZHqBdASsJnV6BJDlvnRuAMrs4,1682 +django/contrib/admindocs/urls.py,sha256=zdHaV60yJMjuLqO9xU0H-j7hz1PmSsepEWZA2GH-eI0,1310 +django/contrib/admindocs/utils.py,sha256=ZxXUYcj8uyz-87jGOeKj28x4Ii-fs6qEJjk-G1O1cx4,7983 +django/contrib/admindocs/views.py,sha256=3p1uR4r0Gga1BfsVX2v2afV19Xe_VOSwTj9BF-e9swc,16619 +django/contrib/auth/__init__.py,sha256=BR69jz0xC6a1r7qyMur4YG5eoB9-4snK-TSQvJWxYB0,7986 +django/contrib/auth/__pycache__/__init__.cpython-38.pyc,, +django/contrib/auth/__pycache__/admin.cpython-38.pyc,, +django/contrib/auth/__pycache__/apps.cpython-38.pyc,, +django/contrib/auth/__pycache__/backends.cpython-38.pyc,, +django/contrib/auth/__pycache__/base_user.cpython-38.pyc,, +django/contrib/auth/__pycache__/checks.cpython-38.pyc,, +django/contrib/auth/__pycache__/context_processors.cpython-38.pyc,, +django/contrib/auth/__pycache__/decorators.cpython-38.pyc,, +django/contrib/auth/__pycache__/forms.cpython-38.pyc,, +django/contrib/auth/__pycache__/hashers.cpython-38.pyc,, +django/contrib/auth/__pycache__/middleware.cpython-38.pyc,, +django/contrib/auth/__pycache__/mixins.cpython-38.pyc,, +django/contrib/auth/__pycache__/models.cpython-38.pyc,, +django/contrib/auth/__pycache__/password_validation.cpython-38.pyc,, +django/contrib/auth/__pycache__/signals.cpython-38.pyc,, +django/contrib/auth/__pycache__/tokens.cpython-38.pyc,, +django/contrib/auth/__pycache__/urls.cpython-38.pyc,, +django/contrib/auth/__pycache__/validators.cpython-38.pyc,, +django/contrib/auth/__pycache__/views.cpython-38.pyc,, +django/contrib/auth/admin.py,sha256=YbVtoNYWSkoLWKePeJ0Pl6u6wrhaoxeS8dTd3n7hXws,8607 +django/contrib/auth/apps.py,sha256=NGdy1h4yrogCn9YZOkhnO7LcVFHZAS60j-Bb7-Rz17A,1168 +django/contrib/auth/backends.py,sha256=rYAJ-B2kL5SkQn0l8SWUxdcJeEME5cRDRYkDdjjFios,7119 +django/contrib/auth/base_user.py,sha256=gXmS3Me_xTfKTTf5PSQRxn0sPJmDp044YrncXr5xQ7U,4450 +django/contrib/auth/checks.py,sha256=eml6rKyw4rEIHxBJUcqChUdvfEh69Monyjkm9FDTOoY,6355 +django/contrib/auth/common-passwords.txt.gz,sha256=CnCdMuzzpa5EVwTpCqtO7-x3CIPsy47PWWw7GUT9C5M,81355 +django/contrib/auth/context_processors.py,sha256=Vb91feuKV9a3BBgR0hrrGmZvVPw0JyYgeA_mRX9QK1c,1822 +django/contrib/auth/decorators.py,sha256=2iowUAGrkZBzaX_Wf0UkUbd0po00UCxtdFQxXj1HIyo,2892 +django/contrib/auth/forms.py,sha256=YK-5Y73-Pwj2OqZ58EcsYv34UdMfxD97ceGZh1vedzI,15057 +django/contrib/auth/handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/auth/handlers/__pycache__/__init__.cpython-38.pyc,, +django/contrib/auth/handlers/__pycache__/modwsgi.cpython-38.pyc,, +django/contrib/auth/handlers/modwsgi.py,sha256=bTXKVMezywsn1KA2MVyDWeHvTNa2KrwIxn2olH7o_5I,1248 +django/contrib/auth/hashers.py,sha256=p6eRs4Itse8BWvhmSgvGgHO9R1A1tglyD624jsCpDZc,22084 +django/contrib/auth/locale/af/LC_MESSAGES/django.mo,sha256=tRVmdxgSniXopRvpzie69lomr-NLoM3oqICKnxltnQw,7427 +django/contrib/auth/locale/af/LC_MESSAGES/django.po,sha256=E-HRXA5g27P73zQq3wsySxV-4o-yIwL_0-tikfkw5MU,7607 +django/contrib/auth/locale/ar/LC_MESSAGES/django.mo,sha256=lw7pjDDz5lRnSE6bvyGjdcuX06-mUxRZ6AOGreBP8o0,8705 +django/contrib/auth/locale/ar/LC_MESSAGES/django.po,sha256=3RZUD_C65heRnHppLoljc8REA_l1Df-vJ5rvhjEPr-g,9762 +django/contrib/auth/locale/ast/LC_MESSAGES/django.mo,sha256=Pt3gYY3j8Eroo4lAEmf-LR6u9U56mpE3vqLhjR4Uq-o,2250 +django/contrib/auth/locale/ast/LC_MESSAGES/django.po,sha256=Kiq4s8d1HnYpo3DQGlgUl3bOkxmgGW8CvGp9AbryRk8,5440 +django/contrib/auth/locale/az/LC_MESSAGES/django.mo,sha256=oE-fzJ6uz7Tdhs-8V9C65I-x1AakaxYR1rR8H1XqmQk,7450 +django/contrib/auth/locale/az/LC_MESSAGES/django.po,sha256=YnDzQ-iinkAcbYm_F7MHaj5-dEyVyiXtTZ_yS0IL7Kc,7691 +django/contrib/auth/locale/be/LC_MESSAGES/django.mo,sha256=YmJ7Gh14qYbk1OTHXqR4GEVdHcxGRHnpgf7xqzUKCR8,10008 +django/contrib/auth/locale/be/LC_MESSAGES/django.po,sha256=vPm5UJWEbhpoAslJhfvHyeTw6MGAfkrvSMd3EbnnmGk,10285 +django/contrib/auth/locale/bg/LC_MESSAGES/django.mo,sha256=ZwwXfAeWM92GObhxU6zzGu36KJUpkGOuEeprRMu5mZc,8751 +django/contrib/auth/locale/bg/LC_MESSAGES/django.po,sha256=_a2hoIiJRbvW3ymKAkAp-UZNk5AiUy5HqPBBby74Jew,9492 +django/contrib/auth/locale/bn/LC_MESSAGES/django.mo,sha256=cJSawQn3rNh2I57zK9vRi0r1xc598Wr26AyHh6D50ZQ,5455 +django/contrib/auth/locale/bn/LC_MESSAGES/django.po,sha256=5Vqd4n9ab98IMev4GHLxpO7f4r9nnhC3Nfx27HQNd8s,7671 +django/contrib/auth/locale/br/LC_MESSAGES/django.mo,sha256=nxLj88BBhT3Hudev1S_BRC8P6Jv7eoR8b6CHGt5eoPo,1436 +django/contrib/auth/locale/br/LC_MESSAGES/django.po,sha256=rFo68wfXMyju633KCAhg0Jcb3GVm3rk4opFQqI89d6Y,5433 +django/contrib/auth/locale/bs/LC_MESSAGES/django.mo,sha256=1i1CxyXwfskDZtItZQuEpZFlV3cpIo6Ls7Ocs0X3VTA,2963 +django/contrib/auth/locale/bs/LC_MESSAGES/django.po,sha256=C5CQ5vqjuLscWSKHVu0niGzmhxX0y-pf_eiuEr-ZmGU,5793 +django/contrib/auth/locale/ca/LC_MESSAGES/django.mo,sha256=ausOBfdpUjtBq1XQrP8tLsdC9rVVXNLOD5-C1tZ05AI,7641 +django/contrib/auth/locale/ca/LC_MESSAGES/django.po,sha256=wMkKe4lSk-kJVGd7HCJ4-PpFymyZDezvxePEF2gI2TQ,8019 +django/contrib/auth/locale/cs/LC_MESSAGES/django.mo,sha256=opNGqnxvwf68Cw8_D1tY45Pj8AV4eVTPhOK1JD2wVWY,7805 +django/contrib/auth/locale/cs/LC_MESSAGES/django.po,sha256=vCe6Lp8o9XnAywf_-W1c5UmQCPrVVWMfLLZS59IrgYc,8211 +django/contrib/auth/locale/cy/LC_MESSAGES/django.mo,sha256=lSfCwEVteW4PDaiGKPDxnSnlDUcGMkPfsxIluExZar0,4338 +django/contrib/auth/locale/cy/LC_MESSAGES/django.po,sha256=-LPAKGXNzB77lVHfCRmFlH3SUaLgOXk_YxfC0BomcEs,6353 +django/contrib/auth/locale/da/LC_MESSAGES/django.mo,sha256=NJ-Kky5bcJ2Typ8Kfu3FI7aG4qqmnzpBkd_nkO32VGc,7443 +django/contrib/auth/locale/da/LC_MESSAGES/django.po,sha256=HZHuz-_mdoBAyntlHeZnPwy8JIXoCZ351vaeF0FVz94,7790 +django/contrib/auth/locale/de/LC_MESSAGES/django.mo,sha256=Z4KFdT7BIn3DIVkwpdodfiFcvWTeVQEPUWU4QgMOYcc,7514 +django/contrib/auth/locale/de/LC_MESSAGES/django.po,sha256=plqGyseVxlR310SFqvPrkXParg-7Z-MfdNBk1UiD52Y,7919 +django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo,sha256=BAAXuvUHRZYPdNoKFh1UiqBYAbyOC2SQRCpQGuW1zR4,8096 +django/contrib/auth/locale/dsb/LC_MESSAGES/django.po,sha256=UopznBtYDxdKbSenij3cIiBcdnsDhzyCnieIdVlkJEU,8350 +django/contrib/auth/locale/el/LC_MESSAGES/django.mo,sha256=tfjgL-_ZACj_GjsfR7jw1PTjxovgR51-LSo5ngtRX-U,10150 +django/contrib/auth/locale/el/LC_MESSAGES/django.po,sha256=IXkrUAGvMZrQTUb6DpdgftRkWg4aKy9vwyO6i-ajsjU,10753 +django/contrib/auth/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/auth/locale/en/LC_MESSAGES/django.po,sha256=m_pwsxUew88m8RWQ-67V473WosKFWfV2nkSTWxIyt50,7918 +django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo,sha256=74v8gY8VcSrDgsPDaIMET5frCvtzgLE8oHgX1xNWUvw,3650 +django/contrib/auth/locale/en_AU/LC_MESSAGES/django.po,sha256=lg-LFEeZXxGsNNZ656ePDvAAncjuy0LKuQxUFvQCUJk,5921 +django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo,sha256=p57gDaYVvgEk1x80Hq4Pn2SZbsp9ly3XrJ5Ttlt2yOE,3179 +django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po,sha256=-yDflw5-81VOlyqkmLJN17FRuwDrhYXItFUJwx2aqpE,5787 +django/contrib/auth/locale/eo/LC_MESSAGES/django.mo,sha256=4deiZv4tbjsp2HHn3O5DAidWPpI8gfhpoLbw9Mq_0a4,7347 +django/contrib/auth/locale/eo/LC_MESSAGES/django.po,sha256=KpeJqyXFj1ns0beDaXamNC6P7Rdq0Qff9i8rfHFKQug,7671 +django/contrib/auth/locale/es/LC_MESSAGES/django.mo,sha256=fu-Qpqz4XyYu1_irM742YYT4KUFa2niDZuVo1bbXpTM,7766 +django/contrib/auth/locale/es/LC_MESSAGES/django.po,sha256=U3C1QK5ZVLREVepW6oLVnD3hBNhdlv7ZrjzzMyDLcY4,8427 +django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo,sha256=DnK67G_cBQ62T8FzOeT9UAe5dkYOOYo__cUoCRAcv8w,7920 +django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po,sha256=vcwNz5PSwMs5vOIFR-xN4ZIjYfzTOAmiYTJHAFFDaxU,8146 +django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo,sha256=K5VaKTyeV_WoKsLR1x8ZG4VQmk3azj6ZM8Phqjs81So,6529 +django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po,sha256=qJywTaYi7TmeMB1sjwsiwG8GXtxAOaOX0voj7lLVZRw,7703 +django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo,sha256=WUwyvMgNFfKTRfzP4hExhNVMsZ0pee_ZT0p5mwMsu3E,7860 +django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po,sha256=K-QHks0l3VP9R2LXsgcPcSIvRYlYQ7zNIkekMHr2_4o,8166 +django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo,sha256=GwpZytNHtK7Y9dqQKDiVi4SfA1AtPlk824_k7awqrdI,7415 +django/contrib/auth/locale/es_VE/LC_MESSAGES/django.po,sha256=G3mSCo_XGRUfOAKUeP_UNfWVzDPpbQrVYQt8Hv3VZVM,7824 +django/contrib/auth/locale/et/LC_MESSAGES/django.mo,sha256=DgY1GY3M_oBtdW692gk2RxcrGMiy7Eqdg2mD0iHsNVo,7432 +django/contrib/auth/locale/et/LC_MESSAGES/django.po,sha256=Wvqd4XplrtEA2dXg1SLGFgWcchkh3gPHgj8cOovQ3XU,7842 +django/contrib/auth/locale/eu/LC_MESSAGES/django.mo,sha256=K0AoFJGJJSnD1IzYqCY9qB4HZHwx-F7QaDTAGehyo7w,7396 +django/contrib/auth/locale/eu/LC_MESSAGES/django.po,sha256=y9BAASQYTTYfoTKWFVQUYs5-zPlminfJ6C5ZORD6g-s,7749 +django/contrib/auth/locale/fa/LC_MESSAGES/django.mo,sha256=7oQ_0XxUniTEDAGKLXODgouH80NdkDANKBQ749gLkok,8963 +django/contrib/auth/locale/fa/LC_MESSAGES/django.po,sha256=OUGU1vy0hLFb8Bv8V6gykbOB9Qw2Gk1MVMR7aHXS4FU,9362 +django/contrib/auth/locale/fi/LC_MESSAGES/django.mo,sha256=g8UTplFBR9rPuglnruZtE0Vo6tkhDhqbSlc1eh0DSFE,7514 +django/contrib/auth/locale/fi/LC_MESSAGES/django.po,sha256=1znv9S6mls8uwk6AVt8pYkYEG9Qr7TnHNOwL8rB6b-A,7824 +django/contrib/auth/locale/fr/LC_MESSAGES/django.mo,sha256=U1cycgOoKsx65naJRvcEa0qaI40olHZpH2I7IKluStM,8116 +django/contrib/auth/locale/fr/LC_MESSAGES/django.po,sha256=Dap58AsfuLC7Z4tWpoZzoUAP2Sz_wxRB7aUiGPHBSCA,8451 +django/contrib/auth/locale/fy/LC_MESSAGES/django.mo,sha256=95N-77SHF0AzQEer5LuBKu5n5oWf3pbH6_hQGvDrlP4,476 +django/contrib/auth/locale/fy/LC_MESSAGES/django.po,sha256=8XOzOFx-WerF7whzTie03hgO-dkbUFZneyrpZtat5JY,3704 +django/contrib/auth/locale/ga/LC_MESSAGES/django.mo,sha256=Nd02Ed9ACCY6JCCSwtiWl3DTODLFFu9Mq6JVlr5YbYk,3572 +django/contrib/auth/locale/ga/LC_MESSAGES/django.po,sha256=FQJMR5DosuKqo4vvF0NAQnjfqbH54MSzqL2-4BO4-uM,6127 +django/contrib/auth/locale/gd/LC_MESSAGES/django.mo,sha256=VviVmi6nVpH5U3za23353_MXTIkExdVJOFzdu1FDCgo,8720 +django/contrib/auth/locale/gd/LC_MESSAGES/django.po,sha256=Vn_dHeBR4q-Nb-Z14MGE9xFiDKK7eaNa8ySM0dhT-2Q,9018 +django/contrib/auth/locale/gl/LC_MESSAGES/django.mo,sha256=ZqVb1YCn_0_HyVtb_rnxmn0BSYAuKTVTFNHf2gftt5c,4022 +django/contrib/auth/locale/gl/LC_MESSAGES/django.po,sha256=YN_7iJTGc1Kh5llxHnwqq1kZmdQVMUMv1bkti30fMCI,6371 +django/contrib/auth/locale/he/LC_MESSAGES/django.mo,sha256=IbmufFuUd40JE8YBQgF4mnJZ4jENwFcJBr3oZXQnmeQ,8624 +django/contrib/auth/locale/he/LC_MESSAGES/django.po,sha256=LbZF6SdPBdItnr7_AQpFbtLjF0axZmOXRwQn6TjKzdU,8937 +django/contrib/auth/locale/hi/LC_MESSAGES/django.mo,sha256=7CxV1H37hMbgKIhnAWx-aJmipLRosJe1qg8BH2CABfw,5364 +django/contrib/auth/locale/hi/LC_MESSAGES/django.po,sha256=DU5YM6r1kd5fo40yqFXzEaNh42ezFQFQ-0dmVqkaKQ0,7769 +django/contrib/auth/locale/hr/LC_MESSAGES/django.mo,sha256=GEap3QClwCkuwQZKJE7qOZl93RRxmyyvTTnOTYaAWUo,5894 +django/contrib/auth/locale/hr/LC_MESSAGES/django.po,sha256=ALftoYSaI1U90RNDEvnaFATbw1SL0m8fNXAyl6DkSvo,7355 +django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo,sha256=PanVy6rcRBJ_Mr-BVKk8GIQOFZvtNz5Frga_GC5Ulmc,7925 +django/contrib/auth/locale/hsb/LC_MESSAGES/django.po,sha256=ZctqPoxjR1ofZ35OjDqaFi4QWcPXW6U_uGkudpOiAAc,8170 +django/contrib/auth/locale/hu/LC_MESSAGES/django.mo,sha256=JG0ZJ06LWE0XHjm7oS2n5tycMRkNGAV1qDJVkR7O45I,7691 +django/contrib/auth/locale/hu/LC_MESSAGES/django.po,sha256=3GSfUuXh7T7xH4_bLtgihH575dP63o1pSH0o7c8df2o,7999 +django/contrib/auth/locale/hy/LC_MESSAGES/django.mo,sha256=zoLe0EqIH8HQYC5XAWd8b8mA2DpbmDSEBsF-WIKX_OQ,8001 +django/contrib/auth/locale/hy/LC_MESSAGES/django.po,sha256=wIWLbz6f0n44ZcjEbZZsgoWTpzXRGND15hudr_DQ3l0,8787 +django/contrib/auth/locale/ia/LC_MESSAGES/django.mo,sha256=oTzOm7fRjn79_pU9zy6D_Ehex5FK7hjQYe4soeHhRkk,3314 +django/contrib/auth/locale/ia/LC_MESSAGES/django.po,sha256=LzJOXjj1Fa61zk3v2d-aWS48eva2S0b0jJ9r5CqiFDY,5881 +django/contrib/auth/locale/id/LC_MESSAGES/django.mo,sha256=LUcZxGYRwKz6C6nQ-AaXeYUlxjGU-7Yr6frh93xFDsI,7169 +django/contrib/auth/locale/id/LC_MESSAGES/django.po,sha256=p3i1D8-qZYdBAfhzZRIuzEJNOZm59ABx8qy5IKNFaoI,7583 +django/contrib/auth/locale/io/LC_MESSAGES/django.mo,sha256=YwAS3aWljAGXWcBhGU_GLVuGJbHJnGY8kUCE89CPdks,464 +django/contrib/auth/locale/io/LC_MESSAGES/django.po,sha256=W36JXuA1HQ72LspixRxeuvxogVxtk7ZBbT0VWI38_oM,3692 +django/contrib/auth/locale/is/LC_MESSAGES/django.mo,sha256=04pHypFYzzOUc9O0fS0n9EiPjG5w3KV96ffMYtXddrA,7540 +django/contrib/auth/locale/is/LC_MESSAGES/django.po,sha256=Pdy1izQ1K718XqGdb8OZaxY7yoTnzq300x-etW9mdvo,7890 +django/contrib/auth/locale/it/LC_MESSAGES/django.mo,sha256=msIGxB__lTtLXQT_SdoVxBN6j2RbXrbXWHxxZIhGHxA,7583 +django/contrib/auth/locale/it/LC_MESSAGES/django.po,sha256=EQqX3Zr1LsRLAdW6zqOIKl8BmS-3WBPfJe0vNM4laJ0,8067 +django/contrib/auth/locale/ja/LC_MESSAGES/django.mo,sha256=t3UJj76znV0oWwddRywtKiTeNKgmV3N3moLgEuaFZoo,8062 +django/contrib/auth/locale/ja/LC_MESSAGES/django.po,sha256=xGmVEPon-B6__imklMQ-mvcuRMEl62Czjo5wDToV7Nw,8335 +django/contrib/auth/locale/ka/LC_MESSAGES/django.mo,sha256=0QWYd58Dz5Az3OfZo7wV3o-QCre2oc5dgEPu0rnLVJI,10625 +django/contrib/auth/locale/ka/LC_MESSAGES/django.po,sha256=oCtz7gS4--mhv7biS1rIh43I4v1UpZX4DKdrB-xZ2RA,11217 +django/contrib/auth/locale/kab/LC_MESSAGES/django.mo,sha256=9qKeQ-gDByoOdSxDpSbLaM4uSP5sIi7qlTn8tJidVDs,2982 +django/contrib/auth/locale/kab/LC_MESSAGES/django.po,sha256=8cq5_rjRXPzTvn1jPo6H_Jcrv6IXkWr8n9fTPvghsS8,5670 +django/contrib/auth/locale/kk/LC_MESSAGES/django.mo,sha256=RJablrXpRba6YVB_8ACSt2q_BjmxrHQZzX6RxMJImlA,3542 +django/contrib/auth/locale/kk/LC_MESSAGES/django.po,sha256=OebwPN9iWBvjDu0P2gQyBbShvIFxFIqCw8DpKuti3xk,6360 +django/contrib/auth/locale/km/LC_MESSAGES/django.mo,sha256=FahcwnCgzEamtWcDEPOiJ4KpXCIHbnSowfSRdRQ2F9U,2609 +django/contrib/auth/locale/km/LC_MESSAGES/django.po,sha256=lvRHHIkClbt_8-9Yn0xY57dMxcS72z4sUkxLb4cohP0,5973 +django/contrib/auth/locale/kn/LC_MESSAGES/django.mo,sha256=u0YygqGJYljBZwI9rm0rRk_DdgaBEMA1etL-Lk-7Mls,4024 +django/contrib/auth/locale/kn/LC_MESSAGES/django.po,sha256=HKQ1t2yhh9OwsqvMft337VpPmi8KU8PhF2M8gKOdtXw,6951 +django/contrib/auth/locale/ko/LC_MESSAGES/django.mo,sha256=r1de3B_rb-ImWCAmmZ8_c1y7bUK3Hyi7kRvcSKCTiFg,7612 +django/contrib/auth/locale/ko/LC_MESSAGES/django.po,sha256=V4hYbR-Vj32MeFWyD4D1iQ7HhbdPx4ZNLT1FKGxepkU,8205 +django/contrib/auth/locale/lb/LC_MESSAGES/django.mo,sha256=OFhpMA1ZXhrs5fwZPO5IjubvWDiju4wfwWiV94SFkiA,474 +django/contrib/auth/locale/lb/LC_MESSAGES/django.po,sha256=dOfY9HjTfMQ0nkRYumw_3ZaywbUrTgT-oTXAnrRyfxo,3702 +django/contrib/auth/locale/lt/LC_MESSAGES/django.mo,sha256=-nlZHl7w__TsFUmBb5pQV_XJtKGsi9kzP6CBZXkfM8M,8146 +django/contrib/auth/locale/lt/LC_MESSAGES/django.po,sha256=-rdhB6eroSSemsdZkG1Jl4CruNZc_7dj4m5IVoyRBUQ,8620 +django/contrib/auth/locale/lv/LC_MESSAGES/django.mo,sha256=U5tO0SjCBU0Tx_Cu4PxnSiUEFJGWv0UIrbAr3Gas1nA,7599 +django/contrib/auth/locale/lv/LC_MESSAGES/django.po,sha256=t9BhUX5fNT7F-_Q9nCU0hdXylb0UW2Jyc6BZtYJ0neI,7908 +django/contrib/auth/locale/mk/LC_MESSAGES/django.mo,sha256=XS9dslnD_YBeD07P8WQkss1gT7GIV-qLiCx4i5_Vd_k,9235 +django/contrib/auth/locale/mk/LC_MESSAGES/django.po,sha256=QOLgcwHub9Uo318P2z6sp69MI8syIIWCcr4VOom9vfs,9799 +django/contrib/auth/locale/ml/LC_MESSAGES/django.mo,sha256=UEaqq7nnGvcZ8vqFicLiuqsuEUhEjd2FpWfyzy2HqdU,12611 +django/contrib/auth/locale/ml/LC_MESSAGES/django.po,sha256=xBROIwJb5h2LmyBLAafZ2tUlPVTAOcMgt-olq5XnPT8,13107 +django/contrib/auth/locale/mn/LC_MESSAGES/django.mo,sha256=hBYT0p3LcvIKKPtIn2NzPk_2di9L8jYrUt9j3TcVvaY,9403 +django/contrib/auth/locale/mn/LC_MESSAGES/django.po,sha256=R3wAEwnefEHZsma8J-XOn4XlLtuWYKDPLwJ99DUYmvE,9913 +django/contrib/auth/locale/mr/LC_MESSAGES/django.mo,sha256=zGuqUTqcWZZn8lZY56lf5tB0_lELn7Dd0Gj78wwO5T4,468 +django/contrib/auth/locale/mr/LC_MESSAGES/django.po,sha256=yLW9WuaBHqdp9PXoDEw7c05Vt0oOtlks5TS8oxYPAO8,3696 +django/contrib/auth/locale/my/LC_MESSAGES/django.mo,sha256=gYzFJKi15RbphgG1IHbJF3yGz3P2D9vaPoHZpA7LoH8,1026 +django/contrib/auth/locale/my/LC_MESSAGES/django.po,sha256=lH5mrq-MyY8gvrNkH2_20rkjFnbviq23wIUqIjPIgFI,5130 +django/contrib/auth/locale/nb/LC_MESSAGES/django.mo,sha256=Lg5Yf7DbiD8m_MUIYyD8u5GE3yuL5NE2DYLZ9fcaMrk,7222 +django/contrib/auth/locale/nb/LC_MESSAGES/django.po,sha256=zy1cf3zV3nFpE8ZwKKKJea2LxBw0VWZQ_F38OzlSfTY,7570 +django/contrib/auth/locale/ne/LC_MESSAGES/django.mo,sha256=x1sZcDaH6bGxtyFs0PrNmgPMKLWjQ9lYVZqvaUQySlc,8553 +django/contrib/auth/locale/ne/LC_MESSAGES/django.po,sha256=CDCIeUfJQl131zMeXHn5sFpgmh7gA5uSaapBEOtC5tM,9385 +django/contrib/auth/locale/nl/LC_MESSAGES/django.mo,sha256=TqscMRNGeqiw73bl3ftu4EQ7ZvDTGZLp1Z0_NtbW5X4,7485 +django/contrib/auth/locale/nl/LC_MESSAGES/django.po,sha256=8q5WXFzg0UxBdgMW019zEr0ObszmkWjLKvQLpbjg6dE,8169 +django/contrib/auth/locale/nn/LC_MESSAGES/django.mo,sha256=020nmL8b1yQL0ZyrDAdr0ZOsEGmNxvUpp9ISPBOVI8U,2801 +django/contrib/auth/locale/nn/LC_MESSAGES/django.po,sha256=SKgBiBM1llWFIvVjWRR0r2i3O8VcAdWe-PUhxckqmbE,5590 +django/contrib/auth/locale/os/LC_MESSAGES/django.mo,sha256=DVsYGz-31nofEjZla4YhM5L7qoBnQaYnZ4TBki03AI4,4434 +django/contrib/auth/locale/os/LC_MESSAGES/django.po,sha256=Akc1qelQWRA1DE6xseoK_zsY7SFI8SpiVflsSTUhQLw,6715 +django/contrib/auth/locale/pa/LC_MESSAGES/django.mo,sha256=PeOLukzQ_CZjWBa5FGVyBEysat4Gwv40xGMS29UKRww,3666 +django/contrib/auth/locale/pa/LC_MESSAGES/django.po,sha256=7ts9PUSuvfXGRLpfyVirJLDtsQcsVWFXDepVKUVlmtc,6476 +django/contrib/auth/locale/pl/LC_MESSAGES/django.mo,sha256=91p5VP2bZRjdzx8vNLHo-AIW03B4nq80-JNHFoa4E_c,7927 +django/contrib/auth/locale/pl/LC_MESSAGES/django.po,sha256=VwjH_beq0bu-xrLilf5hWmuGnf0TIWP4XHa2Wy7odlk,8597 +django/contrib/auth/locale/pt/LC_MESSAGES/django.mo,sha256=oyKCSXRo55UiO3-JKcodMUnK7fuOuQxQrXcU7XkWidA,7756 +django/contrib/auth/locale/pt/LC_MESSAGES/django.po,sha256=tEazw0kctJ3BaP21IblsMhno6qooOGW54zwende522Q,8128 +django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo,sha256=yMiLyIJPG54W-3QnrlNMRnYI9Ko90FIXM_vtUShBMrc,7554 +django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po,sha256=3ym8Ohvl_q8fh4tqnZmPkhUt_17ZDBnZB99ykuR2g9o,8420 +django/contrib/auth/locale/ro/LC_MESSAGES/django.mo,sha256=ltOJP8BImDO1eVPQ_iA4UtZm4pMfLI3HsgRKiY_Gtx8,7961 +django/contrib/auth/locale/ro/LC_MESSAGES/django.po,sha256=NHHwZ8qVGgLkBXT_r2y13ZJiWNJ2kFI20-qaZChco5o,8398 +django/contrib/auth/locale/ru/LC_MESSAGES/django.mo,sha256=tfK9L7EYNZd9d1k_EGQrDcr8ruUGJ1JbRJ3-TvJ6cR8,10482 +django/contrib/auth/locale/ru/LC_MESSAGES/django.po,sha256=nQnaxPKmCJ6N2VVJzNDNt6oeqwSxG0lfY60DSDotJ94,10959 +django/contrib/auth/locale/sk/LC_MESSAGES/django.mo,sha256=hJ_ep7FCbG4DVZawMfx4GjOPcJc4ruFSki8bkYn2l2Y,7838 +django/contrib/auth/locale/sk/LC_MESSAGES/django.po,sha256=NOYdZ3dv3Vtl-5vOwJH26Rthl-5nn4JrXgnm3i-d0bY,8199 +django/contrib/auth/locale/sl/LC_MESSAGES/django.mo,sha256=UAzD5UAqHBdiCMIPjZdouGt14xoHuo5EXDctNSDTEJk,7552 +django/contrib/auth/locale/sl/LC_MESSAGES/django.po,sha256=tUqZLZJegGLteWOQiDwFRUGayBB2j9qATmL6SMgEhb8,7943 +django/contrib/auth/locale/sq/LC_MESSAGES/django.mo,sha256=Nrfoks9rpAdeYtAvbd78imw20YrBQLbqXezC28GG5Xg,7846 +django/contrib/auth/locale/sq/LC_MESSAGES/django.po,sha256=DMF3vHqmlERrwKnlOjkWYZlChWHzcS1x2Ldcx63hD2E,8115 +django/contrib/auth/locale/sr/LC_MESSAGES/django.mo,sha256=XPJB-rwpS8c7sEH7RChft-DHllMWqUEoTFLA06Q_noc,9754 +django/contrib/auth/locale/sr/LC_MESSAGES/django.po,sha256=HPk2yuyvr9krU3CEf6p5v_4cLFG-Cu1lXsFTs1C9vmo,10010 +django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=hwAo5ishpZZ9kb9WHrSMHdxmWV9afdxOHgVEwWqb4VE,3293 +django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po,sha256=qccS0IkO-JT504Y2uVGY5nPYfN8EA_58I9z492iQHKI,5934 +django/contrib/auth/locale/sv/LC_MESSAGES/django.mo,sha256=gdDygCzmJZghqebC_Za9BqVjy2EHS9UgrWhi0Lm5rC0,7447 +django/contrib/auth/locale/sv/LC_MESSAGES/django.po,sha256=4csJy-CtwoOYh_tN7qk6yt_A7FICPwJfgHh8gqFyiZA,7970 +django/contrib/auth/locale/sw/LC_MESSAGES/django.mo,sha256=I_lEsKuMGm07X1vM3-ReGDx2j09PGLkWcG0onC8q1uQ,5029 +django/contrib/auth/locale/sw/LC_MESSAGES/django.po,sha256=TiZS5mh0oN0e6dFEdh-FK81Vk-tdv35ngJ-EbM1yX80,6455 +django/contrib/auth/locale/ta/LC_MESSAGES/django.mo,sha256=T1t5CKEb8hIumvbOtai-z4LKj2et8sX-PgBMd0B3zuA,2679 +django/contrib/auth/locale/ta/LC_MESSAGES/django.po,sha256=X8UDNmk02X9q1leNV1qWWwPNakhvNd45mCKkQ8EpZQQ,6069 +django/contrib/auth/locale/te/LC_MESSAGES/django.mo,sha256=i9hG4thA0P-Hc-S2oX7GufWFDO4Y_LF4RcdQ22cbLyE,2955 +django/contrib/auth/locale/te/LC_MESSAGES/django.po,sha256=txND8Izv2oEjSlcsx3q6l5fEUqsS-zv-sjVVILB1Bmc,6267 +django/contrib/auth/locale/th/LC_MESSAGES/django.mo,sha256=zRpZ2xM5JEQoHtfXm2_XYdhe2FtaqH-hULJadLJ1MHU,6013 +django/contrib/auth/locale/th/LC_MESSAGES/django.po,sha256=Yhh_AQS_aM_9f_yHNNSu_3THbrU-gOoMpfiDKhkaSHo,7914 +django/contrib/auth/locale/tr/LC_MESSAGES/django.mo,sha256=MqxtamKKi0P7UmWiiNz9jGOp_obhLij6WBMZwS5La-I,7480 +django/contrib/auth/locale/tr/LC_MESSAGES/django.po,sha256=Mz7mRvzk7qBnn1yF62en2OiMlgLNuaIbwDzwz7tzhV0,8027 +django/contrib/auth/locale/tt/LC_MESSAGES/django.mo,sha256=g4pTk8QLQFCOkU29RZvR1wOd1hkOZe_o5GV9Cg5u8N4,1371 +django/contrib/auth/locale/tt/LC_MESSAGES/django.po,sha256=owkJ7iPT-zJYkuKLykfWsw8j7O8hbgzVTOD0DVv956E,5222 +django/contrib/auth/locale/udm/LC_MESSAGES/django.mo,sha256=zey19UQmS79AJFxHGrOziExPDDpJ1AbUegbCRm0x0hM,462 +django/contrib/auth/locale/udm/LC_MESSAGES/django.po,sha256=gLVgaMGg0GA3Tey1_nWIjV1lnM7czLC0XR9NFBgL2Zk,3690 +django/contrib/auth/locale/uk/LC_MESSAGES/django.mo,sha256=YEqVD82aG8LuY3WZ-q2p65M2nbgSOawv5xwHyvnsTQY,10079 +django/contrib/auth/locale/uk/LC_MESSAGES/django.po,sha256=tLWzzj6dbLutVkE5KZSWuFbQLwT2HSXLxfcz6t5XhBE,10688 +django/contrib/auth/locale/ur/LC_MESSAGES/django.mo,sha256=rippTNHoh49W19c4HDUF8G5Yo3SknL3C87Afu8YXxzA,698 +django/contrib/auth/locale/ur/LC_MESSAGES/django.po,sha256=gwSd8noEwbcvDE1Q4ZsrftvoWMwhw1J15gvdtK6E9ns,4925 +django/contrib/auth/locale/vi/LC_MESSAGES/django.mo,sha256=4YOb_ZbCI90UB01DpNsBAe6qqrc3P209Bz22FSVqvog,4703 +django/contrib/auth/locale/vi/LC_MESSAGES/django.po,sha256=1YjTrGYr04j9GtG8w0c7v71pHjHU8mHzT7tChroyfaw,6723 +django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=ADtCGX8Lb8ON84-sf-OU3LT2XOK9a_5my0lqS7xPNdY,6729 +django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po,sha256=ZfdDCQTLFcpP5737U1Rbb_lHqGktMjYKe6Mjth4FiOg,7332 +django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=Pnc78tGkY9-ZH6HaQBl4NQ6-ITp8Mt103ZoCvm65Lr4,6759 +django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po,sha256=4N7kl30QCVVL5f3CkD7tKOd2SxP6owmBjxsPooUalzM,7130 +django/contrib/auth/management/__init__.py,sha256=9Dk5PxHrfnpYOloPc1ClI7KMLKIZtLB-eKGhd3cftm8,4938 +django/contrib/auth/management/__pycache__/__init__.cpython-38.pyc,, +django/contrib/auth/management/commands/__pycache__/changepassword.cpython-38.pyc,, +django/contrib/auth/management/commands/__pycache__/createsuperuser.cpython-38.pyc,, +django/contrib/auth/management/commands/changepassword.py,sha256=y8rT5O0IILk9J0oODu_Cj-bLcmJgrPIRBoO7p2fFxXA,2548 +django/contrib/auth/management/commands/createsuperuser.py,sha256=8IG8k2wxUZCkOVF_7Cgy2houwaJnL2So3q8JqMajNEY,9454 +django/contrib/auth/middleware.py,sha256=ihtkwdqyINaDDix1w3WKE9GayaGABY88j6drV0mHGDs,5399 +django/contrib/auth/migrations/0001_initial.py,sha256=bz7B12K5Ovs0aiXfZGMEbVtWAeV05JyLKDGyMrhCd_c,4960 +django/contrib/auth/migrations/0002_alter_permission_name_max_length.py,sha256=xSlhMiUbrVCPMOwmwVNAUgYjZih3t-ieALNm7rQ1OI0,347 +django/contrib/auth/migrations/0003_alter_user_email_max_length.py,sha256=bPcpCTPAJV2NgrwEa6WFfxkhbPmj5J-EqU1HM3RXtq0,389 +django/contrib/auth/migrations/0004_alter_user_username_opts.py,sha256=aN0oHoA5q2bKpJN8SnI8T9GNtTBKzLRFozL87tNh8_I,785 +django/contrib/auth/migrations/0005_alter_user_last_login_null.py,sha256=0s9ZPGWNP9HT7TmXAuChMLLwL1Ml5SdQwNs9qfy5dN4,381 +django/contrib/auth/migrations/0006_require_contenttypes_0002.py,sha256=_S7o_MhU0lAnPhDEt0kh1sBmpCLXW88VBuATERiMBlk,370 +django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py,sha256=JeJpm_jyu2CbBckw4xJt0DlwQ4SDg2fyHqduRLZ1HFI,740 +django/contrib/auth/migrations/0008_alter_user_username_max_length.py,sha256=KpeVuknt_7WErQO_WLDSCMg1sJkXCXjNQ5I4u_l99kc,752 +django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py,sha256=rwLs5SDzFJsDKtCfyMP6XueUPHiRvRMein3wXMzHeDk,386 +django/contrib/auth/migrations/0010_alter_group_name_max_length.py,sha256=JQ2cqUnTooqDKlZ5LcXQDbQld9xQmC3up5_wCWn1LFg,379 +django/contrib/auth/migrations/0011_update_proxy_permissions.py,sha256=_rYzmWi7I4AhV7x6xyetYJMXpz5Bo8mjg2msmZLN7NQ,2684 +django/contrib/auth/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/auth/migrations/__pycache__/0001_initial.cpython-38.pyc,, +django/contrib/auth/migrations/__pycache__/0002_alter_permission_name_max_length.cpython-38.pyc,, +django/contrib/auth/migrations/__pycache__/0003_alter_user_email_max_length.cpython-38.pyc,, +django/contrib/auth/migrations/__pycache__/0004_alter_user_username_opts.cpython-38.pyc,, +django/contrib/auth/migrations/__pycache__/0005_alter_user_last_login_null.cpython-38.pyc,, +django/contrib/auth/migrations/__pycache__/0006_require_contenttypes_0002.cpython-38.pyc,, +django/contrib/auth/migrations/__pycache__/0007_alter_validators_add_error_messages.cpython-38.pyc,, +django/contrib/auth/migrations/__pycache__/0008_alter_user_username_max_length.cpython-38.pyc,, +django/contrib/auth/migrations/__pycache__/0009_alter_user_last_name_max_length.cpython-38.pyc,, +django/contrib/auth/migrations/__pycache__/0010_alter_group_name_max_length.cpython-38.pyc,, +django/contrib/auth/migrations/__pycache__/0011_update_proxy_permissions.cpython-38.pyc,, +django/contrib/auth/migrations/__pycache__/__init__.cpython-38.pyc,, +django/contrib/auth/mixins.py,sha256=qdnrUp7L9WTCVimH1ULAoZcsaO5g6_2iE_pT4dea0dY,3846 +django/contrib/auth/models.py,sha256=tGyNAtuQsYxKZret2qhR3vC17m6ctg6j568TV0OwcCg,14364 +django/contrib/auth/password_validation.py,sha256=2YyJVWx6UiA1jKxfgwJVWckHXS7acEkCQAYDbKew9ew,7631 +django/contrib/auth/signals.py,sha256=_QNYY-RzkwTvY3FRo01AW1S-D9l8lVb3ebt6F1GBfMU,227 +django/contrib/auth/templates/auth/widgets/read_only_password_hash.html,sha256=cMrG-iMsrVQ6Qd6T_Xz21b6WIWhXxaIwgNDW2NpDpuM,185 +django/contrib/auth/templates/registration/password_reset_subject.txt,sha256=j8rO05woNdwv8-_F6EMy6FTZGMf-Dp9usdUJXSZHs7Q,124 +django/contrib/auth/tokens.py,sha256=JxZ6aEPibAvAoDNTIlIrYDz8_V8UZQs8KOYKRUTJfKo,3567 +django/contrib/auth/urls.py,sha256=6M54eTFdCFEqW0pzzKND4R5-8S9JrzoPcaVt0qA3JXc,1054 +django/contrib/auth/validators.py,sha256=AXlNhfwEd2sonzVAsitbBvKLnBc9CqdGuAmjUB8mEPM,685 +django/contrib/auth/views.py,sha256=aX2frKj1DrVCs-kSusIWUIaqffzXWWXdA5oD77fXRPw,13410 +django/contrib/contenttypes/__init__.py,sha256=OVcoCHYF9hFs-AnFfg2tjmdetuqx9-Zhi9pdGPAgwH4,75 +django/contrib/contenttypes/__pycache__/__init__.cpython-38.pyc,, +django/contrib/contenttypes/__pycache__/admin.cpython-38.pyc,, +django/contrib/contenttypes/__pycache__/apps.cpython-38.pyc,, +django/contrib/contenttypes/__pycache__/checks.cpython-38.pyc,, +django/contrib/contenttypes/__pycache__/fields.cpython-38.pyc,, +django/contrib/contenttypes/__pycache__/forms.cpython-38.pyc,, +django/contrib/contenttypes/__pycache__/models.cpython-38.pyc,, +django/contrib/contenttypes/__pycache__/views.cpython-38.pyc,, +django/contrib/contenttypes/admin.py,sha256=QeElFtZgIUzCWa1QfLhb9rpb-XZSY-xalx-RNAN5CoQ,5104 +django/contrib/contenttypes/apps.py,sha256=lVmnJW7DgIc42uc0V5vZL8qxnsnVijQmgelhs3nybIE,797 +django/contrib/contenttypes/checks.py,sha256=ooW997jE1y5goWgO3dzc7tfJt5Z4tJPWRRSG1P1-AcU,1234 +django/contrib/contenttypes/fields.py,sha256=8oLvxgJtTGU6odNu694hZvZI_GKPdjUw8nFnQYeh610,26689 +django/contrib/contenttypes/forms.py,sha256=95tGX_F2KkIjoBTFQcdvraypLz6Fj3LdCLOHx-8gCrQ,3615 +django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo,sha256=93nlniPFfVcxfBCs_PsLtMKrJ2BqpcofPRNYYTTlels,1070 +django/contrib/contenttypes/locale/af/LC_MESSAGES/django.po,sha256=SY04sW55-xpO_qBjv8pHoN7eqB2C5q_9CxQguMz7Q94,1244 +django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo,sha256=YXeD6WDlMQ7No_1PbR1PYE7As6GYXSQBVKkWdF_bHMo,1259 +django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po,sha256=PHvyo3UF4beWdczghk7xqrtJEu-u4802Yn6fmQvKbtA,1504 +django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo,sha256=y88CPGGbwTVRmZYIipCNIWkn4OuzuxEk2QCYsBhc7RY,643 +django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.po,sha256=H-qMo5ikva84ycnlmBT4XXEWhzMIw-r7J_zuqxo3wu4,1088 +django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo,sha256=aaKSEUnbZZMDDl4lrNpG6e18R73kD_-nY2A_dAtHtxw,1101 +django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po,sha256=txoRBy2uMeiT7aUzjADfXnf8FF3zjmCr_mLsFbVcpXs,1314 +django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo,sha256=lQjyKyBbwBjIl1rn6itLToQIKMvG-v-TjECiGepZrnw,1394 +django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po,sha256=V04WIP5qYaBOaku2AV2tNSsGKFoloDHmOjskG2o3uEM,1575 +django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo,sha256=yVH2saAhE3bVtamkCeIBDQuJpn2awfF2M7ISujswiRU,1267 +django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po,sha256=YdzC82ifG-pPY5Iy4mXIBj9Qq583g37OqZir-jpbUpc,1576 +django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo,sha256=2Z1GL6c1ukKQCMcls7R0_n4eNdH3YOXZSR8nCct7SLI,1201 +django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po,sha256=PLjnppx0FxfGBQMuWVjo0N4sW2QYc2DAEMK6ziGWUc8,1491 +django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo,sha256=kAlOemlwBvCdktgYoV-4NpC7XFDaIue_XN7GJYzDu88,1419 +django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po,sha256=BQmHVQqOc6xJWJLeAo49rl_Ogfv-lFtx18mj82jT_to,1613 +django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo,sha256=klj9n7AKBkTf7pIa9m9b-itsy4UlbYPnHiuvSLcFZXY,700 +django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po,sha256=pmJaMBLWbYtYFFXYBvPEvwXkTPdjQDv2WkFI5jNGmTI,1151 +django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo,sha256=SMwTCqtIJedetZYstY4lcKqTD9xoE4vuvyOaDRENcTg,1134 +django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po,sha256=__UUPN27_GLZxOATgFO_THR-H9e5JARo52vGyuGXrFs,1360 +django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo,sha256=pFafjdvR3gxHfVNldpTit-pDHxMqW60uWgIbU2kSZP0,1142 +django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po,sha256=_mMMJ8SsDut72o3P6sXSLOC117j3_1HN-EguH7HYnnA,1362 +django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo,sha256=2QyCWeXFyymoFu0Jz1iVFgOIdLtt4N1rCZATZAwiH-8,1159 +django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po,sha256=ZWDxQTHJcw1UYav1C3MX08wCFrSeJNNI2mKjzRVd6H0,1385 +django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo,sha256=wIEwYctl3CsjBou71rpRvGiR24jcVSEgQW1kNeb1Lsg,1081 +django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po,sha256=k_ztS6LIORMJ0T45_XMFHMDWdvh4rMfURYbKV37Bo7Y,1346 +django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo,sha256=WdGKHOdSGoscynVfOmjXD3_NRPOoTzZNWYjYdEVzahY,1092 +django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po,sha256=141sVDNz98hS_QxjyM5GEEfpvHnL8Dvbmjb_P-RtkFk,1299 +django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo,sha256=JfVRcAuhU7jt3iv8orjFpzFZUEWa9Tf98Z0KwKynBB0,1169 +django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po,sha256=2vfMUWWYDKZ9K8ujm1OgYSwl04cVDUUE5-942VGz150,1346 +django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo,sha256=cGjt7dcY9L6GusXl9eQgezR9phjMqfTUixC9hFC4ORc,1323 +django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po,sha256=VWwuQYX1La2lvPZJwp-cprA-jyxe0qTxxT0neb9AegM,1634 +django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po,sha256=ENzOpatkejwQ6F1IwZAYsMWNGtTHAVPlKCKcVrTygSI,1106 +django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486 +django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.po,sha256=wmxyIJtz628AbsxgkB-MjdImcIJWhcW7NV3tWbDpedg,1001 +django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo,sha256=_uM-jg43W7Pz8RQhMcR_o15wRkDaYD8aRcl2_NFGoNs,1053 +django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po,sha256=SyzwSvqAgKF8BEhXYh4598GYP583OK2GUXH1lc4iDMk,1298 +django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo,sha256=MFC-mQeWLeFry7d2EXeAf2G47YRLLKFhenGLCwo5O9A,1087 +django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po,sha256=BgQ7lRtsjD-XHaNvlHMu9AxCCqx38XdOCG4zYpKgDn4,1279 +django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo,sha256=rG5-Lt7Mutoa42O_5I2rjcQ5p0rnA2T-cDMbgxaJsYU,1142 +django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po,sha256=iR5eAl6d6Ol2Ufd9hQWfau8vNG0pPKvSgTToqvGMGK8,1417 +django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo,sha256=iSq2trgItDc4apHlZdZey4vVJF2k38KrKQRorDvHmG8,1121 +django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po,sha256=ejs7IoMryYl-stXjIx7slZ3pESU-3X3NUogwIbSDHBo,1328 +django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.mo,sha256=aACo1rOrgs_BYK3AWzXEljCdAc4bC3BXpyXrwE4lzAs,1158 +django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.po,sha256=vemhoL-sESessGmIlHoRvtWICqF2aO05WvcGesUZBRM,1338 +django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo,sha256=hfjH_3T9YfIhOGEE25TflbKWoiZZvmagaVW2YcNDKq8,1109 +django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po,sha256=Tkt5m04QFdBiPVbRWRh9tiyVL4K6E9Qe42xdmeVaRxQ,1303 +django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo,sha256=TVGDydYVg_jGfnYghk_cUFjCCtpGchuoTB4Vf0XJPYk,1152 +django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.po,sha256=vJW37vuKYb_KpXBPmoNSqtNstFgCDlKmw-8iOoSCenU,1342 +django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo,sha256=Rs8vsaZp2RX68U_dQge4wkZQMfH8Dh1br4IWkKzfECA,1066 +django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po,sha256=AIl4zK9fs3_euQMwu0ORQZWPyBrIikvQfq-fhiRu2ug,1323 +django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo,sha256=K0f1cXEhfg_djPzgCL9wC0iHGWF_JGIhWGFL0Y970g0,1077 +django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po,sha256=sSuVV0o8MeWN6BxlaeKcjKA3h4H29fCo1kKEtkczEp4,1344 +django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo,sha256=QNJlQhJ6b183Y8SZejokLLvH4whuJ2sadMLrm5z5ero,1171 +django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po,sha256=ELZMaN9tyEC-DIraWM_Ipv4JOq4ANvyTWEzCYmGRnRY,1427 +django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo,sha256=yZNZ0btS15XQPW5sGVQWqUbQ3_ZIGD0JjgMcz2-_xgU,1073 +django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po,sha256=LTt_nF73_BxrerGmK4ly__1PeesGNpWlH3CSLETMvuI,1316 +django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo,sha256=--hcS97AwKMSkriQKcZ9hdSF9swN732tII_b7JszY4k,1112 +django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po,sha256=yk486-Y0VCwUGQy3DjfvpM0o2UlHREVXy_SufqkkWKQ,1367 +django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.po,sha256=SB07aEGG7n4oX_5rqHB6OnjpK_K0KwFM7YxaWYNpB_4,991 +django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo,sha256=GYQYfYWbgwL3nQJR5d7XGjc5KeYYXsB0yRQJz7zxd_k,1097 +django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po,sha256=byvw9sQ9VLVjS7Au81LcNpxOzwA29_4Al9nB1ZyV2b4,1408 +django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.mo,sha256=GXwvJ2csT38SBvqMB_YoPQ_Swcy7mhZYDEr1nQBNOgc,1191 +django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.po,sha256=H4U-T07ZGgSF2LjOng5g8N-jC92SFeO5Fg9u1-g954g,1346 +django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo,sha256=gMDLuxVazSNvwLmi5AqJEsxugmDVLk8DlxseHRRoQoc,1072 +django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po,sha256=hFPL2GH-o6XN0SKu5kqgiEaGT8lKnbi_zmlUNCn3Obg,1364 +django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo,sha256=X-91PCG5ftulkyc3zTnczlWQ62zM7-47EJkE7S__CtI,1256 +django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po,sha256=NDEa2I5p29YJCEXdvmA6fyDyXTgdJsuLGeB95KPGbP8,1477 +django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo,sha256=KAZuQMKOvIPj3a7GrNJE3yhT70O2abCEF2GOsbwTE5A,1321 +django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po,sha256=PcsNgu2YmT0biklhwOF_nSvoGTvWVKw2IsBxIwSVAtI,1577 +django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo,sha256=DbOUA8ks3phsEwQvethkwZ9-ymrd36aQ6mP7OnGdpjU,1167 +django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po,sha256=722KxvayO6YXByAmO4gfsfzyVbT-HqqrLYQsr02KDc8,1445 +django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo,sha256=IEjKVQBez7h6phH_ozALY0sNjQmcDSAtCFn7JbBOFMg,1143 +django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po,sha256=VlIhdng3HZ-r9XzbdJWtQ4m1UMpmdnpBLWInGMTciZE,1320 +django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo,sha256=3fpAT3FGjXjajM3Omz_vcIZ7uqmvSgr4zfB7lfMfhas,1103 +django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po,sha256=zLI8xh3t_p23EITZnZ7Dme2MXexL9Rt8chxpj8W7w9g,1336 +django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.mo,sha256=hKOErB5dzj44ThQ1_nZHak2-aXZlwMoxYcDWmPb3Xo8,1290 +django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.po,sha256=UeGzaghsEt9Lt5DsEzRb9KCbuphWUQwLayt4AN194ao,1421 +django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo,sha256=3yDFJFxh16B2WigXeJxZV9vOyRxnjZ4MAUq3T_-PHGs,1079 +django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po,sha256=4JsXrJxsMVVu9Y6OuFrwMV5L4Dglh9XJ5sp9CHDGHaA,1288 +django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo,sha256=9o50TqX6hHloHvBJbf4pkK4a554L5UmiJnp9vGfq25k,1066 +django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po,sha256=xMRNmOipOt-18KLux7PrJn8NS25qMCVLxmmceR1P93s,1374 +django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo,sha256=3SSRXx4tYiMUc00LZ9kGHuvTgaWpsICEf5G208CEqgg,1051 +django/contrib/contenttypes/locale/io/LC_MESSAGES/django.po,sha256=1ku9WPcenn47DOF05HL2eRqghZeRYfklo2huYUrkeJ0,1266 +django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo,sha256=Lzl9gXdkji1Eg4vKahCW8ZIJY8U1hBs52O2hQftopPc,1086 +django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po,sha256=YY0C2qJRSc1cX__k-vm4LXhJZJl731NXYe2w3gTSCGU,1351 +django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo,sha256=gr8UGpZMY39rE8z0vNEDQyxh_ZD7lC3Py8Dj4B24iHg,1098 +django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po,sha256=wycvlyGUXqjmDSg0FluwvM4XpY2NU0oaKob02Q7236s,1391 +django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo,sha256=U-RemvFRnmWnRDBADa3r4tlbwUFBIUCf7aLdd3sJazE,1239 +django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po,sha256=V6smnquz_1esdvNi-dmuHzRNXqs-AjfWSKq2NJq2GPY,1469 +django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo,sha256=1_yGL68sK0QG_mhwFAVdksiDlB57_1W5QkL7NGGE5L0,1429 +django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po,sha256=fr8rGQDWgUQSv-ZjXhSAR5P_zWLhQ7bq1cHLKIzY4bY,1649 +django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo,sha256=SNY0vydwLyR2ExofAHjmg1A2ykoLI7vU5Ryq-QFu5Gs,627 +django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po,sha256=PU-NAl6xUEeGV0jvJx9siVBTZIzHywL7oKc4DgUjNkc,1130 +django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo,sha256=BXifukxf48Lr0t0V3Y0GJUMhD1KiHN1wwbueoK0MW1A,678 +django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po,sha256=fTPlBbnaNbLZxjzJutGvqe33t6dWsEKiHQYaw27m7KQ,1123 +django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo,sha256=a4sDGaiyiWn-1jFozYI4vdAvuHXrs8gbZErP_SAUk9Y,714 +django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po,sha256=QDD_q_loZtGRlhmaqgNDtJ_5AjVFQ8fSmypvaWLOwp4,1162 +django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo,sha256=N6Keqbx9NmPby_m9jswXWPLTdeeM-_9SQlFbheRzpC8,1127 +django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po,sha256=bLGMv1dLIEKhsoBfuWXs_FQly0prT4udebB5uu4CexU,1338 +django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.po,sha256=dwVKpCRYmXTD9h69v5ivkZe-yFtvdZNZ3VfuyIl4olY,989 +django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo,sha256=HucsRl-eqfxw6ESTuXvl7IGjPGYSI9dxM5lMly_P1sc,1215 +django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po,sha256=odzYqHprxKFIrR8TzdxA4WeeMK0W0Nvn2gAVuzAsEqI,1488 +django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo,sha256=4Qk6bGcd2qjhz6j6RYGdB3E7z7X4yVZTH2X-ob7QRYI,1090 +django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po,sha256=22qvaurZjlCA-z3JXBUikzIhAmcmdW9h-pbk0ujvQSg,1299 +django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo,sha256=KTFZWm0F4S6lmi1FX76YKOyJqIZN5cTsiTBI_D4ADHs,1258 +django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po,sha256=mQZosS90S-Bil6-EoGjs9BDWYlvOF6mtUDZ8h9NxEdE,1534 +django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo,sha256=rtmLWfuxJED-1KuqkUT8F5CU1KGJP0Of718n2Gl_gI0,1378 +django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po,sha256=Z-kL9X9CD7rYfa4Uoykye2UgCNQlgyql0HTv1eUXAf4,1634 +django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo,sha256=J6kKYjUOsQxptNXDcCaY4d3dHJio4HRibRk3qfwO6Xc,1225 +django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po,sha256=x8aRJH2WQvMBBWlQt3T3vpV4yHeZXLmRTT1U0at4ZIk,1525 +django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468 +django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.po,sha256=FgZKD9E-By0NztUnBM4llpR59K0MJSIMZIrJYGKDqpc,983 +django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo,sha256=YYa2PFe9iJygqL-LZclfpgR6rBmIvx61JRpBkKS6Hrs,1554 +django/contrib/contenttypes/locale/my/LC_MESSAGES/django.po,sha256=6F3nXd9mBc-msMchkC8OwAHME1x1O90xrsZp7xmynpU,1732 +django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo,sha256=RMxLSKOqQ6omrnSlAoRohWOEC0SBwYwJyO6QGaPo5KU,1081 +django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po,sha256=xgm6KYjgFPyYM0HXu3qY6uamoyeuhJ8xR_KBWLZ6IY0,1382 +django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo,sha256=-zZAn5cex4PkScoZVqS74PUMThJJuovZSk3WUKZ8hnw,1344 +django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po,sha256=1ZCUkulQ9Gxb50yMKFKWaTJli2SinBeNj0KpXkKpsNE,1519 +django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo,sha256=QH0B253GqlbTkARxjnuxCI6B6ITSsOnVZli0qwIGRUs,1077 +django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po,sha256=lkitOZ96BK24YHAdhxY9x4IP9tSFukRWIPGGYwQDz-Q,1392 +django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo,sha256=jfxiglKOxjX2xdbLDnJhujJiGcbDJv3NDcUUCWrZmuU,1054 +django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po,sha256=c1sz3ssHULL1c5gpbEOy4Xo2Nh0_2ar_Zg4nECouM4k,1299 +django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo,sha256=QV533Wu-UpjV3XiCe83jlz7XGuwgRviV0ggoeMaIOIY,1116 +django/contrib/contenttypes/locale/os/LC_MESSAGES/django.po,sha256=UZahnxo8z6oWJfEz4JNHGng0EAifXYtJupB6lx0JB60,1334 +django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo,sha256=qacd7eywof8rvJpstNfEmbHgvDiQ9gmkcyG7gfato8s,697 +django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po,sha256=Kq2NTzdbgq8Q9jLLgV-ZJaSRj43D1dDHcRIgNnJXu-s,1145 +django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo,sha256=a57HnU25bDdtrep5ksckyx7BsCQSHbBvZ-W3Hp6CVDQ,1251 +django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po,sha256=KC_XKtt7QieDVfsu-uEY3eT9miIIQfs1Ied7ebQaK7A,1539 +django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo,sha256=MjyyKlA75YtEG9m6hm0GxKhU-cF3m1PA_j63BuIPPlE,1125 +django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po,sha256=X2Rec6LXIqPa9AVqF4J2mzYrwfls1BdUfN8XOe0zkdQ,1379 +django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo,sha256=fPCrA5N-k2uOHyZtBVolLM-CiFyv7luskvTKoJiDF4o,1137 +django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po,sha256=x-dcuvjBVXVe4zBNxd4vbwYAMzeOCNzVFLc7S_te_fI,1414 +django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo,sha256=sCthDD10v7GY2cui9Jj9HK8cofVEg2WERCm6aktOM-4,1142 +django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po,sha256=n-BPEfua0Gd6FN0rsP7qAlTGbQEZ14NnDMA8jI2844Y,1407 +django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo,sha256=EYIBQ4DumWdn6zC8Oy2QDdMsdwDZz4patKbuhFxN1AY,1426 +django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po,sha256=YULjNSTutYL3FhT4njhz9pQiP_xmoAVuJTBb1Hzio04,1728 +django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo,sha256=Wkcfu7VTpa6IMqGHUH6Rra42ydbyyaLnMa6wg137E7o,1104 +django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po,sha256=oFmpjsUP8WXXd6TpObHcnM-mstebPAB4wCjsluH5EFc,1398 +django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo,sha256=sMML-ubI_9YdKptzeri1du8FOdKcEzJbe4Tt0J4ePFI,1147 +django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po,sha256=0zxiyzRWWDNVpNNLlcwl-OLh5sLukma1vm-kYrGHYrE,1392 +django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo,sha256=xXE5L6OmOz3oI9xYKyS8VKb37NDJ8buQOhjwtuMnwNs,1103 +django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po,sha256=_z4SsvtdEmT91TqVd-GXMzNK86H-6LmnWTUK4ZBi878,1276 +django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo,sha256=PGihuAsBD_pc1ww4UILWtWgaGhn-IsBi5leknCCrPoU,1265 +django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po,sha256=YHZOZ3UsDAL7GCZGwpVPaqC1hI-ksHt1oOzMy13Ugu4,1531 +django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=COMPdT_5SOn_x7yc27_A2gudPaTPJOCMVckSohEXLVs,1098 +django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po,sha256=E3H73fIXuvf_00NSENk8_2f_jeKnb9GT0ICx_Wwx1XU,1381 +django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo,sha256=I5bmwlJ8jVHoJW6-uGZ6r8FRIEVdg3xQseenfnhKkpg,1066 +django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po,sha256=KybZ8wY7r_ZU0beG8plP36ba8CEMKa3MTWwbL_Sf8zg,1331 +django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo,sha256=XLPle0JYPPkmm5xpJRmWztMTF1_3a2ZubWE4ur2sav8,563 +django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po,sha256=jRc8Eh6VuWgqc4kM-rxjbVE3yV9uip6mOJLdD6yxGLM,1009 +django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo,sha256=L3eF4z9QSmIPqzEWrNk8-2uLteQUMsuxiD9VZyRuSfo,678 +django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po,sha256=iDb9lRU_-YPmO5tEQeXEZeGeFe-wVZy4k444sp_vTgw,1123 +django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo,sha256=S_UF_mZbYfScD6Z36aB-kwtTflTeX3Wt4k7z_pEcOV8,690 +django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po,sha256=aAGMMoJPg_pF9_rCNZmda5A_TvDCvQfYEL64Xdoa4jo,1135 +django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo,sha256=qilt-uZMvt0uw-zFz7-eCmkGEx3XYz7NNo9Xbq3s7uI,1186 +django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po,sha256=42F34fNEn_3yQKBBJnCLttNeyktuLVpilhMyepOd6dg,1444 +django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo,sha256=97r7jUJMbkhpnk4fEy-sg3oMDQU8N8A76qrXKX7CNxg,1121 +django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po,sha256=fS_Vgpat2dLaXgpT4bsUPjJx_1B_6vb25qH0vH92ZVk,1355 +django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo,sha256=_LQ1N04FgosdDLUYXJOEqpCB2Mg92q95cBRgYPi1MyY,659 +django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po,sha256=L7wMMpxGnpQiKd_mjv2bJpE2iqCJ8XwiXK0IN4EHSbM,1110 +django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.po,sha256=YVyej0nAhhEf7knk4vCeRQhmSQeGZLhMPPXyIyWObnM,977 +django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo,sha256=LK_0RNZeRjH6l6F3IS_FfyGrnjjst__pSU-7SIfqMV4,1382 +django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po,sha256=hckQ42e_T3As0Yq_1yLwU3pX5wpcBdZyd7h2uin3bhw,1707 +django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo,sha256=OJs_EmDBps-9a_KjFJnrS8IqtJfd25LaSWeyG8u8UfI,671 +django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po,sha256=f0FnsaAM_qrBuCXzLnkBrW5uFfVc6pUh7S-qp4918Ng,1122 +django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo,sha256=kGYgEI1gHkyU4y_73mBJN1hlKC2JujVXMg6iCdWncDg,1155 +django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po,sha256=RIDUgsElfRF8bvBdUKtshizuMnupdMGAM896s7qZKD4,1439 +django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=KTYCw4pEOPOfAObHiyBQTzZBX1mY0r9095QLAZfjvQM,1062 +django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po,sha256=bJp1GCxJwVfqD-rMAWTBg9OLIKginTCMs0V6mESrVrc,1353 +django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=fPIlKpeLGhOtsbLsJOef5d5Y8jCyT9hFiOfZ1v9yFTQ,1083 +django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po,sha256=Jwtnwk0R2c2Kh7KUg0t0GKjQrMO48YUNntbCT6dIHAM,1329 +django/contrib/contenttypes/management/__init__.py,sha256=KKf4YWuuvUAOf5l2Xn5zEIR4WHA8vKQ5R5paVfYAPeM,4857 +django/contrib/contenttypes/management/__pycache__/__init__.cpython-38.pyc,, +django/contrib/contenttypes/management/commands/__pycache__/remove_stale_contenttypes.cpython-38.pyc,, +django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py,sha256=dPxDDpEOHsoRoeHYosHn59oEYYo31RPmo2dM8dTnu0U,3282 +django/contrib/contenttypes/migrations/0001_initial.py,sha256=o3bVVr-O_eUNiloAC1z-JIHDoCJQ4ifdA-6DhdVUrp8,1157 +django/contrib/contenttypes/migrations/0002_remove_content_type_name.py,sha256=4h1AUWSWAvwfEMAaopJZce-yNj1AVpCYFAk2E-Ur-wM,1103 +django/contrib/contenttypes/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/contenttypes/migrations/__pycache__/0001_initial.cpython-38.pyc,, +django/contrib/contenttypes/migrations/__pycache__/0002_remove_content_type_name.cpython-38.pyc,, +django/contrib/contenttypes/migrations/__pycache__/__init__.cpython-38.pyc,, +django/contrib/contenttypes/models.py,sha256=5gfvYpQkhRuPN2VhyRZ56KtyMJcr9c15McKUVlV5CQI,6450 +django/contrib/contenttypes/views.py,sha256=0gyy3AjEmXD9RWfy9st8wOR7JamcUREMmUNVlkf_VIM,3545 +django/contrib/flatpages/__init__.py,sha256=pa6Mmr3sfZ2KBkXHAvYIw_haRx8tSqTNZluUKg5zQCk,69 +django/contrib/flatpages/__pycache__/__init__.cpython-38.pyc,, +django/contrib/flatpages/__pycache__/admin.cpython-38.pyc,, +django/contrib/flatpages/__pycache__/apps.cpython-38.pyc,, +django/contrib/flatpages/__pycache__/forms.cpython-38.pyc,, +django/contrib/flatpages/__pycache__/middleware.cpython-38.pyc,, +django/contrib/flatpages/__pycache__/models.cpython-38.pyc,, +django/contrib/flatpages/__pycache__/sitemaps.cpython-38.pyc,, +django/contrib/flatpages/__pycache__/urls.cpython-38.pyc,, +django/contrib/flatpages/__pycache__/views.cpython-38.pyc,, +django/contrib/flatpages/admin.py,sha256=m_TsFRA36bunPrg2dSdxDJpWLfJkiaVmE3kcYAO9trY,654 +django/contrib/flatpages/apps.py,sha256=EMKrGuulQwqXlcGKRvmISVaiqSNVwwUetEeEo3PTjxA,198 +django/contrib/flatpages/forms.py,sha256=hz310DhZusEvLUxCJXIpMMc_ZTwuc-HYPNHDo1IdHYA,2379 +django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo,sha256=c0XEKXJYgpy2snfmWFPQqeYeVla1F5s_wXIBaioiyPc,2297 +django/contrib/flatpages/locale/af/LC_MESSAGES/django.po,sha256=_psp14JfICDxrKx_mKF0uLnItkJPkCNMvrNOyE35nFw,2428 +django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo,sha256=G1GCOfhvPoJA5XpI3hE6zIxyhgec1ZUjHEt4lprfRr4,2475 +django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po,sha256=ZypIMRzRQA72sV4lVB8RVUtLjcmbqhow97-e20R02uk,2732 +django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo,sha256=4SEsEE2hIZJwQUNs8jDgN6qVynnUYJUIE4w-usHKA6M,924 +django/contrib/flatpages/locale/ast/LC_MESSAGES/django.po,sha256=5UlyS59bVo1lccM6ZgdYSgHe9NLt_WeOdXX-swLKubU,1746 +django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo,sha256=_7vXhoLm5K8LuzkNOXK-D0DIP0XFF-EcDM0DPF-BZjI,2235 +django/contrib/flatpages/locale/az/LC_MESSAGES/django.po,sha256=HDo3gW0Pz4L3KZkVJMbFfFKrgMTjXuPAtgBMArsR78I,2496 +django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo,sha256=N1snVmwE9oa2Hi_77quF7DhOFJwFNdv07x6pSXF_hKE,2801 +django/contrib/flatpages/locale/be/LC_MESSAGES/django.po,sha256=4iBnHyRJ1XkixqUWrmxfMlmKsqyZYhMb3zsI0aLIJwY,2933 +django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo,sha256=p3RZmS9PAqdlAmbc7UswSoG0t1eeuXYDp1WZ3mWfFow,2569 +django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po,sha256=DqRp9KTLxks9tNEXs2g_jvIp7dI92jXLkKNDNyLhHac,2779 +django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo,sha256=2oK2Rm0UtAI7QFRwpUR5aE3-fOltE6kTilsTbah737Y,2988 +django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po,sha256=QrbX69iqXOD6oByLcgPkD1QzAkfthpfTjezIFQ-6kVg,3172 +django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo,sha256=SKbykdilX_NcpkVi_lHF8LouB2G49ZAzdF09xw49ERc,2433 +django/contrib/flatpages/locale/br/LC_MESSAGES/django.po,sha256=O_mwrHIiEwV4oB1gZ7Yua4nVKRgyIf3j5UtedZWAtwk,2783 +django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo,sha256=bd7ID7OsEhp57JRw_TXoTwsVQNkFYiR_sxSkgi4WvZU,1782 +django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po,sha256=IyFvI5mL_qesEjf6NO1nNQbRHhCAZQm0UhIpmGjrSwQ,2233 +django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo,sha256=EyMOB0PboHHBg90oMvqLkfTBhBv8tgCAhvIHva8udr4,2258 +django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po,sha256=5rpcdQuv5FhvhJ0N_H5iDEuCM7eHEtwjUdG5GD_mYto,2567 +django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo,sha256=mAPPhi7qRIrOnT-crPpFZ3fZWHreToq97o_jKHiRn0w,2359 +django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po,sha256=JKPt_Umqavcp1sKny9fuiCcKg6F0UXtF47ILPBFPFBo,2584 +django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo,sha256=zr_2vsDZsrby3U8AmvlJMU3q1U_4IrrTmz6oS29OWtQ,2163 +django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po,sha256=E_NC_wtuhWKYKB3YvYGB9ccJgKI3AfIZlB2HpXSyOsk,2370 +django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo,sha256=XRWvKh9BpeKH1nuSm30RBC4UTfCfKZ7QRhvFLDnvaPg,2288 +django/contrib/flatpages/locale/da/LC_MESSAGES/django.po,sha256=2egDWU6gdtu7ZXOTlF6KmFGySE4xrYnVhib0JxZXhJs,2553 +django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo,sha256=v4pUUVzPH3UBtzBuCBSJsHYzaltnzB-0rI-ls6h1e1M,2216 +django/contrib/flatpages/locale/de/LC_MESSAGES/django.po,sha256=ArWO6LbvSwJmStJLmdUXeXuMS_EtHeQc-4V235941Bk,2378 +django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo,sha256=N4BRieE_dA-ggQLtG3XouzmilwPw7yyQWhIibqOnt-0,2398 +django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po,sha256=pAsTk2Eo9Qn2C_ichVi4TsqLEbMuckAAGs5hLwL5h98,2537 +django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo,sha256=WxBbtlMvLwH2e7KUP7RcrxgEHP4DC9MKiO_KLCuFbmc,2870 +django/contrib/flatpages/locale/el/LC_MESSAGES/django.po,sha256=oIgwZoftZQVOrfsTDdL8iN9CpPN7UdmkCfpFOJoNHt0,3141 +django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/flatpages/locale/en/LC_MESSAGES/django.po,sha256=7L4raxmh---knOc4LRFyRQxJhzUN-XjPDD_XIOIK3fs,2151 +django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo,sha256=cuifXT2XlF4c_bR6ECRhlraSZyA7q4ZLhUgwvW73miw,486 +django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.po,sha256=ZMAJRrjovd_cdWvzkuEiJ-9ZU9rqRTwoA3x8uY2khcs,1533 +django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo,sha256=7zyXYOsqFkUGxclW-VPPxrQTZKDuiYQ7MQJy4m8FClo,1989 +django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po,sha256=oHrBd6lVnO7-SdnO-Taa7iIyiqp_q2mQZjkuuU3Qa_s,2232 +django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo,sha256=EiyCzj22pdY0PboTmlaPgZdwRiuGuevHHzJcgU96su0,2295 +django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po,sha256=WXTOk4Al2MlbfgWcHqBcwiY8HEzjVynds_3o-XJqhfg,2578 +django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo,sha256=aglISA-piajtIN46RnR2cBSV7tECsiLuXkpEqdGe9Bk,2293 +django/contrib/flatpages/locale/es/LC_MESSAGES/django.po,sha256=mvQNUGNYQQR_-T0UOAB5UpabocGNbn4kUk4mL0SOPVs,2674 +django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo,sha256=sNjmbLHdYbmaNHXiEPcOxwKnQbtGThOkNP8irx0sUvw,2282 +django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po,sha256=BnT81w4T9nrYnOyb0FpCFcaYwXDMYu7gQdclo4txIN0,2453 +django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.mo,sha256=jt8wzeYky5AEnoNuAv8W4nGgd45XsMbpEdRuLnptr3U,2140 +django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.po,sha256=xrbAayPoxT7yksXOGPb-0Nc-4g14UmWANaKTD4ItAFA,2366 +django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo,sha256=Y5IOKRzooJHIhJzD9q4PKOe39Z4Rrdz8dBKuvmGkqWU,2062 +django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po,sha256=Y-EXhw-jISttA9FGMz7gY_kB-hQ3wEyKEaOc2gu2hKQ,2246 +django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo,sha256=EI6WskepXUmbwCPBNFKqLGNcWFVZIbvXayOHxOCLZKo,2187 +django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po,sha256=ipG6a0A2d0Pyum8GcknA-aNExVLjSyuUqbgHM9VdRQo,2393 +django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo,sha256=1pqbiN3UlyuN26dXLazlUUZudJEjyjaPEb2D2jejd38,2095 +django/contrib/flatpages/locale/et/LC_MESSAGES/django.po,sha256=4yQAnUtnnqzAjRAAZD95Z69gLqkXgDVko4xeg24dOaU,2302 +django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo,sha256=FoKazUkuPpDgsEEI6Gm-xnZYVHtxILiy6Yzvnu8y-L0,2244 +django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po,sha256=POPFB5Jd8sE9Z_ivYSdnet14u-aaXneTUNDMuOrJy00,2478 +django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo,sha256=Zc-OsiwBJYrvVY6tefxec0VC97uD8__foLTLT_V0rCY,2459 +django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po,sha256=H48bg8qlnzAQn22fEYZbYV_PhTiTao7KAezN5BekDyE,2717 +django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo,sha256=K_-A8ccHnFcWnViuPAKR7IxhcG0YWNG7iCKYOxxXgMg,2127 +django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po,sha256=-Ik04K4va6HcOoG8bWukAsHThf3IWREZGeRzewYfC7o,2366 +django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo,sha256=kQFHWfmTka0I_ZbNsabcjT-CqYESevreU-khAsoKLAk,2452 +django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po,sha256=9LmqH-vI0ZMlZTbfsPS4_kKsPLeUJUKrCAzYXMqrA3E,2726 +django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo,sha256=DRsFoZKo36F34XaiQg_0KUOr3NS_MG3UHptzOI4uEAU,476 +django/contrib/flatpages/locale/fy/LC_MESSAGES/django.po,sha256=9JIrRVsPL1m0NPN6uHiaAYxJXHp5IghZmQhVSkGo5g8,1523 +django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo,sha256=KKvDhZULHQ4JQ_31ltLkk88H2BKUbBXDQFSvdKFqjn8,2191 +django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po,sha256=Yat7oU2XPQFQ8vhNq1nJFAlX2rqfxz4mjpU5TcnaYO8,2400 +django/contrib/flatpages/locale/gd/LC_MESSAGES/django.mo,sha256=FC4qtdjuLYBtEtORo74AaRAQF4FUdj4RWg6Bn1wpY3c,2295 +django/contrib/flatpages/locale/gd/LC_MESSAGES/django.po,sha256=SYC8csqVmTyI1OYFj41YSHcm_WEo0O8BK_VbIBC1Cng,2423 +django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo,sha256=VXyPsc6cXB97dJJFGfD8Oh2lYpn8TFYjIOeFUQeYpVU,2039 +django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po,sha256=MzE7lepmRu60wy9gn6Wxx-LtKIO9JwScSdJ3SyLRU9s,2366 +django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo,sha256=3IzEeNWqOl9OA3eD1wGYtj9mNjBiqrb9ZstkyTL_l-w,2548 +django/contrib/flatpages/locale/he/LC_MESSAGES/django.po,sha256=JVNRxTOdAHlpyC3Ctw0i1nj0sFMbBQSete8quWAA-Q4,2777 +django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo,sha256=w29ukoF48C7iJ6nE045YoWi7Zcrgu_oXoxT-r6gcQy8,2770 +django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po,sha256=nXq5y1FqMGVhpXpQVdV3uU5JcUtBc2BIrf-n__C2q30,3055 +django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo,sha256=Mt4gpBuUXvcBl8K714ls4PimHQqee82jFxY1BEAYQOE,2188 +django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po,sha256=ZbUMJY6a-os-xDmcDCJNrN4-YqRe9b_zJ4V5gt2wlGI,2421 +django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo,sha256=ITxM4Yl1IvKC3PIh4nrVWfU4i52KIMSRUbUgotA-tuY,2384 +django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po,sha256=S69IIggzzgv1RaJQmCXTy6kRLbd3kqS9TI5DgT0gWtY,2520 +django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo,sha256=2oz-UfEsdxUxkftZPLWb3JkF4f8Pvx0UWjCoawOJj_s,2263 +django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po,sha256=L4zzF9itlShNCPqbNyU12-Tffigm4cklvkEueYx9euQ,2528 +django/contrib/flatpages/locale/hy/LC_MESSAGES/django.mo,sha256=qocNtyLcQpjmGqQ130VGjJo-ruaOCtfmZehS9If_hWk,2536 +django/contrib/flatpages/locale/hy/LC_MESSAGES/django.po,sha256=WD8ohMnsaUGQItyqQmS46d76tKgzhQ17X_tGevqULO0,2619 +django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo,sha256=bochtCPlc268n0WLF0bJtUUT-XveZLPOZPQUetnOWfU,500 +django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po,sha256=gOJ850e8sFcjR2G79zGn3_0-9-KSy591i7ketBRFjyw,1543 +django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo,sha256=Rd_xkvYoD15_gKAC2oP-iGutDUZCe3G4tpVoNsZ4KUg,2236 +django/contrib/flatpages/locale/id/LC_MESSAGES/django.po,sha256=oubDeX4_ccixc4VNwIJkRiVgYQQmoEEbWUWmWOV6mF0,2467 +django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo,sha256=N8R9dXw_cnBSbZtwRbX6Tzw5XMr_ZdRkn0UmsQFDTi4,464 +django/contrib/flatpages/locale/io/LC_MESSAGES/django.po,sha256=_pJveonUOmMu3T6WS-tV1OFh-8egW0o7vU3i5YqgChA,1511 +django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo,sha256=dQ8MXLDoDs8Sz-Uaq5pY3vAiQlGo8-K-QqRPPB_rmUg,2252 +django/contrib/flatpages/locale/is/LC_MESSAGES/django.po,sha256=HknW5IeVZtxdnvexkyVQ5qmNS4vDDfJ6a3s3WD52cas,2472 +django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo,sha256=U3Esxa7Hc6ox6dC8mr-6pbqbg29w3-hq7exSoHamROQ,2245 +django/contrib/flatpages/locale/it/LC_MESSAGES/django.po,sha256=obw6oujMNgnZgoeKMtRVTZfhxtGxHDJcNQovStAmjCg,2467 +django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo,sha256=0m18iVnCHzf7piLN2v-WeM68dZjP08Gt54rRoPvHBNU,2494 +django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po,sha256=wKJ-DRslfYhxK7jeSMtMTAOwTWJ1_QU-wvBEhQ9ZThg,2783 +django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo,sha256=R4OSbZ-lGxMdeJYsaXVXpo6-KSZWeKPuErKmEsUvEQE,3022 +django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po,sha256=YCVnkX9uayvAQjYy_2jS7fYb36meoMJTKSc2lfoUbeM,3301 +django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo,sha256=lMPryzUQr21Uy-NAGQhuIZjHz-4LfBHE_zxEc2_UPaw,2438 +django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po,sha256=3y9PbPw-Q8wM7tCq6u3KeYUT6pfTqcQwlNlSxpAXMxQ,2763 +django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo,sha256=FYRfhNSqBtavYb10sHZNfB-xwLwdZEfVEzX116nBs-k,1942 +django/contrib/flatpages/locale/km/LC_MESSAGES/django.po,sha256=d2AfbR78U0rJqbFmJQvwiBl_QvYIeSwsPKEnfYM4JZA,2471 +django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo,sha256=n5HCZEPYN_YIVCXrgA1qhxvfhZtDbhfiannJy5EkHkI,1902 +django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po,sha256=o9xnLjwDw7L49Mkyr8C6aQZ13Yq5MYx1JYXEtcIsiWU,2437 +django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo,sha256=ehwhiy0x7bgBrY_UtNwvCktLC8g44iMVOElR0CJL6zs,2285 +django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po,sha256=2_fhKNsIUf5AnOLpvCwhjkCBuDDMvIb5KlVK3PkFt7Y,2686 +django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo,sha256=Wkvlh5L_7CopayfNM5Z_xahmyVje1nYOBfQJyqucI_0,502 +django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po,sha256=gGeTuniu3ZZ835t9HR-UtwCcd2s_Yr7ihIUm3jgQ7Y0,1545 +django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo,sha256=es6xV6X1twtqhIMkV-MByA7KZ5SoVsrx5Qh8BuzJS0Q,2506 +django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po,sha256=T__44veTC_u4hpPvkLekDOWfntXYAMzCd5bffRtGxWA,2779 +django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo,sha256=BuBwRAtQRAUwyZZS8GAKNYzMfAwSf_7ftf0_2AtTlZk,2367 +django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po,sha256=mFrPgFTYA2Jow3zGtBchaOET5l9pL43HG0lB8EJ53WU,2577 +django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo,sha256=55H8w6fB-B-RYlKKkGw3fg2m-djxUoEp_XpupK-ZL70,2699 +django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po,sha256=OhHJ5OVWb0jvNaOB3wip9tSIZ1yaPPLkfQR--uUEyUI,2989 +django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo,sha256=xBigFnQjazp9yPqMdSk5lmSVzTyFyyMxPR4IamS3BNA,3565 +django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po,sha256=bdUaZ2dKlW_Wr3HXryRQ0nIZ4yc1pvNj3US24kOkGII,3821 +django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo,sha256=tqwROY6D-bJ4gbDQIowKXfuLIIdCWksGwecL2sj_wco,2776 +django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po,sha256=jqiBpFLXlptDyU4F8ZWbP61S4APSPh0-nuTpNOejA6c,3003 +django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo,sha256=GvSfsp0Op7st6Ifd8zp8Cj4tTHoFMltQb4p64pebrqI,468 +django/contrib/flatpages/locale/mr/LC_MESSAGES/django.po,sha256=sayU0AfVaSFpBj0dT32Ri55LRafQFUHLi03K06kI7gc,1515 +django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo,sha256=OcbiA7tJPkyt_WNrqyvoFjHt7WL7tMGHV06AZSxzkho,507 +django/contrib/flatpages/locale/my/LC_MESSAGES/django.po,sha256=EPWE566Vn7tax0PYUKq93vtydvmt-A4ooIau9Cwcdfc,1550 +django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo,sha256=dBs5KtfQCt5z1cxJNPrm_AIMTfebhfFWdUJoKcB3LcI,2196 +django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po,sha256=sCXLT1Ps6WmLrbvj4WzqkPgXy1P4cAJRSD8FZEaF0UQ,2551 +django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo,sha256=gDZKhcku1NVlSs5ZPPupc7RI8HOF7ex0R4Rs8tMmrYE,1500 +django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po,sha256=GWlzsDaMsJkOvw2TidJOEf1Fvxx9WxGdGAtfZIHkHwk,2178 +django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo,sha256=zmGi_idc2kgzkRgzYuwPifiTrYmS0j_it9cgtL2Ar18,2238 +django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po,sha256=pR7Gv2BqiOhZuu7tmJYnpHQrKvxlgww480JfKHYLIrk,2635 +django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo,sha256=A50zQJ-0YYPjPCeeEa-gwqA2N5eON13YW8SJZvtJBZc,1693 +django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po,sha256=H5hnBsH3sUdlPkMjxiqNnh8izcrTSAs6o-ywlNCTKtw,2119 +django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo,sha256=cXGTA5M229UFsgc7hEiI9vI9SEBrNQ8d3A0XrtazO6w,2329 +django/contrib/flatpages/locale/os/LC_MESSAGES/django.po,sha256=m-qoTiKePeFviKGH1rJRjZRH-doJ2Fe4DcZ6W52rG8s,2546 +django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo,sha256=69_ZsZ4nWlQ0krS6Mx3oL6c4sP5W9mx-yAmOhZOnjPU,903 +django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po,sha256=N6gkoRXP5MefEnjywzRiE3aeU6kHQ0TUG6IGdLV7uww,1780 +django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo,sha256=BBcBF68r5M0cFEJ4Ffpz3tB2h2aBkPImp2B4HabZRRE,2455 +django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po,sha256=OMP2-u5LVkOHlRwU95Ba5QsxZFkkiFVuf4NImxT-8iI,2759 +django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo,sha256=xD2pWdS3XMg7gAqBrUBmCEXFsOzEs0Npe8AJnlpueRY,2115 +django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po,sha256=-K2jipPUWjXpfSPq3upnC_bvtaRAeOw0OLRFv03HWFY,2326 +django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo,sha256=QBrD3JxBjq8PRB-VZjkaqDRKS3rXkmNrGYwFsMvle-0,2274 +django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po,sha256=wtj6fD32hd9NqIyP1m3w7QUbyJ8hN3WDOkb5-sj68yc,2771 +django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo,sha256=oS3MXuRh2USyLOMrMH0WfMSFpgBcZWfrbCrovYgbONo,2337 +django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po,sha256=UNKGNSZKS92pJDjxKDLqVUW87DKCWP4_Q51xS16IZl0,2632 +django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo,sha256=wR8PsYu1LFuE5L29g4W-vLX2Py0juKcVaryfCqZvu2c,2966 +django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po,sha256=dml7ipThZdNLm5BXG5TxqQmKTiJqcmosP7OHuXHNnIo,3263 +django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo,sha256=f_qbUdkwYKzg3DQT5x-ab883NUWF80gNMc7yekFctPM,2145 +django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po,sha256=OD_E2Z-nElhfFcsnuK8Y3r341OXjLON2CoWjNJfHIt8,2482 +django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo,sha256=MBjwhw6wppQUl0Lb_rShXZj_Sq-JLSkdYU5Xhi0OtYY,2173 +django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po,sha256=6zbOXzkLTsdWRKAhuLzBVBc53n6MQKpvOeHw4cRrAlc,2400 +django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo,sha256=k9EPefyh9amDQ4V0Bc8gQbYHHD1mm8BZpHkkW6lXfqw,2328 +django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po,sha256=XKFwOQUPGA00NaM5Rc36vRPF35GXE9LOkizFvTZ1kIg,2507 +django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo,sha256=ThYTwsaxEtcEPoh9BZ9Ag_QY0qNZu3oEqFr-A2TZf5E,2755 +django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po,sha256=kHv5vT5i_0CfH-decXgAUvDmU4P6_bRcF0gh9XUFDw8,3045 +django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=DRemg_nTBYpH5qoofYbe_VwerYeMl1kSzwrwfrs133s,2307 +django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po,sha256=57cHJ7Tkap5UE0VDpL1CvFDTapfaM5KYOx8_DqpE-e8,2552 +django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo,sha256=ATOsOiNTLlCDWZO630xUUdnXfs7YW4nuqy9wUVOfzmU,2288 +django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po,sha256=4bhfJNUKc1K1Z8IWSB9_YQVk_Gy3q4ZhkhfDS9FKaaw,2562 +django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo,sha256=Lhf99AGmazKJHzWk2tkGrMInoYOq0mtdCd8SGblnVCQ,1537 +django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po,sha256=cos3eahuznpTfTdl1Vj_07fCOSYE8C9CRYHCBLYZrVw,1991 +django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo,sha256=nNuoOX-FPAmTvM79o7colM4C7TtBroTFxYtETPPatcQ,1945 +django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po,sha256=XE4SndPZPLf1yXGl5xQSb0uor4OE8CKJ0EIXBRDA3qU,2474 +django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo,sha256=bMxhDMTQc_WseqoeqJMCSNy71o4U5tJZYgD2G0p-jD0,1238 +django/contrib/flatpages/locale/te/LC_MESSAGES/django.po,sha256=tmUWOrAZ98B9T6Cai8AgLCfb_rLeoPVGjDTgdsMOY1Y,2000 +django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo,sha256=mct17_099pUn0aGuHu8AlZG6UqdKDpYLojqGYDLRXRg,2698 +django/contrib/flatpages/locale/th/LC_MESSAGES/django.po,sha256=PEcRx5AtXrDZvlNGWFH-0arroD8nZbutdJBe8_I02ag,2941 +django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo,sha256=N2TchJuU5h7bvRP5khjHBNMf8qvI4U5lyLgzebp24zo,2290 +django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po,sha256=IdSq-XOJtdOWqVeUfKImJSFcepdvAheewAuYJqKSI2k,2544 +django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo,sha256=9RfCKyn0ZNYsqLvFNmY18xVMl7wnmDq5uXscrsFfupk,2007 +django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po,sha256=SUwalSl8JWI9tuDswmnGT8SjuWR3DQGND9roNxJtH1o,2402 +django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo,sha256=7KhzWgskBlHmi-v61Ax9fjc3NBwHB17WppdNMuz-rEc,490 +django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po,sha256=zidjP05Hx1OpXGqWEmF2cg9SFxASM4loOV85uW7zV5U,1533 +django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo,sha256=4LPDGENnexeg6awO1IHjau7CTZ0Y1EIkeXMspY9gj1Q,2962 +django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po,sha256=15bRsN4P6kkY08RXROnl7aT63tWsRO1xNwdH-6Qlzcw,3289 +django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo,sha256=Li4gVdFoNOskGKAKiNuse6B2sz6ePGqGvZu7aGXMNy0,1976 +django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po,sha256=hDasKiKrYov9YaNIHIpoooJo0Bzba___IuN2Hl6ofSc,2371 +django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo,sha256=FsFUi96oGTWGlZwM4qSMpuL1M2TAxsW51qO70TrybSM,1035 +django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po,sha256=ITX3MWd7nlWPxTCoNPl22_OMLTt0rfvajGvTVwo0QC8,1900 +django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=0laVf3Ma-KSXHMTBPOGCP46Ftmz2XcA77rVZWuf3FeM,2127 +django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.po,sha256=jDjc6Jyvd5l62rdyb828Z7xDhat7tI8pMmipNRHwsho,2456 +django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=a-KLBISo2n7mn10SuNfT0K883RTjKjPYCpHCAivUz18,2053 +django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.po,sha256=GtvYArHRgiEQo5KSIYd4lsOeHCrXkWaZIiKFH4m1peM,2283 +django/contrib/flatpages/middleware.py,sha256=aXeOeOkUmpdkGOyqZnkR-l1VrDQ161RWIWa3WPBhGac,784 +django/contrib/flatpages/migrations/0001_initial.py,sha256=dLSlPpjfc6jMKhxYPsw6yKohxn4ejRXVOJ1VyJf12r4,1710 +django/contrib/flatpages/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/flatpages/migrations/__pycache__/0001_initial.cpython-38.pyc,, +django/contrib/flatpages/migrations/__pycache__/__init__.cpython-38.pyc,, +django/contrib/flatpages/models.py,sha256=LDnyMzLbmSmpmEemdgzrx2urg8PtnRgY2jxbC-uQH9g,1483 +django/contrib/flatpages/sitemaps.py,sha256=0WGMLfr61H5aVX1inE4X_BJhx2b_lw4LKMO4OQGiDX4,554 +django/contrib/flatpages/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/flatpages/templatetags/__pycache__/__init__.cpython-38.pyc,, +django/contrib/flatpages/templatetags/__pycache__/flatpages.cpython-38.pyc,, +django/contrib/flatpages/templatetags/flatpages.py,sha256=q0wsGQqXHhSCH4_UR-wHkj_pJsxBOo_liODBT_BZcTc,3561 +django/contrib/flatpages/urls.py,sha256=v_bP8Axlf0XLgb2kJVdEPDqW8WY7RkwSwm7_BH_0eWE,179 +django/contrib/flatpages/views.py,sha256=DLrol_x7lYfvd_b8EYgFeOYled3TgSoR-KZOOaTzJAQ,2747 +django/contrib/gis/__init__.py,sha256=GTSQJbKqQkNiljWZylYy_ofRICJeqIkfqmnC9ZdxZ2I,57 +django/contrib/gis/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/__pycache__/apps.cpython-38.pyc,, +django/contrib/gis/__pycache__/feeds.cpython-38.pyc,, +django/contrib/gis/__pycache__/geometry.cpython-38.pyc,, +django/contrib/gis/__pycache__/measure.cpython-38.pyc,, +django/contrib/gis/__pycache__/ptr.cpython-38.pyc,, +django/contrib/gis/__pycache__/shortcuts.cpython-38.pyc,, +django/contrib/gis/__pycache__/views.cpython-38.pyc,, +django/contrib/gis/admin/__init__.py,sha256=Hni2JCw5ihVuor2HupxDffokiBOG11tu74EcKhiO89w,486 +django/contrib/gis/admin/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/admin/__pycache__/options.cpython-38.pyc,, +django/contrib/gis/admin/__pycache__/widgets.cpython-38.pyc,, +django/contrib/gis/admin/options.py,sha256=z4UrI7Pzb73FsT2WgIMX9zsMG_Hg6g89vkkvgKPHOz8,5145 +django/contrib/gis/admin/widgets.py,sha256=_X3Li-k9q0m7soBvu0Vu3jwwmODZWTx9A3IswYKeXLM,4720 +django/contrib/gis/apps.py,sha256=YkIbEk4rWlbN0zZru2uewGsLzqWsMDl7yqA4g_5pT10,341 +django/contrib/gis/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/db/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/db/backends/__pycache__/utils.cpython-38.pyc,, +django/contrib/gis/db/backends/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/base/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/db/backends/base/__pycache__/adapter.cpython-38.pyc,, +django/contrib/gis/db/backends/base/__pycache__/features.cpython-38.pyc,, +django/contrib/gis/db/backends/base/__pycache__/models.cpython-38.pyc,, +django/contrib/gis/db/backends/base/__pycache__/operations.cpython-38.pyc,, +django/contrib/gis/db/backends/base/adapter.py,sha256=zBcccriBRK9JowhREgLKirkWllHzir0Hw3BkC3koAZs,481 +django/contrib/gis/db/backends/base/features.py,sha256=hz9h_D5BD39M1-uGviOISrPfsCH7ELJL1MYM0HiREyQ,3402 +django/contrib/gis/db/backends/base/models.py,sha256=vkDweNsExmKWkHNSae9G6P-fT-SMdIgHZ85i31ihXg0,3962 +django/contrib/gis/db/backends/base/operations.py,sha256=I69Yyv0EIBl0GXVfdTqMEqXBBclaj1ZTLcB2QPXGaiw,6363 +django/contrib/gis/db/backends/mysql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/mysql/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/db/backends/mysql/__pycache__/base.cpython-38.pyc,, +django/contrib/gis/db/backends/mysql/__pycache__/features.cpython-38.pyc,, +django/contrib/gis/db/backends/mysql/__pycache__/introspection.cpython-38.pyc,, +django/contrib/gis/db/backends/mysql/__pycache__/operations.cpython-38.pyc,, +django/contrib/gis/db/backends/mysql/__pycache__/schema.cpython-38.pyc,, +django/contrib/gis/db/backends/mysql/base.py,sha256=rz8tnvXJlY4V6liWxYshuxQE-uTNuKSBogCz_GtXoaY,507 +django/contrib/gis/db/backends/mysql/features.py,sha256=3jtyW-7OWQWCIAgrt0jumq2ceIRuFXlxdYtHHYSkq9w,962 +django/contrib/gis/db/backends/mysql/introspection.py,sha256=iWNgt9pptmf0fSWTGKc4J7xdmpjvjTLfNCtgZQFmf8E,1821 +django/contrib/gis/db/backends/mysql/operations.py,sha256=tcl2uV0jrhgecaatZEYs1izlfWt1IjRoK67IRwXQls4,3847 +django/contrib/gis/db/backends/mysql/schema.py,sha256=I8eJcKXqiyv15ATHLs5qVsHfWDE07lf0_-iaNdGv0ew,2890 +django/contrib/gis/db/backends/oracle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/oracle/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/adapter.cpython-38.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/base.cpython-38.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/features.cpython-38.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/introspection.cpython-38.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/models.cpython-38.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/operations.cpython-38.pyc,, +django/contrib/gis/db/backends/oracle/__pycache__/schema.cpython-38.pyc,, +django/contrib/gis/db/backends/oracle/adapter.py,sha256=y9ewCXAoQZ4iXCHzf_bsRwSXpCHdK9HJyUZy_1AiA40,1872 +django/contrib/gis/db/backends/oracle/base.py,sha256=NQYlEvE4ioobvMd7u2WC7vMtDiRq_KtilGprD6qfJCo,516 +django/contrib/gis/db/backends/oracle/features.py,sha256=lHjxvF4bQqlv8VQGgXhCNrfnDgbUUm6GwjYeva4HKMc,420 +django/contrib/gis/db/backends/oracle/introspection.py,sha256=0mikP0QbOsM4Fm2hHXU9iWv23ds13UXXcuzgFkhRxDs,1788 +django/contrib/gis/db/backends/oracle/models.py,sha256=pT32f_A1FRYwO5hWMigX7PU_ojpRmIhdUlhOqdz2R9k,2084 +django/contrib/gis/db/backends/oracle/operations.py,sha256=ZkRr8rKawFG4aeIV7Br-YBiS3dTSUrVdObWhhAXhCxk,8311 +django/contrib/gis/db/backends/oracle/schema.py,sha256=wnb56CJ9Er40E4Yw7RK1hOOYZAHRJJFbNGNK9E9IHRk,3916 +django/contrib/gis/db/backends/postgis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/postgis/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/adapter.cpython-38.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/base.cpython-38.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/const.cpython-38.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/features.cpython-38.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/introspection.cpython-38.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/models.cpython-38.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/operations.cpython-38.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/pgraster.cpython-38.pyc,, +django/contrib/gis/db/backends/postgis/__pycache__/schema.cpython-38.pyc,, +django/contrib/gis/db/backends/postgis/adapter.py,sha256=jDa5X2uIj6qRpgJ8DUfEkWBZETMifyxqDtnkA73kUu8,2117 +django/contrib/gis/db/backends/postgis/base.py,sha256=sFCNoMHRzd-a_MRc9hv-tyVHEODmGveyIopbP6CTPCg,937 +django/contrib/gis/db/backends/postgis/const.py,sha256=He7mVpJrJdbMGjPAgHRXkmm225CuVxVc-viiJSTKOik,1482 +django/contrib/gis/db/backends/postgis/features.py,sha256=iBZqX6o1YBrmw5pSUYeft-ga6FGa05J-9ADFNsRtLgk,422 +django/contrib/gis/db/backends/postgis/introspection.py,sha256=I5Kf14nZKew-NWFAPo-rRkJ85Qg_NDNEEwByEH9xrcA,4388 +django/contrib/gis/db/backends/postgis/models.py,sha256=tKiRZzO6p2YJnPbPXReMlFcAiFij-C_H_6w8FHhLqxk,2000 +django/contrib/gis/db/backends/postgis/operations.py,sha256=_0Khzy9Dap7eQh2Nr7M6FPJJCdaAwvv8C2vZ7C92i6Q,16073 +django/contrib/gis/db/backends/postgis/pgraster.py,sha256=_XKNfncFbEPgeiHCfkZmQv8rjnCNN0r90pa4DZSOW00,4444 +django/contrib/gis/db/backends/postgis/schema.py,sha256=GGK3PSohXwRWhoHaxGBXHnDkZdUSiz8TxOalgdDFcNQ,2676 +django/contrib/gis/db/backends/spatialite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/db/backends/spatialite/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/adapter.cpython-38.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/base.cpython-38.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/client.cpython-38.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/features.cpython-38.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/introspection.cpython-38.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/models.cpython-38.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/operations.cpython-38.pyc,, +django/contrib/gis/db/backends/spatialite/__pycache__/schema.cpython-38.pyc,, +django/contrib/gis/db/backends/spatialite/adapter.py,sha256=y74p_UEgLtoYjNZEi72mwcJOh_b-MzJ7sZd68WJXBiY,317 +django/contrib/gis/db/backends/spatialite/base.py,sha256=pg7m0arvmnwOsDJo-Mj9NudCclRMThEhQzDBjQWQLNI,3011 +django/contrib/gis/db/backends/spatialite/client.py,sha256=NsqD2vAnfjqn_FbQnCQeAqbGyZf9oa6gl7EPsMTPf8c,138 +django/contrib/gis/db/backends/spatialite/features.py,sha256=HeeWFDRGxkgfTQ_ryzEKzRxJPnf5BJVs0ifYs8SEIXU,449 +django/contrib/gis/db/backends/spatialite/introspection.py,sha256=CvQfKqV-pOR7S21XYKLKvnV5pys3F5X2SxI0hPpUqiQ,3054 +django/contrib/gis/db/backends/spatialite/models.py,sha256=iiodcKYWAMIz_xrJagr-1nbiiO2YJY_Q0vt_0uyaD54,1928 +django/contrib/gis/db/backends/spatialite/operations.py,sha256=_nhQw90ZEe7AbZB4ScnwUtkM36X6j5IUau7tZzk2gng,8377 +django/contrib/gis/db/backends/spatialite/schema.py,sha256=WLvCcCOqdTcBmsjaBNt15YwVzE05vXzQVvfGva6q1Xo,6838 +django/contrib/gis/db/backends/utils.py,sha256=y4q0N0oDplot6dZQIFnjGPqVsTiGyLTmEMt5-xj-2b4,784 +django/contrib/gis/db/models/__init__.py,sha256=BR3kQAefIv4O1NksiVCUShwlSO4OCNoUGan6dCRGIyU,817 +django/contrib/gis/db/models/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/db/models/__pycache__/aggregates.cpython-38.pyc,, +django/contrib/gis/db/models/__pycache__/fields.cpython-38.pyc,, +django/contrib/gis/db/models/__pycache__/functions.cpython-38.pyc,, +django/contrib/gis/db/models/__pycache__/lookups.cpython-38.pyc,, +django/contrib/gis/db/models/__pycache__/proxy.cpython-38.pyc,, +django/contrib/gis/db/models/aggregates.py,sha256=O8ANjyiMG2eA92_efLfecr06UfLHWCxf4id7joCmFHA,2617 +django/contrib/gis/db/models/fields.py,sha256=nH-3mDEaGNf4gNihMF3-D9WvtIleEnFRCl_1lgp0JoM,13683 +django/contrib/gis/db/models/functions.py,sha256=2tW2s_HMHgCbfNf9qPRZPV_poutsQW_ROWwvrdF69KQ,17047 +django/contrib/gis/db/models/lookups.py,sha256=yleGLXa0oLkYrH4QgFV3d5zgzgmCpU2DIi3J_Th2DmQ,10849 +django/contrib/gis/db/models/proxy.py,sha256=uO-35A6mMrritgzfrZvDfEe2w7TX9BsnhYJ7KMjvilI,3163 +django/contrib/gis/db/models/sql/__init__.py,sha256=oYJYL-5DAO-DIcpIQ7Jmeq_cuKapRB83V1KLVIs_5iU,139 +django/contrib/gis/db/models/sql/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/db/models/sql/__pycache__/conversion.cpython-38.pyc,, +django/contrib/gis/db/models/sql/conversion.py,sha256=gG1mTUWb33YK_Uf1ZJRg5MRhkCTLtgajD3xxi7thODA,2400 +django/contrib/gis/feeds.py,sha256=43TmSa40LR3LguE4VDeBThJZgO_rbtfrT5Y6DQ7RBiQ,5732 +django/contrib/gis/forms/__init__.py,sha256=fREam1OSkDWr9ugUMNZMFn8Y9TufpRCn3Glj14DTMbQ,298 +django/contrib/gis/forms/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/forms/__pycache__/fields.cpython-38.pyc,, +django/contrib/gis/forms/__pycache__/widgets.cpython-38.pyc,, +django/contrib/gis/forms/fields.py,sha256=hlOZOkuKR2Q8wcl-3u5h6S6CUYBTtYQheeOtaVGiPBg,4460 +django/contrib/gis/forms/widgets.py,sha256=J8EMJkmHrGkZVqf6ktIwZbO8lYmg63CJQbUYILVsVNc,3739 +django/contrib/gis/gdal/LICENSE,sha256=VwoEWoNyts1qAOMOuv6OPo38Cn_j1O8sxfFtQZ62Ous,1526 +django/contrib/gis/gdal/__init__.py,sha256=Zs9bOGm9RStYhhlWCnqRNChJG4K_oWDPRXYylplur1Q,1760 +django/contrib/gis/gdal/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/gdal/__pycache__/base.cpython-38.pyc,, +django/contrib/gis/gdal/__pycache__/datasource.cpython-38.pyc,, +django/contrib/gis/gdal/__pycache__/driver.cpython-38.pyc,, +django/contrib/gis/gdal/__pycache__/envelope.cpython-38.pyc,, +django/contrib/gis/gdal/__pycache__/error.cpython-38.pyc,, +django/contrib/gis/gdal/__pycache__/feature.cpython-38.pyc,, +django/contrib/gis/gdal/__pycache__/field.cpython-38.pyc,, +django/contrib/gis/gdal/__pycache__/geometries.cpython-38.pyc,, +django/contrib/gis/gdal/__pycache__/geomtype.cpython-38.pyc,, +django/contrib/gis/gdal/__pycache__/layer.cpython-38.pyc,, +django/contrib/gis/gdal/__pycache__/libgdal.cpython-38.pyc,, +django/contrib/gis/gdal/__pycache__/srs.cpython-38.pyc,, +django/contrib/gis/gdal/base.py,sha256=yymyL0vZRMBfiFUzrehvaeaunIxMH5ucGjPRfKj-rAo,181 +django/contrib/gis/gdal/datasource.py,sha256=_bezml3LzZHdVe21Xp8NAkn6MAEKjmqhbiQTlIOQq4E,4492 +django/contrib/gis/gdal/driver.py,sha256=hx4NRCduKMJFXF0GtyfRMPUNLAjoIDVqe_5M2nvzZ7U,3266 +django/contrib/gis/gdal/envelope.py,sha256=lL13BYlaEyxDNkCJCPnFZk13eyRb9pOkOOrAdP16Qtw,6970 +django/contrib/gis/gdal/error.py,sha256=yv9yvtBPjLWRqQHlzglF-gLDW-nR7zF_F5xsej_oBx4,1576 +django/contrib/gis/gdal/feature.py,sha256=D4dewcLE_kjElK2gXmfUOCA1mJk-JbYdouhUOZvAYyQ,3929 +django/contrib/gis/gdal/field.py,sha256=tphx1sKMqYZ-SrDiZ62KtFJphMq93fvB5VIDb0cyffs,6701 +django/contrib/gis/gdal/geometries.py,sha256=b1FG4dhg1tJhETulc2wk517LaXiN3nKeIFyQrd1-7vA,24196 +django/contrib/gis/gdal/geomtype.py,sha256=hCHfxQsecBakIZUDZwEkECdH7dg3CdF4Y_kAFYkW9Og,3071 +django/contrib/gis/gdal/layer.py,sha256=Oy4IWRwup_XNZMK6d8zph8Y8FVEj6-eEVuWJCxI-izc,8538 +django/contrib/gis/gdal/libgdal.py,sha256=TPM8vynXVlCDHLyG00GCE_Fmb4sKNH8I4qrUALVPGbE,3588 +django/contrib/gis/gdal/prototypes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/gdal/prototypes/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/gdal/prototypes/__pycache__/ds.cpython-38.pyc,, +django/contrib/gis/gdal/prototypes/__pycache__/errcheck.cpython-38.pyc,, +django/contrib/gis/gdal/prototypes/__pycache__/generation.cpython-38.pyc,, +django/contrib/gis/gdal/prototypes/__pycache__/geom.cpython-38.pyc,, +django/contrib/gis/gdal/prototypes/__pycache__/raster.cpython-38.pyc,, +django/contrib/gis/gdal/prototypes/__pycache__/srs.cpython-38.pyc,, +django/contrib/gis/gdal/prototypes/ds.py,sha256=AAu7QnwigZ-3Dme-uHsOySlT1TGvAYSvqF1pZtauMto,4413 +django/contrib/gis/gdal/prototypes/errcheck.py,sha256=81MQSCm3lvq8LYMi7t901Z82X9ChgApD0MC6jh2TKT4,4151 +django/contrib/gis/gdal/prototypes/generation.py,sha256=WmFEbrwQQJpdHd5bBZYYO07bsR_3Sv8ZFQXNjGgffGA,4612 +django/contrib/gis/gdal/prototypes/geom.py,sha256=ELRO7bR8RxO3HIuxtitr06yhsG4DxYTlRsTa6NenTqI,4946 +django/contrib/gis/gdal/prototypes/raster.py,sha256=zPIc-Vahtau1XQTADqxQNtzcAv6LunbhVHkWkMOEWKo,5690 +django/contrib/gis/gdal/prototypes/srs.py,sha256=yzAqWOFjP626Kovwd1HOlJuWcT3kuLCFq_PCVNN7Gaw,3540 +django/contrib/gis/gdal/raster/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/gdal/raster/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/gdal/raster/__pycache__/band.cpython-38.pyc,, +django/contrib/gis/gdal/raster/__pycache__/base.cpython-38.pyc,, +django/contrib/gis/gdal/raster/__pycache__/const.cpython-38.pyc,, +django/contrib/gis/gdal/raster/__pycache__/source.cpython-38.pyc,, +django/contrib/gis/gdal/raster/band.py,sha256=xY3OCQzLIgHTJSYghDdmpV7ZW7aHEW4w_Z5kd4fI9TA,8249 +django/contrib/gis/gdal/raster/base.py,sha256=WLdZNgRlGAT6kyIXz5bBhPbpNY53ImxQkSeVLyv4Ohc,2861 +django/contrib/gis/gdal/raster/const.py,sha256=uPk8859YSREMtiQtXGkVOhISmgsF6gXP7JUfufQDXII,2891 +django/contrib/gis/gdal/raster/source.py,sha256=_rOAFGeuxkm0q9qyfOsX6P80ikwtSkvcy8wQZU-kBaI,16634 +django/contrib/gis/gdal/srs.py,sha256=jJDIApRPMhm6gQNVKmqCzrgufx1MFo44Eu7tk_Elu7k,11540 +django/contrib/gis/geoip2/__init__.py,sha256=uIUWQyMsbSrYL-oVqFsmhqQkYGrh7pHLIVvIM3W_EG4,822 +django/contrib/gis/geoip2/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/geoip2/__pycache__/base.cpython-38.pyc,, +django/contrib/gis/geoip2/__pycache__/resources.cpython-38.pyc,, +django/contrib/gis/geoip2/base.py,sha256=rz8KYyxRuWBBrWIU2OXoQsFm7mj43vHc9VsBkiHi4ZY,9074 +django/contrib/gis/geoip2/resources.py,sha256=YlldCGQe_U-J90znMdAEQ0SxWIkfZvkuD7uSGKHVcG8,748 +django/contrib/gis/geometry.py,sha256=sTXZdh3D1UGGDBP-WZ2jvLUVstcJ_2Kn1_PlKJshNDo,677 +django/contrib/gis/geos/LICENSE,sha256=CL8kt1USOK4yUpUkVCWxyuua0PQvni0wPHs1NQJjIEU,1530 +django/contrib/gis/geos/__init__.py,sha256=DXFaljVp6gf-E0XAbfO1JnYjPYSDfGZQ2VLtGYBcUZQ,648 +django/contrib/gis/geos/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/geos/__pycache__/base.cpython-38.pyc,, +django/contrib/gis/geos/__pycache__/collections.cpython-38.pyc,, +django/contrib/gis/geos/__pycache__/coordseq.cpython-38.pyc,, +django/contrib/gis/geos/__pycache__/error.cpython-38.pyc,, +django/contrib/gis/geos/__pycache__/factory.cpython-38.pyc,, +django/contrib/gis/geos/__pycache__/geometry.cpython-38.pyc,, +django/contrib/gis/geos/__pycache__/io.cpython-38.pyc,, +django/contrib/gis/geos/__pycache__/libgeos.cpython-38.pyc,, +django/contrib/gis/geos/__pycache__/linestring.cpython-38.pyc,, +django/contrib/gis/geos/__pycache__/mutable_list.cpython-38.pyc,, +django/contrib/gis/geos/__pycache__/point.cpython-38.pyc,, +django/contrib/gis/geos/__pycache__/polygon.cpython-38.pyc,, +django/contrib/gis/geos/__pycache__/prepared.cpython-38.pyc,, +django/contrib/gis/geos/base.py,sha256=NdlFg5l9akvDp87aqzh9dk0A3ZH2TI3cOq10mmmuHBk,181 +django/contrib/gis/geos/collections.py,sha256=OHpBZoruCk_rySBZ4gpEA2ZWLODFCHwkOyGIn1wxGJc,4162 +django/contrib/gis/geos/coordseq.py,sha256=cMGg3XPm2x3VYjkYys8rojRG7uzMez8FpOr2HD-Jy8Q,6419 +django/contrib/gis/geos/error.py,sha256=r3SNTnwDBI6HtuyL3mQ_iEEeKlOqqqdkHnhNoUkMohw,104 +django/contrib/gis/geos/factory.py,sha256=f6u2m1AtmYYHk_KrIC9fxt7VGsJokJVoSWEx-DkPWx0,961 +django/contrib/gis/geos/geometry.py,sha256=SwpE8Za5-Ii5awX_qeewWNZqKzQqjwElXr8Oh_I-RbQ,25526 +django/contrib/gis/geos/io.py,sha256=Om5DBSlttixUc3WQAGZDhzPdb5JTe82728oImIj_l3k,787 +django/contrib/gis/geos/libgeos.py,sha256=AtMP5GPGgjPPQzgzk8G-fxDFWlhd7e-LWR4idA3dXh8,5127 +django/contrib/gis/geos/linestring.py,sha256=6CctplhRZKi8UvK-B2kJGRZySVsonUJwieQ8S0kxj6U,5935 +django/contrib/gis/geos/mutable_list.py,sha256=8uJ_9r48AlIIDzYaUb_qAD0eYslek9yvAX9ICdCmh5A,10131 +django/contrib/gis/geos/point.py,sha256=Aj6khdIPMMIE-cDeDqiCOQ6SqHpDGdo5NHC8fPoSjdE,4662 +django/contrib/gis/geos/polygon.py,sha256=nAJFsaBXbIM9ZA_gSxVB_3WNXJHwakmhlxN_VzKs4WQ,6664 +django/contrib/gis/geos/prepared.py,sha256=rJf35HOTxPrrk_yA-YR9bQlL_pPDKecuhwZlcww8lxY,1575 +django/contrib/gis/geos/prototypes/__init__.py,sha256=0jfLanLmI1q-3NIpdIZr3EHnMzhPRXMhbCNIHf3glfI,1221 +django/contrib/gis/geos/prototypes/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/coordseq.cpython-38.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/errcheck.cpython-38.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/geom.cpython-38.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/io.cpython-38.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/misc.cpython-38.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/predicates.cpython-38.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/prepared.cpython-38.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/threadsafe.cpython-38.pyc,, +django/contrib/gis/geos/prototypes/__pycache__/topology.cpython-38.pyc,, +django/contrib/gis/geos/prototypes/coordseq.py,sha256=Cq7HqMVXt8F-0C1cOfYfkapHY0t5ZNu9v7h7_YLD5mo,2993 +django/contrib/gis/geos/prototypes/errcheck.py,sha256=YTUBFoHU5pZOAamBPgogFymDswgnMr1_KL59sZfInYo,2654 +django/contrib/gis/geos/prototypes/geom.py,sha256=FoWEduMbbWb6_blM2IJOP_WkYCVISLksuXOaFAL_9c8,3565 +django/contrib/gis/geos/prototypes/io.py,sha256=V2SlUEniZGfVnj_9r17XneT7w-OoCUpkL_sumKIhLbU,11229 +django/contrib/gis/geos/prototypes/misc.py,sha256=7Xwk0HG__JtPt6wJD-ieMkD-7KxpnofYrHSk6NEUeJo,1161 +django/contrib/gis/geos/prototypes/predicates.py,sha256=Ya06ir7LZQBSUypB05iv9gpvZowOSLIKa4fhCnhZuYY,1587 +django/contrib/gis/geos/prototypes/prepared.py,sha256=SC7g9_vvsW_ty7LKqlMzJfF9v3EvsJX9-j3kpSeCRfY,1184 +django/contrib/gis/geos/prototypes/threadsafe.py,sha256=Ll_TmpfJhRTmWV5dgKJx_Dh67ay1pa-SdlH558NRPw4,2309 +django/contrib/gis/geos/prototypes/topology.py,sha256=wd0OxkUQiMNioDXpJdRc1h9swsZ2CeOgqMvHxqJFY5s,2256 +django/contrib/gis/locale/af/LC_MESSAGES/django.mo,sha256=TN3GddZjlqXnhK8UKLlMoMIXNw2szzj7BeRjoKjsR5c,470 +django/contrib/gis/locale/af/LC_MESSAGES/django.po,sha256=XPdXaQsZ6yDPxF3jVMEI4bli_5jrEawoO-8DHMk8Q_A,1478 +django/contrib/gis/locale/ar/LC_MESSAGES/django.mo,sha256=q0DhiLoyS8WBktN150bvtusd885p2E7e23VMFAqJPj0,2428 +django/contrib/gis/locale/ar/LC_MESSAGES/django.po,sha256=rnZPCzub0GRmC3FwmfyhATesLcm4yTRNr8jDSvM9wBQ,2639 +django/contrib/gis/locale/ast/LC_MESSAGES/django.mo,sha256=8o0Us4wR14bdv1M5oBeczYC4oW5uKnycWrj1-lMIqV4,850 +django/contrib/gis/locale/ast/LC_MESSAGES/django.po,sha256=0beyFcBkBOUNvPP45iqewTNv2ExvCPvDYwpafCJY5QM,1684 +django/contrib/gis/locale/az/LC_MESSAGES/django.mo,sha256=i52TIQuWn72ykTPYSRfBgqeJ254hhGt8LvBQHtXCWMg,2013 +django/contrib/gis/locale/az/LC_MESSAGES/django.po,sha256=tXdeAVGebIVd-K1c5ANtQaba5ll_ELIseJdpqC3UUCE,2163 +django/contrib/gis/locale/be/LC_MESSAGES/django.mo,sha256=ySlqE1WXTqM5DGsE_fEF5pipbyqj4A10SZgvQlFAyKc,2488 +django/contrib/gis/locale/be/LC_MESSAGES/django.po,sha256=HzR5MKPYfc-xeRnb0oPIi9OLa-iA86_IbbM3Poj8h_k,2651 +django/contrib/gis/locale/bg/LC_MESSAGES/django.mo,sha256=1A5wo7PLz0uWsNMHv_affxjNnBsY3UQNz7zHszu56do,2452 +django/contrib/gis/locale/bg/LC_MESSAGES/django.po,sha256=5Onup09U6w85AFWvjs2QKnYXoMhnnw9u4eUlIa5QoXU,2670 +django/contrib/gis/locale/bn/LC_MESSAGES/django.mo,sha256=7oNsr_vHQfsanyP-o1FG8jZTSBK8jB3eK2fA9AqNOx4,1070 +django/contrib/gis/locale/bn/LC_MESSAGES/django.po,sha256=PTa9EFZdqfznUH7si3Rq3zp1kNkTOnn2HRTEYXQSOdM,1929 +django/contrib/gis/locale/br/LC_MESSAGES/django.mo,sha256=xN8hOvJi_gDlpdC5_lghXuX6yCBYDPfD_SQLjcvq8gU,1614 +django/contrib/gis/locale/br/LC_MESSAGES/django.po,sha256=LQw3Tp_ymJ_x7mJ6g4SOr6aP00bejkjuaxfFFRZnmaQ,2220 +django/contrib/gis/locale/bs/LC_MESSAGES/django.mo,sha256=9EdKtZkY0FX2NlX_q0tIxXD-Di0SNQJZk3jo7cend0A,1308 +django/contrib/gis/locale/bs/LC_MESSAGES/django.po,sha256=eu_qF8dbmlDiRKGNIz80XtIunrF8QIOcy8O28X02GvQ,1905 +django/contrib/gis/locale/ca/LC_MESSAGES/django.mo,sha256=_ghgN_u_2yqPFt8oKksLPQeJxn1dz_o23Z-OAa3xKTQ,2043 +django/contrib/gis/locale/ca/LC_MESSAGES/django.po,sha256=o5dQ-gYO9WPYQf4EFhpl3GLHzu-KU3MDYAn3Y_YVpMs,2313 +django/contrib/gis/locale/cs/LC_MESSAGES/django.mo,sha256=hLXZzjME7I4GXmS0I_3uPZpOZJC8uhsotV8rqJvHDgg,2111 +django/contrib/gis/locale/cs/LC_MESSAGES/django.po,sha256=SEGzJ3E53hCPRKEwV1UM_PLwtn16n3myky88m_QUB2I,2315 +django/contrib/gis/locale/cy/LC_MESSAGES/django.mo,sha256=vUG_wzZaMumPwIlKwuN7GFcS9gnE5rpflxoA_MPM_po,1430 +django/contrib/gis/locale/cy/LC_MESSAGES/django.po,sha256=_QjXT6cySUXrjtHaJ3046z-5PoXkCqtOhvA7MCZsXxk,1900 +django/contrib/gis/locale/da/LC_MESSAGES/django.mo,sha256=qSfQxrORzIWKkcgjsCOOsTGhr8qU7DhqbWRxbQzkGXI,1934 +django/contrib/gis/locale/da/LC_MESSAGES/django.po,sha256=5vF_PjA29rtkd3WaIcwT4w0_69hqSN-1GFhKVtoAHh0,2176 +django/contrib/gis/locale/de/LC_MESSAGES/django.mo,sha256=mI3SuiIrcN27uvquzq7O9wtKIjaVQjHAesncCgBg8_g,1999 +django/contrib/gis/locale/de/LC_MESSAGES/django.po,sha256=4m3n1PEqvjKftQWz4s_ElJzZuCVzdWGbIKEHoBrhEy4,2151 +django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo,sha256=69wcPviGvpI2TxiSEux2GnUo1tu0CeZgQKBjJZrEeRk,2109 +django/contrib/gis/locale/dsb/LC_MESSAGES/django.po,sha256=koNMmuvSPrHBxNsE0EH4zPcDZeFAyBHR_qQnp3HT80o,2226 +django/contrib/gis/locale/el/LC_MESSAGES/django.mo,sha256=8QAS4MCktYLFsCgcIVflPXePYAWwr6iEZ7K8_axi_5U,2519 +django/contrib/gis/locale/el/LC_MESSAGES/django.po,sha256=6JVoYCUCUznxgQYlOCWJw1Ad6SR3Fa9jlorSCYkiwLw,2886 +django/contrib/gis/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/gis/locale/en/LC_MESSAGES/django.po,sha256=xQNCkGkE6LwUS33QmgHTaLg0TQNbO9IPElF6RkYrY9c,2223 +django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo,sha256=IPn5kRqOvv5S7jpbIUw8PEUkHlyjEL-4GuOANd1iAzI,486 +django/contrib/gis/locale/en_AU/LC_MESSAGES/django.po,sha256=x_58HmrHRia2LoYhmmN_NLb1J3f7oTDvwumgTo0LowI,1494 +django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo,sha256=WkORQDOsFuV2bI7hwVsJr_JTWnDQ8ZaK-VYugqnLv3w,1369 +django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po,sha256=KWPMoX-X-gQhb47zoVsa79-16-SiCGpO0s4xkcGv9z0,1910 +django/contrib/gis/locale/eo/LC_MESSAGES/django.mo,sha256=qls9V1jybymGCdsutcjP6fT5oMaI-GXnt_oNfwq-Yhs,1960 +django/contrib/gis/locale/eo/LC_MESSAGES/django.po,sha256=WPSkCxwq3ZnR-_L-W-CnS0_Qne3ekX7ZAZVaubiWw5s,2155 +django/contrib/gis/locale/es/LC_MESSAGES/django.mo,sha256=l88snQomLTK7JQQ5MGdUWGf_6MqiyZWqnCuZPAMctoQ,2056 +django/contrib/gis/locale/es/LC_MESSAGES/django.po,sha256=e4YW5wz0R2oI8VmEZGgMsLVycbmv3ILDjetpjS8ZXl4,2423 +django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo,sha256=-SlY9HeeMlg87yZM-mtG-drnsT_jncUOeoY4PPHkjrk,2069 +django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po,sha256=XfXzSvB-x2nMclRwxMDWhPqw8vQMRtWVr4SyvD1XFn8,2219 +django/contrib/gis/locale/es_CO/LC_MESSAGES/django.mo,sha256=P79E99bXjthakFYr1BMobTKqJN9S1aj3vfzMTbGRhCY,1865 +django/contrib/gis/locale/es_CO/LC_MESSAGES/django.po,sha256=tyu8_dFA9JKeQ2VCpCUy_6yX97SPJcDwVqqAuf_xgks,2347 +django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo,sha256=bC-uMgJXdbKHQ-w7ez-6vh9E_2YSgCF_LkOQlvb60BU,1441 +django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po,sha256=MYO9fGclp_VvLG5tXDjXY3J_1FXI4lDv23rGElXAyjA,1928 +django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo,sha256=5YVIO9AOtmjky90DAXVyU0YltfQ4NLEpVYRTTk7SZ5o,486 +django/contrib/gis/locale/es_VE/LC_MESSAGES/django.po,sha256=R8suLsdDnSUEKNlXzow3O6WIT5NcboZoCjir9GfSTSQ,1494 +django/contrib/gis/locale/et/LC_MESSAGES/django.mo,sha256=RuQYV9MWvWzcX0lI4ot2cY2_49yJPOqeExNx05MpeFg,1961 +django/contrib/gis/locale/et/LC_MESSAGES/django.po,sha256=4yl0Zfmt0mOSJluCw97oJdiWmf3x84a3qtSQDsUZYv8,2239 +django/contrib/gis/locale/eu/LC_MESSAGES/django.mo,sha256=EChDnXv1Tgk0JvMp3RuDsk-0LkgZ2Xig8nckmikewLA,1973 +django/contrib/gis/locale/eu/LC_MESSAGES/django.po,sha256=sj_W9oCmbYENT-zGnTNtAT-ZsI3z7IOhgUxooQNFbpc,2191 +django/contrib/gis/locale/fa/LC_MESSAGES/django.mo,sha256=40t0F0vpKKPy9NW7OMuY-UnbkOI9ifM33A0CZG8i2dg,2281 +django/contrib/gis/locale/fa/LC_MESSAGES/django.po,sha256=cw9rOxFowluGpekFPAoaPvjAxwUOcXi4szNnCAvsBbI,2589 +django/contrib/gis/locale/fi/LC_MESSAGES/django.mo,sha256=L_1vFA-I0vQddIdLpNyATweN04E5cRw-4Xr81D67Q_c,1946 +django/contrib/gis/locale/fi/LC_MESSAGES/django.po,sha256=WSrldLannVh0Vnmm18X5FwHoieLQYXz0CoF2SY52w0M,2127 +django/contrib/gis/locale/fr/LC_MESSAGES/django.mo,sha256=asAhstLR7EmVyuijAii40LOtdcsapHaChkfIvhlsdrQ,2082 +django/contrib/gis/locale/fr/LC_MESSAGES/django.po,sha256=GvRJJNZL55BRARg2TozwQjRprLUNMQxtzfB94Qs0Ye8,2290 +django/contrib/gis/locale/fy/LC_MESSAGES/django.mo,sha256=2kCnWU_giddm3bAHMgDy0QqNwOb9qOiEyCEaYo1WdqQ,476 +django/contrib/gis/locale/fy/LC_MESSAGES/django.po,sha256=7ncWhxC5OLhXslQYv5unWurhyyu_vRsi4bGflZ6T2oQ,1484 +django/contrib/gis/locale/ga/LC_MESSAGES/django.mo,sha256=m6Owcr-5pln54TXcZFAkYEYDjYiAkT8bGFyw4nowNHA,1420 +django/contrib/gis/locale/ga/LC_MESSAGES/django.po,sha256=I0kyTnYBPSdYr8RontzhGPShJhylVAdRLBGWRQr2E7g,1968 +django/contrib/gis/locale/gd/LC_MESSAGES/django.mo,sha256=GR9860LI6qrGdaqUYG8GskC_EeGHBetVojk0TSTIIO8,2142 +django/contrib/gis/locale/gd/LC_MESSAGES/django.po,sha256=l9fNaI3A5mmULDsg-D-cc-hhlGOYlP4JrxJJn4YU4hM,2260 +django/contrib/gis/locale/gl/LC_MESSAGES/django.mo,sha256=4OUuNpkYRWjKz_EoY1zDzKOK8YptrwUutQqFvSKsLUs,1421 +django/contrib/gis/locale/gl/LC_MESSAGES/django.po,sha256=s9tiYQLnv1_uzyLpi3qqV_zwJNic1AGFsUGc3FhJbMo,2006 +django/contrib/gis/locale/he/LC_MESSAGES/django.mo,sha256=CxVl9Ny_dasVLNhXxJwBOxIVdmpR6m-MuIF6V_Si9RE,2236 +django/contrib/gis/locale/he/LC_MESSAGES/django.po,sha256=XyDF1lnHjUW6rId5dW0-zBt336rkXjR8-bUOzW2nJCM,2393 +django/contrib/gis/locale/hi/LC_MESSAGES/django.mo,sha256=3nsy5mxKTPtx0EpqBNA_TJXmLmVZ4BPUZG72ZEe8OPM,1818 +django/contrib/gis/locale/hi/LC_MESSAGES/django.po,sha256=jTFG2gqqYAQct9-to0xL2kUFQu-ebR4j7RGfxn4sBAg,2372 +django/contrib/gis/locale/hr/LC_MESSAGES/django.mo,sha256=0XrRj2oriNZxNhEwTryo2zdMf-85-4X7fy7OJhB5ub4,1549 +django/contrib/gis/locale/hr/LC_MESSAGES/django.po,sha256=iijzoBoD_EJ1n-a5ys5CKnjzZzG299zPoCN-REFkeqE,2132 +django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo,sha256=W3LtmsG61dOj4oNOEDuZC4iOco8jbFkrBUhhW1rxXVE,2083 +django/contrib/gis/locale/hsb/LC_MESSAGES/django.po,sha256=WmUI-Hqp2yLFJNYKU7-ko7bJY25pcPqPblu0rkSDKVk,2203 +django/contrib/gis/locale/hu/LC_MESSAGES/django.mo,sha256=Gbu1WlCo21lsqVrfAJHD0SsrQ4RxQ5Wsqhp9sJuHmEA,1941 +django/contrib/gis/locale/hu/LC_MESSAGES/django.po,sha256=dJCoSLIugFyOoPuewWcquN_UCqJG3gYZzb1IiO_2r5Y,2173 +django/contrib/gis/locale/hy/LC_MESSAGES/django.mo,sha256=4D6em091yzO4s3U_DIdocdlvxtAbXdMt6Ig1ATxRGrQ,2535 +django/contrib/gis/locale/hy/LC_MESSAGES/django.po,sha256=0nkAba1H7qrC5JSakzJuAqsldWPG7lsjH7H8jVfG1SU,2603 +django/contrib/gis/locale/ia/LC_MESSAGES/django.mo,sha256=9MZnSXkQUIfbYB2f4XEtYo_FzuVi5OlsYcX9K_REz3c,1899 +django/contrib/gis/locale/ia/LC_MESSAGES/django.po,sha256=f7OuqSzGHQNldBHp62VIWjqP0BB0bvo8qEx9_wzH090,2116 +django/contrib/gis/locale/id/LC_MESSAGES/django.mo,sha256=vkdSqp0U3LhTfejwHLhnwjQ4OFFN0GVKrquxTWgLIh0,1983 +django/contrib/gis/locale/id/LC_MESSAGES/django.po,sha256=Zz3Yd6id4X3rfjqiYt_CmyPpLYnFY1fuTUKRnZnDMdA,2322 +django/contrib/gis/locale/io/LC_MESSAGES/django.mo,sha256=_yUgF2fBUxVAZAPNw2ROyWly5-Bq0niGdNEzo2qbp8k,464 +django/contrib/gis/locale/io/LC_MESSAGES/django.po,sha256=fgGJ1xzliMK0MlVoV9CQn_BuuS3Kl71Kh5YEybGFS0Y,1472 +django/contrib/gis/locale/is/LC_MESSAGES/django.mo,sha256=CBNZj4uA2niVY5uA7MKHu21Ou8d3wp_EJCWC8w3Y0JY,1317 +django/contrib/gis/locale/is/LC_MESSAGES/django.po,sha256=SUst5hGJO9veiC6SWB0oLEHzMXNqxMG8l8oLpoTQFt0,1865 +django/contrib/gis/locale/it/LC_MESSAGES/django.mo,sha256=px9x5hMusGf2LB2Vz9AijSpeppg3gUCI0dHfBb_F44A,2009 +django/contrib/gis/locale/it/LC_MESSAGES/django.po,sha256=RZRPvW8eAvd0-KnEQ0lPz0gSPmvq1um0rsEgmoIQMsU,2309 +django/contrib/gis/locale/ja/LC_MESSAGES/django.mo,sha256=knTOfVviVceaAEp9xeh4WUE-ro2lkUIUTtkA-9yk3Bs,2124 +django/contrib/gis/locale/ja/LC_MESSAGES/django.po,sha256=mqD9ZpqXvAL7adXVWyVlIyD7meIcyXI6RXqRQD5cRm8,2287 +django/contrib/gis/locale/ka/LC_MESSAGES/django.mo,sha256=iqWQ9j8yanPjDhwi9cNSktYgfLVnofIsdICnAg2Y_to,1991 +django/contrib/gis/locale/ka/LC_MESSAGES/django.po,sha256=tWoXkbWfNsZ2A28_JUvc1wtyVT6m7Hl9nJgfxXGqkgY,2566 +django/contrib/gis/locale/kk/LC_MESSAGES/django.mo,sha256=NtgQONp0UncUNvrh0W2R7u7Ja8H33R-a-tsQShWq-QI,1349 +django/contrib/gis/locale/kk/LC_MESSAGES/django.po,sha256=_wNvDk36C_UegH0Ex6ov8P--cKm-J7XtusXYsjVVZno,1974 +django/contrib/gis/locale/km/LC_MESSAGES/django.mo,sha256=T0aZIZ_gHqHpQyejnBeX40jdcfhrCOjgKjNm2hLrpNE,459 +django/contrib/gis/locale/km/LC_MESSAGES/django.po,sha256=7ARjFcuPQJG0OGLJu9pVfSiAwc2Q-1tT6xcLeKeom1c,1467 +django/contrib/gis/locale/kn/LC_MESSAGES/django.mo,sha256=EkJRlJJSHZJvNZJuOLpO4IIUEoyi_fpKwNWe0OGFcy4,461 +django/contrib/gis/locale/kn/LC_MESSAGES/django.po,sha256=NM3FRy48SSVsUIQc8xh0ZKAgTVAP8iK8elp7NQ6-IdE,1469 +django/contrib/gis/locale/ko/LC_MESSAGES/django.mo,sha256=7SSr6cP3b0vM5z224tJIqmwwWWHGoU0al4LNGbwxtQM,1975 +django/contrib/gis/locale/ko/LC_MESSAGES/django.po,sha256=aXVjYftxj1FONeotkCZkAoQxCCFs5cYb4ceGPSnUScA,2299 +django/contrib/gis/locale/lb/LC_MESSAGES/django.mo,sha256=XAyZQUi8jDr47VpSAHp_8nQb0KvSMJHo5THojsToFdk,474 +django/contrib/gis/locale/lb/LC_MESSAGES/django.po,sha256=5rfudPpH4snSq2iVm9E81EBwM0S2vbkY2WBGhpuga1Q,1482 +django/contrib/gis/locale/lt/LC_MESSAGES/django.mo,sha256=9I8bq0gbDGv7wBe60z3QtWZ5x_NgALjCTvR6rBtPPBY,2113 +django/contrib/gis/locale/lt/LC_MESSAGES/django.po,sha256=jD2vv47dySaH1nVzzf7mZYKM5vmofhmaKXFp4GvX1Iw,2350 +django/contrib/gis/locale/lv/LC_MESSAGES/django.mo,sha256=vE7Ygn4CAsS7tQkrPb8kGVEchTioQxtZTxatJZXVL5k,2057 +django/contrib/gis/locale/lv/LC_MESSAGES/django.po,sha256=6qKFeIFtMexJFuz3TSxGL9vkKYmz_lCr9pDfLPTLzYw,2200 +django/contrib/gis/locale/mk/LC_MESSAGES/django.mo,sha256=PVw73LWWNvaNd95zQbAIA7LA7JNmpf61YIoyuOca2_s,2620 +django/contrib/gis/locale/mk/LC_MESSAGES/django.po,sha256=eusHVHXHRfdw1_JyuBW7H7WPCHFR_z1NBqr79AVqAk0,2927 +django/contrib/gis/locale/ml/LC_MESSAGES/django.mo,sha256=Kl9okrE3AzTPa5WQ-IGxYVNSRo2y_VEdgDcOyJ_Je78,2049 +django/contrib/gis/locale/ml/LC_MESSAGES/django.po,sha256=PWg8atPKfOsnVxg_uro8zYO9KCE1UVhfy_zmCWG0Bdk,2603 +django/contrib/gis/locale/mn/LC_MESSAGES/django.mo,sha256=-Nn70s2On94C-jmSZwTppW2q7_W5xgMpzPXYmxZSKXs,2433 +django/contrib/gis/locale/mn/LC_MESSAGES/django.po,sha256=I0ZHocPlRYrogJtzEGVPsWWHpoVEa7e2KYP9Ystlj60,2770 +django/contrib/gis/locale/mr/LC_MESSAGES/django.mo,sha256=sO2E__g61S0p5I6aEwnoAsA3epxv7_Jn55TyF0PZCUA,468 +django/contrib/gis/locale/mr/LC_MESSAGES/django.po,sha256=McWaLXfWmYTDeeDbIOrV80gwnv07KCtNIt0OXW_v7vw,1476 +django/contrib/gis/locale/my/LC_MESSAGES/django.mo,sha256=e6G8VbCCthUjV6tV6PRCy_ZzsXyZ-1OYjbYZIEShbXI,525 +django/contrib/gis/locale/my/LC_MESSAGES/django.po,sha256=R3v1S-904f8FWSVGHe822sWrOJI6cNJIk93-K7_E_1c,1580 +django/contrib/gis/locale/nb/LC_MESSAGES/django.mo,sha256=AmVS8gbKlqYHpr-v2UdOuYt17wO2WMhVJzfDWX6Tl78,1930 +django/contrib/gis/locale/nb/LC_MESSAGES/django.po,sha256=psdNBDn8IvOyAChU7NqUKIOIssUocfQKSsXnt-89fd8,2146 +django/contrib/gis/locale/ne/LC_MESSAGES/django.mo,sha256=nB-Ta8w57S6hIAhAdWZjDT0Dg6JYGbAt5FofIhJT7k8,982 +django/contrib/gis/locale/ne/LC_MESSAGES/django.po,sha256=eMH6uKZZZYn-P3kmHumiO4z9M4923s9tWGhHuJ0eWuI,1825 +django/contrib/gis/locale/nl/LC_MESSAGES/django.mo,sha256=B7fMIikRS41Rc9CiPKDVZt63apUo2uB-myFDjAJinik,1985 +django/contrib/gis/locale/nl/LC_MESSAGES/django.po,sha256=Ugo-99yB6YImfVcfbvYTxtChNcC_bRtNbIrjAnnfxnU,2378 +django/contrib/gis/locale/nn/LC_MESSAGES/django.mo,sha256=32x5_V6o_BQBefFmyajOg3ssClw-DMEdvzXkY90fV3Q,1202 +django/contrib/gis/locale/nn/LC_MESSAGES/django.po,sha256=NWA3nD8ZwAZxG9EkE6TW0POJgB6HTeC4J6GOlTMD7j4,1796 +django/contrib/gis/locale/os/LC_MESSAGES/django.mo,sha256=02NpGC8WPjxmPqQkfv9Kj2JbtECdQCtgecf_Tjk1CZc,1594 +django/contrib/gis/locale/os/LC_MESSAGES/django.po,sha256=JBIsv5nJg3Wof7Xy7odCI_xKRBLN_Hlbb__kNqNW4Xw,2161 +django/contrib/gis/locale/pa/LC_MESSAGES/django.mo,sha256=JR1NxG5_h_dFE_7p6trBWWIx-QqWYIgfGomnjaCsWAA,1265 +django/contrib/gis/locale/pa/LC_MESSAGES/django.po,sha256=Ejd_8dq_M0E9XFijk0qj4oC-8_oe48GWWHXhvOrFlnY,1993 +django/contrib/gis/locale/pl/LC_MESSAGES/django.mo,sha256=aLv23YOFYR22AY3BLP5xcDHKTqc_GVjm_FZdTNr0-Jk,2138 +django/contrib/gis/locale/pl/LC_MESSAGES/django.po,sha256=uEQ59IxEJATHQOsZcvNRdR8kd-Iv7PRTHw3dR68GID8,2497 +django/contrib/gis/locale/pt/LC_MESSAGES/django.mo,sha256=sE5PPOHzfT8QQXuV5w0m2pnBTRhKYs_vFhk8p_A4Jg0,2036 +django/contrib/gis/locale/pt/LC_MESSAGES/django.po,sha256=TFt6Oj1NlCM3pgs2dIgFZR3S3y_g7oR7S-XRBlM4924,2443 +django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo,sha256=hsj4npR8H05FKM0fiQf83kSip7a8871_AQUY5dyAqj8,2011 +django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po,sha256=NLnhgZjJxx0EUy4s_8sqQFSWOa0or0CiEjUoPlTH4pc,2311 +django/contrib/gis/locale/ro/LC_MESSAGES/django.mo,sha256=YSbX0Y_T44pBLpKmaVN7leNXBDwHZB4EWQaU9Go3szM,2047 +django/contrib/gis/locale/ro/LC_MESSAGES/django.po,sha256=QBwAO5P2FYzCSoXF52MSEtncAAimw9YQKO8HvCPbF5U,2260 +django/contrib/gis/locale/ru/LC_MESSAGES/django.mo,sha256=5uccCKKgLtin1jcp_1j4aiv5FEzX6LxRNEL3i11m7ts,2583 +django/contrib/gis/locale/ru/LC_MESSAGES/django.po,sha256=Pvs1ADP2MtalAHAZ04cpQeQPXsKBCVeggPW8GP-nsPQ,2862 +django/contrib/gis/locale/sk/LC_MESSAGES/django.mo,sha256=_LWDbFebq9jEa1YYsSMOruTk0oRaU9sxPGml1YPuink,2010 +django/contrib/gis/locale/sk/LC_MESSAGES/django.po,sha256=Iz_iHKaDzNhLM5vJd3bbzsCXzKhoEGeqECZxEgBIiGc,2244 +django/contrib/gis/locale/sl/LC_MESSAGES/django.mo,sha256=9-efMT2MoEMa5-SApGWTRiyfvI6vmZzLeMg7qGAr7_A,2067 +django/contrib/gis/locale/sl/LC_MESSAGES/django.po,sha256=foZY7N5QkuAQS7nc3CdnJerCPk-lhSb1xZqU11pNGNo,2303 +django/contrib/gis/locale/sq/LC_MESSAGES/django.mo,sha256=LVdXsubPRVA-1-VeEJEWoGoAWR9kK072boRKaqzyb28,1918 +django/contrib/gis/locale/sq/LC_MESSAGES/django.po,sha256=PFeGnVwfzGcFRm2SCV8-iB5z9TVwyN66qz5X9NClQkQ,2148 +django/contrib/gis/locale/sr/LC_MESSAGES/django.mo,sha256=J20yLH-sD2a2KGFqN3GDdJPISOS7YMe9K6UR9ZXlbl4,2442 +django/contrib/gis/locale/sr/LC_MESSAGES/django.po,sha256=cw89jyImmFqspzFVcnkncUNYAH_j3ozId-Ou2lc0L6U,2682 +django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=f_vDMwcdrbaW6ZynN9QZNYB-4TNbZyp4y5UYKCJB7yM,1971 +django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po,sha256=7HvQAUkA1RLQOUWab-NBSunUNde4V0_nHd_Z4UMMCZc,2225 +django/contrib/gis/locale/sv/LC_MESSAGES/django.mo,sha256=XVr0uSQnEIRNJoOpgFlxvYnpF4cGDP2K2oTjqVHhmuA,1987 +django/contrib/gis/locale/sv/LC_MESSAGES/django.po,sha256=fqUAyUbjamnqbdie8Ecek0v99uo-4uUfaSvtFffz8v4,2275 +django/contrib/gis/locale/sw/LC_MESSAGES/django.mo,sha256=uBhpGHluGwYpODTE-xhdJD2e6PHleN07wLE-kjrXr_M,1426 +django/contrib/gis/locale/sw/LC_MESSAGES/django.po,sha256=nHXQQMYYXT1ec3lIBxQIDIAwLtXucX47M4Cozy08kko,1889 +django/contrib/gis/locale/ta/LC_MESSAGES/django.mo,sha256=Rboo36cGKwTebe_MiW4bOiMsRO2isB0EAyJJcoy_F6s,466 +django/contrib/gis/locale/ta/LC_MESSAGES/django.po,sha256=sLYW8_5BSVoSLWUr13BbKRe0hNJ_cBMEtmjCPBdTlAk,1474 +django/contrib/gis/locale/te/LC_MESSAGES/django.mo,sha256=xDkaSztnzQ33Oc-GxHoSuutSIwK9A5Bg3qXEdEvo4h4,824 +django/contrib/gis/locale/te/LC_MESSAGES/django.po,sha256=nYryhktJumcwtZDGZ43xBxWljvdd-cUeBrAYFZOryVg,1772 +django/contrib/gis/locale/th/LC_MESSAGES/django.mo,sha256=0kekAr7eXc_papwPAxEZ3TxHOBg6EPzdR3q4hmAxOjg,1835 +django/contrib/gis/locale/th/LC_MESSAGES/django.po,sha256=WJPdoZjLfvepGGMhfBB1EHCpxtxxfv80lRjPG9kGErM,2433 +django/contrib/gis/locale/tr/LC_MESSAGES/django.mo,sha256=cWFAsuse0yQPdsVGAxFbPOBDxLapMnvMsa50-4-gGYk,2024 +django/contrib/gis/locale/tr/LC_MESSAGES/django.po,sha256=Vqsqw1yPPdZqd5unj76FQAbuQrxKKnxtpQS_33nBGRQ,2259 +django/contrib/gis/locale/tt/LC_MESSAGES/django.mo,sha256=cGVPrWCe4WquVV77CacaJwgLSnJN0oEAepTzNMD-OWk,1470 +django/contrib/gis/locale/tt/LC_MESSAGES/django.po,sha256=98yeRs-JcMGTyizOpEuQenlnWJMYTR1-rG3HGhKCykk,2072 +django/contrib/gis/locale/udm/LC_MESSAGES/django.mo,sha256=I6bfLvRfMn79DO6bVIGfYSVeZY54N6c8BNO7OyyOOsw,462 +django/contrib/gis/locale/udm/LC_MESSAGES/django.po,sha256=B1PCuPYtNOrrhu4fKKJgkqxUrcEyifS2Y3kw-iTmSIk,1470 +django/contrib/gis/locale/uk/LC_MESSAGES/django.mo,sha256=5uJgGDDQi8RTRNxbQToKE7FVLOK73w5Wgmf6zCa66Uk,2455 +django/contrib/gis/locale/uk/LC_MESSAGES/django.po,sha256=fsxwSb93uD59ms8jdO84qx8C5rKy74TDcH12yaKs8mY,2873 +django/contrib/gis/locale/ur/LC_MESSAGES/django.mo,sha256=tB5tz7EscuE9IksBofNuyFjk89-h5X7sJhCKlIho5SY,1410 +django/contrib/gis/locale/ur/LC_MESSAGES/django.po,sha256=16m0t10Syv76UcI7y-EXfQHETePmrWX4QMVfyeuX1fQ,2007 +django/contrib/gis/locale/vi/LC_MESSAGES/django.mo,sha256=NT5T0FRCC2XINdtaCFCVUxb5VRv8ta62nE8wwSHGTrc,1384 +django/contrib/gis/locale/vi/LC_MESSAGES/django.po,sha256=y77GtqH5bv1wR78xN5JLHusmQzoENTH9kLf9Y3xz5xk,1957 +django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=Z5u0aytpFDh02hxQTLKyjiBjSd-_cF8DwPOIXvTsPiQ,1852 +django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.po,sha256=CaxyL1PxYEYyLBx3w2XOLYgLfeeL6R6Xv6qJ-x7LkAE,2246 +django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=SRSpoSMtx8PDTpHroMUymZ_-Eu7zzjqPDBiAm3XSV2I,2012 +django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.po,sha256=b6NQK1--AC67NiUaOew_ajDIj5uSrPzW_rUpLU71yA8,2277 +django/contrib/gis/management/commands/__pycache__/inspectdb.cpython-38.pyc,, +django/contrib/gis/management/commands/__pycache__/ogrinspect.cpython-38.pyc,, +django/contrib/gis/management/commands/inspectdb.py,sha256=Z2Do56mM2tBvnujnCk5C7JhI3z_LQWB4L0M626hmumk,750 +django/contrib/gis/management/commands/ogrinspect.py,sha256=s07ShXnLoDDhtvzgu1VeRzlxk_o6-RcFflzsbjKZCFk,5720 +django/contrib/gis/measure.py,sha256=BLWTkDMMunvaN9lR8QDujmKOxUyhBQKy10Auo0npDaQ,11948 +django/contrib/gis/ptr.py,sha256=RK-5GCUUaQtBuDD3lAoraS7G05fzYhR5p0acKrzpQVE,1289 +django/contrib/gis/serializers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/gis/serializers/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/serializers/__pycache__/geojson.cpython-38.pyc,, +django/contrib/gis/serializers/geojson.py,sha256=IWR-98IYQXvJSJ4y3d09kh3ZxuFZuEKg-T9eAig5GEA,2710 +django/contrib/gis/shortcuts.py,sha256=fHf3HYP6MP8GeuBW6G3y6d30Mjxa6IL2xtmblDjS8k4,1027 +django/contrib/gis/sitemaps/__init__.py,sha256=eVHUxfzw1VQn6bqH3D8bE471s8bNJSB3phuAI-zg9gA,138 +django/contrib/gis/sitemaps/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/sitemaps/__pycache__/kml.cpython-38.pyc,, +django/contrib/gis/sitemaps/__pycache__/views.cpython-38.pyc,, +django/contrib/gis/sitemaps/kml.py,sha256=kbKyIt-_u7zZJB8uPG4Cfi7axA5ms2ltdonctm5zewA,2413 +django/contrib/gis/sitemaps/views.py,sha256=4xrd2NEQjsPx9582Pa0R2IEzx5NpP5unqCUsPjURgto,2313 +django/contrib/gis/static/gis/css/ol3.css,sha256=pJADzfx4_NL2C1onFpU-muconAA5NThN4sEqSNyY_So,657 +django/contrib/gis/static/gis/img/draw_line_off.svg,sha256=6XW83xsR5-Guh27UH3y5UFn9y9FB9T_Zc4kSPA-xSOI,918 +django/contrib/gis/static/gis/img/draw_line_on.svg,sha256=Hx-pXu4ped11esG6YjXP1GfZC5q84zrFQDPUo1C7FGA,892 +django/contrib/gis/static/gis/img/draw_point_off.svg,sha256=PICrywZPwuBkaQAKxR9nBJ0AlfTzPHtVn_up_rSiHH4,803 +django/contrib/gis/static/gis/img/draw_point_on.svg,sha256=raGk3oc8w87rJfLdtZ4nIXJyU3OChCcTd4oH-XAMmmM,803 +django/contrib/gis/static/gis/img/draw_polygon_off.svg,sha256=gnVmjeZE2jOvjfyx7mhazMDBXJ6KtSDrV9f0nSzkv3A,981 +django/contrib/gis/static/gis/img/draw_polygon_on.svg,sha256=ybJ9Ww7-bsojKQJtjErLd2cCOgrIzyqgIR9QNhH_ZfA,982 +django/contrib/gis/static/gis/js/OLMapWidget.js,sha256=MxTkvtZiu0Ea55FniH-0WyqoySKdrBNkZdmj8DFoeWY,8930 +django/contrib/gis/templates/gis/admin/openlayers.html,sha256=GsjT4sNA-2iHRe7PJKsBIGDEAa29vGXwFNNACowj1lw,1867 +django/contrib/gis/templates/gis/admin/openlayers.js,sha256=KoT3VUMAez9-5QoT5U6OJXzt3MLxlTrJMMwINjQ_k7M,8975 +django/contrib/gis/templates/gis/admin/osm.html,sha256=yvYyZPmgP64r1JT3eZCDun5ENJaaN3d3wbTdCxIOvSo,111 +django/contrib/gis/templates/gis/admin/osm.js,sha256=0wFRJXKZ2plp7tb0F9fgkMzp4NrKZXcHiMkKDJeHMRw,128 +django/contrib/gis/templates/gis/kml/base.kml,sha256=VYnJaGgFVHRzDjiFjbcgI-jxlUos4B4Z1hx_JeI2ZXU,219 +django/contrib/gis/templates/gis/kml/placemarks.kml,sha256=TEC81sDL9RK2FVeH0aFJTwIzs6_YWcMeGnHkACJV1Uc,360 +django/contrib/gis/templates/gis/openlayers-osm.html,sha256=TeiUqCjt73W8Hgrp_6zAtk_ZMBxskNN6KHSmnJ1-GD4,378 +django/contrib/gis/templates/gis/openlayers.html,sha256=P_sBibtZ8ybiBG6dtYbVhRgDYJE-oKYPzl452xad5Ok,1912 +django/contrib/gis/utils/__init__.py,sha256=OmngSNhywEjrNKGXysMlq_iFYvx7ycDWojpCqF6JYLo,579 +django/contrib/gis/utils/__pycache__/__init__.cpython-38.pyc,, +django/contrib/gis/utils/__pycache__/layermapping.cpython-38.pyc,, +django/contrib/gis/utils/__pycache__/ogrinfo.cpython-38.pyc,, +django/contrib/gis/utils/__pycache__/ogrinspect.cpython-38.pyc,, +django/contrib/gis/utils/__pycache__/srs.cpython-38.pyc,, +django/contrib/gis/utils/layermapping.py,sha256=8sZ9RlTKJCLbyJH8Wv1glqKQ2PIdqwG8lj-Xz02PNYI,27292 +django/contrib/gis/utils/ogrinfo.py,sha256=VmbxQ5Ri4zjtTxNymuxJp3t3cAntUC83YBMp9PuMMSU,1934 +django/contrib/gis/utils/ogrinspect.py,sha256=muqcvO6wII7A4z98feixlZaOuVTCUNQsFhISSb3z9ZU,8935 +django/contrib/gis/utils/srs.py,sha256=5D5lPZwFYgZiVaKD7eCkl9vj-pGRB11HEgeNlxUAjfo,2991 +django/contrib/gis/views.py,sha256=GpOJ8W5gk-xbB8y3wPe2dvoVutPKZqswhcMWCETBnx0,698 +django/contrib/humanize/__init__.py,sha256=88gkwJxqbRpmigRG0Gu3GNQkXGtTNpica4nf3go-_cI,67 +django/contrib/humanize/__pycache__/__init__.cpython-38.pyc,, +django/contrib/humanize/__pycache__/apps.cpython-38.pyc,, +django/contrib/humanize/apps.py,sha256=ODfDrSH8m3y3xYlyIIwm7DZmrNcoYKG2K8l5mU64V7g,194 +django/contrib/humanize/locale/af/LC_MESSAGES/django.mo,sha256=bNLjjeZ3H-KD_pm-wa1_5eLCDOmG2FXgDHVOg5vgL7o,5097 +django/contrib/humanize/locale/af/LC_MESSAGES/django.po,sha256=p3OduzjtTGkwlgDJhPgSm9aXI2sWzORspsPf7_RnWjs,8923 +django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo,sha256=YSyNaNTh2nILzWMH0F61fl7jX0yb4erZhQO1EBo2HiU,7691 +django/contrib/humanize/locale/ar/LC_MESSAGES/django.po,sha256=VAN7tVSYQZfZV5RfTe-wvQOVA9Q1ylLQRrFb9ihMpqs,11035 +django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo,sha256=WvBk8V6g1vgzGqZ_rR-4p7SMh43PFnDnRhIS9HSwdoQ,3468 +django/contrib/humanize/locale/ast/LC_MESSAGES/django.po,sha256=S9lcUf2y5wR8Ufa-Rlz-M73Z3bMo7zji_63cXwtDK2I,5762 +django/contrib/humanize/locale/az/LC_MESSAGES/django.mo,sha256=0AyL47PqJZ63WlE6RjeWswa3vamKTORG4WBxtxkRG0Q,5216 +django/contrib/humanize/locale/az/LC_MESSAGES/django.po,sha256=0KOf2dLEhXbdGVFbghfdw_jNOXyG9SzAMztB0rj2pwg,9131 +django/contrib/humanize/locale/be/LC_MESSAGES/django.mo,sha256=HEtO6H9OxRn6ybMtRjkD6deu7sMA49GY988Nc5r2nNY,6681 +django/contrib/humanize/locale/be/LC_MESSAGES/django.po,sha256=GM21lBORfcLeQMaif6tuxrPd45srvSDvzaThGCdjs7o,9256 +django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo,sha256=1mRaFPsm5ITFyfdFdqdeY-_Om2OYKua5YWSEP192WR8,4645 +django/contrib/humanize/locale/bg/LC_MESSAGES/django.po,sha256=kTyRblfWlBUMxd_czXTOe-39CcX68X6e4DTmYm3V2gc,6684 +django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo,sha256=jbL4ucZxxtexI10jgldtgnDie3I23XR3u-PrMMMqP6U,4026 +django/contrib/humanize/locale/bn/LC_MESSAGES/django.po,sha256=0l4yyy7q3OIWyFk_PW0y883Vw2Pmu48UcnLM9OBxB68,6545 +django/contrib/humanize/locale/br/LC_MESSAGES/django.mo,sha256=V_tPVAyQzVdDwWPNlVGWmlVJjmVZfbh35alkwsFlCNU,5850 +django/contrib/humanize/locale/br/LC_MESSAGES/django.po,sha256=BcAqEV2JpF0hiCQDttIMblp9xbB7zoHsmj7fJFV632k,12245 +django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo,sha256=1-RNRHPgZR_9UyiEn9Djp4mggP3fywKZho45E1nGMjM,1416 +django/contrib/humanize/locale/bs/LC_MESSAGES/django.po,sha256=M017Iu3hyXmINZkhCmn2he-FB8rQ7rXN0KRkWgrp7LI,5498 +django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo,sha256=C_0r2Zqa-i4uGR7pIoPWvCKiCQTpvjtRTFytU9CScOk,3989 +django/contrib/humanize/locale/ca/LC_MESSAGES/django.po,sha256=hZLVccYcRZcagCHD7rzJHsvQ_vlrrjFaWeUH-wseHYE,8931 +django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo,sha256=QdKlbOcOfSGv-TYg3KkYr1Ox4Ct2xXJskWVzPDm3ros,6846 +django/contrib/humanize/locale/cs/LC_MESSAGES/django.po,sha256=tm42tsSZYzY-a_7szHB9yuJYUffQXz4nfEgvEY9vY9w,11579 +django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo,sha256=VjJiaUUhvX9tjOEe6x2Bdp7scvZirVcUsA4-iE2-ElQ,5241 +django/contrib/humanize/locale/cy/LC_MESSAGES/django.po,sha256=sylmceSq-NPvtr_FjklQXoBAfueKu7hrjEpMAsVbQC4,7813 +django/contrib/humanize/locale/da/LC_MESSAGES/django.mo,sha256=39MZAKMl4mfYYhOHWw02oWAF3n-XwPg1nNbOg7OQA38,5339 +django/contrib/humanize/locale/da/LC_MESSAGES/django.po,sha256=AnAvSgks2ph0MS2ZJlYKddKwQTbduEIpHK0kzsNphWM,9151 +django/contrib/humanize/locale/de/LC_MESSAGES/django.mo,sha256=7HZDGVn4FuGS2nNqHLg1RrnmQLB2Ansbri0ysHq-GfM,5418 +django/contrib/humanize/locale/de/LC_MESSAGES/django.po,sha256=wNFP1wO9hDhgyntigfVcHr7ZGao8a2PPgU24j4nl_O8,9184 +django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo,sha256=w2rgnclJnn1QQjqufly0NjUlP6kS6N8dcGwhbeBLq-w,7036 +django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po,sha256=AAbtZ32HrIeB1SDn3xenPU8pFUL0Fy6D9eYlObt6EdU,11690 +django/contrib/humanize/locale/el/LC_MESSAGES/django.mo,sha256=o-yjhpzyGRbbdMzwUcG_dBP_FMEMZevm7Wz1p4Wd-pg,6740 +django/contrib/humanize/locale/el/LC_MESSAGES/django.po,sha256=UbD5QEw_-JNoNETaOyDfSReirkRsHnlHeSsZF5hOSkI,10658 +django/contrib/humanize/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/humanize/locale/en/LC_MESSAGES/django.po,sha256=JJny3qazVIDtswuStyS6ZMV0UR0FUPWDqXVZ8PQRuU4,10689 +django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486 +django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.po,sha256=dVOlMtk3-d-KrNLM5Rji-Xrk6Y_n801ofjGQvxSu67M,4742 +django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo,sha256=mkx192XQM3tt1xYG8EOacMfa-BvgzYCbSsJQsWZGeAo,3461 +django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po,sha256=MArKzXxY1104jxaq3kvDZs2WzOGYxicfJxFKsLzFavw,5801 +django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo,sha256=b47HphXBi0cax_reCZiD3xIedavRHcH2iRG8pcwqb54,5386 +django/contrib/humanize/locale/eo/LC_MESSAGES/django.po,sha256=oN1YqOZgxKY3L1a1liluhM6X5YA5bawg91mHF_Vfqx8,9095 +django/contrib/humanize/locale/es/LC_MESSAGES/django.mo,sha256=SD1PQS13JgpM7jnvvtKVQYsV6m7IgYdw7cfQ_VW8nag,5440 +django/contrib/humanize/locale/es/LC_MESSAGES/django.po,sha256=MBPPR_43glxHTmNPHy7sdKp5UjeHqe7_GeXkxOy3QGo,9428 +django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo,sha256=n6DaVdBRRopeMBZiOhPLCOIqmP5uq9Vq3aqxMXFZZPg,5502 +django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po,sha256=zk18690pQF6URZmvOISW6OsoRQNiiU5lt_q07929Rko,9360 +django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.mo,sha256=2GhQNtNOjK5mTov5RvnuJFTYbdoGBkDGLxzvJ8Vsrfs,4203 +django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.po,sha256=JBf2fHO8jWi6dFdgZhstKXwyot_qT3iJBixQZc3l330,6326 +django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo,sha256=82DL2ztdq10X5RIceshK1nO99DW5628ZIjaN8Xzp9ok,3939 +django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po,sha256=-O7AQluA5Kce9-bd04GN4tfQKoCxb8Sa7EZR6TZBCdM,6032 +django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo,sha256=cJECzKpD99RRIpVFKQW65x0Nvpzrm5Fuhfi-nxOWmkM,942 +django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.po,sha256=tDdYtvRILgeDMgZqKHSebe7Z5ZgI1bZhDdvGVtj_anM,4832 +django/contrib/humanize/locale/et/LC_MESSAGES/django.mo,sha256=uq4MJ63oINTjeiW8dsd-h7F3Mm95Sccho6_JIHAXhrc,4402 +django/contrib/humanize/locale/et/LC_MESSAGES/django.po,sha256=encp47HDhO8aDbDmOMaI8oZPIc5He70l-fyPBDQlWlA,9069 +django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo,sha256=w2TlBudWWTI1M7RYCl_n2UY7U1CBzxIuwXl-7DCVl8o,5287 +django/contrib/humanize/locale/eu/LC_MESSAGES/django.po,sha256=77QrRqIsMuu-6HxHvaifKsPA9OVZR7686WFp26dQFMg,9146 +django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo,sha256=-EfCvMVkX5VqYlXxiX8fLQntzZx8pBjmjtjvIdsaPvU,5808 +django/contrib/humanize/locale/fa/LC_MESSAGES/django.po,sha256=Xxv-FVTrSjbx0JB33F6O1wBzodwkHJpmTEiNssNTeYQ,9775 +django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo,sha256=qlx3w4Y0CNcC5rIrbig_sqCvKAwh_IS-YseoQX3zymc,4177 +django/contrib/humanize/locale/fi/LC_MESSAGES/django.po,sha256=6xTZvvC_VxAyAQpUibJUDu4V2Gdryy8vJc2OviaYNnw,6180 +django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo,sha256=VsUhyAmxhMFWTBqij70UaY9I8qulli2QP_hyoKgNaxM,5502 +django/contrib/humanize/locale/fr/LC_MESSAGES/django.po,sha256=xyn-d8-_ozUhfr25hpuUU5IQhZvtNI0JVDoUYoRzO88,9311 +django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/humanize/locale/fy/LC_MESSAGES/django.po,sha256=pPvcGgBWiZwQ5yh30OlYs-YZUd_XsFro71T9wErVv0M,4732 +django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo,sha256=AOEiBNOak_KQkBeGyUpTNO12zyg3CiK66h4kMoS15_0,5112 +django/contrib/humanize/locale/ga/LC_MESSAGES/django.po,sha256=jTXihbd-ysAUs0TEKkOBmXJJj69V0cFNOHM6VbcPCWw,11639 +django/contrib/humanize/locale/gd/LC_MESSAGES/django.mo,sha256=XNSpJUu4DxtlXryfUVeBOrvl2-WRyj2nKjips_qGDOg,7232 +django/contrib/humanize/locale/gd/LC_MESSAGES/django.po,sha256=I7s86NJDzeMsCGgXja--fTZNFm9bM7Cd8M1bstxabSY,11874 +django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo,sha256=ChoVHsJ_bVIaHtHxhxuUK99Zu1tvRu0iY5vhtB1LDMg,3474 +django/contrib/humanize/locale/gl/LC_MESSAGES/django.po,sha256=U5D505aBKEdg80BGWddcwWuzmYdoNHx1WEPzVHQfbTE,5903 +django/contrib/humanize/locale/he/LC_MESSAGES/django.mo,sha256=zV7tqLeq2al9nSDKcTGp7cDD2pEuHD-J_34roqIYvZc,7857 +django/contrib/humanize/locale/he/LC_MESSAGES/django.po,sha256=gvUe-8PJc6dn-6lLpEi_PCDgITgJ6UzZls9cUHSA4Ss,12605 +django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo,sha256=qrzm-6vXIUsxA7nOxa-210-6iO-3BPBj67vKfhTOPrY,4131 +django/contrib/humanize/locale/hi/LC_MESSAGES/django.po,sha256=BrypbKaQGOyY_Gl1-aHXiBVlRqrbSjGfZ2OK8omj_9M,6527 +django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo,sha256=29XTvFJHex31hbu2qsOfl5kOusz-zls9eqlxtvw_H0s,1274 +django/contrib/humanize/locale/hr/LC_MESSAGES/django.po,sha256=OuEH4fJE6Fk-s0BMqoxxdlUAtndvvKK7N8Iy-9BP3qA,5424 +django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo,sha256=4ZQDrpkEyLSRtVHEbP31ejNrR6y-LSNDfW1Hhi7VczI,7146 +django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po,sha256=GtSTgK-cKHMYeOYFvHtcUtUnLyWPP05F0ZM3tEYfshs,11800 +django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo,sha256=8tEqiZHEc6YmfWjf7hO0Fb3Xd-HSleKaR1gT_XFTQ8g,5307 +django/contrib/humanize/locale/hu/LC_MESSAGES/django.po,sha256=KDVYBAGSuMrtwqO98-oGOOAp7Unfm7ode1sv8lfe81c,9124 +django/contrib/humanize/locale/hy/LC_MESSAGES/django.mo,sha256=3eLljpKHSE0P2ZPaOiwE8lvctqp5s-ePqrw5Yw7kWYM,1529 +django/contrib/humanize/locale/hy/LC_MESSAGES/django.po,sha256=dJ1cE9AFwses7KX4Qm4PNqNhC9t5sgNQL5PB88cXqY4,7826 +django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo,sha256=d0m-FddFnKp08fQYQSC9Wr6M4THVU7ibt3zkIpx_Y_A,4167 +django/contrib/humanize/locale/ia/LC_MESSAGES/django.po,sha256=qX6fAZyn54hmtTU62oJcHF8p4QcYnoO2ZNczVjvjOeE,6067 +django/contrib/humanize/locale/id/LC_MESSAGES/django.mo,sha256=T5pVIyFQtRdbBxZ5kW15NnsJQV2W0sgb9ltncyORJog,4665 +django/contrib/humanize/locale/id/LC_MESSAGES/django.po,sha256=fQSJprf0UF3FYGA7i_vWbZ7PX5bhH7pJaH1JAWvr9NI,8055 +django/contrib/humanize/locale/io/LC_MESSAGES/django.mo,sha256=nMu5JhIy8Fjie0g5bT8-h42YElCiS00b4h8ej_Ie-w0,464 +django/contrib/humanize/locale/io/LC_MESSAGES/django.po,sha256=RUs8JkpT0toKOLwdv1oCbcBP298EOk02dkdNSJiC-_A,4720 +django/contrib/humanize/locale/is/LC_MESSAGES/django.mo,sha256=D6ElUYj8rODRsZwlJlH0QyBSM44sVmuBCNoEkwPVxko,3805 +django/contrib/humanize/locale/is/LC_MESSAGES/django.po,sha256=1VddvtkhsK_5wmpYIqEFqFOo-NxIBnL9wwW74Tw9pbw,8863 +django/contrib/humanize/locale/it/LC_MESSAGES/django.mo,sha256=E-83rstHy_gscbdEHm_77HqH2IkIJA8ZcqWe_GD4Wco,5981 +django/contrib/humanize/locale/it/LC_MESSAGES/django.po,sha256=0dF-NRmW2fetk5DHkZEmpiZyLQ2JyvFlDs5EXxXMz9s,10049 +django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo,sha256=XYV-llqoZAazu_idchujnUdGpfAa8mZDMUG1xo3CmE4,4840 +django/contrib/humanize/locale/ja/LC_MESSAGES/django.po,sha256=kjCkSQHFZ4jUDc6rxRvPM6OczUVCe1timYSyI0isujI,8144 +django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo,sha256=UeUbonYTkv1d2ljC0Qj8ZHw-59zHu83fuMvnME9Fkmw,4878 +django/contrib/humanize/locale/ka/LC_MESSAGES/django.po,sha256=-eAMexwjm8nSB4ARJU3f811UZnuatHKIFf8FevpJEpo,9875 +django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo,sha256=jujbUM0jOpt3Mw8zN4LSIIkxCJ0ihk_24vR0bXoux78,2113 +django/contrib/humanize/locale/kk/LC_MESSAGES/django.po,sha256=hjZg_NRE9xMA5uEa2mVSv1Hr4rv8inG9es1Yq7uy9Zc,8283 +django/contrib/humanize/locale/km/LC_MESSAGES/django.mo,sha256=mfXs9p8VokORs6JqIfaSSnQshZEhS90rRFhOIHjW7CI,459 +django/contrib/humanize/locale/km/LC_MESSAGES/django.po,sha256=JQBEHtcy-hrV_GVWIjvUJyOf3dZ5jUzzN8DUTAbHKUg,4351 +django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo,sha256=Oq3DIPjgCqkn8VZMb6ael7T8fQ7LnWobPPAZKQSFHl4,461 +django/contrib/humanize/locale/kn/LC_MESSAGES/django.po,sha256=yrXx6TInsxjnyJfhl8sXTLmYedd2jaAku9L_38CKR5A,4353 +django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo,sha256=hDb7IOB8PRflKkZ81yQbgHtvN4TO35o5kWTK3WpiL4A,4817 +django/contrib/humanize/locale/ko/LC_MESSAGES/django.po,sha256=dZpSVF3l5wGTwKOXn0looag7Q23jyLGlzs083kpnqFc,8217 +django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/humanize/locale/lb/LC_MESSAGES/django.po,sha256=_y0QFS5Kzx6uhwOnzmoHtCrbufMrhaTLsHD0LfMqtcM,4730 +django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo,sha256=9S3Fx2Es10uMIVooheEH3HZaKqXju2gUE-uVLgCEwe8,7374 +django/contrib/humanize/locale/lt/LC_MESSAGES/django.po,sha256=ZnsyLaRbhaSk0zNl6qZkKKlDVWJ6M_a3cIuGqUNVS28,12089 +django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo,sha256=dFrXeAiw976Zi2fWwdPigyo3rieo8yrhN54dYZChIQE,6252 +django/contrib/humanize/locale/lv/LC_MESSAGES/django.po,sha256=24-3dJTQeiqzf3wKAQggC7rZq3q67e9ltCyXhEYSJw4,10575 +django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo,sha256=htUgd6rcaeRPDf6UrEb18onz-Ayltw9LTvWRgEkXm08,4761 +django/contrib/humanize/locale/mk/LC_MESSAGES/django.po,sha256=Wl9Rt8j8WA_0jyxKCswIovSiCQD-ZWFYXbhFsCUKIWo,6665 +django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo,sha256=rJuNYIlbZI6kFOXOamF17prachKeteiFMwv9nfBlptA,4736 +django/contrib/humanize/locale/ml/LC_MESSAGES/django.po,sha256=cMDjSKjpV1faKhC1ozTqpYAlhM4yoKauSCbMfmX8jYw,10131 +django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo,sha256=gi-b-GRPhg2s2O9wP2ENx4bVlgHBo0mSqoi58d_QpCw,6020 +django/contrib/humanize/locale/mn/LC_MESSAGES/django.po,sha256=0zV7fYPu6xs_DVOCUQ6li36JWOnpc-RQa0HXwo7FrWc,9797 +django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468 +django/contrib/humanize/locale/mr/LC_MESSAGES/django.po,sha256=M44sYiBJ7woVZZlDO8rPDQmS_Lz6pDTCajdheyxtdaI,4724 +django/contrib/humanize/locale/ms/LC_MESSAGES/django.mo,sha256=xSHIddCOU0bnfiyzQLaDaHAs1E4CaBlkyeXdLhJo1A8,842 +django/contrib/humanize/locale/ms/LC_MESSAGES/django.po,sha256=YhBKpxsTw9BleyaDIoDJAdwDleBFQdo1LckqLRmN8x4,7127 +django/contrib/humanize/locale/my/LC_MESSAGES/django.mo,sha256=55CWHz34sy9k6TfOeVI9GYvE9GRa3pjSRE6DSPk9uQ8,3479 +django/contrib/humanize/locale/my/LC_MESSAGES/django.po,sha256=jCiDhSqARfqKcMLEHJd-Xe6zo3Uc9QpiCh3BbAAA5UE,5433 +django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo,sha256=5ia28xUNmXT5gsLVJ1A9v1UHZJnFTe7i7lwraUO2jvs,5358 +django/contrib/humanize/locale/nb/LC_MESSAGES/django.po,sha256=_FE2vx5v7eLXzNQ-4qvxA-ia8AJrilcJyQXZ38I9IUU,9137 +django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo,sha256=OR0cBS_sNftLjHBLtQkRsA_SOxlc41G83vBGCvYaG2I,2285 +django/contrib/humanize/locale/ne/LC_MESSAGES/django.po,sha256=t9ukUPhAxkNlLlAMI2ftMUATPBS29UQ7q76WN2rjBWA,5544 +django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo,sha256=lHZmifHfXh7Xvz1N7UtoboZupRo8S02axRPzWQfGB7k,5303 +django/contrib/humanize/locale/nl/LC_MESSAGES/django.po,sha256=s7LbdXpSQxkqSr666oTwTNlfdrJpLeYGoCe1xlAkGH8,9217 +django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo,sha256=_Qbyf366ApSCU09Er6CvEf5WrA8s6ZzsyZXs44BoT10,3482 +django/contrib/humanize/locale/nn/LC_MESSAGES/django.po,sha256=qkEeQKQ8XwPKtTv2Y8RscAnE4QarinOze3Y3BTIEMCk,5818 +django/contrib/humanize/locale/os/LC_MESSAGES/django.mo,sha256=BwS3Mj7z_Fg5s7Qm-bGLVhzYLZ8nPgXoB0gXLnrMGWc,3902 +django/contrib/humanize/locale/os/LC_MESSAGES/django.po,sha256=CGrxyL5l-5HexruOc7QDyRbum7piADf-nY8zjDP9wVM,6212 +django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo,sha256=TH1GkAhaVVLk2jrcqAmdxZprWyikAX6qMP0eIlr2tWM,1569 +django/contrib/humanize/locale/pa/LC_MESSAGES/django.po,sha256=_7oP0Hn-IU7IPLv_Qxg_wstLEdhgWNBBTCWYwSycMb0,5200 +django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo,sha256=uz0OAv0VFNcf09x0nN2EBDiX248ZrtGSz_6jhBgY6H0,7018 +django/contrib/humanize/locale/pl/LC_MESSAGES/django.po,sha256=3y6Net6u3PvYyTsvliLG_2dEI-3utPW9UG6gFmf2DZ0,11936 +django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo,sha256=El9Sdr3kXS-yTol_sCg1dquxf0ThDdWyrWGjjim9Dj4,5408 +django/contrib/humanize/locale/pt/LC_MESSAGES/django.po,sha256=XudOc67ybF_fminrTR2XOCKEKwqB5FX14pl3clCNXGE,9281 +django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo,sha256=5GqZStkWlU0gGvtk_ufR3ZdLRqLEkSF6KJtbTuJb3pc,5427 +django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po,sha256=Hz2kgq9Nv4jjGCyL16iE9ctJElxcLoIracR7DuVY-BE,9339 +django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo,sha256=NcQde9eakJYiI4R3wE2R4ek9iq0p9OmHVktiJGdfmXM,6229 +django/contrib/humanize/locale/ro/LC_MESSAGES/django.po,sha256=lYA7q6-qiISsf-SpH40QB92Fyr3QXd05sPHN4bzyubM,10578 +django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo,sha256=tkKePMXIA1h_TXxXmB2m-QbelTteNKEc5-SEzs7u6FM,8569 +django/contrib/humanize/locale/ru/LC_MESSAGES/django.po,sha256=fXkT7XpiU2_wmnR1__QCxIdndI2M3ssNus8rMM-TSOw,13609 +django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo,sha256=uUeDN0iYDq_3vT3NcTOTpKCGcv2ner5WtkIk6GVIsu0,6931 +django/contrib/humanize/locale/sk/LC_MESSAGES/django.po,sha256=cwmpA5EbD4ZE8aK0I1enRE_4RVbtfp1HQy0g1n_IYAE,11708 +django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo,sha256=f_07etc_G4OdYiUBKPkPqKm2iINqXoNsHUi3alUBgeo,5430 +django/contrib/humanize/locale/sl/LC_MESSAGES/django.po,sha256=mleF0fvn0oEfszhGLoaQkWofTwZJurKrJlIH8o-6kAI,8166 +django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo,sha256=E2dqixG143nNeVxaXxaibF83OE2hRHvj_BXGS3zf9w0,5321 +django/contrib/humanize/locale/sq/LC_MESSAGES/django.po,sha256=BS-5o3aG8Im9dWTkx4E_IbbeTRFcjjohinz1823ZepI,9127 +django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo,sha256=_YudgsUlnmAqspuuHFh2pMZ8H7SCEqm6UZ7-U7-kCnI,7246 +django/contrib/humanize/locale/sr/LC_MESSAGES/django.po,sha256=8AvdR2SIuIPbqndDWZrB0DHaWGAEGtgSCy3HG2J1AXQ,11423 +django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=PaGxGtTZSzguwipvTdOhO7bvM8WlzCWb1RCEaIupRUQ,562 +django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po,sha256=FrPnMu6xX0NypoRYRAOBhdICGSv8geuHXQKKn3Gd9ck,5185 +django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo,sha256=9BCahKoSjzfgXKCkubKvfyXAcrGAzaHvTtp-gSZzL84,5359 +django/contrib/humanize/locale/sv/LC_MESSAGES/django.po,sha256=-Agt-sWKqksZ_DCK1lRm4wzMnen4X28Gg1-hVfzI9FY,9224 +django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo,sha256=cxjSUqegq1JX08xIAUgqq9ByP-HuqaXuxWM8Y2gHdB4,4146 +django/contrib/humanize/locale/sw/LC_MESSAGES/django.po,sha256=bPYrLJ2yY_lZ3y1K-RguNi-qrxq2r-GLlsz1gZcm2A8,6031 +django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo,sha256=1X2vH0iZOwM0uYX9BccJUXqK-rOuhcu5isRzMpnjh2o,466 +django/contrib/humanize/locale/ta/LC_MESSAGES/django.po,sha256=8x1lMzq2KOJveX92ADSuqNmXGIEYf7fZ1JfIJPysS04,4722 +django/contrib/humanize/locale/te/LC_MESSAGES/django.mo,sha256=iKd4dW9tan8xPxgaSoenIGp1qQpvSHHXUw45Tj2ATKQ,1327 +django/contrib/humanize/locale/te/LC_MESSAGES/django.po,sha256=FQdjWKMsiv-qehYZ4AtN9iKRf8Rifzcm5TZzMkQVfQI,5103 +django/contrib/humanize/locale/th/LC_MESSAGES/django.mo,sha256=jT7wGhYWP9HHwOvtr2rNPStiOgZW-rGMcO36w1U8Y4c,3709 +django/contrib/humanize/locale/th/LC_MESSAGES/django.po,sha256=ZO3_wU7z0VASS5E8RSLEtmTveMDjJ0O8QTynb2-jjt0,8318 +django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo,sha256=IpHLnlAZ-gp6WUFSu_LJLMZqmqZqTXRtBRPcnaU_3fQ,5304 +django/contrib/humanize/locale/tr/LC_MESSAGES/django.po,sha256=FroATMApIsS1UfhjQl7NPG0QgmXXkHZU7JjOd4jaEhM,9163 +django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo,sha256=z8VgtMhlfyDo7bERDfrDmcYV5aqOeBY7LDgqa5DRxDM,3243 +django/contrib/humanize/locale/tt/LC_MESSAGES/django.po,sha256=j_tRbg1hzLBFAmPQt0HoN-_WzWFtA07PloCkqhvNkcY,5201 +django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/humanize/locale/udm/LC_MESSAGES/django.po,sha256=AR55jQHmMrbA6RyHGOtqdvUtTFlxWnqvfMy8vZK25Bo,4354 +django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo,sha256=zfZYq_oejaTyWHQms01zT7jZc_1NX6WTxWlR3IjlJm4,8854 +django/contrib/humanize/locale/uk/LC_MESSAGES/django.po,sha256=BzEfymhdA2kJojtHX7RAvyrjYGOv5BqfOsfwqH1maeI,13765 +django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo,sha256=MF9uX26-4FFIz-QpDUbUHUNLQ1APaMLQmISMIaPsOBE,1347 +django/contrib/humanize/locale/ur/LC_MESSAGES/django.po,sha256=D5UhcPEcQ16fsBEdkk_zmpjIF6f0gEv0P86z_pK_1eA,5015 +django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo,sha256=ZUK_Na0vnfdhjo0MgnBWnGFU34sxcMf_h0MeyuysKG8,3646 +django/contrib/humanize/locale/vi/LC_MESSAGES/django.po,sha256=DzRpXObt9yP5RK_slWruaIhnVI0-JXux2hn_uGsVZiE,5235 +django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=JcMWgxYXOPXTCR6t8szkuDHSQ6p0RJX7Tggq84gJhwQ,4709 +django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.po,sha256=L7SmGldceykiGHJe42Hxx_qyJa9rBuAnJdYgIY-L-6o,8242 +django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=xnSOYPtXlGmZ8KmxwI1j_di_SETzDX2YzEOm5bP6u7U,3185 +django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.po,sha256=6XCW7c9LEgvOrSM8ekCDt4Z1o4qFnOce4jggox4hd7o,7760 +django/contrib/humanize/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/humanize/templatetags/__pycache__/__init__.cpython-38.pyc,, +django/contrib/humanize/templatetags/__pycache__/humanize.cpython-38.pyc,, +django/contrib/humanize/templatetags/humanize.py,sha256=jWaEmELSKaVBkSxYMik19sg5ZBmPdvRy-19x8s0p26I,12467 +django/contrib/messages/__init__.py,sha256=Sjt2mgia8vqSpISrs67N27rAXgvqR-MPq37VB-nmSvE,174 +django/contrib/messages/__pycache__/__init__.cpython-38.pyc,, +django/contrib/messages/__pycache__/api.cpython-38.pyc,, +django/contrib/messages/__pycache__/apps.cpython-38.pyc,, +django/contrib/messages/__pycache__/constants.cpython-38.pyc,, +django/contrib/messages/__pycache__/context_processors.cpython-38.pyc,, +django/contrib/messages/__pycache__/middleware.cpython-38.pyc,, +django/contrib/messages/__pycache__/utils.cpython-38.pyc,, +django/contrib/messages/__pycache__/views.cpython-38.pyc,, +django/contrib/messages/api.py,sha256=sWP2DP-n8ZWOTM-BLFDGrH_l-voGwrSxC0OgEyJt1F4,3071 +django/contrib/messages/apps.py,sha256=yGXBKfV5WF_ElcPbX4wJjXq6jzp39ttnO7sp8N_IzOQ,194 +django/contrib/messages/constants.py,sha256=WZxjzvEoKI7mgChSFp_g9e-zUH8r6JLhu9sFsftTGNA,312 +django/contrib/messages/context_processors.py,sha256=0LniZjxZ7Fx2BxYdJ0tcruhG4kkBEEhsc7Urcf31NnE,354 +django/contrib/messages/middleware.py,sha256=4L-bzgSjTw-Kgh8Wg8MOqkJPyilaxyXi_jH1UpP1h-U,986 +django/contrib/messages/storage/__init__.py,sha256=gXDHbQ9KgQdfhYOla9Qj59_SlE9WURQiKzIA0cFH0DQ,392 +django/contrib/messages/storage/__pycache__/__init__.cpython-38.pyc,, +django/contrib/messages/storage/__pycache__/base.cpython-38.pyc,, +django/contrib/messages/storage/__pycache__/cookie.cpython-38.pyc,, +django/contrib/messages/storage/__pycache__/fallback.cpython-38.pyc,, +django/contrib/messages/storage/__pycache__/session.cpython-38.pyc,, +django/contrib/messages/storage/base.py,sha256=SyLyVQeRdmPvVt9SO4srCdIb0m2oBu1H_iOx40M48BM,5643 +django/contrib/messages/storage/cookie.py,sha256=vAvUYBznSRY2ztfeZe5a38yuq1a11LGkDchs3c3AwME,6532 +django/contrib/messages/storage/fallback.py,sha256=IbyyZg8cTU-19ZeRg6LndLfRK0SoevDwqKtrqzhVp6c,2095 +django/contrib/messages/storage/session.py,sha256=KTAqur1KMJUc-liD-I0mVDYbafMS23zxZfnFz4XPiiU,1729 +django/contrib/messages/utils.py,sha256=6PzAryJ0e6oOwtSAMrjAIsYGu_nWIpgMG0p8f_rzOrg,256 +django/contrib/messages/views.py,sha256=R5xD2DLmAO0x6EGpE8TX5bku4zioOiYkQnAtf6r-VAE,523 +django/contrib/postgres/__init__.py,sha256=jtn9-mwOISc5D_YUoQ5z_3sN4bEPNxBOCDzbGNag_mc,67 +django/contrib/postgres/__pycache__/__init__.cpython-38.pyc,, +django/contrib/postgres/__pycache__/apps.cpython-38.pyc,, +django/contrib/postgres/__pycache__/functions.cpython-38.pyc,, +django/contrib/postgres/__pycache__/indexes.cpython-38.pyc,, +django/contrib/postgres/__pycache__/lookups.cpython-38.pyc,, +django/contrib/postgres/__pycache__/operations.cpython-38.pyc,, +django/contrib/postgres/__pycache__/search.cpython-38.pyc,, +django/contrib/postgres/__pycache__/serializers.cpython-38.pyc,, +django/contrib/postgres/__pycache__/signals.cpython-38.pyc,, +django/contrib/postgres/__pycache__/utils.cpython-38.pyc,, +django/contrib/postgres/__pycache__/validators.cpython-38.pyc,, +django/contrib/postgres/aggregates/__init__.py,sha256=QCznqMKqPbpraxSi1Y8-B7_MYlL42F1kEWZ1HeLgTKs,65 +django/contrib/postgres/aggregates/__pycache__/__init__.cpython-38.pyc,, +django/contrib/postgres/aggregates/__pycache__/general.cpython-38.pyc,, +django/contrib/postgres/aggregates/__pycache__/mixins.cpython-38.pyc,, +django/contrib/postgres/aggregates/__pycache__/statistics.cpython-38.pyc,, +django/contrib/postgres/aggregates/general.py,sha256=w6Gixqh_ZtGJwkpD1TtYLOAKESplztLlI6brAt_FCco,1521 +django/contrib/postgres/aggregates/mixins.py,sha256=SBJjxbcpFCGRaWZDck21ts-Q98uVfPExgE1U5JI1Eqg,2433 +django/contrib/postgres/aggregates/statistics.py,sha256=NWyxMgDsfQ3f5yvqAcxJ13LayjGkRPj90wVJa4k7QdM,1691 +django/contrib/postgres/apps.py,sha256=Yj8hOP1HhMWjiI0i6DrTxl-AfDpCLb-p8QCaiOsvZOU,3002 +django/contrib/postgres/fields/__init__.py,sha256=Xo8wuWPwVNOkKY-EwV9U1zusQ2DjMXXtL7_8R_xAi5s,148 +django/contrib/postgres/fields/__pycache__/__init__.cpython-38.pyc,, +django/contrib/postgres/fields/__pycache__/array.cpython-38.pyc,, +django/contrib/postgres/fields/__pycache__/citext.cpython-38.pyc,, +django/contrib/postgres/fields/__pycache__/hstore.cpython-38.pyc,, +django/contrib/postgres/fields/__pycache__/jsonb.cpython-38.pyc,, +django/contrib/postgres/fields/__pycache__/mixins.cpython-38.pyc,, +django/contrib/postgres/fields/__pycache__/ranges.cpython-38.pyc,, +django/contrib/postgres/fields/__pycache__/utils.cpython-38.pyc,, +django/contrib/postgres/fields/array.py,sha256=B8EKnT1HqpRveKQvfWwZ_O9aJ0CXy-DM1O_4_uQvE78,10366 +django/contrib/postgres/fields/citext.py,sha256=G40UZv4zop8Zrq2vMhluZ-MT7yPLEc8IEDi3hZ27gGw,439 +django/contrib/postgres/fields/hstore.py,sha256=OWAljan0faRYss3Imq0T66NhnYxEHWNmUmstJpvpZ88,3217 +django/contrib/postgres/fields/jsonb.py,sha256=IZ4lqu4nNuqMqTB_iEZ3CLM5xkpBODiFPEhOEb0prSw,5692 +django/contrib/postgres/fields/mixins.py,sha256=eYtXzR2ec8J8564b-eaUsE17UO_AIkqrlKD-p0GlTGo,986 +django/contrib/postgres/fields/ranges.py,sha256=_qwGh3oBnItCMPTMhLIfCfXQ43ylkZvCakQr4vQg0pY,8221 +django/contrib/postgres/fields/utils.py,sha256=TV-Aj9VpBb13I2iuziSDURttZtz355XakxXnFwvtGio,95 +django/contrib/postgres/forms/__init__.py,sha256=GSqucR50I9jrZUYZUFVmb8nV_FSlXu1BcCpFck2pVXI,118 +django/contrib/postgres/forms/__pycache__/__init__.cpython-38.pyc,, +django/contrib/postgres/forms/__pycache__/array.cpython-38.pyc,, +django/contrib/postgres/forms/__pycache__/hstore.cpython-38.pyc,, +django/contrib/postgres/forms/__pycache__/jsonb.cpython-38.pyc,, +django/contrib/postgres/forms/__pycache__/ranges.cpython-38.pyc,, +django/contrib/postgres/forms/array.py,sha256=3Hp4Q9JSziuaie2c0KLH-Z7RHs3t0MgbicsjnLIxV2k,7413 +django/contrib/postgres/forms/hstore.py,sha256=f7PJ41fsd8D7cvyJG-_ugslM-hXL7qnZPdx08UZQNXY,1766 +django/contrib/postgres/forms/jsonb.py,sha256=1tRmaNUvH8ITxGSAtg0bIUwPzgLW-8o1sRgsbCIV1ek,1729 +django/contrib/postgres/forms/ranges.py,sha256=Dc3runraU_Bdp8upK8RAwTo8KXsUI5oSLel8ng4ZHvk,3482 +django/contrib/postgres/functions.py,sha256=zHeAyKR5MhnsIGI5qbtmRdxPm8OtycEBE5OmCNyynD8,252 +django/contrib/postgres/indexes.py,sha256=TKogHydJIUrhIxfDmDTEKhxIby916-JIKsJAtJgZXtE,6446 +django/contrib/postgres/jinja2/postgres/widgets/split_array.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/contrib/postgres/locale/af/LC_MESSAGES/django.mo,sha256=VaToTp7rFp8wAEJGucEHgAp1W3ThisCWYyKy7q4Rsy0,3135 +django/contrib/postgres/locale/af/LC_MESSAGES/django.po,sha256=sGAyoCHl28BJYQBolUBjdn7CeclnunrBURSciuj7ApE,3474 +django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo,sha256=AFcSJOhEOAWVIXw9q7FoyyT9G1ufw530IG2GwOYNOJw,4416 +django/contrib/postgres/locale/ar/LC_MESSAGES/django.po,sha256=ZEYrujwMpePljEsEjgJrRgHvQWn6zP9zYVkan83TyuU,5017 +django/contrib/postgres/locale/az/LC_MESSAGES/django.mo,sha256=kUYiVWbIYkyUI8U1XZxTwWdW4yK0uymZLOmdxsfcxeQ,3132 +django/contrib/postgres/locale/az/LC_MESSAGES/django.po,sha256=92N_-hq2ONqo5Dgl2o2dNyAivzzHKRiQrpjTQHfGceE,3464 +django/contrib/postgres/locale/be/LC_MESSAGES/django.mo,sha256=nDK0-dYUAORaNB--uNHLQfvSnZZfe0yGdQwAe0AMFkU,4490 +django/contrib/postgres/locale/be/LC_MESSAGES/django.po,sha256=MoFwiR6pvjrN0YhFrhmAcQ4IQ6TRkFiVXf7TB8zjcQo,4964 +django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo,sha256=7VaGqc8TO0NVL-eZbxVuGb8J6atQ_aC3C3Nh3G9zcJQ,3439 +django/contrib/postgres/locale/bg/LC_MESSAGES/django.po,sha256=9S2pgIZFOv3qp0QunLFUfPiNk40RZjHIiVA39Uj3zFs,4010 +django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo,sha256=jX8PuYFVnEpyUEajyGbNXayTL-Tr4xGbEwtGOaUWIsY,3191 +django/contrib/postgres/locale/ca/LC_MESSAGES/django.po,sha256=TN6xBUf_xn-K2_ARNiVn612ZWrPmozJQ-LBYeaeYrH4,3651 +django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo,sha256=SGSzVScCYcVeQPQYsKKLv_k9hmxt_nZGwpebGqa_e5g,3686 +django/contrib/postgres/locale/cs/LC_MESSAGES/django.po,sha256=SgmCLIHUXIUl8zkonXynj_MyHXsOmqpYGbE3N5YQ80M,4158 +django/contrib/postgres/locale/da/LC_MESSAGES/django.mo,sha256=JHKBvq-wN9YvR3GF5TWjdzRYDJCENRrdld_bfoMf_L0,3167 +django/contrib/postgres/locale/da/LC_MESSAGES/django.po,sha256=fUR3Edxifn3OeeccpxyycqgSRwOQgbLFkqEtZQBQMjo,3558 +django/contrib/postgres/locale/de/LC_MESSAGES/django.mo,sha256=78QMyqVVBH0_HdT1IEfoZbKFvIFAiG0S96dJzfx_GR4,3282 +django/contrib/postgres/locale/de/LC_MESSAGES/django.po,sha256=rICLyLxIuA_WWMcq0u6MfnUbYZlM_Vs4n-ETi55LTro,3728 +django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo,sha256=1fVpsCGFtvcOtjM7nkTq3mPAHeFKUt7iafEbeU126NY,3853 +django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po,sha256=czUFqMMzMa6ie50w6mVekNaFLNoY4wPsyIt3zRHQ3Z0,4286 +django/contrib/postgres/locale/el/LC_MESSAGES/django.mo,sha256=PKQX9koDltdpPB_2sz_cCMj46CU6f6UKrQhkniPp5V0,3917 +django/contrib/postgres/locale/el/LC_MESSAGES/django.po,sha256=C4bWUZaxJCXkVUWlvaW4zo6C_fZAI7V1qBPOJHbZfdY,4411 +django/contrib/postgres/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/postgres/locale/en/LC_MESSAGES/django.po,sha256=V559m1IltKecaNYnowZ3e1iIFNFKeO949YVUPjOwvUw,3130 +django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo,sha256=6DVCsh5l93gP7mZm3B-cX7mCR2JZmkncQhcKnTCi2qE,3155 +django/contrib/postgres/locale/eo/LC_MESSAGES/django.po,sha256=RIfsz1ohsRlBTb9QPdyI-1iKV8CU9pjrVqc4_3AhizU,3539 +django/contrib/postgres/locale/es/LC_MESSAGES/django.mo,sha256=WnSqn-4gREdsGohEhTJybt5E2Vg_mR6QMr_tt2Ek-uQ,3195 +django/contrib/postgres/locale/es/LC_MESSAGES/django.po,sha256=ijuEmSYMQX6Tl-dBW7yzVu94dm5SlQMxd7zA4NGi3U0,3762 +django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo,sha256=7VC-8uU5uphnQOpwhpHUxvE74RQTTsgbByg8MOB27uo,3178 +django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.po,sha256=SfTGSajrsJi2t3mYQif4eN2yP5ifYQVQvKzplgPpfRk,3516 +django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.mo,sha256=wmkoFFXblYw1ufz4gcSntO79yq20mHl8hlbj4Hhmcug,2903 +django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.po,sha256=Br2Lo11i-EeryGFsRmUWr_PD6_xk8kavVzdwqtR7AuU,3579 +django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo,sha256=4-c48HNLkDnIIPIBOaIhxoOf4muYRRelX0rR0dVrpAE,882 +django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po,sha256=5HmM8uVQkt869MyzuQIk5C6czFe4MTRz5CBmgeN_V14,2496 +django/contrib/postgres/locale/et/LC_MESSAGES/django.mo,sha256=_BZuR25C1mzMVR2LTXE4u4QaP5ht7C7q8PjsnAEEQO8,3081 +django/contrib/postgres/locale/et/LC_MESSAGES/django.po,sha256=BF6hMf4uD6sFFXBJoudgimwKCj25jlzt7rjK3lg-BFA,3592 +django/contrib/postgres/locale/eu/LC_MESSAGES/django.mo,sha256=e1i7Y8OyrDBzRTDViMBFliQxGa-wYBaBBWrr6V7MIVw,3133 +django/contrib/postgres/locale/eu/LC_MESSAGES/django.po,sha256=uLRlYrtifsM_BmHtxLUMnL-nNxJ9S3X-Py7W_6rRvqA,3544 +django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo,sha256=0E8pqNUlKTUXSY1o8A1TmMbAE49QZpa5yxqqECJbZ04,3614 +django/contrib/postgres/locale/fa/LC_MESSAGES/django.po,sha256=Zdcp_d3unZ4JnRQdcMIPQVsV9ysal7W1zu_vJsMqJx4,4083 +django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo,sha256=eVu4C_rIzT2fQGNbJDEkrQb4pjF00lOPAixxqpYvbhs,3212 +django/contrib/postgres/locale/fi/LC_MESSAGES/django.po,sha256=zILj96C-jR-bjBRVVLScZngm7MRA-BtUM4j4IUMNJ48,3555 +django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo,sha256=9QUsR8xzL04X48DNJXijH1h0yc7Lw9-rK73-rJKXM5s,3393 +django/contrib/postgres/locale/fr/LC_MESSAGES/django.po,sha256=6iGiT_QRTcMTg9V2pyQsrfHr4pW-GnDirS4N8KJIDAQ,3751 +django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo,sha256=0c_5bWFtIPFkBJ_CbXUt-2BIDxZbjM_tuJ-EqdKGMXc,3828 +django/contrib/postgres/locale/gd/LC_MESSAGES/django.po,sha256=ox1CJI5BZgCNIXHmZMyzXKyE49LoJ54FRCiG6AWp29s,4276 +django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo,sha256=YlBrsev1RIUA4Zxbnl_ufkTANki4VM9O42Ge07u5QPc,722 +django/contrib/postgres/locale/gl/LC_MESSAGES/django.po,sha256=h4Z-Fdi9o1MG33vCWGMHqSj6dklYy653vGkq81lYeKA,2433 +django/contrib/postgres/locale/he/LC_MESSAGES/django.mo,sha256=-YQ8LqCoiqzkjfKifILLTqQVIGY1yb1VNl4or6n77cc,4017 +django/contrib/postgres/locale/he/LC_MESSAGES/django.po,sha256=bV17gzx9-OxTkrx-ElmZfb3yZc9A-Rl943nd5yYWGtY,4421 +django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo,sha256=oIY9TCvkVmv-fGbGs-N2acx5VC3PNzZxWW4FRjWbTUQ,1217 +django/contrib/postgres/locale/hr/LC_MESSAGES/django.po,sha256=EnvgxKmz6qBe6cH05CAm0bO5zuXkAOYFnRF5c4LmIRo,2762 +django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo,sha256=Pmzqoa3ajEjxxw8SgGg1MBpnoZm9twhlNPSxgnvMYKQ,3767 +django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po,sha256=-ETxl8oh999zt4VzHAwN4fK7z3BS15k9qIKKOxITu6s,4194 +django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo,sha256=f-PDNBR8UFtXqgLEQ-w1kAUgMwiP8MsQ_m1PosrSKts,3185 +django/contrib/postgres/locale/hu/LC_MESSAGES/django.po,sha256=SUMBKfJPRzlTPXGSkC1iKfL4DNFi_16YW3vkFCDCl5c,3644 +django/contrib/postgres/locale/hy/LC_MESSAGES/django.mo,sha256=wybr0GxcDRdCnz9qeoE7wkTtqqWYByX59bnkf60TYdA,3593 +django/contrib/postgres/locale/hy/LC_MESSAGES/django.po,sha256=9IO_50Tke30BbBpU83otWMjaySKPDL7apvwzYPEToS0,4140 +django/contrib/postgres/locale/ia/LC_MESSAGES/django.mo,sha256=dnyXX0ii0CFMrI02mZhkCzY66KTFdWXBOlXjo6gP_Ps,758 +django/contrib/postgres/locale/ia/LC_MESSAGES/django.po,sha256=jNRfADlv6JldyeezHt_3LXpudpmA-cXr73GIe3aPd6E,2475 +django/contrib/postgres/locale/id/LC_MESSAGES/django.mo,sha256=e6Ef9FtgoZl2LQmyfMrjvIV5_qpjwkkCYCvwV1dlRrI,3035 +django/contrib/postgres/locale/id/LC_MESSAGES/django.po,sha256=_ndR6AO13JntyL3beVBEwvfrKzCQB3xRCFamUUxBAPM,3553 +django/contrib/postgres/locale/is/LC_MESSAGES/django.mo,sha256=tpeJt6pALKWF4g_dN_c-rAG3hdRi4S68-XJw2l7tDQY,3212 +django/contrib/postgres/locale/is/LC_MESSAGES/django.po,sha256=F06l1CoYwMydHPiT92MjMPW9FqwhkxLgs4ZQ7y2etGI,3570 +django/contrib/postgres/locale/it/LC_MESSAGES/django.mo,sha256=_qHttDX3mqYgsavBhsSzFLxkljTBAnfjO9UybUsY9iY,3243 +django/contrib/postgres/locale/it/LC_MESSAGES/django.po,sha256=tGG27pe5w9y5ReeHOnlO1BPGmTf_VmY45t_yWuKlKmI,3855 +django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo,sha256=Ffenxw4bewdZBTQqIjRri4KwWmSeUZm8M6ExvX-vT68,3349 +django/contrib/postgres/locale/ja/LC_MESSAGES/django.po,sha256=qVAKneCc7YbVv6eNeP1LptgKKVXNzFnel8Hoyak-KUg,3664 +django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo,sha256=E-ol6-skFX-xPJs3jsGMZaJTuqF_Riu2DXnWa8AqmM0,731 +django/contrib/postgres/locale/ka/LC_MESSAGES/django.po,sha256=MFPEF3-kjkeqLDUMjolV4d6yj1TDnH-vh11vFgnwODA,2524 +django/contrib/postgres/locale/kk/LC_MESSAGES/django.mo,sha256=AdGfrugnkBOmvFZRKrc2KIpKZTZ8ez_k-4vG3SyrzzU,683 +django/contrib/postgres/locale/kk/LC_MESSAGES/django.po,sha256=MmZ0UiTLs2nnVURE3DlkmXuK0IcFkan9ymWhC9CdK7c,2495 +django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo,sha256=FYGWlcUihtq8BLX2qSyOHKATm03oF47x6k5P6HeOON4,3196 +django/contrib/postgres/locale/ko/LC_MESSAGES/django.po,sha256=_6nMfnr2uOV1lqVJ3lCXmgoLoSTrhbZVfDxPkVFg2EU,3680 +django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo,sha256=RjZ0I6Dut3iDur2LwMwkiCbFYScfBlHBjPXPnKGwdDc,3853 +django/contrib/postgres/locale/lt/LC_MESSAGES/django.po,sha256=xrAuourVTpfB3aRn8EN5yDkYQ4xuWjXiLQF33OOhq_k,4282 +django/contrib/postgres/locale/lv/LC_MESSAGES/django.mo,sha256=fROgwHN9x9IibDl4-PGk_N0q2ghXnaOaB2qMk2dxcN0,3382 +django/contrib/postgres/locale/lv/LC_MESSAGES/django.po,sha256=2lE-Sy4xyScfl8bPmd-LOh__LLXS6eOO0PozOydnysI,3844 +django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo,sha256=UFofPo5u8GZFQeJUXpXv9WkzN8-L3RYB4QtpWSPZucw,3717 +django/contrib/postgres/locale/mk/LC_MESSAGES/django.po,sha256=p6bHPCPH1XuUJ_62EXW3fXnaKCtAvuDLAvS3H1JcX9s,4284 +django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo,sha256=Gk1EKEHiKepj9744QwX0ArC5pNoi0yZg4E18YN5qXqY,3732 +django/contrib/postgres/locale/mn/LC_MESSAGES/django.po,sha256=NdW4WOJZnETLMGuZ_UrIMvUBO8yDkCvY4K1eWjV14d8,4198 +django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo,sha256=SY_EMMXIT-WXai7ubBt7SdR05hfRoxRPxDKWhB3iiWo,3112 +django/contrib/postgres/locale/nb/LC_MESSAGES/django.po,sha256=pyDi1-0Mfk67bRvu9lGLRdluyRgmzaasR9P_-q46o8c,3486 +django/contrib/postgres/locale/ne/LC_MESSAGES/django.mo,sha256=wZ0UYJI4qUpPjLvsPCqRCuHbEKpBz9uOh6qncgXh59g,934 +django/contrib/postgres/locale/ne/LC_MESSAGES/django.po,sha256=ndvFMUw2XzBukzedzXUiPQfnnOitrOlJtz2TZgv0TX4,2590 +django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo,sha256=hZvrA_fw13fv9uSLiF0kIrjFSCZr5HBU-qvPsT1KLME,3223 +django/contrib/postgres/locale/nl/LC_MESSAGES/django.po,sha256=X-OOSCDVDXCUW4ZHrEkUr5jZxb2Fr4B8ayL71W0L4uk,3730 +django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo,sha256=vNKDjQ3702FrLnS3qN68oXR0WUl0HW_CEkcWcF4Vbaw,3694 +django/contrib/postgres/locale/pl/LC_MESSAGES/django.po,sha256=15v1ZdRbnnoZ_6ncPwQJPj5SSgFCBUpnokvt_qrOrvE,4417 +django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo,sha256=ajCZcwyubfnqn-X-rhPdfidkLRBM9HdHzrPezmGmZCw,3135 +django/contrib/postgres/locale/pt/LC_MESSAGES/django.po,sha256=Oo78Px9ZXGWC0aiuc-1cJFvyT0yEjJNuge9gzWqOdF0,3580 +django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo,sha256=JxFj-dnRDEwjJuaSVJu__NkqRF30GMASZNfOZpQfC2w,3190 +django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.po,sha256=fJ6nfXMCnBDGbu2TfAvqv4abcGUVbxjlULrUyuLdHOE,3905 +django/contrib/postgres/locale/ro/LC_MESSAGES/django.mo,sha256=wIyzI-mQ_wTDpsU5QhIVek_Wf6RfUUWzRsOEu7fdtIY,3454 +django/contrib/postgres/locale/ro/LC_MESSAGES/django.po,sha256=4MyOnJbBSza7grnCQ2-_-knfs5w6oBdlMFHrS9DbYXQ,3897 +django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo,sha256=tJm0QXyOt7USDeVXRE9ZoE5EDA0Xman6JooYEO3odNQ,5119 +django/contrib/postgres/locale/ru/LC_MESSAGES/django.po,sha256=G3Fsbh2qjnPNDeufzCs7SwITCaWsHEX30ltPJSpySQ4,5831 +django/contrib/postgres/locale/sk/LC_MESSAGES/django.mo,sha256=jgpnLYmOCNlj-BH605ybhVx0rG4yXKIIUCf696DwAVU,3630 +django/contrib/postgres/locale/sk/LC_MESSAGES/django.po,sha256=kv4raaUoWuOeOuTThku1_SiKsf7nYEBDaa-R5yGtg7U,4051 +django/contrib/postgres/locale/sl/LC_MESSAGES/django.mo,sha256=BT1LywwWuDO9iENJm-pqBksEisuETBlh0r4ILn4wgx0,3524 +django/contrib/postgres/locale/sl/LC_MESSAGES/django.po,sha256=YmFNHoKR5av9ychiCloy5OXeL_v-rDzA0vYqUy84umc,3988 +django/contrib/postgres/locale/sq/LC_MESSAGES/django.mo,sha256=kee7WbANs3H4qgSme6ERtCgsgvvTusVX92bpl3nR7oQ,3192 +django/contrib/postgres/locale/sq/LC_MESSAGES/django.po,sha256=3t0SaZ4hOGga9e2vRjmluinajxJERXaEr5IDpgfUPb4,3546 +django/contrib/postgres/locale/sr/LC_MESSAGES/django.mo,sha256=6gW7KQoByAgFBZkJcQ1jKZjqEb1F4jIOiG_MdShwkPI,4106 +django/contrib/postgres/locale/sr/LC_MESSAGES/django.po,sha256=GrxjCPa0hhfDPPf6QoSbMrKuxb_3w5IQ9KK6fOkYtRo,4497 +django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=neXGMvkPwx3Kujk8JG_X8T6r5qQkI-br5R5__UZsXzw,3098 +django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.po,sha256=RyUcNHzNBqADVud2paoK-EPegcv_3eFRyjVaJARDpJQ,3626 +django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo,sha256=cAc33SL4bBPVT5hVW22uJyr2EKPtHwglgXQrSR6SffE,3196 +django/contrib/postgres/locale/sv/LC_MESSAGES/django.po,sha256=rIueQEIpQmN6zpZeM36wqGCAdUWP7C2PWoSTfxgZzGY,3660 +django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo,sha256=2pcddOVCVFzHvw19Oa9xpEu46mjkzJTnykunyDvDYZ4,3162 +django/contrib/postgres/locale/tr/LC_MESSAGES/django.po,sha256=Hrw_xRYpMWTVqj-xpNADRenPDXlicdictu12Nx1JJvY,3509 +django/contrib/postgres/locale/uk/LC_MESSAGES/django.mo,sha256=2kT-GcG490kWS9V-NTjS3nKxxA8xm4euTo0Dhqd4Yb4,4758 +django/contrib/postgres/locale/uk/LC_MESSAGES/django.po,sha256=AdBiSfMyt10qIxfTcquptNVyKxwI9k_9ZjuskaEM5JQ,5402 +django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=8QhVzkVySV8HW0bi44DOQHmX7PrTnqOvP7xflgL3fAA,2849 +django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.po,sha256=K9FON5cG2bxUwXM5r6735FAO4bRV-JJa28WdMQdySxs,3274 +django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=65JDiksp4dDMlCPrCbbSZ-DDEXSD3rnPKF8o-RpdptA,2864 +django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.po,sha256=MMLZpVZw1SdxWoscLSO9k2YTO5YX2GXFhSag99zNpoI,3211 +django/contrib/postgres/lookups.py,sha256=CIzOtQhabWI5_GERU95REYVA5wzhimdz9hpGXtKpW08,1901 +django/contrib/postgres/operations.py,sha256=R8jm7u9K5dPvdbmsSvCO95x8oI7LSat01CeXtPUzL5c,2010 +django/contrib/postgres/search.py,sha256=PgYrl42XxKKCl6Af94poZC_FYz8ChGVsc-wDrXevtdU,9014 +django/contrib/postgres/serializers.py,sha256=EPW4-JtgMV_x4_AosG4C-HLX3K4O9ls9Ezw9f07iHd8,435 +django/contrib/postgres/signals.py,sha256=MmUklgaTW1-UBMGQTxNO_1fsO7mZugGs9ScovuCIyJo,2245 +django/contrib/postgres/templates/postgres/widgets/split_array.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/contrib/postgres/utils.py,sha256=gBGBmAYMKLkB6nyaRgx5Yz_00bXaOA6BDK9koiE-_co,1187 +django/contrib/postgres/validators.py,sha256=CA_iygE2q3o8tXlQ9JfMYxoO6HDJk3D0PIcmGrahwdI,2675 +django/contrib/redirects/__init__.py,sha256=9vdTkDvH0443yn0qXx59j4dXPn3P-Pf9lB8AWrSp_Bk,69 +django/contrib/redirects/__pycache__/__init__.cpython-38.pyc,, +django/contrib/redirects/__pycache__/admin.cpython-38.pyc,, +django/contrib/redirects/__pycache__/apps.cpython-38.pyc,, +django/contrib/redirects/__pycache__/middleware.cpython-38.pyc,, +django/contrib/redirects/__pycache__/models.cpython-38.pyc,, +django/contrib/redirects/admin.py,sha256=P9wp8yIvDjJSfIXpWYM2ftDlVhKvte_0AM9Ky_j1JIs,314 +django/contrib/redirects/apps.py,sha256=BvTvN3IXCv7yEKqhxwCDiSCZ3695YXNttEvmONHNxC4,197 +django/contrib/redirects/locale/af/LC_MESSAGES/django.mo,sha256=UqXzx3fQxw4n7RGNgnp4lzLJ93DPRAgIAg6bwPs5GFY,1119 +django/contrib/redirects/locale/af/LC_MESSAGES/django.po,sha256=JvDnHyWH_-IyOTSR36hwSBmd_fXa3trpUAgEThdtDvM,1260 +django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo,sha256=BX8CzqhOiPIE2dZ1J-bomSuudCMDs8MKbZ1aCzFUrXk,1342 +django/contrib/redirects/locale/ar/LC_MESSAGES/django.po,sha256=v4WQ_5jy6a_JupP7YLLxVIOB82UjIDZJ09uuFCaJCIc,1533 +django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo,sha256=a1ixBQQIdBZ7o-ADnF2r74CBtPLsuatG7txjc05_GXI,1071 +django/contrib/redirects/locale/ast/LC_MESSAGES/django.po,sha256=PguAqeIUeTMWsADOYLTxoC6AuKrCloi8HN18hbm3pZ0,1266 +django/contrib/redirects/locale/az/LC_MESSAGES/django.mo,sha256=gxyTtthfuZik5KWZbsKzhsCa27pnDA7OdBkZt2Jnxn0,1157 +django/contrib/redirects/locale/az/LC_MESSAGES/django.po,sha256=5uyUelawIxgtoK4zA5w8VkSuoJPdjSBrJRud1zm1JjU,1341 +django/contrib/redirects/locale/be/LC_MESSAGES/django.mo,sha256=JBUJpaQqNT_SW5cYMKfb3b3s-DL5MDkLapmukI3-49M,1437 +django/contrib/redirects/locale/be/LC_MESSAGES/django.po,sha256=nqxsr8UCgQUhsUnvuQCMYiX4PbCQw9q5MGKDCUi3XaI,1622 +django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo,sha256=fEXrzyixSGCWaWu5XxVsjRKMlPwYkORpFtAiwNNShvM,1268 +django/contrib/redirects/locale/bg/LC_MESSAGES/django.po,sha256=_Xha-uOePDqOqOVmYgcR8auVgNT3CS-Z_V_vwyTlwfk,1493 +django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo,sha256=SbQh_pgxNCogvUFud7xW9T6NTAvpaQb2jngXCtpjICM,1319 +django/contrib/redirects/locale/bn/LC_MESSAGES/django.po,sha256=LgUuiPryDLSXxo_4KMCdjM5XC3BiRfINuEk0s5PUQYQ,1511 +django/contrib/redirects/locale/br/LC_MESSAGES/django.mo,sha256=Yt8xo5B5LJ9HB8IChCkj5mljFQAAKlaW_gurtF8q8Yw,1429 +django/contrib/redirects/locale/br/LC_MESSAGES/django.po,sha256=L2qPx6mZEVUNay1yYEweKBLr_fXVURCnACfsezfP_pI,1623 +django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo,sha256=0Yak4rXHjRRXLu3oYYzvS8qxvk2v4IFvUiDPA68a5YI,1115 +django/contrib/redirects/locale/bs/LC_MESSAGES/django.po,sha256=s9Nhx3H4074hlSqo1zgQRJbozakdJTwA1aTuMSqEJWw,1316 +django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo,sha256=sqFznyD9vEvzgzVCTHrzsDmv6ZJy5UCzV15pLacScjc,1137 +django/contrib/redirects/locale/ca/LC_MESSAGES/django.po,sha256=GQhL6KJW4kwv-xta5DcPUlPOMXf5hgs8emZgSUGjbmk,1366 +django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo,sha256=s7dsB2LPmW6QjaBORdOClb7-HbJdjt927l8PL0ej-9k,1156 +django/contrib/redirects/locale/cs/LC_MESSAGES/django.po,sha256=Q94mVP6Q8sBz7NyEzkiXX43hSqHA8CrIv0_u2EHdgS8,1377 +django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo,sha256=NSGoK12A7gbtuAuzQEVFPNSZMqqmhHyRvTEn9PUm9So,1132 +django/contrib/redirects/locale/cy/LC_MESSAGES/django.po,sha256=jDmC64z5exPnO9zwRkBmpa9v3DBlaeHRhqZYPoWqiIY,1360 +django/contrib/redirects/locale/da/LC_MESSAGES/django.mo,sha256=fMxR__ME05FmYKVrcs77ggfqe03Nuvx_Iz2X0Fz89JM,1114 +django/contrib/redirects/locale/da/LC_MESSAGES/django.po,sha256=dpFo8F_pITvs9VafhSfJkS57__5I7Y9HAKjBa1kPrQo,1294 +django/contrib/redirects/locale/de/LC_MESSAGES/django.mo,sha256=iPnuOSbyoQESXyU3arhhm0ESlXrP3OxOkKL9ZpHy_6Q,1136 +django/contrib/redirects/locale/de/LC_MESSAGES/django.po,sha256=_7aysk610BBjdYBuF4NgVFW_sMVLY3xBfVfHtSEFNls,1308 +django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo,sha256=wAFETbVpnUkTChU3d58C2qUdh0_klrwZ5X0yqSavBeY,1242 +django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po,sha256=b1CcYJx9s6swmeXvcI6VE2b_FU_i2_xsHyB4IyAYMoQ,1386 +django/contrib/redirects/locale/el/LC_MESSAGES/django.mo,sha256=kzCurtbtzdZsJOzqLbTtn3kjltOnBq6Nd8p8EFTllF0,1384 +django/contrib/redirects/locale/el/LC_MESSAGES/django.po,sha256=-lFhtPYSaYaS81Zh1CX9vxx0lvQDpAUsTBRNT48ne94,1611 +django/contrib/redirects/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/redirects/locale/en/LC_MESSAGES/django.po,sha256=dKYdOJRafKUDXGsaRIoLCLt2PhwziQgp9SHMEhhfrD8,1098 +django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486 +django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.po,sha256=CcP5GVZaImhRgohA5zy5K3rCscOlBtn81DB-V26-Wxg,958 +django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo,sha256=VscL30uJnV-eiQZITpBCy0xk_FfKdnMh4O9Hk4HGxww,1053 +django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po,sha256=loe8xIVjZ7eyteQNLPoa-QceBZdgky22dR6deK5ubmA,1246 +django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo,sha256=pZo0DSbfGGTHi-jgaTGp29kJK-iplaai-WXJoOPluMA,1138 +django/contrib/redirects/locale/eo/LC_MESSAGES/django.po,sha256=3AxFPHffYw3svHe-MR3zuVGLMtkJPL_SX_vB_ztx98c,1414 +django/contrib/redirects/locale/es/LC_MESSAGES/django.mo,sha256=RfNvdDrQeIfIw9I0dpnRjs10QzAFx-h-NRqYIfHx5gQ,1143 +django/contrib/redirects/locale/es/LC_MESSAGES/django.po,sha256=FePzvVGRJi6SmLm988JAbM3PADj1Bjn_XjGa7SFykkU,1392 +django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo,sha256=-e7vnpqOe9kFR63URFVovUR6-7HCLK7etTOBGVfPCSE,1127 +django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po,sha256=IaqYpNmhkP2xb9kcCGy6k4S12pVHKbOQSEFVgWFMIZU,1296 +django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.mo,sha256=wcAMOiqsgz2KEpRwirRH9FNoto6vmo_hxthrQJi0IHU,1147 +django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.po,sha256=n8DM14vHekZRayH0B6Pm3L5XnSo4lto4ZAdu4OhcOmc,1291 +django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo,sha256=aU__Eh-OzuEO7sRI45r-7Jnpz9QQpEKtqAZuWpfwQyQ,1136 +django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po,sha256=KyfWRFCA5kcBpi1uVK_rosEfYFs5mzpBvTsK5rdK4j0,1331 +django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486 +django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.po,sha256=f4XZW8OHjRJoztMJtSDCxd2_Mfy-XK44hLtigjGSsZY,958 +django/contrib/redirects/locale/et/LC_MESSAGES/django.mo,sha256=1KWgSYZUyo6JbwlQHdCg9IRwI4-llys7MfkFRCN10C8,1122 +django/contrib/redirects/locale/et/LC_MESSAGES/django.po,sha256=j0-f8wRSbi6oM8fwRmG1LptZrgUYCyoHzNE3sGuDmoU,1346 +django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo,sha256=c0en4U_IaOUGF0Tt8lMwCm2Fmv3bAiT-D8BO9pNVFIM,1119 +django/contrib/redirects/locale/eu/LC_MESSAGES/django.po,sha256=W-tZOxWXSOzUgZSKRG_CoOf7XjxYuQEMZp0D59EZK9A,1304 +django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo,sha256=WEtbdwPLTpiEZqTb6hJZMeLjL1snmGDWbzoYwa3BQnI,1241 +django/contrib/redirects/locale/fa/LC_MESSAGES/django.po,sha256=-XfgGc8mlwIWIk0NvtWZlwBrcDG3Mrj9k7FLDJMKQl4,1463 +django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo,sha256=mCSVYBr0r3ieZPuORu4t1bsxHVnXg5_4cV8C59RC-vk,1158 +django/contrib/redirects/locale/fi/LC_MESSAGES/django.po,sha256=5hNG5JNitRLU1YrFwSOnyiMRTlRw4rXgyTjRImXEy-g,1368 +django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo,sha256=8lXEASsnoQMclcQ8itMj93Zkitfu1IFUwWuPaZJRa8o,1141 +django/contrib/redirects/locale/fr/LC_MESSAGES/django.po,sha256=uJ9ql71ntuAmpmbs2-Rq2jXcblGuPWfXUu0twdjflIg,1326 +django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/redirects/locale/fy/LC_MESSAGES/django.po,sha256=D7xverCbf3kTCcFM8h7EKWM5DcxZRqeOSKDB1irbKeE,948 +django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo,sha256=blwOMshClFZKvOZXVvqENK_E_OkdS1ydbjQCDXcHXd4,1075 +django/contrib/redirects/locale/ga/LC_MESSAGES/django.po,sha256=76rdrG4GVbcKwgUQN4bB-B0t6hpivCA_ehf4uzGM_mY,1341 +django/contrib/redirects/locale/gd/LC_MESSAGES/django.mo,sha256=fcIwOFja3uSj8spusyE3ECkiugkvGk9pa5DLsGSkSMQ,1252 +django/contrib/redirects/locale/gd/LC_MESSAGES/django.po,sha256=CkNt_Ra3yA9uKDy4BeK6in2lc63VSqqlK2JPQ6s4S-Q,1371 +django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo,sha256=LoMrpBThJSmWzZ1wT66xGndnNCVCOq2eCEyo88qKwkA,1127 +django/contrib/redirects/locale/gl/LC_MESSAGES/django.po,sha256=d8qXhC2wI45yXtFJuMBgibzHsCkZSxAD3I6pVdpxlSU,1313 +django/contrib/redirects/locale/he/LC_MESSAGES/django.mo,sha256=cVPF03bdLcUiZt52toHoPXMqE5rEYPU0vEb5uIZwH_4,1128 +django/contrib/redirects/locale/he/LC_MESSAGES/django.po,sha256=Ycu8QAgIhJm-zN3_dlJelXKK87YQZV8Ahc5i7AUtkVk,1302 +django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo,sha256=onR8L7Kvkx6HgFLK7jT-wA_zjarBN8pyltG6BbKFIWU,1409 +django/contrib/redirects/locale/hi/LC_MESSAGES/django.po,sha256=fNv9_qwR9iS-pjWNXnrUFIqvc10lwg3bfj5lgdQOy1U,1649 +django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo,sha256=7wHi6Uu0czZhI6v0ndJJ1wSkalTRfn7D5ovyw8tr4U4,1207 +django/contrib/redirects/locale/hr/LC_MESSAGES/django.po,sha256=HtxZwZ-ymmf-XID0z5s7nGYg-4gJL8i6FDGWt9i4Wns,1406 +django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo,sha256=l_NcBALI4Tsc0cM_PtEXzWWM5AQsf-OEcULlf4TZv8E,1236 +django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po,sha256=xoWJStp4xkPdJHjk39BhlSC0Nh0qSSLe4dXiYa3IEBU,1380 +django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo,sha256=4rxfQPYRySmOlKWO7LIGzNuYyNlP-EsuK7IRpgIkdQY,1152 +django/contrib/redirects/locale/hu/LC_MESSAGES/django.po,sha256=8OaJ7UgFJXbpxEtnLu9UuOwOjAoE9MFVEU5cXT0ThUU,1329 +django/contrib/redirects/locale/hy/LC_MESSAGES/django.mo,sha256=gT5x1TZXMNyBwfmQ-C_cOB60JGYdKIM7tVb3-J5d6nw,1261 +django/contrib/redirects/locale/hy/LC_MESSAGES/django.po,sha256=40QTpth2AVeoy9P36rMJC2C82YsBh_KYup19WL6zM6w,1359 +django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo,sha256=PDB5ZQP6iH31xN6N2YmPZYjt6zzc88TRmh9_gAWH2U0,1152 +django/contrib/redirects/locale/ia/LC_MESSAGES/django.po,sha256=GXjbzY-cQz2QLx_iuqgijT7VUMcoNKL7prbP6yIbj8E,1297 +django/contrib/redirects/locale/id/LC_MESSAGES/django.mo,sha256=ef2SKKOPZ3wDl-z-kZ3q6UVAjvgIGuioHi9U3PR_knE,1098 +django/contrib/redirects/locale/id/LC_MESSAGES/django.po,sha256=5axvDDh3Yg5NzMC4Ayr0noUOr7tOgU-BJ9S8j_sv-yY,1319 +django/contrib/redirects/locale/io/LC_MESSAGES/django.mo,sha256=vz7TWRML-DFDFapbEXTByb9-pRQwoeJ0ApSdh6nOzXY,1019 +django/contrib/redirects/locale/io/LC_MESSAGES/django.po,sha256=obStuMYYSQ7x2utkGS3gekdPfnsNAwp3DcNwlwdg1sI,1228 +django/contrib/redirects/locale/is/LC_MESSAGES/django.mo,sha256=OnT5N5YqvG6Vto1GM4vK9hu_gn19_Icfj-d55Exds_E,1065 +django/contrib/redirects/locale/is/LC_MESSAGES/django.po,sha256=qsstQGFLj6Tkzfzak2UjIRh5sZQLSeD9YN6kYBLKJnc,1278 +django/contrib/redirects/locale/it/LC_MESSAGES/django.mo,sha256=nFyQf8zpMFSgbDT85GHnOxQQbuss2Dp_DlwhgLvPVAQ,1105 +django/contrib/redirects/locale/it/LC_MESSAGES/django.po,sha256=_mI90dLhi--cxkJWjtTT9_JLesqyMOPKYrfGhzwVDQs,1307 +django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo,sha256=98oXXZ0raebFOFB23-p5VaAhbW46kwC9jxM8I2FAV_U,1148 +django/contrib/redirects/locale/ja/LC_MESSAGES/django.po,sha256=XJQiqtbTrwDIBQCWfYJcHuXYDh7gr0HvCTiuGXcZtIQ,1324 +django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo,sha256=0aOLKrhUX6YAIMNyt6KES9q2iFk2GupEr76WeGlJMkk,1511 +django/contrib/redirects/locale/ka/LC_MESSAGES/django.po,sha256=bK3ULAIG00Nszoz74r-W3W8CihaoijYkWlc6sUqJXrg,1720 +django/contrib/redirects/locale/kab/LC_MESSAGES/django.mo,sha256=Ogx9NXK1Nfw4ctZfp-slIL81ziDX3f4DZ01OkVNY5Tw,699 +django/contrib/redirects/locale/kab/LC_MESSAGES/django.po,sha256=gI6aUPkXH-XzKrStDsMCMNfQKDEc-D1ffqE-Z-ItQuI,1001 +django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo,sha256=KVLc6PKL1MP_Px0LmpoW2lIvgLiSzlvoJ9062F-s3Zw,1261 +django/contrib/redirects/locale/kk/LC_MESSAGES/django.po,sha256=k3TtiYJ7x50M19DCu2eLcsCroKusJ3paiC2RvZ-920A,1473 +django/contrib/redirects/locale/km/LC_MESSAGES/django.mo,sha256=tcW1s7jvTG0cagtdRNT0jSNkhX-B903LKl7bK31ZvJU,1248 +django/contrib/redirects/locale/km/LC_MESSAGES/django.po,sha256=KJ4h1umpfFLdsWZtsfXoeOl6cUPUD97U4ISWt80UZ2U,1437 +django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo,sha256=-gqNBZVFvxqOiPWUb9jH4myXufHHfdyr_yROTfpk2jU,1396 +django/contrib/redirects/locale/kn/LC_MESSAGES/django.po,sha256=qFM2v3ys7E5u-WJE7CR-2IMrDTqFjNq96OQ1syMDWoI,1588 +django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo,sha256=gXKWhQ8zEU7D1DwkUmXXaeqgXjiVuGSFVm8S7P4dNVs,1112 +django/contrib/redirects/locale/ko/LC_MESSAGES/django.po,sha256=q8A446VIdu6xIbjzmZxw4X0z3SfJL5Jffi_1C_IfKWM,1343 +django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/redirects/locale/lb/LC_MESSAGES/django.po,sha256=Hv1CF9CC78YuVVNpklDtPJDU5-iIUeuXcljewmc9akg,946 +django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo,sha256=reiFMXJnvE4XUosbKjyvUFzl4IKjlJoFK1gVJE9Tbnc,1191 +django/contrib/redirects/locale/lt/LC_MESSAGES/django.po,sha256=3D3sSO1D9XyRpiT57l-0emy7V11uKCWJYqpEzmmpUzE,1377 +django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo,sha256=gH-QSWtlMTIuvz0HkCQwCUKPsaGH6ffjS8DIlJK-D38,1179 +django/contrib/redirects/locale/lv/LC_MESSAGES/django.po,sha256=EHJnRXo3G9mhYYySGHC-6pF1CRB2RHJaLGzcscYh9fY,1355 +django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo,sha256=3XGgf2K60LclScPKcgw07TId6x535AW5jtGVJ9lC01A,1353 +django/contrib/redirects/locale/mk/LC_MESSAGES/django.po,sha256=Smsdpid5VByoxvnfzju_XOlp6aTPl8qshFptot3cRYM,1596 +django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo,sha256=IhSkvbgX9xfE4GypOQ7W7SDM-wOOqx1xgSTW7L1JofU,1573 +django/contrib/redirects/locale/ml/LC_MESSAGES/django.po,sha256=9KpXf88GRUB5I51Rj3q9qhvhjHFINuiJ9ig0SZdYE6k,1755 +django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo,sha256=14fdHC_hZrRaA0EAFzBJy8BHj4jMMX6l2e6rLLBtJ8E,1274 +django/contrib/redirects/locale/mn/LC_MESSAGES/django.po,sha256=7_QzUWf5l0P-7gM35p9UW7bOj33NabQq_zSrekUeZsY,1502 +django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468 +django/contrib/redirects/locale/mr/LC_MESSAGES/django.po,sha256=0aGKTlriCJoP-Tirl-qCl7tjjpjURhgCjRGmurHVO3c,940 +django/contrib/redirects/locale/my/LC_MESSAGES/django.mo,sha256=H5-y9A3_1yIXJzC4sSuHqhURxhOlnYEL8Nvc0IF4zUE,549 +django/contrib/redirects/locale/my/LC_MESSAGES/django.po,sha256=MZGNt0jMQA6aHA6OmjvaC_ajvRWfUfDiKkV0j3_E480,1052 +django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo,sha256=flh3A8h-hu_Ed0dGUAPH7ZxF1WC9sYB2NqCPkNPfMLQ,1147 +django/contrib/redirects/locale/nb/LC_MESSAGES/django.po,sha256=9v20yzVkeilgDRfoXetQNytBShYEsgOLVctsZpzOfBI,1405 +django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo,sha256=TxTnBGIi5k0PKAjADeCuOAJQV5dtzLrsFRXBXtfszWI,1420 +django/contrib/redirects/locale/ne/LC_MESSAGES/django.po,sha256=5b5R-6AlSIQrDyTtcmquoW5xrQRGZwlxZpBpZfVo5t4,1607 +django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo,sha256=u-B4KXev_OLcnejazr3bYtlMLM-uDXsYzdoObi0hZzY,1105 +django/contrib/redirects/locale/nl/LC_MESSAGES/django.po,sha256=1Dygreha6L7sO8Rhk8gKUX-t6pmn92ae_nNQjOv_7RI,1384 +django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo,sha256=oiw7wSgqGUrHIdec6sIa7OlHXGME5iWA9h1UUlhl6Mw,1072 +django/contrib/redirects/locale/nn/LC_MESSAGES/django.po,sha256=pfu1XKvB-9DS_5dAbvjGzZCKAYxBEtnStJlBJxRSEXk,1267 +django/contrib/redirects/locale/os/LC_MESSAGES/django.mo,sha256=joQ-ibV9_6ctGMNPLZQLCx5fUamRQngs6_LDd_s9sMQ,1150 +django/contrib/redirects/locale/os/LC_MESSAGES/django.po,sha256=ZwFWiuGS9comy7r2kMnKuqaPOvVehVdAAuFvXM5ldxM,1358 +django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo,sha256=MY-OIDNXlZth-ZRoOJ52nlUPg_51_F5k0NBIpc7GZEw,748 +django/contrib/redirects/locale/pa/LC_MESSAGES/django.po,sha256=TPDTK2ZvDyvO1ob8Qfr64QDbHVWAREfEeBO5w9jf63E,1199 +django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo,sha256=DrsiZaeqMKkydQS2QyGCePj39Jh7aWR6DCMxBhZdaOU,1279 +django/contrib/redirects/locale/pl/LC_MESSAGES/django.po,sha256=0Dp53dQhxQyt_NDNuRYs2vcsQzPkbyo5RzewEY35CEc,1512 +django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo,sha256=WocPaVk3fQEz_MLmGVtFBGwsThD-gNU7GDocqEbeaBA,1129 +django/contrib/redirects/locale/pt/LC_MESSAGES/django.po,sha256=ptCzoE41c9uFAbgSjb6VHSFYPEUv_51YyBdoThXN3XA,1350 +django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo,sha256=VN3i7dnTRkGwPmOfTXnQW3GNDpBpbc9gvBed2Mz0gQw,1162 +django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po,sha256=DXFcxZ75Jz0l5uQV2skTW3y6WJVpjor7lr6vg2eADfA,1408 +django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo,sha256=HSQTOHGdyzkHlm6Ti1FBLU7Oj896At-xJJnwQF4Orgw,1222 +django/contrib/redirects/locale/ro/LC_MESSAGES/django.po,sha256=OYNV39_gWPt8ZgHDs6Bkv5_o4rveTnnlhcZLXhbwPXw,1453 +django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo,sha256=pV_IGa3dFWwIymZyWyVdmQHdJO2dpMTm0ut3W1qBz0I,1456 +django/contrib/redirects/locale/ru/LC_MESSAGES/django.po,sha256=Mz9QdfJfRwOGxvZ4VmvXgBDImvp0uHZMCg4Z6-Yvf3I,1669 +django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo,sha256=4U3JX_UnnYmBNtKseSUobgTslILeZWfn37Dg7q52svY,1160 +django/contrib/redirects/locale/sk/LC_MESSAGES/django.po,sha256=8tDwfdkGAXo4eAR66nfkIdegbyjc3-qBfrMZgrf_cF4,1376 +django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo,sha256=GAZtOFSUxsOHdXs3AzT40D-3JFWIlNDZU_Z-cMvdaHo,1173 +django/contrib/redirects/locale/sl/LC_MESSAGES/django.po,sha256=gkZTyxNh8L2gNxyLVzm-M1HTiK8KDvughTa2MK9NzWo,1351 +django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo,sha256=Js-5m2a1qd32OUxH-iPrgdUGfmMMaAjAXEZHpmQxr-0,1125 +django/contrib/redirects/locale/sq/LC_MESSAGES/django.po,sha256=WpenX8X1zZ6vAM7xi0kAmEXtPX-hz-m1QS4V7UzBeBQ,1307 +django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo,sha256=98eGFHvaFIE3E9wHJZASamCveVAq3QIpbomp-v98PP0,1350 +django/contrib/redirects/locale/sr/LC_MESSAGES/django.po,sha256=oBVQHiz2S5tyx7oLxYSj_iPObbrQb_fdoh9YRXm7mno,1542 +django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=NtYbs9CByLODdJjIZl9tww4H0lYTkzlQyxQPH3zDFiI,1145 +django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po,sha256=QaY-2djs6TVf7eGtExSP_68ZLMlBO-rOj1HgvlIJ5Sw,1354 +django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo,sha256=y1KpTjzF2FWY_x373UyaEFTTNYPT6hroB6zvA1ev010,1147 +django/contrib/redirects/locale/sv/LC_MESSAGES/django.po,sha256=7Us64PRHRyIZ8D7lY6HCef9xXnoSfwWI3YYtlNEaFSo,1362 +django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo,sha256=oJnTp9CTgNsg5TSOV_aPZIUXdr6-l65hAZbaARZCO2w,1078 +django/contrib/redirects/locale/sw/LC_MESSAGES/django.po,sha256=CTVwA3O7GUQb7l1WpbmT8kOfqr7DpqnIyQt3HWJ6YTQ,1245 +django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo,sha256=AE6Py2_CV2gQKjKQAa_UgkLT9i61x3i1hegQpRGuZZM,1502 +django/contrib/redirects/locale/ta/LC_MESSAGES/django.po,sha256=ojdq8p4HnwtK0n6By2I6_xuucOpJIobJEGRMGc_TrS8,1700 +django/contrib/redirects/locale/te/LC_MESSAGES/django.mo,sha256=Gtcs4cbgrD7-bSkPKiPbM5DcjONS2fSdHhvWdbs_E1M,467 +django/contrib/redirects/locale/te/LC_MESSAGES/django.po,sha256=RT-t3TjcOLyNQQWljVrIcPWErKssh_HQMyGujloy-EI,939 +django/contrib/redirects/locale/th/LC_MESSAGES/django.mo,sha256=1l6eO0k1KjcmuRJKUS4ZdtJGhAUmUDMAMIeNwEobQqY,1331 +django/contrib/redirects/locale/th/LC_MESSAGES/django.po,sha256=DVVqpGC6zL8Hy8e6P8ZkhKbvcMJmXV5euLxmfoTCtms,1513 +django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo,sha256=RiZJ_Acsxwz0d4q1JTZWPnbCpW8uiedE_X8PRJdZB0E,1124 +django/contrib/redirects/locale/tr/LC_MESSAGES/django.po,sha256=Gr6fwZ2nLkbosrikKpSgODsRf40GKXBc3RL9pOffCGM,1348 +django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo,sha256=Hf1JXcCGNwedxy1nVRM_pQ0yUebC-tvOXr7P0h86JyI,1178 +django/contrib/redirects/locale/tt/LC_MESSAGES/django.po,sha256=2WCyBQtqZk-8GXgtu-x94JYSNrryy2QoMnirhiBrgV0,1376 +django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/redirects/locale/udm/LC_MESSAGES/django.po,sha256=xsxlm4itpyLlLdPQRIHLuvTYRvruhM3Ezc9jtp3XSm4,934 +django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo,sha256=nCpHZGF8aYaw3UDrSXugypDHEIkWYHXncmyC_YHzxw0,1414 +django/contrib/redirects/locale/uk/LC_MESSAGES/django.po,sha256=-UDqtKOxcTA4C4O0QW7GnjtnXtEmwDfvfLmNQFMI1No,1700 +django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo,sha256=CQkt-yxyAaTd_Aj1ZZC8s5-4fI2TRyTEZ-SYJZgpRrQ,1138 +django/contrib/redirects/locale/ur/LC_MESSAGES/django.po,sha256=CkhmN49PvYTccvlSRu8qGpcbx2C-1aY7K3Lq1VC2fuM,1330 +django/contrib/redirects/locale/uz/LC_MESSAGES/django.mo,sha256=Q5r3tSAy6M2wsn59n68a9bwAgi5oakrtqKLv4f1fSRs,592 +django/contrib/redirects/locale/uz/LC_MESSAGES/django.po,sha256=8A3YApKQjbEDhEMrI-2yR8XNNiXUScXAfDbyP7epS-0,1058 +django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo,sha256=BquXycJKh-7-D9p-rGUNnjqzs1d6S1YhEJjFW8_ARFA,1106 +django/contrib/redirects/locale/vi/LC_MESSAGES/django.po,sha256=xsCASrGZNbQk4d1mhsTZBcCpPJ0KO6Jr4Zz1wfnL67s,1301 +django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=6BYNDezC7sivl2kFYJRZf2lphYze8z4PVhdRG9XU0xY,1093 +django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po,sha256=m0lZpC3XCfE-H9-PFK5-v9gD9zgXIn_VMqsnO36CiZw,1359 +django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=35HyQ7p6_pB1xNNbNzjNX8JhMa5HOzAmkF5YUgC70N0,1096 +django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po,sha256=bbDd7Y0E1xAv7EmqAQI3am7VhDo3NxBgjRP8WvolS1s,1313 +django/contrib/redirects/middleware.py,sha256=kJfTIj8G2loRgiEJkqiYEredzt4xhNAfDaTZkk9Coyo,1926 +django/contrib/redirects/migrations/0001_initial.py,sha256=jl-W40P9AY3VHUP69TmXS3lKVFlwGVIHJ04lEFBkgEY,1491 +django/contrib/redirects/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/redirects/migrations/__pycache__/0001_initial.cpython-38.pyc,, +django/contrib/redirects/migrations/__pycache__/__init__.cpython-38.pyc,, +django/contrib/redirects/models.py,sha256=x9f9oGGbUDsn1If6zLwDpkwW3M2Anl-Zj845WA121fg,985 +django/contrib/sessions/__init__.py,sha256=W7kKt-gCROzrUA6UpIRAit3SHa-coN4_A4fphGikCEk,67 +django/contrib/sessions/__pycache__/__init__.cpython-38.pyc,, +django/contrib/sessions/__pycache__/apps.cpython-38.pyc,, +django/contrib/sessions/__pycache__/base_session.cpython-38.pyc,, +django/contrib/sessions/__pycache__/exceptions.cpython-38.pyc,, +django/contrib/sessions/__pycache__/middleware.cpython-38.pyc,, +django/contrib/sessions/__pycache__/models.cpython-38.pyc,, +django/contrib/sessions/__pycache__/serializers.cpython-38.pyc,, +django/contrib/sessions/apps.py,sha256=q_fkp7a7_1GT14XHkHgNIET0sItgfBeFT7B137_KeZM,194 +django/contrib/sessions/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sessions/backends/__pycache__/__init__.cpython-38.pyc,, +django/contrib/sessions/backends/__pycache__/base.cpython-38.pyc,, +django/contrib/sessions/backends/__pycache__/cache.cpython-38.pyc,, +django/contrib/sessions/backends/__pycache__/cached_db.cpython-38.pyc,, +django/contrib/sessions/backends/__pycache__/db.cpython-38.pyc,, +django/contrib/sessions/backends/__pycache__/file.cpython-38.pyc,, +django/contrib/sessions/backends/__pycache__/signed_cookies.cpython-38.pyc,, +django/contrib/sessions/backends/base.py,sha256=2jiGIB_SXYAz-1uk99FIPUf4oNgDyIWm1ZQp3FWGw88,11887 +django/contrib/sessions/backends/cache.py,sha256=-qeSz07gUidiY_xq7imMJ3SP17J_rLsIO50KxOhq_8E,2713 +django/contrib/sessions/backends/cached_db.py,sha256=c9JtGXxyJYRT7MMVrqwo0jw1v3JCpaBNXeL8d1tAfBE,2011 +django/contrib/sessions/backends/db.py,sha256=zzhv0nQ4OIFeyM2QXrIUG26l_IJosagKaGOI2NcZnz4,3770 +django/contrib/sessions/backends/file.py,sha256=rDpqOwgFsS79EGE4L3TlKBWE0e7TbdHS77wcLoQ-Jkw,7758 +django/contrib/sessions/backends/signed_cookies.py,sha256=jcBrD3gUHrdETWf6JvwDVCFe4eAiRbH8i2oMJjwpXPs,2696 +django/contrib/sessions/base_session.py,sha256=5FofwClB_ukwCsXPfJbzUvKoYaMQ78B_lWXU0fqSg1k,1490 +django/contrib/sessions/exceptions.py,sha256=epvfG9haHc8p34Ic6IqUSC-Yj06Ruh2TSm9G6HQMdno,256 +django/contrib/sessions/locale/af/LC_MESSAGES/django.mo,sha256=0DS0pgVrMN-bUimDfesgHs8Lgr0loz2c6nJdz58RxyQ,717 +django/contrib/sessions/locale/af/LC_MESSAGES/django.po,sha256=ZJRLBshQCAiTTAUycdB3MZIadLeHR5LxbSlDvSWLnEo,838 +django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo,sha256=yoepqaR68PTGLx--cAOzP94Sqyl5xIYpeQ0IFWgY380,846 +django/contrib/sessions/locale/ar/LC_MESSAGES/django.po,sha256=ZgwtBYIdtnqp_8nKHXF1NVJFzQU81-3yv9b7STrQHMc,995 +django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo,sha256=hz2m-PkrHby2CKfIOARj6kCzisT-Vs0syfDSTx_iVVw,702 +django/contrib/sessions/locale/ast/LC_MESSAGES/django.po,sha256=M90j1Nx6oDJ16hguUkfKYlyb5OymUeZ5xzPixWxSC7I,846 +django/contrib/sessions/locale/az/LC_MESSAGES/django.mo,sha256=_4XcYdtRasbCjRoaWGoULsXX2cEa--KdRdqbnGoaRuM,731 +django/contrib/sessions/locale/az/LC_MESSAGES/django.po,sha256=qYd7vz6A-hHQNwewzI6wEsxRVLdoc2xLGm1RPW0Hxc4,891 +django/contrib/sessions/locale/be/LC_MESSAGES/django.mo,sha256=8b7MeFDTL6VStOnVHtkb_o4Iiy0gTHoCwTUbT1vRr9Q,895 +django/contrib/sessions/locale/be/LC_MESSAGES/django.po,sha256=tHsYVn3XNTcukB0SrHUWP1iV763rrQHCimOyJHRPiek,1023 +django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo,sha256=DGp3j3E0-5bBjFCKx9c6Jcz9ZaXysd2DgVPuxROWDmU,783 +django/contrib/sessions/locale/bg/LC_MESSAGES/django.po,sha256=AEgnW2F8S85JZOh4JVJ6nLynsmHRZOBBoOluVxHosVo,942 +django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo,sha256=0BdFN7ou9tmoVG00fCA-frb1Tri3iKz43W7SWal398s,762 +django/contrib/sessions/locale/bn/LC_MESSAGES/django.po,sha256=LycmTel6LXV2HGGN6qzlAfID-cVEQCNnW1Nv_hbWXJk,909 +django/contrib/sessions/locale/br/LC_MESSAGES/django.mo,sha256=6ubPQUyXX08KUssyVZBMMkTlD94mlA6wzsteAMiZ8C8,1027 +django/contrib/sessions/locale/br/LC_MESSAGES/django.po,sha256=LKxGGHOQejKpUp18rCU2FXW8D_H3WuP_P6dPlEluwcE,1201 +django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo,sha256=M7TvlJMrSUAFhp7oUSpUKejnbTuIK-19yiGBBECl9Sc,759 +django/contrib/sessions/locale/bs/LC_MESSAGES/django.po,sha256=Ur0AeRjXUsLgDJhcGiw75hRk4Qe98DzPBOocD7GFDRQ,909 +django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo,sha256=tbaZ48PaihGGD9-2oTKiMFY3kbXjU59nNciCRINOBNk,738 +django/contrib/sessions/locale/ca/LC_MESSAGES/django.po,sha256=tJuJdehKuD9aXOauWOkE5idQhsVsLbeg1Usmc6N_SP0,906 +django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo,sha256=4ZL8ECaHYx2PdPoQlpQ1YiNVVyQRH1TR5NblBRmmxB8,747 +django/contrib/sessions/locale/cs/LC_MESSAGES/django.po,sha256=-Y7fL3Ge6Cfiet1UZtA6xejOnpD0FPj37ruqImKxKn4,906 +django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo,sha256=GeWVeV2PvgLQV8ecVUA2g3-VvdzMsedgIDUSpn8DByk,774 +django/contrib/sessions/locale/cy/LC_MESSAGES/django.po,sha256=zo18MXtkEdO1L0Q6ewFurx3lsEWTCdh0JpQJTmvw5bY,952 +django/contrib/sessions/locale/da/LC_MESSAGES/django.mo,sha256=cR9YutBJxPiisDQ-C14H2J7TiNOVmna3094Vuq0txqs,722 +django/contrib/sessions/locale/da/LC_MESSAGES/django.po,sha256=qX_Oo7niVo57bazlIYFA6bnVmPBclUUTWvZFYNLaG04,880 +django/contrib/sessions/locale/de/LC_MESSAGES/django.mo,sha256=N3kTal0YK9z7Te3zYGLbJmoSB6oWaviWDLGdPlsPa9g,721 +django/contrib/sessions/locale/de/LC_MESSAGES/django.po,sha256=0qnfDeCUQN2buKn6R0MvwhQP05XWxSu-xgvfxvnJe3k,844 +django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo,sha256=RABl3WZmY6gLh4IqmTUhoBEXygDzjp_5lLF1MU9U5fA,810 +django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po,sha256=cItKs5tASYHzDxfTg0A_dgBQounpzoGyOEFn18E_W_g,934 +django/contrib/sessions/locale/el/LC_MESSAGES/django.mo,sha256=QbTbmcfgc8_4r5hFrIghDhk2XQ4f8_emKmqupMG2ah0,809 +django/contrib/sessions/locale/el/LC_MESSAGES/django.po,sha256=HeaEbpVmFhhrZt2NsZteYaYoeo8FYKZF0IoNJwtzZkc,971 +django/contrib/sessions/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/sessions/locale/en/LC_MESSAGES/django.po,sha256=afaM-IIUZtcRZduojUTS8tT0w7C4Ya9lXgReOvq_iF0,804 +django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486 +django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po,sha256=gvnvUpim1l7oImnzPXqBww-Uz0TgGjzCLaaszpdkQ10,761 +django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo,sha256=T5NQCTYkpERfP9yKbUvixT0VdBt1zGmGB8ITlkVc420,707 +django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po,sha256=1ks_VE1qpEfPcyKg0HybkTG0-DTttTHTfUPhQCR53sw,849 +django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo,sha256=eBvYQbZS_WxVV3QCSZAOyHNIljC2ZXxVc4mktUuXVjI,727 +django/contrib/sessions/locale/eo/LC_MESSAGES/django.po,sha256=Ru9xicyTgHWVHh26hO2nQNFRQmwBnYKEagsS8TZRv3E,917 +django/contrib/sessions/locale/es/LC_MESSAGES/django.mo,sha256=jbHSvHjO2OCLlBD66LefocKOEbefWbPhj-l3NugiWuc,734 +django/contrib/sessions/locale/es/LC_MESSAGES/django.po,sha256=fY5WXeONEXHeuBlH0LkvzdZ2CSgbvLZ8BJc429aIbhI,909 +django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo,sha256=ACc53N0nFsdhIhvuinICI6XhGhHwxMeZjA--46TAXso,735 +django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po,sha256=AnmvjeOA7EBTJ6wMOkCl8JRLVYRU8KS0egPijcKutns,879 +django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.mo,sha256=UP7ia0gV9W-l0Qq5AS4ZPadJtml8iuzzlS5C9guMgh8,754 +django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po,sha256=_XeiiRWvDaGjofamsRHr5up_EQvcw0w-GLLeWK27Af8,878 +django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo,sha256=MDM0K3xMvyf8ymvAurHYuacpxfG_YfJFyNnp1uuc6yY,756 +django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po,sha256=Y7VNa16F_yyK7_XJvF36rR2XNW8aBJK4UDweufyXpxE,892 +django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486 +django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po,sha256=zWjgB0AmsmhX2tjk1PgldttqY56Czz8epOVCaYWXTLU,761 +django/contrib/sessions/locale/et/LC_MESSAGES/django.mo,sha256=aL1jZWourEC7jtjsuBZHD-Gw9lpL6L1SoqjTtzguxD0,737 +django/contrib/sessions/locale/et/LC_MESSAGES/django.po,sha256=VNBYohAOs59jYWkjVMY-v2zwVy5AKrtBbFRJZLwdCFg,899 +django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo,sha256=M9piOB_t-ZnfN6pX-jeY0yWh2S_5cCuo1oGiy7X65A4,728 +django/contrib/sessions/locale/eu/LC_MESSAGES/django.po,sha256=bHdSoknoH0_dy26e93tWVdO4TT7rnCPXlSLPsYAhwyw,893 +django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo,sha256=6DdJcqaYuBnhpFFHR42w-RqML0eQPFMAUEEDY0Redy8,755 +django/contrib/sessions/locale/fa/LC_MESSAGES/django.po,sha256=NgJlLPsS9FXjRzKqGgUTkNG9puYrBRf0KQK-QqXMIxQ,916 +django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo,sha256=oAugvlTEvJmG8KsZw09WcfnifYY5oHnGo4lxcxqKeaY,721 +django/contrib/sessions/locale/fi/LC_MESSAGES/django.po,sha256=BVVrjbZZtLGAuZ9HK63p769CbjZFZMlS4BewSMfNMKU,889 +django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo,sha256=HQ3DEjxHQeHRYmu7SYVSDl1ZQHhamnw-mJ5vci5io1g,733 +django/contrib/sessions/locale/fr/LC_MESSAGES/django.po,sha256=hARxGdtBOzEZ_iVyzkNvcKlgyM8fOkdXTH3upj2XFYM,893 +django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/sessions/locale/fy/LC_MESSAGES/django.po,sha256=U-VEY4WbmIkmrnPK4Mv-B-pbdtDzusBCVmE8iHyvzFU,751 +django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo,sha256=zTrydRCRDiUQwF4tQ3cN1-5w36i6KptagsdA5_SaGy0,747 +django/contrib/sessions/locale/ga/LC_MESSAGES/django.po,sha256=Qpk1JaUWiHSEPdgBk-O_KfvGzwlZ4IAA6c6-nsJe400,958 +django/contrib/sessions/locale/gd/LC_MESSAGES/django.mo,sha256=Yi8blY_fUD5YTlnUD6YXZvv1qjm4QDriO6CJIUe1wIk,791 +django/contrib/sessions/locale/gd/LC_MESSAGES/django.po,sha256=fEa40AUqA5vh743Zqv0FO2WxSFXGYk4IzUR4BoaP-C4,890 +django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo,sha256=uQ2ZmtUNoVCB2mSlMGSy-j4a_hu9PBfJDo796d8beFA,701 +django/contrib/sessions/locale/gl/LC_MESSAGES/django.po,sha256=FovTLHdVK15N9FI9lFFAOP4zt7GsvO0kKdocgeVDkNk,902 +django/contrib/sessions/locale/he/LC_MESSAGES/django.mo,sha256=qhgjSWfGAOgl-i7iwzSrJttx88xcj1pB0iLkEK64mJU,809 +django/contrib/sessions/locale/he/LC_MESSAGES/django.po,sha256=gtBgkC2bpVyWm8B5pjV3-9tBo0xqUsJuJz2neN79isg,969 +django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo,sha256=naqxOjfAnNKy3qqnUG-4LGf9arLRJpjyWWmSj5tEfao,759 +django/contrib/sessions/locale/hi/LC_MESSAGES/django.po,sha256=WnTGvOz9YINMcUJg2BYCaHceZLKaTfsba_0AZtRNP38,951 +django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo,sha256=axyJAmXmadpFxIhu8rroVD8NsGGadQemh9-_ZDo7L1U,819 +django/contrib/sessions/locale/hr/LC_MESSAGES/django.po,sha256=3G-qOYXBO-eMWWsa5LwTCW9M1oF0hlWgEz7hAK8hJqI,998 +django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo,sha256=_OXpOlCt4KU0i65Iw4LMjSsyn__E9wH20l9vDNBSEzw,805 +django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po,sha256=yv3vX_UCDrdl07GQ79Mnytwgz2oTvySYOG9enzMpFJA,929 +django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo,sha256=ik40LnsWkKYEUioJB9e11EX9XZ-qWMa-S7haxGhM-iI,727 +django/contrib/sessions/locale/hu/LC_MESSAGES/django.po,sha256=1-UWEEsFxRwmshP2x4pJbitWIGZ1YMeDDxnAX-XGNxc,884 +django/contrib/sessions/locale/hy/LC_MESSAGES/django.mo,sha256=x6VQWGdidRJFUJme-6jf1pcitktcQHQ7fhmw2UBej1Q,815 +django/contrib/sessions/locale/hy/LC_MESSAGES/django.po,sha256=eRMa3_A2Vx195mx2lvza1v-wcEcEeMrU63f0bgPPFjc,893 +django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo,sha256=-o4aQPNJeqSDRSLqcKuYvJuKNBbFqDJDe3IzHgSgZeQ,744 +django/contrib/sessions/locale/ia/LC_MESSAGES/django.po,sha256=PULLDd3QOIU03kgradgQzT6IicoPhLPlUvFgRl-tGbA,869 +django/contrib/sessions/locale/id/LC_MESSAGES/django.mo,sha256=mOaIF0NGOO0-dt-nhHL-i3cfvt9-JKTbyUkFWPqDS9Y,705 +django/contrib/sessions/locale/id/LC_MESSAGES/django.po,sha256=EA6AJno3CaFOO-dEU9VQ_GEI-RAXS0v0uFqn1RJGjEs,914 +django/contrib/sessions/locale/io/LC_MESSAGES/django.mo,sha256=_rqAY6reegqmxmWc-pW8_kDaG9zflZuD-PGOVFsjRHo,683 +django/contrib/sessions/locale/io/LC_MESSAGES/django.po,sha256=tbKMxGuB6mh_m0ex9rO9KkTy6qyuRW2ERrQsGwmPiaw,840 +django/contrib/sessions/locale/is/LC_MESSAGES/django.mo,sha256=3QeMl-MCnBie9Sc_aQ1I7BrBhkbuArpoSJP95UEs4lg,706 +django/contrib/sessions/locale/is/LC_MESSAGES/django.po,sha256=LADIFJv8L5vgDJxiQUmKPSN64zzzrIKImh8wpLBEVWQ,853 +django/contrib/sessions/locale/it/LC_MESSAGES/django.mo,sha256=qTY3O-0FbbpZ5-BR5xOJWP0rlnIkBZf-oSawW_YJWlk,726 +django/contrib/sessions/locale/it/LC_MESSAGES/django.po,sha256=hEv0iTGLuUvEBk-lF-w7a9P3ifC0-eiodNtuSc7cXhg,869 +django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo,sha256=hbv9FzWzXRIGRh_Kf_FLQB34xfmPU_9RQKn9u1kJqGU,757 +django/contrib/sessions/locale/ja/LC_MESSAGES/django.po,sha256=ppGx5ekOWGgDF3vzyrWsqnFUZ-sVZZhiOhvAzl_8v54,920 +django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo,sha256=VZ-ysrDbea_-tMV-1xtlTeW62IAy2RWR94V3Y1iSh4U,803 +django/contrib/sessions/locale/ka/LC_MESSAGES/django.po,sha256=MDOG7BAO8Ez75CfgERCq1zA3syJbvQKpc4wBVlryfqQ,950 +django/contrib/sessions/locale/kab/LC_MESSAGES/django.mo,sha256=W_yE0NDPJrVznA2Qb89VuprJNwyxSg59ovvjkQe6mAs,743 +django/contrib/sessions/locale/kab/LC_MESSAGES/django.po,sha256=FJeEuv4P3NT_PpWHEUsQVSWXu65nYkJ6Z2AlbSKb0ZA,821 +django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo,sha256=FROGz_MuIhsIU5_-EYV38cHnRZrc3-OxxkBeK0ax9Rk,810 +django/contrib/sessions/locale/kk/LC_MESSAGES/django.po,sha256=l5gu1XfvRMNhCHBl-NTGoUHWa0nRSxqSDt0zljpr7Kg,1024 +django/contrib/sessions/locale/km/LC_MESSAGES/django.mo,sha256=VOuKsIG2DEeCA5JdheuMIeJlpmAhKrI6lD4KWYqIIPk,929 +django/contrib/sessions/locale/km/LC_MESSAGES/django.po,sha256=09i6Nd_rUK7UqFpJ70LMXTR6xS0NuGETRLe0CopMVBk,1073 +django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo,sha256=X5svX5_r3xZUy4OjUuo2gItc5PIOSjZOvE5IZwnM6Io,814 +django/contrib/sessions/locale/kn/LC_MESSAGES/django.po,sha256=Rq-I2veQe5l7Q7HG9pRY_mKeNcxhSRDgqphKbuNpoNc,961 +django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo,sha256=EUyVQYGtiFJg01mP30a0iOqBYHvpzHAcGTZM28Ubs5Q,700 +django/contrib/sessions/locale/ko/LC_MESSAGES/django.po,sha256=PjntvSzRz_Aekj9VFhGsP5yO6rAsxTMzwFj58JqToIU,855 +django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/sessions/locale/lb/LC_MESSAGES/django.po,sha256=3igeAnQjDg6D7ItBkQQhyBoFJOZlBxT7NoZiExwD-Fo,749 +django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo,sha256=L9w8-qxlDlCqR_2P0PZegfhok_I61n0mJ1koJxzufy4,786 +django/contrib/sessions/locale/lt/LC_MESSAGES/django.po,sha256=7e5BmXuaHHgGX5W1eC6wIH2QyMTNOg4JZjkZM0i-jTc,952 +django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo,sha256=exEzDUNwNS0GLsUkKPu_SfqBxU7T6VRA_T2schIQZ88,753 +django/contrib/sessions/locale/lv/LC_MESSAGES/django.po,sha256=fBgQEbsGg1ECVm1PFDrS2sfKs2eqmsqrSYzx9ELotNQ,909 +django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo,sha256=4oTWp8-qzUQBiqG32hNieABgT3O17q2C4iEhcFtAxLA,816 +django/contrib/sessions/locale/mk/LC_MESSAGES/django.po,sha256=afApb5YRhPXUWR8yF_TTym73u0ov7lWiwRda1-uNiLY,988 +django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo,sha256=tff5TsHILSV1kAAB3bzHQZDB9fgMglZJTofzCunGBzc,854 +django/contrib/sessions/locale/ml/LC_MESSAGES/django.po,sha256=eRkeupt42kUey_9vJmlH8USshnXPZ8M7aYHq88u-5iY,1016 +django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo,sha256=CcCH2ggVYrD29Q11ZMthcscBno2ePkQDbZfoYquTRPM,784 +django/contrib/sessions/locale/mn/LC_MESSAGES/django.po,sha256=nvcjbJzXiDvWFXrM5CxgOQIq8XucsZEUVdYkY8LnCRE,992 +django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468 +django/contrib/sessions/locale/mr/LC_MESSAGES/django.po,sha256=FQRdZ-qIDuvTCrwbnWfxoxNi8rywLSebcNbxGvr-hb0,743 +django/contrib/sessions/locale/my/LC_MESSAGES/django.mo,sha256=8zzzyfJYok969YuAwDUaa6YhxaSi3wcXy3HRNXDb_70,872 +django/contrib/sessions/locale/my/LC_MESSAGES/django.po,sha256=mfs0zRBI0tugyyEfXBZzZ_FMIohydq6EYPZGra678pw,997 +django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo,sha256=hfJ1NCFgcAAtUvNEpaZ9b31PyidHxDGicifUWANIbM8,717 +django/contrib/sessions/locale/nb/LC_MESSAGES/django.po,sha256=yXr6oYuiu01oELdQKuztQFWz8x5C2zS5OzEfU9MHJsU,908 +django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo,sha256=slFgMrqGVtLRHdGorLGPpB09SM92_WnbnRR0rlpNlPQ,802 +django/contrib/sessions/locale/ne/LC_MESSAGES/django.po,sha256=1vyoiGnnaB8f9SFz8PGfzpw6V_NoL78DQwjjnB6fS98,978 +django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo,sha256=X-ZuB8Zn9c5saUvUf8gj9R8gyrQuKUyUDVfs_0IvCY0,733 +django/contrib/sessions/locale/nl/LC_MESSAGES/django.po,sha256=smRr-QPGm6h6hdXxghggWES8b2NnL7yDQ07coUypa8g,909 +django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo,sha256=042gOyJuXb51nG7gxI_rYst9QWuB3thtAeevKpDLFVQ,695 +django/contrib/sessions/locale/nn/LC_MESSAGES/django.po,sha256=j2kDL1vDsHoBX_ky6_S0tWxaqFst6v7OLqqlt6N2ECI,842 +django/contrib/sessions/locale/os/LC_MESSAGES/django.mo,sha256=xVux1Ag45Jo9HQBbkrRzcWrNjqP09nMQl16jIh0YVlo,732 +django/contrib/sessions/locale/os/LC_MESSAGES/django.po,sha256=1hG5Vsz2a2yW05_Z9cTNrBKtK9VRPZuQdx4KJ_0n98o,892 +django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo,sha256=qEx4r_ONwXK1-qYD5uxxXEQPqK5I6rf38QZoUSm7UVA,771 +django/contrib/sessions/locale/pa/LC_MESSAGES/django.po,sha256=M7fmVGP8DtZGEuTV3iJhuWWqILVUTDZvUey_mrP4_fM,918 +django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo,sha256=55aWzhu56-g9b84xx-zfBDIDd_pH82iLu7Nx87HcCRU,869 +django/contrib/sessions/locale/pl/LC_MESSAGES/django.po,sha256=C_MJBB-vwTZbx-t4-mzun-RxHhdOVv04b6xrWdnTv8E,1084 +django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo,sha256=dlJF7hF4GjLmQPdAJhtf-FCKX26XsOmZlChOcxxIqPk,738 +django/contrib/sessions/locale/pt/LC_MESSAGES/django.po,sha256=cOycrw3HCHjSYBadpalyrg5LdRTlqZCTyMh93GOQ8O0,896 +django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo,sha256=XHNF5D8oXIia3e3LYwxd46a2JOgDc_ykvc8yuo21fT0,757 +django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po,sha256=K_zxKaUKngWPFpvHgXOcymJEsiONSw-OrVrroRXmUUk,924 +django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo,sha256=WR9I9Gum_pq7Qg2Gzhf-zAv43OwR_uDtsbhtx4Ta5gE,776 +django/contrib/sessions/locale/ro/LC_MESSAGES/django.po,sha256=fEgVxL_0Llnjspu9EsXBf8AVL0DGdfF7NgV88G7WN1E,987 +django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo,sha256=n-8vXR5spEbdfyeWOYWC_6kBbAppNoRrWYgqKFY6gJA,913 +django/contrib/sessions/locale/ru/LC_MESSAGES/django.po,sha256=sNqNGdoof6eXzFlh4YIp1O54MdDOAFDjD3GvAFsNP8k,1101 +django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo,sha256=Yntm624Wt410RwuNPU1c-WwQoyrRrBs69VlKMlNUHeQ,766 +django/contrib/sessions/locale/sk/LC_MESSAGES/django.po,sha256=JIvzoKw_r4jZXWEaHvIYAZDAzrEkfpr0WM9dNfUlzBE,924 +django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo,sha256=EE6mB8BiYRyAxK6qzurRWcaYVs96FO_4rERYQdtIt3k,770 +django/contrib/sessions/locale/sl/LC_MESSAGES/django.po,sha256=KTjBWyvaNCHbpV9K6vbnavwxxXqf2DlIqVPv7MVFcO8,928 +django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo,sha256=3mGqKLgno-t7B3jyQpSaIJfDVAxbfOSDr5G9OUE7fqc,724 +django/contrib/sessions/locale/sq/LC_MESSAGES/django.po,sha256=9pzp7834LQKafe5fJzC4OKsAd6XfgtEQl6K6hVLaBQM,844 +django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo,sha256=ZDBOYmWIoSyDeT0nYIIFeMtW5jwpr257CbdTZlkVeRQ,855 +django/contrib/sessions/locale/sr/LC_MESSAGES/django.po,sha256=OXQOYeac0ghuzLrwaErJGr1FczuORTu2yroFX5hvRnk,1027 +django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=f3x9f9hTOsJltghjzJMdd8ueDwzxJex6zTXsU-_Hf_Y,757 +django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po,sha256=HKjo7hjSAvgrIvlI0SkgF3zxz8TtKWyBT51UGNhDwek,946 +django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo,sha256=SGbr0K_5iAMA22MfseAldMDgLSEBrI56pCtyV8tMAPc,707 +django/contrib/sessions/locale/sv/LC_MESSAGES/django.po,sha256=vraY3915wBYGeYu9Ro0-TlBeLWqGZP1fbckLv8y47Ys,853 +django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo,sha256=Edhqp8yuBnrGtJqPO7jxobeXN4uU5wKSLrOsFO1F23k,743 +django/contrib/sessions/locale/sw/LC_MESSAGES/django.po,sha256=iY4rN4T-AA2FBQA7DiWWFvrclqKiDYQefqwwVw61-f8,858 +django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo,sha256=qLIThhFQbJKc1_UVr7wVIm1rJfK2rO5m84BCB_oKq7s,801 +django/contrib/sessions/locale/ta/LC_MESSAGES/django.po,sha256=bYqtYf9XgP9IKKFJXh0u64JhRhDvPPUliI1J-NeRpKE,945 +django/contrib/sessions/locale/te/LC_MESSAGES/django.mo,sha256=kteZeivEckt4AmAeKgmgouMQo1qqSQrI8M42B16gMnQ,786 +django/contrib/sessions/locale/te/LC_MESSAGES/django.po,sha256=dQgiNS52RHrL6bV9CEO7Jk9lk3YUQrUBDCg_bP2OSZc,980 +django/contrib/sessions/locale/th/LC_MESSAGES/django.mo,sha256=D41vbkoYMdYPj3587p-c5yytLVi9pE5xvRZEYhZrxPs,814 +django/contrib/sessions/locale/th/LC_MESSAGES/django.po,sha256=43704TUv4ysKhL8T5MowZwlyv1JZrPyVGrpdIyb3r40,988 +django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo,sha256=H-DMP3N3AHZj1Q9aYeBOMA10nN1CIuJkUEY7QAy1b3g,726 +django/contrib/sessions/locale/tr/LC_MESSAGES/django.po,sha256=XYKo0_P5xitYehvjMzEw2MTp_Nza-cIXEECV3dA6BmY,863 +django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo,sha256=Q-FGu_ljTsxXO_EWu7zCzGwoqFXkeoTzWSlvx85VLGc,806 +django/contrib/sessions/locale/tt/LC_MESSAGES/django.po,sha256=UC85dFs_1836noZTuZEzPqAjQMFfSvj7oGmEWOGcfCA,962 +django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/sessions/locale/udm/LC_MESSAGES/django.po,sha256=CPml2Fn9Ax_qO5brCFDLPBoTiNdvsvJb1btQ0COwUfY,737 +django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo,sha256=jzNrLuFghQMCHNRQ0ihnKMCicgear0yWiTOLnvdPszw,841 +django/contrib/sessions/locale/uk/LC_MESSAGES/django.po,sha256=GM9kNL1VoFSRfbHB5KiivIbp-nJl1aZ69wL2xszNqlM,1017 +django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo,sha256=FkGIiHegr8HR8zjVyJ9TTW1T9WYtAL5Mg77nRKnKqWk,729 +django/contrib/sessions/locale/ur/LC_MESSAGES/django.po,sha256=qR4QEBTP6CH09XFCzsPSPg2Dv0LqzbRV_I67HO2OUwk,879 +django/contrib/sessions/locale/uz/LC_MESSAGES/django.mo,sha256=asPu0RhMB_Ui1li-OTVL4qIXnM9XpjsYyx5yJldDYBY,744 +django/contrib/sessions/locale/uz/LC_MESSAGES/django.po,sha256=KsHuLgGJt-KDH0h6ND7JLP2dDJAdLVHSlau4DkkfqA8,880 +django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo,sha256=KriTpT-Hgr10DMnY5Bmbd4isxmSFLmav8vg2tuL2Bb8,679 +django/contrib/sessions/locale/vi/LC_MESSAGES/django.po,sha256=M7S46Q0Q961ykz_5FCAN8SXQ54w8tp4rZeZpy6bPtXs,909 +django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=zsbhIMocgB8Yn1XEBxbIIbBh8tLifvvYNlhe5U61ch8,722 +django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po,sha256=tPshgXjEv6pME4N082ztamJhd5whHB2_IV_egdP-LlQ,889 +django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=WZzfpFKZ41Pu8Q9SuhGu3hXwp4eiq8Dt8vdiQfxvF9M,733 +django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po,sha256=6IRDQu6-PAYh6SyEIcKdhuR172lX0buY8qqsU0QXlYU,898 +django/contrib/sessions/management/commands/__pycache__/clearsessions.cpython-38.pyc,, +django/contrib/sessions/management/commands/clearsessions.py,sha256=yDcSmK65l5H1-2hiHhDlN0zivQrxm_ihNKLKt6MmRiQ,650 +django/contrib/sessions/middleware.py,sha256=3fVSQXjKOPhVLEiLvgkpF-PxdBQO5a6EX0ugryjzSl8,3490 +django/contrib/sessions/migrations/0001_initial.py,sha256=F7fzk2d9hDPjUwx2w-lXdZcFG1h4HyHnkfcJ6aK7C-0,955 +django/contrib/sessions/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sessions/migrations/__pycache__/0001_initial.cpython-38.pyc,, +django/contrib/sessions/migrations/__pycache__/__init__.cpython-38.pyc,, +django/contrib/sessions/models.py,sha256=vmROoszsXHnPHoSbFca8k-U9Z8Wg6EAHYeEK87VHHk8,1257 +django/contrib/sessions/serializers.py,sha256=clq2ENNQ3ujEuuc5gHSDvaz30kWWHelnQPY6tzUu0qs,424 +django/contrib/sitemaps/__init__.py,sha256=FI4QoFGgY4j9UVt4Z3-W4M8HDBdQHzq109y7gG2Nu5s,5764 +django/contrib/sitemaps/__pycache__/__init__.cpython-38.pyc,, +django/contrib/sitemaps/__pycache__/apps.cpython-38.pyc,, +django/contrib/sitemaps/__pycache__/views.cpython-38.pyc,, +django/contrib/sitemaps/apps.py,sha256=ktY9PcWsmv5TOlvEdG6IL8ZBbGMtZRpO24j5g7DGilU,195 +django/contrib/sitemaps/management/commands/__pycache__/ping_google.cpython-38.pyc,, +django/contrib/sitemaps/management/commands/ping_google.py,sha256=gqfCpod-Wp3nFBc8mpWhbP2QSWsWE74IJ-hlcm8_7SY,558 +django/contrib/sitemaps/templates/sitemap.xml,sha256=KTiksPVpo22dkRjjavoJtckzo-Rin7aZ_QgbC42Y8O0,479 +django/contrib/sitemaps/templates/sitemap_index.xml,sha256=VqDmRlWMx9kC6taiBoi1h9JVspV54ou3nFjE8Nfofl8,209 +django/contrib/sitemaps/views.py,sha256=KP-cCkD4VGFbd4ZavWK79gAkZa83APeRgTx-eouny4M,3516 +django/contrib/sites/__init__.py,sha256=qIj6PsbyT_DVkvjrASve-9F8GeoCKv6sO0-jlEhRJv4,61 +django/contrib/sites/__pycache__/__init__.cpython-38.pyc,, +django/contrib/sites/__pycache__/admin.cpython-38.pyc,, +django/contrib/sites/__pycache__/apps.cpython-38.pyc,, +django/contrib/sites/__pycache__/management.cpython-38.pyc,, +django/contrib/sites/__pycache__/managers.cpython-38.pyc,, +django/contrib/sites/__pycache__/middleware.cpython-38.pyc,, +django/contrib/sites/__pycache__/models.cpython-38.pyc,, +django/contrib/sites/__pycache__/requests.cpython-38.pyc,, +django/contrib/sites/__pycache__/shortcuts.cpython-38.pyc,, +django/contrib/sites/admin.py,sha256=ClzCRn4fUPWO1dNlEWEPjSDInnK87XbNRmadvjYs1go,214 +django/contrib/sites/apps.py,sha256=xRYkn8bbxOK7rSsDiLHPkxUqAN4iscVMvwKIjiwdj94,365 +django/contrib/sites/locale/af/LC_MESSAGES/django.mo,sha256=A10bZFMs-wUetVfF5UrFwmuiKnN4ZnlrR4Rx8U4Ut1A,786 +django/contrib/sites/locale/af/LC_MESSAGES/django.po,sha256=O0-ZRvmXvV_34kONuqakuXV5OmYbQ569K1Puj3qQNac,907 +django/contrib/sites/locale/ar/LC_MESSAGES/django.mo,sha256=kLoytp2jvhWn6p1c8kNVua2sYAMnrpS4xnbluHD22Vs,947 +django/contrib/sites/locale/ar/LC_MESSAGES/django.po,sha256=HYA3pA29GktzXBP-soUEn9VP2vkZuhVIXVA8TNPCHCs,1135 +django/contrib/sites/locale/ast/LC_MESSAGES/django.mo,sha256=eEvaeiGnZFBPGzKLlRz4M9AHemgJVAb-yNpbpxRqtd0,774 +django/contrib/sites/locale/ast/LC_MESSAGES/django.po,sha256=huBohKzLpdaJRFMFXXSDhDCUOqVqyWXfxb8_lLOkUd0,915 +django/contrib/sites/locale/az/LC_MESSAGES/django.mo,sha256=CjAGI4qGoXN95q4LpCLXLKvaNB33Ocf5SfXdurFBkas,773 +django/contrib/sites/locale/az/LC_MESSAGES/django.po,sha256=E84kNPFhgHmIfYT0uzCnTPGwPkAqKzqwFvJB7pETbVo,933 +django/contrib/sites/locale/be/LC_MESSAGES/django.mo,sha256=b-0febeZF-EX53E--W-G3lkpiozt7En6yfDIJYnNrQw,1024 +django/contrib/sites/locale/be/LC_MESSAGES/django.po,sha256=W5FhVJKcmd3WHl2Lpd5NJUsc7_sE_1Pipk3CVPoGPa4,1152 +django/contrib/sites/locale/bg/LC_MESSAGES/django.mo,sha256=a2R52umIQIhnzFaFYSRhQ6nBlywE8RGMj2FUOFmyb0A,904 +django/contrib/sites/locale/bg/LC_MESSAGES/django.po,sha256=awB8RMS-qByhNB6eH2f0Oyxb3SH8waLhrZ--rokGfaI,1118 +django/contrib/sites/locale/bn/LC_MESSAGES/django.mo,sha256=cI3a9_L-OC7gtdyRNaGX7A5w0Za0M4ERnYB7rSNkuRU,925 +django/contrib/sites/locale/bn/LC_MESSAGES/django.po,sha256=8ZxYF16bgtTZSZRZFok6IJxUV02vIztoVx2qXqwO8NM,1090 +django/contrib/sites/locale/br/LC_MESSAGES/django.mo,sha256=rI_dIznbwnadZbxOPtQxZ1pGYePNwcNNXt05iiPkchU,1107 +django/contrib/sites/locale/br/LC_MESSAGES/django.po,sha256=7Ein5Xw73DNGGtdd595Bx6ixfSD-dBXZNBUU44pSLuQ,1281 +django/contrib/sites/locale/bs/LC_MESSAGES/django.mo,sha256=bDeqQNme586LnQRQdvOWaLGZssjOoECef3vMq_OCXno,692 +django/contrib/sites/locale/bs/LC_MESSAGES/django.po,sha256=xRTWInDNiLxikjwsjgW_pYjhy24zOro90-909ns9fig,923 +django/contrib/sites/locale/ca/LC_MESSAGES/django.mo,sha256=lEUuQEpgDY3bVWzRONrPzYlojRoNduT16_oYDkkbdfk,791 +django/contrib/sites/locale/ca/LC_MESSAGES/django.po,sha256=aORAoVn69iG1ynmEfnkBzBO-UZOzzbkPVOU-ZvfMtZg,996 +django/contrib/sites/locale/cs/LC_MESSAGES/django.mo,sha256=1T_5VDHXNjFLGDhvUFYEx6LNM-7jENMvSjUzcA8njeQ,815 +django/contrib/sites/locale/cs/LC_MESSAGES/django.po,sha256=UCoVCD6JhUxB2IgegTnFQqd3_yPBkZ-5HJhif4v5Awg,979 +django/contrib/sites/locale/cy/LC_MESSAGES/django.mo,sha256=70pOie0K__hkmM9oBUaQfVwHjK8Cl48E26kRQL2mtew,835 +django/contrib/sites/locale/cy/LC_MESSAGES/django.po,sha256=FAZrVc72x-4R1A-1qYOBwADoXngC_F6FO8nRjr5-Z6g,1013 +django/contrib/sites/locale/da/LC_MESSAGES/django.mo,sha256=_vLc8KTeuNCWqBAAajbYl9KSnn5tbrBC8unB0gwdsCw,794 +django/contrib/sites/locale/da/LC_MESSAGES/django.po,sha256=Po1Z6u52CFCyz9hLfK009pMbZzZgHrBse0ViX8wCYm8,957 +django/contrib/sites/locale/de/LC_MESSAGES/django.mo,sha256=5Q6X0_bDQ1ZRpkTy7UpPNzrhmQsB9Q0P1agB7koRyzs,792 +django/contrib/sites/locale/de/LC_MESSAGES/django.po,sha256=aD0wBinqtDUPvBbwtHrLEhFdoVRx1nOh17cJFuWhN3U,980 +django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo,sha256=pPpWYsYp81MTrqCsGF0QnGktZNIll70bdBwSkuVE8go,868 +django/contrib/sites/locale/dsb/LC_MESSAGES/django.po,sha256=IA3G8AKJls20gzfxnrfPzivMNpL8A0zBQBg7OyzrP6g,992 +django/contrib/sites/locale/el/LC_MESSAGES/django.mo,sha256=G9o1zLGysUePGzZRicQ2aIIrc2UXMLTQmdpbrUMfWBU,878 +django/contrib/sites/locale/el/LC_MESSAGES/django.po,sha256=RBi_D-_znYuV6LXfTlSOf1Mvuyl96fIyEoiZ-lgeyWs,1133 +django/contrib/sites/locale/en/LC_MESSAGES/django.mo,sha256=U0OV81NfbuNL9ctF-gbGUG5al1StqN-daB-F-gFBFC8,356 +django/contrib/sites/locale/en/LC_MESSAGES/django.po,sha256=tSjfrNZ_FqLHsXjm5NuTyo5-JpdlPLsPZjFqF2APhy8,817 +django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo,sha256=dTndJxA-F1IE_nMUOtf1sRr7Kq2s_8yjgKk6mkWkVu4,486 +django/contrib/sites/locale/en_AU/LC_MESSAGES/django.po,sha256=7V9dBdbfHa9aGAfs9nw6ivSxX30CqaYc1ptfplTAPJc,791 +django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo,sha256=FbSh7msJdrHsXr0EtDMuODFzSANG_HJ3iBlW8ePpqFs,639 +django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po,sha256=Ib-DIuTWlrN3kg99kLCuqWJVtt1NWaFD4UbDFK6d4KY,862 +django/contrib/sites/locale/eo/LC_MESSAGES/django.mo,sha256=N4KkH12OHxic3pp1okeBhpfDx8XxxpULk3UC219vjWU,792 +django/contrib/sites/locale/eo/LC_MESSAGES/django.po,sha256=ymXSJaFJWGBO903ObqR-ows-p4T3KyUplc_p_3r1uk8,1043 +django/contrib/sites/locale/es/LC_MESSAGES/django.mo,sha256=qLN1uoCdslxdYWgdjgSBi7szllP-mQZtHbuZnNOthsQ,804 +django/contrib/sites/locale/es/LC_MESSAGES/django.po,sha256=QClia2zY39269VSQzkQsLwwukthN6u2JBsjbLNxA1VQ,1066 +django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo,sha256=sMZ_BBcxMK440lFG-dT6ekbGMIfLDvNHGL-sV6bUycU,817 +django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po,sha256=RwyNylXbyxdSXn6qRDXd99-GaEPlmr6TicHTUW0boaQ,969 +django/contrib/sites/locale/es_CO/LC_MESSAGES/django.mo,sha256=a4Xje2M26wyIx6Wlg6puHo_OXjiDEy7b0FquT9gbThA,825 +django/contrib/sites/locale/es_CO/LC_MESSAGES/django.po,sha256=9bnRhVD099JzkheO80l65dufjuawsj9aSFgFu5A-lnM,949 +django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo,sha256=AtGta5jBL9XNBvfSpsCcnDtDhvcb89ALl4hNjSPxibM,809 +django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po,sha256=TnkpQp-7swH-x9cytUJe-QJRd2n_pYMVo0ltDw9Pu8o,991 +django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo,sha256=59fZBDut-htCj38ZUoqPjhXJPjZBz-xpU9__QFr3kLs,486 +django/contrib/sites/locale/es_VE/LC_MESSAGES/django.po,sha256=8PWXy2L1l67wDIi98Q45j7OpVITr0Lt4zwitAnB-d_o,791 +django/contrib/sites/locale/et/LC_MESSAGES/django.mo,sha256=I2E-49UQsG-F26OeAfnKlfUdA3YCkUSV8ffA-GMSkE0,788 +django/contrib/sites/locale/et/LC_MESSAGES/django.po,sha256=mEfD6EyQ15PPivb5FTlkabt3Lo_XGtomI9XzHrrh34Y,992 +django/contrib/sites/locale/eu/LC_MESSAGES/django.mo,sha256=1HTAFI3DvTAflLJsN7NVtSd4XOTlfoeLGFyYCOX69Ec,807 +django/contrib/sites/locale/eu/LC_MESSAGES/django.po,sha256=NWxdE5-mF6Ak4nPRpCFEgAMIsVDe9YBEZl81v9kEuX8,1023 +django/contrib/sites/locale/fa/LC_MESSAGES/django.mo,sha256=odtsOpZ6noNqwDb18HDc2e6nz3NMsa-wrTN-9dk7d9w,872 +django/contrib/sites/locale/fa/LC_MESSAGES/django.po,sha256=uL2I9XjqIxqTUKf6buewtm9rwflM23pxspFMs7w4SPM,1088 +django/contrib/sites/locale/fi/LC_MESSAGES/django.mo,sha256=I5DUeLk1ChUC32q5uzriABCLLJpJKNbEK4BfqylPQzg,786 +django/contrib/sites/locale/fi/LC_MESSAGES/django.po,sha256=LH2sFIKM3YHPoz9zIu10z1DFv1svXphBdOhXNy4a17s,929 +django/contrib/sites/locale/fr/LC_MESSAGES/django.mo,sha256=lQe7mHXWDoQGSEZyK0TsPOwvnR-rjAzt8-FeLTCeXyU,797 +django/contrib/sites/locale/fr/LC_MESSAGES/django.po,sha256=u24rHDJ47AoBgcmBwI1tIescAgbjFxov6y906H_uhK0,999 +django/contrib/sites/locale/fy/LC_MESSAGES/django.mo,sha256=YQQy7wpjBORD9Isd-p0lLzYrUgAqv770_56-vXa0EOc,476 +django/contrib/sites/locale/fy/LC_MESSAGES/django.po,sha256=Yh6Lw0QI2Me0zCtlyXraFLjERKqklB6-IJLDTjH_jTs,781 +django/contrib/sites/locale/ga/LC_MESSAGES/django.mo,sha256=g5popLirHXWn6ZWJHESQaG5MmKWZL_JNI_5Vgn5FTqU,683 +django/contrib/sites/locale/ga/LC_MESSAGES/django.po,sha256=34hj3ELt7GQ7CaHL246uBDmvsVUaaN5kTrzt8j7eETM,962 +django/contrib/sites/locale/gd/LC_MESSAGES/django.mo,sha256=df4XIGGD6FIyMUXsb-SoSqNfBFAsRXf4qYtolh_C964,858 +django/contrib/sites/locale/gd/LC_MESSAGES/django.po,sha256=NPKp7A5-y-MR7r8r4WqtcVQJEHCIOP5mLTd0cIfUsug,957 +django/contrib/sites/locale/gl/LC_MESSAGES/django.mo,sha256=QUJdJV71VT-4iVQ5mUAeyszTVhD2LlmmPQv0WpPWttU,742 +django/contrib/sites/locale/gl/LC_MESSAGES/django.po,sha256=cLcejsFyoFk0fRX9fAcl9owHoxiD593QZZeZTfObBVw,940 +django/contrib/sites/locale/he/LC_MESSAGES/django.mo,sha256=L3bganfG4gHqp2WXGh4rfWmmbaIxHaGc7-ypAqjSL_E,820 +django/contrib/sites/locale/he/LC_MESSAGES/django.po,sha256=nT0Gu0iWpFV7ZJ6SAdcogZccCz3CV-R5rgqwEl5NA6c,985 +django/contrib/sites/locale/hi/LC_MESSAGES/django.mo,sha256=J4oIS1vJnCvdCCUD4tlTUVyTe4Xn0gKcWedfhH4C0t0,665 +django/contrib/sites/locale/hi/LC_MESSAGES/django.po,sha256=INBrm37jL3okBHuzX8MSN1vMptj77a-4kwQkAyt8w_8,890 +django/contrib/sites/locale/hr/LC_MESSAGES/django.mo,sha256=KjDUhEaOuYSMexcURu2UgfkatN2rrUcAbCUbcpVSInk,876 +django/contrib/sites/locale/hr/LC_MESSAGES/django.po,sha256=-nFMFkVuDoKYDFV_zdNULOqQlnqtiCG57aakN5hqlmg,1055 +django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo,sha256=RyHVb7u9aRn5BXmWzR1gApbZlOioPDJ59ufR1Oo3e8Y,863 +django/contrib/sites/locale/hsb/LC_MESSAGES/django.po,sha256=Aq54y5Gb14bIt28oDDrFltnSOk31Z2YalwaJMDMXfWc,987 +django/contrib/sites/locale/hu/LC_MESSAGES/django.mo,sha256=P--LN84U2BeZAvRVR-OiWl4R02cTTBi2o8XR2yHIwIU,796 +django/contrib/sites/locale/hu/LC_MESSAGES/django.po,sha256=b0VhyFdNaZZR5MH1vFsLL69FmICN8Dz-sTRk0PdK49E,953 +django/contrib/sites/locale/hy/LC_MESSAGES/django.mo,sha256=Hs9XwRHRkHicLWt_NvWvr7nMocmY-Kc8XphhVSAMQRc,906 +django/contrib/sites/locale/hy/LC_MESSAGES/django.po,sha256=MU4hXXGfjXKfYcjxDYzFfsEUIelz5ZzyQLkeSrUQKa0,1049 +django/contrib/sites/locale/ia/LC_MESSAGES/django.mo,sha256=gRMs-W5EiY26gqzwnDXEMbeb1vs0bYZ2DC2a9VCciew,809 +django/contrib/sites/locale/ia/LC_MESSAGES/django.po,sha256=HXZzn9ACIqfR2YoyvpK2FjZ7QuEq_RVZ1kSC4nxMgeg,934 +django/contrib/sites/locale/id/LC_MESSAGES/django.mo,sha256=__2E_2TmVUcbf1ygxtS1lHvkhv8L0mdTAtJpBsdH24Y,791 +django/contrib/sites/locale/id/LC_MESSAGES/django.po,sha256=e5teAHiMjLR8RDlg8q99qtW-K81ltcIiBIdb1MZw2sE,1000 +django/contrib/sites/locale/io/LC_MESSAGES/django.mo,sha256=W-NP0b-zR1oWUZnHZ6fPu5AC2Q6o7nUNoxssgeguUBo,760 +django/contrib/sites/locale/io/LC_MESSAGES/django.po,sha256=G4GUUz3rxoBjWTs-j5RFCvv52AEHiwrCBwom5hYeBSE,914 +django/contrib/sites/locale/is/LC_MESSAGES/django.mo,sha256=lkJgTzDjh5PNfIJpOS2DxKmwVUs9Sl5XwFHv4YdCB30,812 +django/contrib/sites/locale/is/LC_MESSAGES/django.po,sha256=1DVgAcHSZVyDd5xn483oqICIG4ooyZY8ko7A3aDogKM,976 +django/contrib/sites/locale/it/LC_MESSAGES/django.mo,sha256=6NQjjtDMudnAgnDCkemOXinzX0J-eAE5gSq1F8kjusY,795 +django/contrib/sites/locale/it/LC_MESSAGES/django.po,sha256=zxavlLMmp1t1rCDsgrw12kVgxiK5EyR_mOalSu8-ws8,984 +django/contrib/sites/locale/ja/LC_MESSAGES/django.mo,sha256=RNuCS6wv8uK5TmXkSH_7SjsbUFkf24spZfTsvfoTKro,814 +django/contrib/sites/locale/ja/LC_MESSAGES/django.po,sha256=e-cj92VOVc5ycIY6NwyFh5bO7Q9q5vp5CG4dOzd_eWQ,982 +django/contrib/sites/locale/ka/LC_MESSAGES/django.mo,sha256=m8GTqr9j0ijn0YJhvnsYwlk5oYcASKbHg_5hLqZ91TI,993 +django/contrib/sites/locale/ka/LC_MESSAGES/django.po,sha256=BCsMvNq-3Pi9-VnUvpUQaGx6pbCgI8rCcIHUA8VL4as,1155 +django/contrib/sites/locale/kab/LC_MESSAGES/django.mo,sha256=Utdj5gH5YPeaYMjeMzF-vjqYvYTCipre2qCBkEJSc-Y,808 +django/contrib/sites/locale/kab/LC_MESSAGES/django.po,sha256=d78Z-YanYZkyP5tpasj8oAa5RimVEmce6dlq5vDSscA,886 +django/contrib/sites/locale/kk/LC_MESSAGES/django.mo,sha256=T2dTZ83vBRfQb2dRaKOrhvO00BHQu_2bu0O0k7RsvGA,895 +django/contrib/sites/locale/kk/LC_MESSAGES/django.po,sha256=9ixNnoE3BxfBj4Xza0FM5qInd0uiNnAlXgDb_KaICn4,1057 +django/contrib/sites/locale/km/LC_MESSAGES/django.mo,sha256=Q7pn5E4qN957j20-iCHgrfI-p8sm3Tc8O2DWeuH0By8,701 +django/contrib/sites/locale/km/LC_MESSAGES/django.po,sha256=TOs76vlCMYOZrdHgXPWZhQH1kTBQTpzsDJ8N4kbJQ7E,926 +django/contrib/sites/locale/kn/LC_MESSAGES/django.mo,sha256=fikclDn-FKU_t9lZeBtQciisS3Kqv4tJHtu923OXLJI,676 +django/contrib/sites/locale/kn/LC_MESSAGES/django.po,sha256=p_P7L0KAUoKNLH8vuHV4_2mTWK1m1tjep5XgRqbWd2k,904 +django/contrib/sites/locale/ko/LC_MESSAGES/django.mo,sha256=wlfoWG-vmMSCipUJVVC0Y_W7QbGNNE-oEnVwl_6-AmY,807 +django/contrib/sites/locale/ko/LC_MESSAGES/django.po,sha256=TENAk9obGUxFwMnJQj_V9sZxEKJj4DyWMuGpx3Ft_pM,1049 +django/contrib/sites/locale/lb/LC_MESSAGES/django.mo,sha256=xokesKl7h7k9dXFKIJwGETgwx1Ytq6mk2erBSxkgY-o,474 +django/contrib/sites/locale/lb/LC_MESSAGES/django.po,sha256=1yRdK9Zyh7kcWG7wUexuF9-zxEaKLS2gG3ggVOHbRJ8,779 +django/contrib/sites/locale/lt/LC_MESSAGES/django.mo,sha256=bK6PJtd7DaOgDukkzuqos5ktgdjSF_ffL9IJTQY839s,869 +django/contrib/sites/locale/lt/LC_MESSAGES/django.po,sha256=9q7QfFf_IR2A1Cr_9aLVIWf-McR0LivtRC284w2_bo0,1124 +django/contrib/sites/locale/lv/LC_MESSAGES/django.mo,sha256=t9bQiVqpAmXrq8QijN4Lh0n6EGUGQjnuH7hDcu21z4c,823 +django/contrib/sites/locale/lv/LC_MESSAGES/django.po,sha256=vMaEtXGosD3AcTomiuctbOpjLes8TRBnumLe8DC4yq4,1023 +django/contrib/sites/locale/mk/LC_MESSAGES/django.mo,sha256=_YXasRJRWjYmmiEWCrAoqnrKuHHPBG_v_EYTUe16Nfo,885 +django/contrib/sites/locale/mk/LC_MESSAGES/django.po,sha256=AgdIjiSpN0P5o5rr5Ie4sFhnmS5d4doB1ffk91lmOvY,1062 +django/contrib/sites/locale/ml/LC_MESSAGES/django.mo,sha256=axNQVBY0nbR7hYa5bzNtdxB17AUOs2WXhu0Rg--FA3Q,1007 +django/contrib/sites/locale/ml/LC_MESSAGES/django.po,sha256=Sg7hHfK8OMs05ebtTv8gxS6_2kZv-OODwf7okP95Jtk,1169 +django/contrib/sites/locale/mn/LC_MESSAGES/django.mo,sha256=w2sqJRAe0wyz_IuCZ_Ocubs_VHL6wV1BcutWPz0dseQ,867 +django/contrib/sites/locale/mn/LC_MESSAGES/django.po,sha256=Zh_Eao0kLZsrQ8wkL1f-pRrsAtNJOspu45uStq5t8Mo,1127 +django/contrib/sites/locale/mr/LC_MESSAGES/django.mo,sha256=2Z5jaGJzpiJTCnhCk8ulCDeAdj-WwR99scdHFPRoHoA,468 +django/contrib/sites/locale/mr/LC_MESSAGES/django.po,sha256=pqnjF5oxvpMyjijy6JfI8qJbbbowZzE5tZF0DMYiCBs,773 +django/contrib/sites/locale/my/LC_MESSAGES/django.mo,sha256=jN59e9wRheZYx1A4t_BKc7Hx11J5LJg2wQRd21aQv08,961 +django/contrib/sites/locale/my/LC_MESSAGES/django.po,sha256=EhqYIW5-rX33YjsDsBwfiFb3BK6fZKVc3CRYeJpZX1E,1086 +django/contrib/sites/locale/nb/LC_MESSAGES/django.mo,sha256=AaiHGcmcciy5IMBPVAShcc1OQOETJvBCv7GYHMcIQMA,793 +django/contrib/sites/locale/nb/LC_MESSAGES/django.po,sha256=936zoN1sPSiiq7GuH01umrw8W6BtymYEU3bCfOQyfWE,1000 +django/contrib/sites/locale/ne/LC_MESSAGES/django.mo,sha256=wM13WrA4uMhfpU1GKFMcbVBh5LRB4v-v-t7t4AHqaU4,899 +django/contrib/sites/locale/ne/LC_MESSAGES/django.po,sha256=9_78nN66h6ioTnd0OO6YM8MHbqw8uoiaSAyn69aT8Ag,1021 +django/contrib/sites/locale/nl/LC_MESSAGES/django.mo,sha256=aIF7pcJ4uB6YqvOhN-3W-WXA645APTnk8WFIgf-ZzFw,776 +django/contrib/sites/locale/nl/LC_MESSAGES/django.po,sha256=1DCQNzMRhy4vW-KkmlPGy58UR27Np5ilmYhmjaq-8_k,1030 +django/contrib/sites/locale/nn/LC_MESSAGES/django.mo,sha256=m1SUw5bhDUemD8yMGDxcWdhbUMtzZ9WXWXtV2AHIzBs,633 +django/contrib/sites/locale/nn/LC_MESSAGES/django.po,sha256=i8BQyewiU2ymkAkj12M2MJBVbCJPp8PB8_NcQiScaD4,861 +django/contrib/sites/locale/os/LC_MESSAGES/django.mo,sha256=Su06FkWMOPzBxoung3bEju_EnyAEAXROoe33imO65uQ,806 +django/contrib/sites/locale/os/LC_MESSAGES/django.po,sha256=4i4rX6aXDUKjq64T02iStqV2V2erUsSVnTivh2XtQeY,963 +django/contrib/sites/locale/pa/LC_MESSAGES/django.mo,sha256=tOHiisOtZrTyIFoo4Ipn_XFH9hhu-ubJLMdOML5ZUgk,684 +django/contrib/sites/locale/pa/LC_MESSAGES/django.po,sha256=ztGyuqvzxRfNjqDG0rMLCu_oQ8V3Dxdsx0WZoYUyNv8,912 +django/contrib/sites/locale/pl/LC_MESSAGES/django.mo,sha256=TbH30lyyQ2QpAxc5XJKWCBNV3WUl7wOL4a-BKkeyUdM,944 +django/contrib/sites/locale/pl/LC_MESSAGES/django.po,sha256=-kQ49UvXITMy1vjJoN_emuazV_EjNDQnZDERXWNoKvw,1181 +django/contrib/sites/locale/pt/LC_MESSAGES/django.mo,sha256=PrcFQ04lFJ7mIYThXbW6acmDigEFIoLAC0PYk5hfaJs,797 +django/contrib/sites/locale/pt/LC_MESSAGES/django.po,sha256=Aj8hYI9W5nk5uxKHj1oE-b9bxmmuoeXLKaJDPfI2x2o,993 +django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo,sha256=BsFfarOR6Qk67fB-tTWgGhuOReJSgjwJBkIzZsv28vo,824 +django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po,sha256=jfvgelpWn2VQqYe2_CE39SLTsscCckvjuZo6dWII28c,1023 +django/contrib/sites/locale/ro/LC_MESSAGES/django.mo,sha256=oGsZw4_uYpaH6adMxnAuifJgHeZ_ytRZ4rFhiNfRQkQ,857 +django/contrib/sites/locale/ro/LC_MESSAGES/django.po,sha256=tWbWVbjFFELNzSXX4_5ltmzEeEJsY3pKwgEOjgV_W_8,1112 +django/contrib/sites/locale/ru/LC_MESSAGES/django.mo,sha256=bIZJWMpm2O5S6RC_2cfkrp5NXaTU2GWSsMr0wHVEmcw,1016 +django/contrib/sites/locale/ru/LC_MESSAGES/django.po,sha256=jHy5GR05ZSjLmAwaVNq3m0WdhO9GYxge3rDBziqesA8,1300 +django/contrib/sites/locale/sk/LC_MESSAGES/django.mo,sha256=-EYdm14ZjoR8bd7Rv2b5G7UJVSKmZa1ItLsdATR3-Cg,822 +django/contrib/sites/locale/sk/LC_MESSAGES/django.po,sha256=L2YRNq26DdT3OUFhw25ncZBgs232v6kSsAUTc0beIC8,1019 +django/contrib/sites/locale/sl/LC_MESSAGES/django.mo,sha256=JmkpTKJGWgnBM3CqOUriGvrDnvg2YWabIU2kbYAOM4s,845 +django/contrib/sites/locale/sl/LC_MESSAGES/django.po,sha256=qWrWrSz5r3UOVraX08ILt3TTmfyTDGKbJKbTlN9YImU,1059 +django/contrib/sites/locale/sq/LC_MESSAGES/django.mo,sha256=gVY4vWlvDvWI9mSlFfIWqHP4a_NNFt-0CFzStPRXuoQ,810 +django/contrib/sites/locale/sq/LC_MESSAGES/django.po,sha256=zg3ALcMNZErAS_xFxmtv6TmXZ0vxobX5AzCwOSRSwc8,930 +django/contrib/sites/locale/sr/LC_MESSAGES/django.mo,sha256=8kfi9IPdB2reF8C_eC2phaP6qonboHPwes_w3UgNtzw,935 +django/contrib/sites/locale/sr/LC_MESSAGES/django.po,sha256=A7xaen8H1W4uMBRAqCXT_0KQMoA2-45AUNDfGo9FydI,1107 +django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=jMXiq18efq0wErJAQfJR1fCnkYcEb7OYXg8sv6kzP0s,815 +django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po,sha256=9jkWYcZCTfQr2UZtyvhWDAmEHBrzunJUZcx7FlrFOis,1004 +django/contrib/sites/locale/sv/LC_MESSAGES/django.mo,sha256=qmhdn3N2C_DR_FYrUaFSacVjghgfb0CuWKanVRJSTq8,792 +django/contrib/sites/locale/sv/LC_MESSAGES/django.po,sha256=dDVuuuHGpZIoT6dU48aT2j4nEuGrd6zZ3FiZEs3TCeE,987 +django/contrib/sites/locale/sw/LC_MESSAGES/django.mo,sha256=cWjjDdFXBGmpUm03UDtgdDrREa2r75oMsXiEPT_Bx3g,781 +django/contrib/sites/locale/sw/LC_MESSAGES/django.po,sha256=oOKNdztQQU0sd6XmLI-n3ONmTL7jx3Q0z1YD8673Wi8,901 +django/contrib/sites/locale/ta/LC_MESSAGES/django.mo,sha256=CLO41KsSKqBrgtrHi6fmXaBk-_Y2l4KBLDJctZuZyWY,714 +django/contrib/sites/locale/ta/LC_MESSAGES/django.po,sha256=YsTITHg7ikkNcsP29tDgkZrUdtO0s9PrV1XPu4mgqCw,939 +django/contrib/sites/locale/te/LC_MESSAGES/django.mo,sha256=GmIWuVyIOcoQoAmr2HxCwBDE9JUYEktzYig93H_4v50,687 +django/contrib/sites/locale/te/LC_MESSAGES/django.po,sha256=jbncxU9H3EjXxWPsEoCKJhKi392XXTGvWyuenqLDxps,912 +django/contrib/sites/locale/th/LC_MESSAGES/django.mo,sha256=dQOp4JoP3gvfsxqEQ73L6F8FgH1YtAA9hYY-Uz5sv6Y,898 +django/contrib/sites/locale/th/LC_MESSAGES/django.po,sha256=auZBoKKKCHZbbh0PaUr9YKiWB1TEYZoj4bE7efAonV8,1077 +django/contrib/sites/locale/tr/LC_MESSAGES/django.mo,sha256=NxEKAJFmns0tWftlgyKXHJcBKBxo6ImR4SjIw8-zbgk,799 +django/contrib/sites/locale/tr/LC_MESSAGES/django.po,sha256=L9tsnwxw1BEJD-Nm3m1RAS7ekgdmyC0ETs_mr7tQw1E,1043 +django/contrib/sites/locale/tt/LC_MESSAGES/django.mo,sha256=gmmjXeEQUlBpfDmouhxE-qpEtv-iWdQSobYL5MWprZc,706 +django/contrib/sites/locale/tt/LC_MESSAGES/django.po,sha256=yj49TjwcZ4YrGqnJrKh3neKydlTgwYduto9KsmxI_eI,930 +django/contrib/sites/locale/udm/LC_MESSAGES/django.mo,sha256=CNmoKj9Uc0qEInnV5t0Nt4ZnKSZCRdIG5fyfSsqwky4,462 +django/contrib/sites/locale/udm/LC_MESSAGES/django.po,sha256=vrLZ0XJF63CO3IucbQpd12lxuoM9S8tTUv6cpu3g81c,767 +django/contrib/sites/locale/uk/LC_MESSAGES/django.mo,sha256=H4806mPqOoHJFm549F7drzsfkvAXWKmn1w_WVwQx9rk,960 +django/contrib/sites/locale/uk/LC_MESSAGES/django.po,sha256=jmJKTuGLhfP4rg8M_d86XR4X8qYB-JAtEf6jRKuzi3w,1187 +django/contrib/sites/locale/ur/LC_MESSAGES/django.mo,sha256=s6QL8AB_Mp9haXS4n1r9b0YhEUECPxUyPrHTMI3agts,654 +django/contrib/sites/locale/ur/LC_MESSAGES/django.po,sha256=R9tv3qtett8CUGackoHrc5XADeygVKAE0Fz8YzK2PZ4,885 +django/contrib/sites/locale/uz/LC_MESSAGES/django.mo,sha256=OsuqnLEDl9gUAwsmM2s1KH7VD74ID-k7JXcjGhjFlEY,799 +django/contrib/sites/locale/uz/LC_MESSAGES/django.po,sha256=RoaOwLDjkqqIJTuxpuY7eMLo42n6FoYAYutCfMaDk4I,935 +django/contrib/sites/locale/vi/LC_MESSAGES/django.mo,sha256=YOaKcdrN1238Zdm81jUkc2cpxjInAbdnhsSqHP_jQsI,762 +django/contrib/sites/locale/vi/LC_MESSAGES/django.po,sha256=AHcqR2p0fdscLvzbJO_a-CzMzaeRL4LOw4HB9K3noVQ,989 +django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=7D9_pDY5lBRpo1kfzIQL-PNvIg-ofCm7cBHE1-JWlMk,779 +django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.po,sha256=xI_N00xhV8dWDp4fg5Mmj9ivOBBdHP79T3-JYXPyc5M,946 +django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=0F6Qmh1smIXlOUNDaDwDajyyGecc1azfwh8BhXrpETo,790 +django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.po,sha256=ixbXNBNKNfrpI_B0O_zktTfo63sRFMOk1B1uIh4DGGg,1046 +django/contrib/sites/management.py,sha256=K6cgSOdN4ins_TiWjUIkGFwuibJmshTlFonqYT2QKrw,1597 +django/contrib/sites/managers.py,sha256=OJfKicEOuqcD0B7NuH4scszrknQZ-X1Nf1PL0XgWqLM,1929 +django/contrib/sites/middleware.py,sha256=qYcVHsHOg0VxQNS4saoLHkdF503nJR-D7Z01vE0SvUM,309 +django/contrib/sites/migrations/0001_initial.py,sha256=CkzQ6PgORwSokrpq6Dj6u-WCEtcuSf4Pau6UyiBpSlA,1069 +django/contrib/sites/migrations/0002_alter_domain_unique.py,sha256=HECWqP0R0hp77p_ubI5bI9DqEXIiGOTTszAr4EpgtVE,517 +django/contrib/sites/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/sites/migrations/__pycache__/0001_initial.cpython-38.pyc,, +django/contrib/sites/migrations/__pycache__/0002_alter_domain_unique.cpython-38.pyc,, +django/contrib/sites/migrations/__pycache__/__init__.cpython-38.pyc,, +django/contrib/sites/models.py,sha256=nXbWDsKuokp2-bwxnrDhw2yA221wByMOsGaTxwwX4B8,3697 +django/contrib/sites/requests.py,sha256=74RhONzbRqEGoNXLu4T7ZjAFKYvCLmY_XQWnGRz6jdw,640 +django/contrib/sites/shortcuts.py,sha256=RZr1iT8zY_z8o52PIWEBFCQL03pE28pp6708LveS240,581 +django/contrib/staticfiles/__init__.py,sha256=eGxMURIKxiv-dE7rP1hwNgUhfzUN36-Bc58jCpHgmCE,73 +django/contrib/staticfiles/__pycache__/__init__.cpython-38.pyc,, +django/contrib/staticfiles/__pycache__/apps.cpython-38.pyc,, +django/contrib/staticfiles/__pycache__/checks.cpython-38.pyc,, +django/contrib/staticfiles/__pycache__/finders.cpython-38.pyc,, +django/contrib/staticfiles/__pycache__/handlers.cpython-38.pyc,, +django/contrib/staticfiles/__pycache__/storage.cpython-38.pyc,, +django/contrib/staticfiles/__pycache__/testing.cpython-38.pyc,, +django/contrib/staticfiles/__pycache__/urls.cpython-38.pyc,, +django/contrib/staticfiles/__pycache__/utils.cpython-38.pyc,, +django/contrib/staticfiles/__pycache__/views.cpython-38.pyc,, +django/contrib/staticfiles/apps.py,sha256=q0Tfga23RfN9gCRPhopgChqOFqbtGfkc3-VeH1CRClg,413 +django/contrib/staticfiles/checks.py,sha256=rH9A8NIYtEkA_PRYXQJxndm243O6Mz6GwyqWSUe3f24,391 +django/contrib/staticfiles/finders.py,sha256=fQeOtH6BnJGTvwtknbC8dJHLWuj5IQMP3Wriyp_1C5E,10451 +django/contrib/staticfiles/handlers.py,sha256=6Cmy7KVA7ngivB40ptamR02vGfP-Re6Kxles-8ylWFQ,2299 +django/contrib/staticfiles/management/commands/__pycache__/collectstatic.cpython-38.pyc,, +django/contrib/staticfiles/management/commands/__pycache__/findstatic.cpython-38.pyc,, +django/contrib/staticfiles/management/commands/__pycache__/runserver.cpython-38.pyc,, +django/contrib/staticfiles/management/commands/collectstatic.py,sha256=sQKml_HiU0A5PG2oHKj3m2PlXv82vHQ4l5lxg0AlKr0,15021 +django/contrib/staticfiles/management/commands/findstatic.py,sha256=R5CN75jGnvsV16MQ23eWake_EBE7NG94ExKL-54NqYQ,1539 +django/contrib/staticfiles/management/commands/runserver.py,sha256=uv-h6a8AOs0c92ILT_3Mu0UTBoCiQzThpUEmR-blj70,1318 +django/contrib/staticfiles/storage.py,sha256=L3XSTnfVsJpwXmw_XRaK6OgFN1P6vTLX9PzvNuN9QCo,19391 +django/contrib/staticfiles/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/staticfiles/templatetags/__pycache__/__init__.cpython-38.pyc,, +django/contrib/staticfiles/templatetags/__pycache__/staticfiles.cpython-38.pyc,, +django/contrib/staticfiles/templatetags/staticfiles.py,sha256=7rzKqqThXO9CrLOP5kq3uzS80dzksC9cRENc86G9-Qo,720 +django/contrib/staticfiles/testing.py,sha256=4X-EtOfXnwkJAyFT8qe4H4sbVTKgM65klLUtY81KHiE,463 +django/contrib/staticfiles/urls.py,sha256=owDM_hdyPeRmxYxZisSMoplwnzWrptI_W8-3K2f7ITA,498 +django/contrib/staticfiles/utils.py,sha256=KLa19JS3KGJxwQXn6EDRhdhOU-l8nzkkaF1SiO4Lmjc,2289 +django/contrib/staticfiles/views.py,sha256=CaWZq4AHEbOGW7mg_0mbkGUP8KJTlVNnofDBNIhRUo4,1264 +django/contrib/syndication/__init__.py,sha256=b5C6iIdbIOHf5wvcm1QJYsspErH3TyWJnCDYS9NjFY4,73 +django/contrib/syndication/__pycache__/__init__.cpython-38.pyc,, +django/contrib/syndication/__pycache__/apps.cpython-38.pyc,, +django/contrib/syndication/__pycache__/views.cpython-38.pyc,, +django/contrib/syndication/apps.py,sha256=hXquFH_3BL6NNR2cxLU-vHlBJZ3OCjbcl8jkzCNvE64,203 +django/contrib/syndication/views.py,sha256=kXBT4kGjWBqmYVU0BFrMxMyqkdPeUjgIr-TGp5HvCS0,8617 +django/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/__pycache__/__init__.cpython-38.pyc,, +django/core/__pycache__/exceptions.cpython-38.pyc,, +django/core/__pycache__/paginator.cpython-38.pyc,, +django/core/__pycache__/signals.cpython-38.pyc,, +django/core/__pycache__/signing.cpython-38.pyc,, +django/core/__pycache__/validators.cpython-38.pyc,, +django/core/__pycache__/wsgi.cpython-38.pyc,, +django/core/cache/__init__.py,sha256=GxbLBzFT3_6rqW-E26u30__BYkqhaCh6pzhM1KykZE8,3694 +django/core/cache/__pycache__/__init__.cpython-38.pyc,, +django/core/cache/__pycache__/utils.cpython-38.pyc,, +django/core/cache/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/cache/backends/__pycache__/__init__.cpython-38.pyc,, +django/core/cache/backends/__pycache__/base.cpython-38.pyc,, +django/core/cache/backends/__pycache__/db.cpython-38.pyc,, +django/core/cache/backends/__pycache__/dummy.cpython-38.pyc,, +django/core/cache/backends/__pycache__/filebased.cpython-38.pyc,, +django/core/cache/backends/__pycache__/locmem.cpython-38.pyc,, +django/core/cache/backends/__pycache__/memcached.cpython-38.pyc,, +django/core/cache/backends/base.py,sha256=vrMhKrAAo0vbSDOfsQVMX8OFfROJZFoebofntlFpPMg,10102 +django/core/cache/backends/db.py,sha256=rQAh5B7NGKMFYnrNs-P7fVPD8bbtwPSIlk-pbsowvWo,11371 +django/core/cache/backends/dummy.py,sha256=zJiIXLVJ9Tucb__RoYQFuZJeSvhpCG7NvpLJgOp8bfk,1116 +django/core/cache/backends/filebased.py,sha256=JckfmtM11yi7H5L1YxUoeltqPT8OqSComqBhmbciKDI,5667 +django/core/cache/backends/locmem.py,sha256=0nvukuE5UPuuYaGNlTh1xbtxxF9U74yc0jvcCGtaL1g,4095 +django/core/cache/backends/memcached.py,sha256=R8m-Yl5AVyLwSw9QhGWbYn_2cnTwBeXWw-hX29wsNBo,7244 +django/core/cache/utils.py,sha256=fdSTmMvnVTM7dhwf-qbHRnhLJAV1XIJe_Ut5H-EGKBw,381 +django/core/checks/__init__.py,sha256=V84NUpItdggGTGW06qO_VhQ7dxzYBPbtsrN1CzLIjB0,936 +django/core/checks/__pycache__/__init__.cpython-38.pyc,, +django/core/checks/__pycache__/caches.cpython-38.pyc,, +django/core/checks/__pycache__/database.cpython-38.pyc,, +django/core/checks/__pycache__/messages.cpython-38.pyc,, +django/core/checks/__pycache__/model_checks.cpython-38.pyc,, +django/core/checks/__pycache__/registry.cpython-38.pyc,, +django/core/checks/__pycache__/templates.cpython-38.pyc,, +django/core/checks/__pycache__/translation.cpython-38.pyc,, +django/core/checks/__pycache__/urls.cpython-38.pyc,, +django/core/checks/caches.py,sha256=jhyfX_m6TepTYRBa-j3qh1owD1W-3jmceu8b8dIFqVk,415 +django/core/checks/compatibility/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/checks/compatibility/__pycache__/__init__.cpython-38.pyc,, +django/core/checks/database.py,sha256=IpXyIS-TDTH4p037aG2l0qWnAVFtp8ozJEsXMvaoIu8,261 +django/core/checks/messages.py,sha256=ZbasGH7L_MeIGIwb_nYiO9Z_MXF0-aXO1ru2xFACj6Y,2161 +django/core/checks/model_checks.py,sha256=SWQkyklSxGtg-2QiEdOt5kdef6tbuQXPQnBakKMKAHI,7287 +django/core/checks/registry.py,sha256=Nzt4fNaK9PhwHiJ8h2BxQd0MWSEXCH9bfPKEQtNVHwk,3099 +django/core/checks/security/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/checks/security/__pycache__/__init__.cpython-38.pyc,, +django/core/checks/security/__pycache__/base.cpython-38.pyc,, +django/core/checks/security/__pycache__/csrf.cpython-38.pyc,, +django/core/checks/security/__pycache__/sessions.cpython-38.pyc,, +django/core/checks/security/base.py,sha256=fEcse-Eg8W-NrLPkIhKx6DCToL46-7BeJtMrFd7Tgzw,6743 +django/core/checks/security/csrf.py,sha256=CH09reOHXQEdCMqhlejyh0IsGwDQkFeHRYO25glZTYE,1259 +django/core/checks/security/sessions.py,sha256=vvsxKEwb3qHgnCG0R5KUkfUpMHuZMfxjo9-X-2BTp-4,2558 +django/core/checks/templates.py,sha256=9_qZn_MWX94i209MVu2uS66NPRgbKWtk_XxetKczyfU,1092 +django/core/checks/translation.py,sha256=4ShatZ9pmMIUjrkELnnuT-xRAdGK1ZG6fSdznvg-4lA,497 +django/core/checks/urls.py,sha256=lA8wbw2WDC-e4ZAr-9ooEWtGvrNyMh1G-MZbojGq9W8,3246 +django/core/exceptions.py,sha256=V61tsXhjxUnLxfNVAQBUUhvSgvdDhLL3ajIS5TCGlyI,5275 +django/core/files/__init__.py,sha256=OjalFLvs-vPaTE3vP0eYZWyNwMj9pLJZNgG4AcGn2_Y,60 +django/core/files/__pycache__/__init__.cpython-38.pyc,, +django/core/files/__pycache__/base.cpython-38.pyc,, +django/core/files/__pycache__/images.cpython-38.pyc,, +django/core/files/__pycache__/locks.cpython-38.pyc,, +django/core/files/__pycache__/move.cpython-38.pyc,, +django/core/files/__pycache__/storage.cpython-38.pyc,, +django/core/files/__pycache__/temp.cpython-38.pyc,, +django/core/files/__pycache__/uploadedfile.cpython-38.pyc,, +django/core/files/__pycache__/uploadhandler.cpython-38.pyc,, +django/core/files/__pycache__/utils.cpython-38.pyc,, +django/core/files/base.py,sha256=jsYsE3bNpAgaQcUvTE8m1UTj6HVXkHd4bh-Y38JmF84,4812 +django/core/files/images.py,sha256=jmF29FQ1RHZ1Sio6hNjJ6FYVAiz5JQTkAyqX7qWSAFA,2569 +django/core/files/locks.py,sha256=Y5FN6iaVNeFW4HOK1Q424BPTxBpro9l-lxLsE9rUa3E,3514 +django/core/files/move.py,sha256=1R3xTJKI9Plo0xRknz-Uv2_QQRw_vmr-rUEcrTJloMA,2956 +django/core/files/storage.py,sha256=w3WTyN5CVcNwYMlHA4ib-4KBf123cfFAmPiSFcZgIWE,14592 +django/core/files/temp.py,sha256=RHPxZQx1xv5jxhstX_7-upJf6ovTtSjlPH8wcY-PjJE,2502 +django/core/files/uploadedfile.py,sha256=dzZcC1OWFMK52Wp6jzVGIo-MYbkkhSHOhRR4JZgaoQE,3890 +django/core/files/uploadhandler.py,sha256=DtlUF2T0WkDCrf6fUmmriffX_8aZLzwJvRZn7CCsvqg,6470 +django/core/files/utils.py,sha256=5Ady6JuzCYb_VAtSwc9Dr-iTmpuMIVuJ3RKck1-sYzk,1752 +django/core/handlers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/handlers/__pycache__/__init__.cpython-38.pyc,, +django/core/handlers/__pycache__/base.cpython-38.pyc,, +django/core/handlers/__pycache__/exception.cpython-38.pyc,, +django/core/handlers/__pycache__/wsgi.cpython-38.pyc,, +django/core/handlers/base.py,sha256=sNM1um7hLmyJjbeAAnmk0vbEPuqIZ1vpAFUhifdc-M0,6523 +django/core/handlers/exception.py,sha256=ewEsuAuHED3sV1G4dYR7G6btKJJaGIz57FbkTRzOtYQ,4773 +django/core/handlers/wsgi.py,sha256=M7ItpAH-a5mQSmBvfAFTEWYvTS_5CsPO5zcrWcHGYZk,7745 +django/core/mail/__init__.py,sha256=LBC94qDGLULxasR97XAb0xGssr29-EbNUTDpbtnQ6iE,4484 +django/core/mail/__pycache__/__init__.cpython-38.pyc,, +django/core/mail/__pycache__/message.cpython-38.pyc,, +django/core/mail/__pycache__/utils.cpython-38.pyc,, +django/core/mail/backends/__init__.py,sha256=VJ_9dBWKA48MXBZXVUaTy9NhgfRonapA6UAjVFEPKD8,37 +django/core/mail/backends/__pycache__/__init__.cpython-38.pyc,, +django/core/mail/backends/__pycache__/base.cpython-38.pyc,, +django/core/mail/backends/__pycache__/console.cpython-38.pyc,, +django/core/mail/backends/__pycache__/dummy.cpython-38.pyc,, +django/core/mail/backends/__pycache__/filebased.cpython-38.pyc,, +django/core/mail/backends/__pycache__/locmem.cpython-38.pyc,, +django/core/mail/backends/__pycache__/smtp.cpython-38.pyc,, +django/core/mail/backends/base.py,sha256=f9Oeaw1RAiPHmsTdQakeYzEabfOtULz0UvldP4Cydpk,1660 +django/core/mail/backends/console.py,sha256=l1XFESBbk1Ney5bUgjCYVPoSDzjobzIK3GMQyxQX1Qk,1402 +django/core/mail/backends/dummy.py,sha256=sI7tAa3MfG43UHARduttBvEAYYfiLasgF39jzaZPu9E,234 +django/core/mail/backends/filebased.py,sha256=OPRc5lDsB9Gble251fwXp0oq1qKeZM9T2JTcZwL_5js,2715 +django/core/mail/backends/locmem.py,sha256=OgTK_4QGhsBdqtDKY6bwYNKw2MXudc0PSF5GNVqS7gk,884 +django/core/mail/backends/smtp.py,sha256=B-COkTSGIj7DvfiJ4r4g5QgU8WVfEIri-5vCytRv9oE,5306 +django/core/mail/message.py,sha256=232jQiFQq8NR8yjSNRPYO88UgnCIAZylqrl8x1oQUhY,17366 +django/core/mail/utils.py,sha256=nUQWqzPAZfqWY2J7SsYfVlihYMYz6i_A8H5D0pSkBvo,452 +django/core/management/__init__.py,sha256=N3eTJ4gk2S-m8Q39RlI7Te9jHeLMw3IOsPkFPbkzt7E,15857 +django/core/management/__pycache__/__init__.cpython-38.pyc,, +django/core/management/__pycache__/base.cpython-38.pyc,, +django/core/management/__pycache__/color.cpython-38.pyc,, +django/core/management/__pycache__/sql.cpython-38.pyc,, +django/core/management/__pycache__/templates.cpython-38.pyc,, +django/core/management/__pycache__/utils.cpython-38.pyc,, +django/core/management/base.py,sha256=aD-29_cJv6UzeyuiTRI3YvrvzhkZExhfVHwujyiY92s,21276 +django/core/management/color.py,sha256=3m8gYaiYGpthRU2PFPkuKxZFvfk3-A8pRj4Lq7ejHTw,1817 +django/core/management/commands/__pycache__/check.cpython-38.pyc,, +django/core/management/commands/__pycache__/compilemessages.cpython-38.pyc,, +django/core/management/commands/__pycache__/createcachetable.cpython-38.pyc,, +django/core/management/commands/__pycache__/dbshell.cpython-38.pyc,, +django/core/management/commands/__pycache__/diffsettings.cpython-38.pyc,, +django/core/management/commands/__pycache__/dumpdata.cpython-38.pyc,, +django/core/management/commands/__pycache__/flush.cpython-38.pyc,, +django/core/management/commands/__pycache__/inspectdb.cpython-38.pyc,, +django/core/management/commands/__pycache__/loaddata.cpython-38.pyc,, +django/core/management/commands/__pycache__/makemessages.cpython-38.pyc,, +django/core/management/commands/__pycache__/makemigrations.cpython-38.pyc,, +django/core/management/commands/__pycache__/migrate.cpython-38.pyc,, +django/core/management/commands/__pycache__/runserver.cpython-38.pyc,, +django/core/management/commands/__pycache__/sendtestemail.cpython-38.pyc,, +django/core/management/commands/__pycache__/shell.cpython-38.pyc,, +django/core/management/commands/__pycache__/showmigrations.cpython-38.pyc,, +django/core/management/commands/__pycache__/sqlflush.cpython-38.pyc,, +django/core/management/commands/__pycache__/sqlmigrate.cpython-38.pyc,, +django/core/management/commands/__pycache__/sqlsequencereset.cpython-38.pyc,, +django/core/management/commands/__pycache__/squashmigrations.cpython-38.pyc,, +django/core/management/commands/__pycache__/startapp.cpython-38.pyc,, +django/core/management/commands/__pycache__/startproject.cpython-38.pyc,, +django/core/management/commands/__pycache__/test.cpython-38.pyc,, +django/core/management/commands/__pycache__/testserver.cpython-38.pyc,, +django/core/management/commands/check.py,sha256=z7K7s5QtpMKT84mbwVPH0c_qSvGgoa2bgbSaFEeoOAc,2248 +django/core/management/commands/compilemessages.py,sha256=tS8KFirmhwTdOYbcWJtU04hfwrmv1WU8BLoH3GIqQxk,5719 +django/core/management/commands/createcachetable.py,sha256=xRU5-icXi05yXI1fqDDAYQwlskgmWDBnXFWJoouZkBw,4322 +django/core/management/commands/dbshell.py,sha256=ZfbM6Wewc07gzU6kS4pq5_WSEVyE9_8QhGZkAJhrY2I,1207 +django/core/management/commands/diffsettings.py,sha256=5EnX2aERD8OpKOzvvvBAQWs3mfOwhmdBKbPF6yvImcw,3373 +django/core/management/commands/dumpdata.py,sha256=AK762M9-FPPd40-Tx5IR6esHN2GIX5cPpG-Ix5bMFjk,8479 +django/core/management/commands/flush.py,sha256=IYUA8yXZs68f8zNYeSIA_VFsVfuTBB-p-2Fgdpd1lI0,3557 +django/core/management/commands/inspectdb.py,sha256=aeuDuRiejHrx2hCyZ8SP_YH6XZpWsPuXqUhsojr3JfY,13763 +django/core/management/commands/loaddata.py,sha256=MTTGLAi5J7FfdJ2PRz9W2ra-Zr4CbOG_p57hO9_1Gxc,14542 +django/core/management/commands/makemessages.py,sha256=nt7c7nmytkuOx81UdJYrJhsb9RdiDr_fl0DuoBBbXJQ,27189 +django/core/management/commands/makemigrations.py,sha256=aH0wQnjA-HGQ6OYdltRwrJrjVKexhSubifLB2xctAaM,14587 +django/core/management/commands/migrate.py,sha256=XOESESXCkXvuqVivvJNHskgdFkPtTYS1ODc7MuJyREI,16363 +django/core/management/commands/runserver.py,sha256=vIra3zUFTYVAXb1RSJGk59HI92-XOTWHcbXv_dCT6EY,6283 +django/core/management/commands/sendtestemail.py,sha256=LsiP5Xg4AWLtc0vS0JinaaAAKjBbLUnfCq0pa0r4FFw,1456 +django/core/management/commands/shell.py,sha256=tW6wSIq_TxGreSNBEnB1ZAqKAG_i6xSnOYAymeqIOsk,4029 +django/core/management/commands/showmigrations.py,sha256=oLsN7XHkJEXwqMp7LM_mcXYY-t8Q2dSgLfpDzk1Yfpc,5428 +django/core/management/commands/sqlflush.py,sha256=mNxqSBp-fF36h3JMtEsDvYzCysxDA5R0IjhyiYyDMiI,795 +django/core/management/commands/sqlmigrate.py,sha256=R_RuBTL7Zx2MDE1qAL3yVERZq-NpLur2tNfb1mTGUJQ,2914 +django/core/management/commands/sqlsequencereset.py,sha256=hCyc6og7K4cDbVflf85lusgoQz0fWiOylo6Jtlold8U,872 +django/core/management/commands/squashmigrations.py,sha256=V5elYLfX2AW156eCupw4c54_QaluV5zv5B3AT41z4hk,9741 +django/core/management/commands/startapp.py,sha256=rvXApmLdP3gBinKaOMJtT1g3YrgVTlHteqNqFioNu8Y,503 +django/core/management/commands/startproject.py,sha256=ygP95ZEldotgEVmxDYBPUyAedNQTTwJulKLinGUxZtg,688 +django/core/management/commands/test.py,sha256=MZ8KXfCDUuq-ynHxURrHk5aJOmGg0Ue7bZw1G0v9nWg,2050 +django/core/management/commands/testserver.py,sha256=Veo-U69NUEyFuM_O9tG7GjRZ3aR2vWzcaVWahAIdS_M,2117 +django/core/management/sql.py,sha256=bnxEUUIJScj6A67s0txpq4RT8sh0n-RS5ZxcNqySaAU,1921 +django/core/management/templates.py,sha256=jI9KLV8wALb_Qc4ZRk-jc3AxNr1CvEvG15FKKZTQ0uk,13468 +django/core/management/utils.py,sha256=vt925zdsFIe_ZnD06dItMjPSDFFJCix_jcjqlJuLZds,3934 +django/core/paginator.py,sha256=rBbj7G0wDTPHuLLxvWAHIvJ6lj95OacRGeRKxtyVKog,6204 +django/core/serializers/__init__.py,sha256=TEJTEGHsW5vUAJWqQz7FdlD_NEGNaGlBN4zJAe21yeo,8073 +django/core/serializers/__pycache__/__init__.cpython-38.pyc,, +django/core/serializers/__pycache__/base.cpython-38.pyc,, +django/core/serializers/__pycache__/json.cpython-38.pyc,, +django/core/serializers/__pycache__/python.cpython-38.pyc,, +django/core/serializers/__pycache__/pyyaml.cpython-38.pyc,, +django/core/serializers/__pycache__/xml_serializer.cpython-38.pyc,, +django/core/serializers/base.py,sha256=0K-a17-xJvqUM4VWVn1LmfNfXOzmzVkXyF2Bzn5ZHLs,11610 +django/core/serializers/json.py,sha256=sKfzArRjK2zNaRUxYRBbUWmoQfDUKzyKdIKu1gBeKnc,3352 +django/core/serializers/python.py,sha256=JH9PQCJC5JH7c0ERnmGSmhc1aQwtpYUTBWAIRWmYD74,6028 +django/core/serializers/pyyaml.py,sha256=qtYQyp2BXz9AffNLzPpCZBNIxkYR4myf9Oylb9fl6M4,2675 +django/core/serializers/xml_serializer.py,sha256=qZ5oDy_AV16iY7f1UgqcJ7ga8woA1lb9SVc9sr06bFU,16643 +django/core/servers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/core/servers/__pycache__/__init__.cpython-38.pyc,, +django/core/servers/__pycache__/basehttp.cpython-38.pyc,, +django/core/servers/basehttp.py,sha256=VM29yPPrpEwFdXGWdelvxqd23CRKCLAGWBmUnu2rjCo,7735 +django/core/signals.py,sha256=uGRybHCJZ74by2HV-9JEWvfmnw_scuhcxaRP3UmZDjE,247 +django/core/signing.py,sha256=5ABHjzgBzFyGmomEx9R2Y83HA0zhDd0A0B2JYqsnZj4,6676 +django/core/validators.py,sha256=025VMZ2gZjyKOgrFZYiikG8iNsvw3_s1me6BsEM0U7k,18854 +django/core/wsgi.py,sha256=2sYMSe3IBrENeQT7rys-04CRmf8hW2Q2CjlkBUIyjHk,388 +django/db/__init__.py,sha256=T8s-HTPRYj1ezRtUqzam8wQup01EhaQQXHQYVkAH8jY,1900 +django/db/__pycache__/__init__.cpython-38.pyc,, +django/db/__pycache__/transaction.cpython-38.pyc,, +django/db/__pycache__/utils.cpython-38.pyc,, +django/db/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/__pycache__/__init__.cpython-38.pyc,, +django/db/backends/__pycache__/ddl_references.cpython-38.pyc,, +django/db/backends/__pycache__/signals.cpython-38.pyc,, +django/db/backends/__pycache__/utils.cpython-38.pyc,, +django/db/backends/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/base/__pycache__/__init__.cpython-38.pyc,, +django/db/backends/base/__pycache__/base.cpython-38.pyc,, +django/db/backends/base/__pycache__/client.cpython-38.pyc,, +django/db/backends/base/__pycache__/creation.cpython-38.pyc,, +django/db/backends/base/__pycache__/features.cpython-38.pyc,, +django/db/backends/base/__pycache__/introspection.cpython-38.pyc,, +django/db/backends/base/__pycache__/operations.cpython-38.pyc,, +django/db/backends/base/__pycache__/schema.cpython-38.pyc,, +django/db/backends/base/__pycache__/validation.cpython-38.pyc,, +django/db/backends/base/base.py,sha256=7dv0o7s5PChROKRxAhumUit3ucPJk7PdTOGkQMpfVkk,24312 +django/db/backends/base/client.py,sha256=r6dcRhY5tPx9lzDZhbcDC1z9LDdXxRe_vtkgYQSmuEI,513 +django/db/backends/base/creation.py,sha256=6_8IIKdYuI3wI-zUtBbTHUa6pwOJyYivjV72VEiew28,11919 +django/db/backends/base/features.py,sha256=LfQUvxrjk2OMU_EhCOM95Yf7R5Uzdzhe8l06rzwRiDI,11483 +django/db/backends/base/introspection.py,sha256=x-x32jBMSGSvBnGb_9EFgKWk0STYbOis9YoF4czEm0k,7277 +django/db/backends/base/operations.py,sha256=LD948w1x22t7aACqNMIlolK3Fvagtro-QNKKH4j__XM,26004 +django/db/backends/base/schema.py,sha256=sqdafk0plBi72YWfCBCeEbYSuPGhWUaxGNLgZQcxD18,54177 +django/db/backends/base/validation.py,sha256=4zIAVsePyETiRtK7CAw78y4ZiCPISs0Pv17mFWy2Tr4,1040 +django/db/backends/ddl_references.py,sha256=byT3kdAxOMy7uqIh_D2CgxyABBb2aNoPKcGJfM8gOEo,6494 +django/db/backends/dummy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/dummy/__pycache__/__init__.cpython-38.pyc,, +django/db/backends/dummy/__pycache__/base.cpython-38.pyc,, +django/db/backends/dummy/__pycache__/features.cpython-38.pyc,, +django/db/backends/dummy/base.py,sha256=ZsB_hKOW9tuaNbZt64fGY6tk0_FqMiF72rp8TE3NrDA,2244 +django/db/backends/dummy/features.py,sha256=Pg8_jND-aoJomTaBBXU3hJEjzpB-rLs6VwpoKkOYuQg,181 +django/db/backends/mysql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/mysql/__pycache__/__init__.cpython-38.pyc,, +django/db/backends/mysql/__pycache__/base.cpython-38.pyc,, +django/db/backends/mysql/__pycache__/client.cpython-38.pyc,, +django/db/backends/mysql/__pycache__/compiler.cpython-38.pyc,, +django/db/backends/mysql/__pycache__/creation.cpython-38.pyc,, +django/db/backends/mysql/__pycache__/features.cpython-38.pyc,, +django/db/backends/mysql/__pycache__/introspection.cpython-38.pyc,, +django/db/backends/mysql/__pycache__/operations.cpython-38.pyc,, +django/db/backends/mysql/__pycache__/schema.cpython-38.pyc,, +django/db/backends/mysql/__pycache__/validation.cpython-38.pyc,, +django/db/backends/mysql/base.py,sha256=YqPhjaiuPX3huZxLk9oE7XxmlQRyOoUtEr_tXBBeN6E,13779 +django/db/backends/mysql/client.py,sha256=vvt1-wevYeQR4JmklrmZ_nrUrXdMaAXQOV7j42XZx4M,1834 +django/db/backends/mysql/compiler.py,sha256=J30bWgLviaWfUktegN7YnXmp6CaEZ6u8VeuiN4DUk4E,704 +django/db/backends/mysql/creation.py,sha256=pn3utQHFhPX93T8g1Z8k8_U3TDUss6fDIeUgaINtobc,3058 +django/db/backends/mysql/features.py,sha256=0XwOby_HzgbOkrBo3zha1q9iEtn9baqzkRuqrHzqWac,4548 +django/db/backends/mysql/introspection.py,sha256=rmiTkcCIw5-3tC7ajmMy82zHpkk0naQipiS1VLU9VwA,8779 +django/db/backends/mysql/operations.py,sha256=s5YtCw3dsnWFaIOAfdrl0KjIbU0bNYQcVRVb_1B3mnI,12911 +django/db/backends/mysql/schema.py,sha256=YqRlXZem9jIXilH9eKGwjfoTZ4g018UN-dDjZQ69AJU,4598 +django/db/backends/mysql/validation.py,sha256=C0MLttf0KGEU9i0N1jrXwprRgSV0uT7qL4Eu9yllpRQ,2565 +django/db/backends/oracle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/oracle/__pycache__/__init__.cpython-38.pyc,, +django/db/backends/oracle/__pycache__/base.cpython-38.pyc,, +django/db/backends/oracle/__pycache__/client.cpython-38.pyc,, +django/db/backends/oracle/__pycache__/compiler.cpython-38.pyc,, +django/db/backends/oracle/__pycache__/creation.cpython-38.pyc,, +django/db/backends/oracle/__pycache__/features.cpython-38.pyc,, +django/db/backends/oracle/__pycache__/functions.cpython-38.pyc,, +django/db/backends/oracle/__pycache__/introspection.cpython-38.pyc,, +django/db/backends/oracle/__pycache__/operations.cpython-38.pyc,, +django/db/backends/oracle/__pycache__/schema.cpython-38.pyc,, +django/db/backends/oracle/__pycache__/utils.cpython-38.pyc,, +django/db/backends/oracle/__pycache__/validation.cpython-38.pyc,, +django/db/backends/oracle/base.py,sha256=arIVWHqHwZgS1OJxWoARg67g21FLh7kVwQzJZHlOLy4,22668 +django/db/backends/oracle/client.py,sha256=JYYBOZAr814iEi2WOEOT7tcCfJclk8gMgPxzZu4SB8c,494 +django/db/backends/oracle/compiler.py,sha256=24yd7jxHln4QEcDypMi8bl2ywMIpjbxbH_mlUUBbYxE,2387 +django/db/backends/oracle/creation.py,sha256=FgNUj3kMaK5m3h_Wjcw7pEAMqxM6tt87H_dt82OgmME,19643 +django/db/backends/oracle/features.py,sha256=Y1JP0LVRmtJIbycv_W49dOizAy9_8GzAiM3wKOmCm10,2539 +django/db/backends/oracle/functions.py,sha256=PHMO9cApG1EhZPD4E0Vd6dzPmE_Dzouf9GIWbF1X7kc,768 +django/db/backends/oracle/introspection.py,sha256=U5Hoo6GFKKlCXZtR128a8SXykbZrjFs2tFyNhoT46OE,11358 +django/db/backends/oracle/operations.py,sha256=FVGoXfXHGY6eLJehcd8LX_tsyCfCKrkmsKncckeTLYY,25377 +django/db/backends/oracle/schema.py,sha256=h4pzJW5WJt3wv-A60o6_Pv8eKbWciQB-4ecBPtRfkus,7682 +django/db/backends/oracle/utils.py,sha256=mYTe-6R--xoYizlJd26O-5H_lCtfFkZ4aVXaLlsqS4Y,1489 +django/db/backends/oracle/validation.py,sha256=O1Vx5ljfyEVo9W-o4OVsu_OTfZ5V5P9HX3kNMtdE75o,860 +django/db/backends/postgresql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/postgresql/__pycache__/__init__.cpython-38.pyc,, +django/db/backends/postgresql/__pycache__/base.cpython-38.pyc,, +django/db/backends/postgresql/__pycache__/client.cpython-38.pyc,, +django/db/backends/postgresql/__pycache__/creation.cpython-38.pyc,, +django/db/backends/postgresql/__pycache__/features.cpython-38.pyc,, +django/db/backends/postgresql/__pycache__/introspection.cpython-38.pyc,, +django/db/backends/postgresql/__pycache__/operations.cpython-38.pyc,, +django/db/backends/postgresql/__pycache__/schema.cpython-38.pyc,, +django/db/backends/postgresql/__pycache__/utils.cpython-38.pyc,, +django/db/backends/postgresql/base.py,sha256=DNpNimYc1wEz-Gk0YMb0URhwCKjM8NJWkJZeEqTZ5Sg,11118 +django/db/backends/postgresql/client.py,sha256=0uzZPVsjsH28p0eBn6hWS3u2heVQfBJWzm0sQB49hZk,2383 +django/db/backends/postgresql/creation.py,sha256=a10p-xMnIVyy1y0vAFk9M6CxLqUihcdsXNTAJGdRevM,3357 +django/db/backends/postgresql/features.py,sha256=DRM_sjayMGWyUpel-LhhHUwgqdNGLj5oqJi6OiCzE-s,2940 +django/db/backends/postgresql/introspection.py,sha256=24RMKYDKu_p3jv7f0EosK9HXHUBR9o1waYWlc6dddkg,10497 +django/db/backends/postgresql/operations.py,sha256=ff8e0vG4TPNbrKU_F3yLmX3PnkQvqW7XJXw2h_SSI0I,12000 +django/db/backends/postgresql/schema.py,sha256=MG6qliMsIN2s6Z23EO2wfuNtyrgbOeQz-pNtOvctUnw,6661 +django/db/backends/postgresql/utils.py,sha256=3GXuTEoyPNqfUcXOCVnC-gw7xdAV17ZvZYb4Qu6f7Mc,176 +django/db/backends/postgresql_psycopg2/__init__.py,sha256=5v4iwk9d_ENPQMdjDfQxvPKTlOXxfaWsnaR-qgCPMcM,261 +django/db/backends/postgresql_psycopg2/__pycache__/__init__.cpython-38.pyc,, +django/db/backends/postgresql_psycopg2/__pycache__/base.cpython-38.pyc,, +django/db/backends/postgresql_psycopg2/__pycache__/client.cpython-38.pyc,, +django/db/backends/postgresql_psycopg2/__pycache__/creation.cpython-38.pyc,, +django/db/backends/postgresql_psycopg2/__pycache__/features.cpython-38.pyc,, +django/db/backends/postgresql_psycopg2/__pycache__/introspection.cpython-38.pyc,, +django/db/backends/postgresql_psycopg2/__pycache__/operations.cpython-38.pyc,, +django/db/backends/postgresql_psycopg2/__pycache__/schema.cpython-38.pyc,, +django/db/backends/postgresql_psycopg2/__pycache__/utils.cpython-38.pyc,, +django/db/backends/postgresql_psycopg2/base.py,sha256=g2aAztfMtAL93F8tGmO1W2YQbmr-w5sm_Obopi4JHX4,40 +django/db/backends/postgresql_psycopg2/client.py,sha256=IRCmGthBTRhO2RVGdyuxWLJowAc5H1_-1azwzrvJ-Ag,42 +django/db/backends/postgresql_psycopg2/creation.py,sha256=K2mX3uKrYKPu6snParWOUpdPE7njMl7d5F_9rWTEMy4,44 +django/db/backends/postgresql_psycopg2/features.py,sha256=5wEMe_Zj-SGxQ5AF06SH7ghMuamD_y7ddvJ9LBqZxhA,44 +django/db/backends/postgresql_psycopg2/introspection.py,sha256=uhjKJBighkTzV0JeFYJsYedni4w5I_N9LpIwDaPmOsE,49 +django/db/backends/postgresql_psycopg2/operations.py,sha256=xkIOUX-rLI6YjTKtEHYEK89whe2J1T-FKNVRBW2Jbh4,46 +django/db/backends/postgresql_psycopg2/schema.py,sha256=R-3T1eOq2-yD66L2--ICntPF2ZsLZ-Ok4TV4FGxyG5c,42 +django/db/backends/postgresql_psycopg2/utils.py,sha256=eneNs5az6_Q07x0q991G7ZABYgE-YgMg9-Xk35LT7PM,41 +django/db/backends/signals.py,sha256=rAFB5bUdnk5jckIT4PwVwEuE6aj4dbtasRHcRnIyH6Y,95 +django/db/backends/sqlite3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/db/backends/sqlite3/__pycache__/__init__.cpython-38.pyc,, +django/db/backends/sqlite3/__pycache__/base.cpython-38.pyc,, +django/db/backends/sqlite3/__pycache__/client.cpython-38.pyc,, +django/db/backends/sqlite3/__pycache__/creation.cpython-38.pyc,, +django/db/backends/sqlite3/__pycache__/features.cpython-38.pyc,, +django/db/backends/sqlite3/__pycache__/introspection.cpython-38.pyc,, +django/db/backends/sqlite3/__pycache__/operations.cpython-38.pyc,, +django/db/backends/sqlite3/__pycache__/schema.cpython-38.pyc,, +django/db/backends/sqlite3/base.py,sha256=xk4drYPzVQbuNXDh_QhGC02mkWd9VWE1fNcfqOCN4O4,22958 +django/db/backends/sqlite3/client.py,sha256=wiSj2r4sCG-n3SwFKJV2mVEw9GFXiyFbHgD_Ic_DjxA,311 +django/db/backends/sqlite3/creation.py,sha256=iepxncH5Ln-OPtigZOcnbTiK9lLVsoASIOC2IWuzhAs,4224 +django/db/backends/sqlite3/features.py,sha256=L4_HFC3YKPKIzwIF9BgZo6vj28cZ697gIkiEkot-uKk,1900 +django/db/backends/sqlite3/introspection.py,sha256=LcvxQCSutdY_saEsq6338kUvFv4vwg8HowudBV-GwVc,18775 +django/db/backends/sqlite3/operations.py,sha256=D7wIvmOY31538j-9nQEAUWPrBw-nKhEcagiDmWbS_TA,13910 +django/db/backends/sqlite3/schema.py,sha256=i8F4Nawr8huJK_SQNr8lA3bwnP9rmOmgRsczsOu1_iE,19584 +django/db/backends/utils.py,sha256=nTaXwqJtSfSjNeZLYoDoGE0KaRQBMHRZYIDZXbbfXFg,8496 +django/db/migrations/__init__.py,sha256=Oa4RvfEa6hITCqdcqwXYC66YknFKyluuy7vtNbSc-L4,97 +django/db/migrations/__pycache__/__init__.cpython-38.pyc,, +django/db/migrations/__pycache__/autodetector.cpython-38.pyc,, +django/db/migrations/__pycache__/exceptions.cpython-38.pyc,, +django/db/migrations/__pycache__/executor.cpython-38.pyc,, +django/db/migrations/__pycache__/graph.cpython-38.pyc,, +django/db/migrations/__pycache__/loader.cpython-38.pyc,, +django/db/migrations/__pycache__/migration.cpython-38.pyc,, +django/db/migrations/__pycache__/optimizer.cpython-38.pyc,, +django/db/migrations/__pycache__/questioner.cpython-38.pyc,, +django/db/migrations/__pycache__/recorder.cpython-38.pyc,, +django/db/migrations/__pycache__/serializer.cpython-38.pyc,, +django/db/migrations/__pycache__/state.cpython-38.pyc,, +django/db/migrations/__pycache__/utils.cpython-38.pyc,, +django/db/migrations/__pycache__/writer.cpython-38.pyc,, +django/db/migrations/autodetector.py,sha256=1Y6476Yy31CdguPhGf7onKHVMoQ4r23DmTEXsq9BWYA,63909 +django/db/migrations/exceptions.py,sha256=cfa6q9WVRsTmwIucNjq8W2MbvSA-CNChenY3vFie4xg,1204 +django/db/migrations/executor.py,sha256=MTwq6bjjAYLIrRGhUtYGc_wqrGfzP0iFK-H_r8g9QEI,17772 +django/db/migrations/graph.py,sha256=qho3dqkbm8QyaRebGQUBQWFv1TQ-70AS8aWtOmw3Ius,12841 +django/db/migrations/loader.py,sha256=BtIdk7Ao1Iw170AnJ5obikZxU38b-NScr8I_7n170Lw,15167 +django/db/migrations/migration.py,sha256=qK9faUXqRpPrZ8vnQ8t3beBLVHzqX5QgFyobiWNRkqI,8242 +django/db/migrations/operations/__init__.py,sha256=48VoWNmXeVdSqnMql-wdWVGmv8BWpfFLz2pH3I5RDCY,778 +django/db/migrations/operations/__pycache__/__init__.cpython-38.pyc,, +django/db/migrations/operations/__pycache__/base.cpython-38.pyc,, +django/db/migrations/operations/__pycache__/fields.cpython-38.pyc,, +django/db/migrations/operations/__pycache__/models.cpython-38.pyc,, +django/db/migrations/operations/__pycache__/special.cpython-38.pyc,, +django/db/migrations/operations/__pycache__/utils.cpython-38.pyc,, +django/db/migrations/operations/base.py,sha256=EwaG6KgnhjlvIrFXlFF-WBUaQn8yXzfpW0VEnJY38AQ,5231 +django/db/migrations/operations/fields.py,sha256=y83OFWuTrFgYLxAy73zNcJY7VEXJjkJBkz5LUHEWym0,16515 +django/db/migrations/operations/models.py,sha256=eN6zvV0rSSAhYl0hnYyeV0UglhSTLQtn6s033NTMevc,34167 +django/db/migrations/operations/special.py,sha256=6vO2RRgaUPnxEjbkTX3QwAN-LaadZFHYpFHouAaMmig,7792 +django/db/migrations/operations/utils.py,sha256=E0SdwjQBJRlx_IydA47Iho7r31erLusI1n11EHxWjnw,2257 +django/db/migrations/optimizer.py,sha256=_SmLipGoJ4naKcFYPfMVbzWDV9dsMKIpU4Rz2IN74Mk,3283 +django/db/migrations/questioner.py,sha256=9wje3vaocR4jMKTLLVRwXECMD7FZSdJbh-o4--SKvA0,9918 +django/db/migrations/recorder.py,sha256=4e2dmcQRXaGhtUO0H266E3hEDwghy8r2VcaMBwUhOI8,3338 +django/db/migrations/serializer.py,sha256=Gxp6UcEhQEkukIqBO4ukq31TmM7iKJU5P0x81gQ8gSQ,12278 +django/db/migrations/state.py,sha256=Hoeuq2IAWsDG3M3ph96vmun6fzXSifuFmUV0R1GMKkM,25660 +django/db/migrations/utils.py,sha256=ApIIVhNrnnZ79yzrbPeREFsk5kxLCuOd1rwh3dDaNLI,388 +django/db/migrations/writer.py,sha256=pk1HbwGx0YKTHXmB_M3lwqJ96U4iuB_Csu4UVy_9qZQ,11322 +django/db/models/__init__.py,sha256=4XCPD0FfiCtfEBQBMaGDLlxhfTgg5KChArLEU-A2lE0,2226 +django/db/models/__pycache__/__init__.cpython-38.pyc,, +django/db/models/__pycache__/aggregates.cpython-38.pyc,, +django/db/models/__pycache__/base.cpython-38.pyc,, +django/db/models/__pycache__/constants.cpython-38.pyc,, +django/db/models/__pycache__/constraints.cpython-38.pyc,, +django/db/models/__pycache__/deletion.cpython-38.pyc,, +django/db/models/__pycache__/expressions.cpython-38.pyc,, +django/db/models/__pycache__/indexes.cpython-38.pyc,, +django/db/models/__pycache__/lookups.cpython-38.pyc,, +django/db/models/__pycache__/manager.cpython-38.pyc,, +django/db/models/__pycache__/options.cpython-38.pyc,, +django/db/models/__pycache__/query.cpython-38.pyc,, +django/db/models/__pycache__/query_utils.cpython-38.pyc,, +django/db/models/__pycache__/signals.cpython-38.pyc,, +django/db/models/__pycache__/utils.cpython-38.pyc,, +django/db/models/aggregates.py,sha256=-Uy46N8EjChw8p2Apb63IhcIH6OiZMwNAnqvyUhDgek,5869 +django/db/models/base.py,sha256=bA-oDZjHUXfY-XroK86nz7QSaMRw7DGljfJX7Oqtb9I,75360 +django/db/models/constants.py,sha256=BstFLrG_rKBHL-IZ7iqXY9uSKLL6IOKOjheXBetCan0,117 +django/db/models/constraints.py,sha256=JD66ugB1U957CYcrGLxKMq73XlUTC1Yy9NaSZRTZAdY,4739 +django/db/models/deletion.py,sha256=Rf1QRcdiAjpvtbna6_iiN3-o1nPAphTorjIhvIdOK_w,14098 +django/db/models/expressions.py,sha256=LfrhbSp5Ch7Y7pKDCwxRLzN2OAFJPiIIDNugyxq2KTQ,48796 +django/db/models/fields/__init__.py,sha256=hHi074NYTlLBBjwycOlYwamtrYAeP8vpw934gQM7fHw,84338 +django/db/models/fields/__pycache__/__init__.cpython-38.pyc,, +django/db/models/fields/__pycache__/files.cpython-38.pyc,, +django/db/models/fields/__pycache__/mixins.cpython-38.pyc,, +django/db/models/fields/__pycache__/proxy.cpython-38.pyc,, +django/db/models/fields/__pycache__/related.cpython-38.pyc,, +django/db/models/fields/__pycache__/related_descriptors.cpython-38.pyc,, +django/db/models/fields/__pycache__/related_lookups.cpython-38.pyc,, +django/db/models/fields/__pycache__/reverse_related.cpython-38.pyc,, +django/db/models/fields/files.py,sha256=oRkgEqtvxQZa0GbgpaKJua83RKzHmNWSdkJ27oJlaU0,17776 +django/db/models/fields/mixins.py,sha256=5Ckq4d1cZODHfViLGcUyuJwvVPyV-Kfd2aZJzY4ckxc,816 +django/db/models/fields/proxy.py,sha256=fcJ2d1ZiY0sEouSq9SV7W1fm5eE3C_nMGky3Ma347dk,515 +django/db/models/fields/related.py,sha256=tnPp9R6Sp0HNc2-OiQr1EWB77DDiyhMPUg-avSxM6g4,68214 +django/db/models/fields/related_descriptors.py,sha256=FhA3z_BJKYAPjDkjO14bCzVLu9P1HwOdOVKEfIAyqcc,51000 +django/db/models/fields/related_lookups.py,sha256=-T9rIa4aOgy3Uy8Q0QkTj8Npux0E8P4ZSVAf9jsMf6I,7023 +django/db/models/fields/reverse_related.py,sha256=XZEOAsZmnqhap-q99hZCHftivqVHpHb7l_dfbJ9pGNU,10135 +django/db/models/functions/__init__.py,sha256=z1GkLKTRA2nmGhNiY4MmScBUGZAgm8q9TI4bWh7Ep1A,1910 +django/db/models/functions/__pycache__/__init__.cpython-38.pyc,, +django/db/models/functions/__pycache__/comparison.cpython-38.pyc,, +django/db/models/functions/__pycache__/datetime.cpython-38.pyc,, +django/db/models/functions/__pycache__/math.cpython-38.pyc,, +django/db/models/functions/__pycache__/mixins.cpython-38.pyc,, +django/db/models/functions/__pycache__/text.cpython-38.pyc,, +django/db/models/functions/__pycache__/window.cpython-38.pyc,, +django/db/models/functions/comparison.py,sha256=ouR8XAAGOAsHkcUwIh6RrScNcCry8_6SR_9hO3FCLoM,4831 +django/db/models/functions/datetime.py,sha256=XcL_IdUBJW1qPImFnwThIql_J-Do-byn0wtW3AxBLDM,10947 +django/db/models/functions/math.py,sha256=iyRt0xZ1vBvJ7QtMnuOdVEGWqqQZd6IawGD7cnVH8IU,4607 +django/db/models/functions/mixins.py,sha256=LsnLHHFrIv5_hZEBN7iTQMFua_gQlG4nDORB8DnVeSw,2078 +django/db/models/functions/text.py,sha256=X5XqQYjKWJ4dvGnp8AtdfLaaXT_m1V8lEcigXTC9s_o,9039 +django/db/models/functions/window.py,sha256=yL07Blhu1WudxHMbIfRA2bBIXuwZec8wLPbW6N5eOyc,2761 +django/db/models/indexes.py,sha256=qTsieRkqaBMfatuF6eZeHq2Pb2Z-o6gCc1xYWdwGSuw,5877 +django/db/models/lookups.py,sha256=16tOS72_G7amTT52f5zDIxnlblqruxLMJ50WqAU7YTc,19957 +django/db/models/manager.py,sha256=UCeTO9N4jXuY_BbyDxRdeDROW2y0gxSDSjZ3bb-q1mY,6767 +django/db/models/options.py,sha256=UwZwOAnLkI17eB_kYph-1h0KyDbNKXPy5TGdJVOJ-Gc,34378 +django/db/models/query.py,sha256=qLOE2GKhKqcNYuZtIf_9VN7C14Hml541L7VFq46Dc8g,79905 +django/db/models/query_utils.py,sha256=z69GrkJoMDOneYJ96q8QniJsfeRpPi6OeW5JfP8pFAA,12173 +django/db/models/signals.py,sha256=KWJCYuMFWrZPsLDPiM2TfkzC_Hq8gbEYWkvw-qXAA9w,2160 +django/db/models/sql/__init__.py,sha256=zuetuU9AGj1MdjWYMtzErxZH2VlY9dGp-RQGdCXd6uM,297 +django/db/models/sql/__pycache__/__init__.cpython-38.pyc,, +django/db/models/sql/__pycache__/compiler.cpython-38.pyc,, +django/db/models/sql/__pycache__/constants.cpython-38.pyc,, +django/db/models/sql/__pycache__/datastructures.cpython-38.pyc,, +django/db/models/sql/__pycache__/query.cpython-38.pyc,, +django/db/models/sql/__pycache__/subqueries.cpython-38.pyc,, +django/db/models/sql/__pycache__/where.cpython-38.pyc,, +django/db/models/sql/compiler.py,sha256=bZzzWKkAVFwkVyUm4syfv9n5hZg-jBhKtw1EhDrZyLU,69585 +django/db/models/sql/constants.py,sha256=gMg0n_j0fsfmqV5XFiywZXgSvuPq_WPV50ZSFlWYaCE,591 +django/db/models/sql/datastructures.py,sha256=1IXmOSSaqnu_d3Ab2iyp97nrVw0l_wpFLEosaAfLiHM,6701 +django/db/models/sql/query.py,sha256=4KAJprOcaxk7CtyXZvuJg4qzPaKmp7QHsAh4Frb2e-I,100717 +django/db/models/sql/subqueries.py,sha256=mGv0szYV_L3MQ62d_sABqpUOsQU3vQZgxCUCkVov4M4,7280 +django/db/models/sql/where.py,sha256=2o2kVQ8hXK0UuPlQeELDv9EQajKgVW9rxNT1MHXmTac,7991 +django/db/models/utils.py,sha256=1mQ_zPVpHleO_BFdEU714a09NMvSmR65-T3P31hhMEk,852 +django/db/transaction.py,sha256=xXN-GTrKG5ensCVhcPz8aZPt5YMbJ1xRHePFRz8H4UI,12100 +django/db/utils.py,sha256=2hiOB3FF-r2WnB0w0opov-WS_x75j9QGtL8iaBH3reA,9793 +django/dispatch/__init__.py,sha256=qP203zNwjaolUFnXLNZHnuBn7HNzyw9_JkODECRKZbc,286 +django/dispatch/__pycache__/__init__.cpython-38.pyc,, +django/dispatch/__pycache__/dispatcher.cpython-38.pyc,, +django/dispatch/dispatcher.py,sha256=sos1Caqi0aUeddtC_kQ6vxQ3Sau2j02Yej1OHVxJSOQ,10707 +django/dispatch/license.txt,sha256=VABMS2BpZOvBY68W0EYHwW5Cj4p4oCb-y1P3DAn0qU8,1743 +django/forms/__init__.py,sha256=S6ckOMmvUX-vVST6AC-M8BzsfVQwuEUAdHWabMN-OGI,368 +django/forms/__pycache__/__init__.cpython-38.pyc,, +django/forms/__pycache__/boundfield.cpython-38.pyc,, +django/forms/__pycache__/fields.cpython-38.pyc,, +django/forms/__pycache__/forms.cpython-38.pyc,, +django/forms/__pycache__/formsets.cpython-38.pyc,, +django/forms/__pycache__/models.cpython-38.pyc,, +django/forms/__pycache__/renderers.cpython-38.pyc,, +django/forms/__pycache__/utils.cpython-38.pyc,, +django/forms/__pycache__/widgets.cpython-38.pyc,, +django/forms/boundfield.py,sha256=X7zpRwQNc6QQOPnrXA9t4eLiGJlFY209do7N4bSFzPc,9978 +django/forms/fields.py,sha256=8z1bCzmkyW6Oik6QNAcbwuPJmCd2-FPYm297nAYSrOE,44659 +django/forms/forms.py,sha256=FFv07TkZhPV6_lvDBwQphE2fkOYMUSKL4X9p67IQI9M,20256 +django/forms/formsets.py,sha256=R9w0MoQitKwCfXylbAU2O4JxzEj6MKAt_adxBYDfyfQ,18199 +django/forms/jinja2/django/forms/widgets/attrs.html,sha256=_J2P-AOpHFhIwaqCNcrJFxEY4s-KPdy0Wcq0KlarIG0,172 +django/forms/jinja2/django/forms/widgets/checkbox.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/checkbox_option.html,sha256=U2dFtAXvOn_eK4ok0oO6BwKE-3-jozJboGah_PQFLVM,55 +django/forms/jinja2/django/forms/widgets/checkbox_select.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57 +django/forms/jinja2/django/forms/widgets/clearable_file_input.html,sha256=f3TWFr6fXxgVfpKPM2QQgQzPXm9RsPtDs6lQfhnaUVU,461 +django/forms/jinja2/django/forms/widgets/date.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/datetime.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/email.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/file.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/hidden.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/input.html,sha256=u12fZde-ugkEAAkPAtAfSxwGQmYBkXkssWohOUs-xoE,172 +django/forms/jinja2/django/forms/widgets/input_option.html,sha256=PyRNn9lmE9Da0-RK37zW4yJZUSiJWgIPCU9ou5oUC28,219 +django/forms/jinja2/django/forms/widgets/multiple_hidden.html,sha256=T54-n1ZeUlTd-svM3C4tLF42umKM0R5A7fdfsdthwkA,54 +django/forms/jinja2/django/forms/widgets/multiple_input.html,sha256=O9W9tLA_gdxNqN_No2Tesd8_2GhOTyKEkCOnp_rUBn4,431 +django/forms/jinja2/django/forms/widgets/multiwidget.html,sha256=pr-MxRyucRxn_HvBGZvbc3JbFyrAolbroxvA4zmPz2Y,86 +django/forms/jinja2/django/forms/widgets/number.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/password.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/radio.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57 +django/forms/jinja2/django/forms/widgets/radio_option.html,sha256=U2dFtAXvOn_eK4ok0oO6BwKE-3-jozJboGah_PQFLVM,55 +django/forms/jinja2/django/forms/widgets/select.html,sha256=ESyDzbLTtM7-OG34EuSUnvxCtyP5IrQsZh0jGFrIdEA,365 +django/forms/jinja2/django/forms/widgets/select_date.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/forms/jinja2/django/forms/widgets/select_option.html,sha256=tNa1D3G8iy2ZcWeKyI-mijjDjRmMaqSo-jnAR_VS3Qc,110 +django/forms/jinja2/django/forms/widgets/splitdatetime.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/forms/jinja2/django/forms/widgets/splithiddendatetime.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/forms/jinja2/django/forms/widgets/text.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/textarea.html,sha256=Av1Y-hpXUU2AjrhnUivgZFKNBLdwCSZSeuSmCqmCkDA,145 +django/forms/jinja2/django/forms/widgets/time.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/jinja2/django/forms/widgets/url.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/models.py,sha256=OEDKgzXTixAqBJi8Q-JHomIMRY4TFRQSmef8A0JF8-s,56146 +django/forms/renderers.py,sha256=URxnFGbWNa5Mco2LNxQDrWWHmsXh4WY1QPLJ9rlTDpk,1975 +django/forms/templates/django/forms/widgets/attrs.html,sha256=9ylIPv5EZg-rx2qPLgobRkw6Zq_WJSM8kt106PpSYa0,172 +django/forms/templates/django/forms/widgets/checkbox.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/checkbox_option.html,sha256=U2dFtAXvOn_eK4ok0oO6BwKE-3-jozJboGah_PQFLVM,55 +django/forms/templates/django/forms/widgets/checkbox_select.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57 +django/forms/templates/django/forms/widgets/clearable_file_input.html,sha256=f3TWFr6fXxgVfpKPM2QQgQzPXm9RsPtDs6lQfhnaUVU,461 +django/forms/templates/django/forms/widgets/date.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/datetime.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/email.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/file.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/hidden.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/input.html,sha256=dwzzrLocGLZQIaGe-_X8k7z87jV6AFtn28LilnUnUH0,189 +django/forms/templates/django/forms/widgets/input_option.html,sha256=PyRNn9lmE9Da0-RK37zW4yJZUSiJWgIPCU9ou5oUC28,219 +django/forms/templates/django/forms/widgets/multiple_hidden.html,sha256=T54-n1ZeUlTd-svM3C4tLF42umKM0R5A7fdfsdthwkA,54 +django/forms/templates/django/forms/widgets/multiple_input.html,sha256=HwEaZLEiZYdPJ6brC9QWRGaIKzcX5UA2Tj5Rsq_NvOk,462 +django/forms/templates/django/forms/widgets/multiwidget.html,sha256=slk4AgCdXnVmFvavhjVcsza0quTOP2LG50D8wna0dw0,117 +django/forms/templates/django/forms/widgets/number.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/password.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/radio.html,sha256=-ob26uqmvrEUMZPQq6kAqK4KBk2YZHTCWWCM6BnaL0w,57 +django/forms/templates/django/forms/widgets/radio_option.html,sha256=U2dFtAXvOn_eK4ok0oO6BwKE-3-jozJboGah_PQFLVM,55 +django/forms/templates/django/forms/widgets/select.html,sha256=7U0RzjeESG87ENzQjPRUF71gvKvGjVVvXcpsW2-BTR4,384 +django/forms/templates/django/forms/widgets/select_date.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/forms/templates/django/forms/widgets/select_option.html,sha256=N_psd0JYCqNhx2eh2oyvkF2KU2dv7M9mtMw_4BLYq8A,127 +django/forms/templates/django/forms/widgets/splitdatetime.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/forms/templates/django/forms/widgets/splithiddendatetime.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/forms/templates/django/forms/widgets/text.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/textarea.html,sha256=Av1Y-hpXUU2AjrhnUivgZFKNBLdwCSZSeuSmCqmCkDA,145 +django/forms/templates/django/forms/widgets/time.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/templates/django/forms/widgets/url.html,sha256=fXpbxMzAdbv_avfWC5464gD2jFng931Eq7vzbzy1-yA,48 +django/forms/utils.py,sha256=1EkxKX6-y-kj0Xzdwv-eJjL3zvbqjx0-Saw4EAOQAgg,5659 +django/forms/widgets.py,sha256=cazUSZ0Xnx1pLdTxszUY7vYqPInPCdboBMxB3zErsF0,37084 +django/http/__init__.py,sha256=5JImoB1BZNuZBOt5qyDX7t51McYbkDLX45eKmNN_Fes,1010 +django/http/__pycache__/__init__.cpython-38.pyc,, +django/http/__pycache__/cookie.cpython-38.pyc,, +django/http/__pycache__/multipartparser.cpython-38.pyc,, +django/http/__pycache__/request.cpython-38.pyc,, +django/http/__pycache__/response.cpython-38.pyc,, +django/http/cookie.py,sha256=Zpg6OEW9-dGvr5ByQhlHyGjLJzvNNrnGL1WzolnsM6U,818 +django/http/multipartparser.py,sha256=nVsO_ltddU2WwGHpmx33-a2LPBvLCvhsSKJCrXMGYRs,24849 +django/http/request.py,sha256=L9Hm9EncumIimwhDNJsYwkBDE4H5QCZ58jiQgIA9urY,22018 +django/http/response.py,sha256=Jb6UKYq38gz-bmvQ_-_Clmxu23ndOCLrokMkGOg2vYI,19822 +django/middleware/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/middleware/__pycache__/__init__.cpython-38.pyc,, +django/middleware/__pycache__/cache.cpython-38.pyc,, +django/middleware/__pycache__/clickjacking.cpython-38.pyc,, +django/middleware/__pycache__/common.cpython-38.pyc,, +django/middleware/__pycache__/csrf.cpython-38.pyc,, +django/middleware/__pycache__/gzip.cpython-38.pyc,, +django/middleware/__pycache__/http.cpython-38.pyc,, +django/middleware/__pycache__/locale.cpython-38.pyc,, +django/middleware/__pycache__/security.cpython-38.pyc,, +django/middleware/cache.py,sha256=O2o_oy_WqqOdIT8ncgTOFv--WQDZxslVPgKeV0ZGWc8,7721 +django/middleware/clickjacking.py,sha256=4rzsG5m_Z2VabN7J_5ZVeFj14X3FAbs0iU5LKoBb9js,1733 +django/middleware/common.py,sha256=j8uL14Du1FaiY-tK87YEQRb1MsYSREqpLjWxkQzaVVM,7337 +django/middleware/csrf.py,sha256=AmhsvvJcwcZi6WDvffsJyM5Cr7Po_S0By82HfVN2qkU,13695 +django/middleware/gzip.py,sha256=oq6J0L_1NLZuvV1F1MxuFPzdUS71301py0GWHBAmk2k,2060 +django/middleware/http.py,sha256=JiRGXvtfmXxYTomy7gde5pcG45GX7R0qpXiI5Fk06dE,1624 +django/middleware/locale.py,sha256=MLUCXirb6za_o2T4mKokGvow8Z-jTrUhfGBJ82y0Mz4,3017 +django/middleware/security.py,sha256=E0R1W9k8qFIfPZ72GjRXg9YE4Cn0P8mzFdIh5vnlhNo,1952 +django/shortcuts.py,sha256=MA8fTTdbsz58DZV7_aD7ateNi9H_dYwobxHMAevyf94,5588 +django/template/__init__.py,sha256=t5onT26DOSny4Qi7iz_a82M5WJydvPpkb6hFjE010CE,1871 +django/template/__pycache__/__init__.cpython-38.pyc,, +django/template/__pycache__/base.cpython-38.pyc,, +django/template/__pycache__/context.cpython-38.pyc,, +django/template/__pycache__/context_processors.cpython-38.pyc,, +django/template/__pycache__/defaultfilters.cpython-38.pyc,, +django/template/__pycache__/defaulttags.cpython-38.pyc,, +django/template/__pycache__/engine.cpython-38.pyc,, +django/template/__pycache__/exceptions.cpython-38.pyc,, +django/template/__pycache__/library.cpython-38.pyc,, +django/template/__pycache__/loader.cpython-38.pyc,, +django/template/__pycache__/loader_tags.cpython-38.pyc,, +django/template/__pycache__/response.cpython-38.pyc,, +django/template/__pycache__/smartif.cpython-38.pyc,, +django/template/__pycache__/utils.cpython-38.pyc,, +django/template/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/template/backends/__pycache__/__init__.cpython-38.pyc,, +django/template/backends/__pycache__/base.cpython-38.pyc,, +django/template/backends/__pycache__/django.cpython-38.pyc,, +django/template/backends/__pycache__/dummy.cpython-38.pyc,, +django/template/backends/__pycache__/jinja2.cpython-38.pyc,, +django/template/backends/__pycache__/utils.cpython-38.pyc,, +django/template/backends/base.py,sha256=P8dvOmQppJ8YMZ5_XyOJGDzspbQMNGV82GxL5IwrMFM,2751 +django/template/backends/django.py,sha256=_w350tmHAMSLOw-b2o9rR0Wn6YX3QMkpHkkpvbo_EwI,4186 +django/template/backends/dummy.py,sha256=Nl313SxX1rxE1F-5AHCljgejrYpYCx-QXJpNUkQWXR4,1767 +django/template/backends/jinja2.py,sha256=bx8DcA2PqqzDmcgegY11pm5EhmD_gWTTLauGo91imL4,3504 +django/template/backends/utils.py,sha256=5Ixx08oifnjpIFod1t9IRJJ_S-UCGk_-CH6oTuIZqXE,414 +django/template/base.py,sha256=gH4PtPPv2koQxF6z5DPIA1RSLpn074G8RkXAece6owM,38162 +django/template/context.py,sha256=FkH-98jR88v26qIKKEJA8ZQxXIFliZZsfX-v7CNQ6AY,8974 +django/template/context_processors.py,sha256=drfyVYugSe1lg9VIbsC3oRLUG64Gw94Oq77FLfk2ZNI,2407 +django/template/defaultfilters.py,sha256=dZ8fmd9aHgk3plHhyef_bVVJQovJVXqzeaUdmyzqf-M,25959 +django/template/defaulttags.py,sha256=6O2VusUshB-vsqR3zFiHyZ1mSv2MSDc9OjJx3ijx_XY,49592 +django/template/engine.py,sha256=PJBXkDmv3AIh6WugbyFcUKu01XKNDxk43BKURTLhI7g,6854 +django/template/exceptions.py,sha256=awd7B80xhFB574Lt2IdIyHCpD6KGGyuKGkIoalr9deo,1340 +django/template/library.py,sha256=g2gi5FfSug-Wak2P4Weg7qGcwHrwIy47vse35YYkLbk,12812 +django/template/loader.py,sha256=-t5cTnWJrxtS2vyg9cguz4rXxlTBni4XoJUuqJNglPI,2054 +django/template/loader_tags.py,sha256=beGFoV5luVMZj6zaUaY1lUFv5gWzQqmDybHsnTOG8Jo,12306 +django/template/loaders/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/template/loaders/__pycache__/__init__.cpython-38.pyc,, +django/template/loaders/__pycache__/app_directories.cpython-38.pyc,, +django/template/loaders/__pycache__/base.cpython-38.pyc,, +django/template/loaders/__pycache__/cached.cpython-38.pyc,, +django/template/loaders/__pycache__/filesystem.cpython-38.pyc,, +django/template/loaders/__pycache__/locmem.cpython-38.pyc,, +django/template/loaders/app_directories.py,sha256=w3a84EAXWX12w7F1CyxIQ_lFiTwxFS7xf3rCEcnUqyc,313 +django/template/loaders/base.py,sha256=kvjmN-UHxdd6Pwgkexw7IHL0YeJQgXXbuz_tdj5ciKc,1558 +django/template/loaders/cached.py,sha256=tbkSEaMOyX9Ys29opTpI8Wui59beO25FJOHHm2MP6Vo,3619 +django/template/loaders/filesystem.py,sha256=OWTnIwWbVj-Td5VrOkKw1G_6pIuz1Vnh5CedZN5glyU,1507 +django/template/loaders/locmem.py,sha256=8cBYI8wPOOnIx_3v7fC5jezA_6pJLqgqObeLwHXQJKo,673 +django/template/response.py,sha256=dBq9wQvYEvCtHqpeK6Diw-yYkcQpbVDIeL22nckII3Q,5425 +django/template/smartif.py,sha256=QBvsTtD4YiyGoU4hXrW8vqR0CBAFOZGuDoRP3aGEgOs,6408 +django/template/utils.py,sha256=e30XcUAZkeMk2kp4kYZg-7wx2PQlBMqWOxCJoj8fEco,3589 +django/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/templatetags/__pycache__/__init__.cpython-38.pyc,, +django/templatetags/__pycache__/cache.cpython-38.pyc,, +django/templatetags/__pycache__/i18n.cpython-38.pyc,, +django/templatetags/__pycache__/l10n.cpython-38.pyc,, +django/templatetags/__pycache__/static.cpython-38.pyc,, +django/templatetags/__pycache__/tz.cpython-38.pyc,, +django/templatetags/cache.py,sha256=otY3c4Ti9YLxFfOuIX5TZ7w12aGDPkyGfQNsaPVZ_M0,3401 +django/templatetags/i18n.py,sha256=59uC1SiRTPW0R3E5ML_svVdhRLHj8WYxVxYOmwrg1Ro,18830 +django/templatetags/l10n.py,sha256=I6jRSBLvL34H-_rwGuHfU22VBhO2IHNRue78KWb8pTc,1723 +django/templatetags/static.py,sha256=om3cu4NVaH4MVUq-XPLxPVNlLUCxTbbp0qAVVSaClj4,4502 +django/templatetags/tz.py,sha256=HFzJsvh-x9yjoju4kiIpKAI0U_4crtoftqiT8llM_u8,5400 +django/test/__init__.py,sha256=5FrmvgBrxzZo5UVLW9HZ1iHBMMhcnXcNL5Y2xnaqVPA,682 +django/test/__pycache__/__init__.cpython-38.pyc,, +django/test/__pycache__/client.cpython-38.pyc,, +django/test/__pycache__/html.cpython-38.pyc,, +django/test/__pycache__/runner.cpython-38.pyc,, +django/test/__pycache__/selenium.cpython-38.pyc,, +django/test/__pycache__/signals.cpython-38.pyc,, +django/test/__pycache__/testcases.cpython-38.pyc,, +django/test/__pycache__/utils.cpython-38.pyc,, +django/test/client.py,sha256=iCDiaiNLKJB_fcZLDk4s7qlFg0d58SSj62OGXN-F0W8,28732 +django/test/html.py,sha256=xAGIOb_w045KfPLsABOvcQPNZbYXZfKaGl7C4thSJwQ,7486 +django/test/runner.py,sha256=HKY8sUY9uMcmgg9fpafCXu5QT16qSU5ZR2-MkSdvHrc,26443 +django/test/selenium.py,sha256=HphIIQixsP3uUWqEXbU-wgkQSeLE2379s0bWOpleSbg,4580 +django/test/signals.py,sha256=BQlO0pXZTOdcbhgW1gJLc16WW2Q75wx_2wheG5kCh9U,6729 +django/test/testcases.py,sha256=6OIglcO4loIEcZbrXLht43ciW_d28_hTz5ESLM_dlyM,61365 +django/test/utils.py,sha256=0327cjxpw1oKe9H5d8Xf7cdtXE4dl9XrpDL54xldr2k,29769 +django/urls/__init__.py,sha256=FdHfNv5NwWEIt1EqEpRY7xJ-i4tD-SCLj0tq3qT6X1E,959 +django/urls/__pycache__/__init__.cpython-38.pyc,, +django/urls/__pycache__/base.cpython-38.pyc,, +django/urls/__pycache__/conf.cpython-38.pyc,, +django/urls/__pycache__/converters.cpython-38.pyc,, +django/urls/__pycache__/exceptions.cpython-38.pyc,, +django/urls/__pycache__/resolvers.cpython-38.pyc,, +django/urls/__pycache__/utils.cpython-38.pyc,, +django/urls/base.py,sha256=FyzHdMGoWj9chy8m4pxuEQggbrtbixY1VAvsWr6Pw4Q,5652 +django/urls/conf.py,sha256=8Xug9NhJXDEysRXWrY2iHf0snfJMUmQkYZAomPltWMY,2946 +django/urls/converters.py,sha256=_eluhZBczkfMwCZJEQtM7s7KJQYbwoO4lygFQvtWSHA,1216 +django/urls/exceptions.py,sha256=alLNjkORtAxneC00g4qnRpG5wouOHvJvGbymdpKtG_I,115 +django/urls/resolvers.py,sha256=z7tGl3Gk_-M6iHCUmMOkzTHmn7XjuAWr58U6qVb-hdU,27298 +django/urls/utils.py,sha256=VHDcmggNRHSbPJAql5KJhe7wX4pSjrKb64Fu-p14D9Q,2152 +django/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/utils/__pycache__/__init__.cpython-38.pyc,, +django/utils/__pycache__/_os.cpython-38.pyc,, +django/utils/__pycache__/archive.cpython-38.pyc,, +django/utils/__pycache__/autoreload.cpython-38.pyc,, +django/utils/__pycache__/baseconv.cpython-38.pyc,, +django/utils/__pycache__/cache.cpython-38.pyc,, +django/utils/__pycache__/crypto.cpython-38.pyc,, +django/utils/__pycache__/datastructures.cpython-38.pyc,, +django/utils/__pycache__/dateformat.cpython-38.pyc,, +django/utils/__pycache__/dateparse.cpython-38.pyc,, +django/utils/__pycache__/dates.cpython-38.pyc,, +django/utils/__pycache__/datetime_safe.cpython-38.pyc,, +django/utils/__pycache__/deconstruct.cpython-38.pyc,, +django/utils/__pycache__/decorators.cpython-38.pyc,, +django/utils/__pycache__/deprecation.cpython-38.pyc,, +django/utils/__pycache__/duration.cpython-38.pyc,, +django/utils/__pycache__/encoding.cpython-38.pyc,, +django/utils/__pycache__/feedgenerator.cpython-38.pyc,, +django/utils/__pycache__/formats.cpython-38.pyc,, +django/utils/__pycache__/functional.cpython-38.pyc,, +django/utils/__pycache__/hashable.cpython-38.pyc,, +django/utils/__pycache__/html.cpython-38.pyc,, +django/utils/__pycache__/http.cpython-38.pyc,, +django/utils/__pycache__/inspect.cpython-38.pyc,, +django/utils/__pycache__/ipv6.cpython-38.pyc,, +django/utils/__pycache__/itercompat.cpython-38.pyc,, +django/utils/__pycache__/jslex.cpython-38.pyc,, +django/utils/__pycache__/log.cpython-38.pyc,, +django/utils/__pycache__/lorem_ipsum.cpython-38.pyc,, +django/utils/__pycache__/lru_cache.cpython-38.pyc,, +django/utils/__pycache__/module_loading.cpython-38.pyc,, +django/utils/__pycache__/numberformat.cpython-38.pyc,, +django/utils/__pycache__/regex_helper.cpython-38.pyc,, +django/utils/__pycache__/safestring.cpython-38.pyc,, +django/utils/__pycache__/six.cpython-38.pyc,, +django/utils/__pycache__/termcolors.cpython-38.pyc,, +django/utils/__pycache__/text.cpython-38.pyc,, +django/utils/__pycache__/timesince.cpython-38.pyc,, +django/utils/__pycache__/timezone.cpython-38.pyc,, +django/utils/__pycache__/topological_sort.cpython-38.pyc,, +django/utils/__pycache__/tree.cpython-38.pyc,, +django/utils/__pycache__/version.cpython-38.pyc,, +django/utils/__pycache__/xmlutils.cpython-38.pyc,, +django/utils/_os.py,sha256=O8TdR7f0VZUJLtEJ8wRuAU4O30aDt7jRBJPe0uJx6FU,2319 +django/utils/archive.py,sha256=vfnm15A6vgrLvgzhKRE9oJvHhd1JvKtDKc1RibEfCug,7459 +django/utils/autoreload.py,sha256=prf3bdR3Obt6zMoByNadQApxYfD8qfL8s1EOiQprDLk,22389 +django/utils/baseconv.py,sha256=xYReIqcF2FFD85BqDrl48xo4UijII9D6YyC-FHsUPbw,2989 +django/utils/cache.py,sha256=zmLMJyoUXn1WMs8HwN4hER1841iV6BCEQp7A9APKTL8,15236 +django/utils/crypto.py,sha256=IIqgXjuPnXLufCY-nX61pSnAutVrr_cQXnSq6jrctNw,3079 +django/utils/datastructures.py,sha256=WQNC_3HeOUXV4KLEDzMAdA5KxBC2BqLnU40i2ziVODc,10194 +django/utils/dateformat.py,sha256=YyUXezYqG_R-hMqSh4Q50qyTfvReD_4TTHVD2c1zH4U,11508 +django/utils/dateparse.py,sha256=1KNeTgoBPnZYFMrj60P0TqlXFKURG5Tk9ypvEZokLVg,4708 +django/utils/dates.py,sha256=hl7plurNHC7tj_9Olb7H7-LCtOhOV71oWg-xx5PBFh4,2021 +django/utils/datetime_safe.py,sha256=9svjsJ9NVgOuSmgoecmBj2OlAk6kbZBlPLnPTxjxyfc,2811 +django/utils/deconstruct.py,sha256=hcO_7qassSI5dTfQ5CPttA8s3f9yaF8UnqKKma3bI6M,1975 +django/utils/decorators.py,sha256=shbm4hl9EZnkGSarU8kCNCfvi3fRz-y4IpMn3cLn_j0,6839 +django/utils/deprecation.py,sha256=WT5IBFUCZZEQRXBE3oEFS9Owm-jFPufjGzmNzpxXkh4,3335 +django/utils/duration.py,sha256=VtDUAQKIPFuv6XkwG6gIjLQYtcs8vgGMcS4OQpSFx-E,1234 +django/utils/encoding.py,sha256=E8Cv6BhVcQb9qXlXAJyyrJRxVSoWplw3Z7k0RU1TeV0,9034 +django/utils/feedgenerator.py,sha256=rI74OiJ8cWgt9AhA0RnYdKTVi7IXUM6FCLpFUQjDRmc,15109 +django/utils/formats.py,sha256=vuB-IV1PlQH3qWQRtwFG6HqTeZinOc-iOXiZbioMpFs,8973 +django/utils/functional.py,sha256=SV8B49LKJWYMTLPSTudqm4QdRNZc2yosfKHACLfvzhg,14934 +django/utils/hashable.py,sha256=oKA7b4KMSFYou8278uoKN8OhIr1v_4HvqpnFuWX6CcY,541 +django/utils/html.py,sha256=anX8pynFCghrdbrm5eNBxwR0c5aPFPyumUC4R2e-d3o,13625 +django/utils/http.py,sha256=N71gtpRFHI6RPFtuvZTIjLeF9V1XK4L75Xi_bH64MWY,15869 +django/utils/inspect.py,sha256=6UgUGkYM4O6tgD2xLf4-_SwccNsYyCj-qm-eV-UuQsU,1789 +django/utils/ipv6.py,sha256=WBkmZXdtbIHgcaWDKm4ElRvzyu_wKLCW2aA18g1RCJo,1350 +django/utils/itercompat.py,sha256=lacIDjczhxbwG4ON_KfG1H6VNPOGOpbRhnVhbedo2CY,184 +django/utils/jslex.py,sha256=jOes0kfZoIIPxPMNWkXMJ6D3x3f95B5cZWKXo38Rhcc,7707 +django/utils/log.py,sha256=EgHENXlsZvbOrGeCwhFM89cZmJe6FMsgG3DE5Zf3m1U,7617 +django/utils/lorem_ipsum.py,sha256=P_BSLsITDP2ZW9EJPy6ciFneib0iz9ezBz2LD7CViRE,4775 +django/utils/lru_cache.py,sha256=4g-svLUmsvn2wlS-rPEJbFr_ODqoar5qxwIjGxrLlxA,256 +django/utils/module_loading.py,sha256=7axS-Noau0eW1yvFe4teC5cs774eUqrcSSWjf-1tml4,3650 +django/utils/numberformat.py,sha256=waacNvqlzLly_0y50tLhVg8WAGooX6VKhxkSWgE9ryA,3142 +django/utils/regex_helper.py,sha256=4aWtTpg-WxCBF3VdjE0z1Q9m-0vEjUs4hBf0wQ2seNk,12225 +django/utils/safestring.py,sha256=PeuXouObw-6U6PZaqQscCpUIAAszA1qrgdMM4tGkTOo,2393 +django/utils/six.py,sha256=ecocr7GKytCmp9FbyOLDUR4_0vngcOjMJItxTGnTRV8,30502 +django/utils/termcolors.py,sha256=JrysYBjC72oq0WBL6EJ44A8ZEij_S7QsivoRQugxPEk,7362 +django/utils/text.py,sha256=EE8x4eoUUNNU_Waq3jybptiIIRbDSAnS8DbHIxiDPT8,13761 +django/utils/timesince.py,sha256=QlkajdzXVftZlf9VIF-vlOK9M_UpErK2DH-6cCTJmLQ,3177 +django/utils/timezone.py,sha256=2i1ZvOBmUxxuff6nQ-Q1go7VZ4jSlBIxreIkurD89Q0,8369 +django/utils/topological_sort.py,sha256=AwF4mvJw4CXhFgLyA7HCgSZY68sh8aQZxDaL9NeyIZA,1198 +django/utils/translation/__init__.py,sha256=djQ2D2tj9_QCrHWUdqNFd_FayfWMMrymoT5c3b6QWtc,8738 +django/utils/translation/__pycache__/__init__.cpython-38.pyc,, +django/utils/translation/__pycache__/reloader.cpython-38.pyc,, +django/utils/translation/__pycache__/template.cpython-38.pyc,, +django/utils/translation/__pycache__/trans_null.cpython-38.pyc,, +django/utils/translation/__pycache__/trans_real.cpython-38.pyc,, +django/utils/translation/reloader.py,sha256=AblCuViaqJBgA19B95hMnjGRhjk3c9sSPRc8f_4_4yQ,968 +django/utils/translation/template.py,sha256=YB4F--bYjTZgo7MFYhEFxXQIxLlZHEtGd16xWwDVit0,9958 +django/utils/translation/trans_null.py,sha256=yp82bHt5oqqL95Z5PFoYCZeENOulxzp-IqMmkWz0l9Y,1257 +django/utils/translation/trans_real.py,sha256=L2u0qwbnBE3Jq4jPm4r9zADmWdWOXgo5b6qVkEu1lMI,17932 +django/utils/tree.py,sha256=HKi-DFkh6PCmWxwQhKRvMPDP5AufD_BY3DpZM1ivnNo,4886 +django/utils/version.py,sha256=6iP04QtIAc3QyEEWsvLArFi74NmqtIGX0vYtHbTJyDk,3214 +django/utils/xmlutils.py,sha256=74FlMIKhIkMsZb9RL9RZ4EpteGhVoxDespUEqgfDPaw,1185 +django/views/__init__.py,sha256=DGdAuGC0t1bMju9i-B9p_gqPgRIFHtLXTdIxNKWFGsw,63 +django/views/__pycache__/__init__.cpython-38.pyc,, +django/views/__pycache__/csrf.cpython-38.pyc,, +django/views/__pycache__/debug.cpython-38.pyc,, +django/views/__pycache__/defaults.cpython-38.pyc,, +django/views/__pycache__/i18n.cpython-38.pyc,, +django/views/__pycache__/static.cpython-38.pyc,, +django/views/csrf.py,sha256=TOnXES5w0BmUvyq7whGB6Z6Ds4-RotIVammFGN88UKY,6252 +django/views/debug.py,sha256=culMfkCBmUFYwG8PszvU7cyUQeJL9bxhwzoYWEKZu2Y,20351 +django/views/decorators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/views/decorators/__pycache__/__init__.cpython-38.pyc,, +django/views/decorators/__pycache__/cache.cpython-38.pyc,, +django/views/decorators/__pycache__/clickjacking.cpython-38.pyc,, +django/views/decorators/__pycache__/csrf.cpython-38.pyc,, +django/views/decorators/__pycache__/debug.cpython-38.pyc,, +django/views/decorators/__pycache__/gzip.cpython-38.pyc,, +django/views/decorators/__pycache__/http.cpython-38.pyc,, +django/views/decorators/__pycache__/vary.cpython-38.pyc,, +django/views/decorators/cache.py,sha256=uSLzb61mCuFKIm8tR3Gs_NP1H7U-BOEU_QOc3IhBC_4,1705 +django/views/decorators/clickjacking.py,sha256=EW-DRe2dR8yg4Rf8HRHl8c4-C8mL3HKGa6PxZRKmFtU,1565 +django/views/decorators/csrf.py,sha256=xPWVVNw_DBidvX_ZVYvN7CePt1HpxpUxsb6wMr0Oe4Y,2073 +django/views/decorators/debug.py,sha256=Q_ul_n8M89WoPL87mDYomZ74mv_djuudZZ-b-uB1I6s,2569 +django/views/decorators/gzip.py,sha256=PtpSGd8BePa1utGqvKMFzpLtZJxpV2_Jej8llw5bCJY,253 +django/views/decorators/http.py,sha256=NgZFNkaX0DwDJWUNNgj-FRbBOQEyW4KwbrWDZOa_9Go,4713 +django/views/decorators/vary.py,sha256=6wEXI5yBFZYDVednNPc0bYbXGG-QzkIUQ-50ErDrA_k,1084 +django/views/defaults.py,sha256=Guifqw0keMcwBSqpYlhxxO6LxA6usW9QLrr5h7O2iNw,4468 +django/views/generic/__init__.py,sha256=WTnzEXnKyJqzHlLu_VsXInYg-GokDNBCUYNV_U6U-ok,822 +django/views/generic/__pycache__/__init__.cpython-38.pyc,, +django/views/generic/__pycache__/base.cpython-38.pyc,, +django/views/generic/__pycache__/dates.cpython-38.pyc,, +django/views/generic/__pycache__/detail.cpython-38.pyc,, +django/views/generic/__pycache__/edit.cpython-38.pyc,, +django/views/generic/__pycache__/list.cpython-38.pyc,, +django/views/generic/base.py,sha256=lAS2D3uaDd3KgWsPjenp6OSNG3DLbse_K1v6ijcu5ao,7805 +django/views/generic/dates.py,sha256=p9PKscdpueKRZ4n5jpiqsTZM8IS1w6ITd9xO4kagA44,25423 +django/views/generic/detail.py,sha256=m8otoffJXPW9ml-vAtXeM4asTT5I4pvuoR4BhjpWB6A,6507 +django/views/generic/edit.py,sha256=zPO3D8rFrSDjJG1OnRYn0frGqVq8VMKAEUihZU2NrIk,8332 +django/views/generic/list.py,sha256=GS6wVgiFz4MHsZXi7jfKjlSiHrrmZw8agJl26fVZwjM,7674 +django/views/i18n.py,sha256=gJLS6spFc8RSu9ntlVKc2Mb0XwcHxHrPxKu96cDURRU,11000 +django/views/static.py,sha256=R1tS45T8r5P6Xa8umzH6RcO4dnhIzHnlSKFEpIobpHw,4548 +django/views/templates/default_urlconf.html,sha256=Fsbawa-zQhrvcfjfBPVoHgOxSFS0orqEyPudrXT5DmU,16595 +django/views/templates/technical_404.html,sha256=nZT2gkPAYc7G8VNJXst-dEyim0t83xjX-TtCGtxJZwc,2453 +django/views/templates/technical_500.html,sha256=4bFi98TJHN56C3ZnQmDP4uN1yhn2QJXQcmqsaWsEG2w,17182 +django/views/templates/technical_500.txt,sha256=7VWOipQg2poVyusbM8dQHRyRR-iUB_dOehAoF0HBHNM,3367 diff --git a/myvenv/Lib/site-packages/Django-2.2.6.dist-info/WHEEL b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/WHEEL new file mode 100644 index 0000000..c57a597 --- /dev/null +++ b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.33.4) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/myvenv/Lib/site-packages/Django-2.2.6.dist-info/entry_points.txt b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/entry_points.txt new file mode 100644 index 0000000..22df67e --- /dev/null +++ b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +django-admin = django.core.management:execute_from_command_line + diff --git a/myvenv/Lib/site-packages/Django-2.2.6.dist-info/top_level.txt b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/top_level.txt new file mode 100644 index 0000000..d3e4ba5 --- /dev/null +++ b/myvenv/Lib/site-packages/Django-2.2.6.dist-info/top_level.txt @@ -0,0 +1 @@ +django diff --git a/myvenv/Lib/site-packages/__pycache__/easy_install.cpython-38.pyc b/myvenv/Lib/site-packages/__pycache__/easy_install.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d67d967529d545befe7937e8569ec4eadf084366 GIT binary patch literal 314 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 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/apps/__init__.py b/myvenv/Lib/site-packages/django/apps/__init__.py new file mode 100644 index 0000000..79091dc --- /dev/null +++ b/myvenv/Lib/site-packages/django/apps/__init__.py @@ -0,0 +1,4 @@ +from .config import AppConfig +from .registry import apps + +__all__ = ['AppConfig', 'apps'] diff --git a/myvenv/Lib/site-packages/django/apps/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/apps/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56f71638fe14a91eaaebe7578a0b05d767a131c2 GIT binary patch literal 282 zcmYjLJx{|h5Vf831Jq9Z1(po$Tp@%&?TA<)OXSM3;xxE*9Lr~fGVp^K_(NWq_zO&& z!_t%P-Fx@(bmek+NieQHzV;Q??a>CIey{`I9i?r1uKr7UgbSgq Y4nnNm5a+jDuii{^m;QzvVL=z{4|c~$(*OVf literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/apps/__pycache__/config.cpython-38.pyc b/myvenv/Lib/site-packages/django/apps/__pycache__/config.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..90ece6d376286b85135cc3002792309766454046 GIT binary patch literal 4898 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 DG4cft literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/apps/__pycache__/registry.cpython-38.pyc b/myvenv/Lib/site-packages/django/apps/__pycache__/registry.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f303a58e5368f504d1d043a886580192695964e GIT binary patch literal 13004 zcmbVTU2_}PdEPI83lOAeiJ~PtPS&y=3AThdaT2GlB3qX1)QQ5l673|2RCI}5k{|&r zbao+%DAc5pI*~KuH2s*)bUM?arqc^`raz!p{R6$|MXz?!t6rsdo!(_SQJ?2My9TyxH3Ub}1b+@>q{PPfvlHmkk)<~*KDLAhJ&Ei@NQ z;~PdW7q}0Mz`buZ7sJKC3@RU+&0~Ri!>Ct(iPnwPx}DBliH7|oRO$S8R1m5#xY}ta z>3k4w_`_}z;Gu4&a|2%`9lu+*(i4{lgX`gDCr;GfYLr|L{a`O$ey=xB(I8aay(>|F zqq8|gMZYxB1PWJBLceXZ(dj=24{zZY{~MCfpa3v<69fN3Uq<}$UdHw5;FaJ!uBUBEp;&Tc=T6Q4}X_Em5I$uw*174lSqXz z?nAGg$;?kWQQwO;yiPw({BAc4Jby6gcG~hGZd9eB_Y%+V#*w!Zh69vWetU;ydQlK| z2lw<@@H?XwBhj;OcHNtpv8iYgN*D+|`nW{l!OocMNw+a`#kV z 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 byo4##J7GAiDE|;Vx0bA$z4$|e|GfVL(G7j~ literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/apps/config.py b/myvenv/Lib/site-packages/django/apps/config.py new file mode 100644 index 0000000..f5c971f --- /dev/null +++ b/myvenv/Lib/site-packages/django/apps/config.py @@ -0,0 +1,216 @@ +import os +from importlib import import_module + +from django.core.exceptions import ImproperlyConfigured +from django.utils.module_loading import module_has_submodule + +MODELS_MODULE_NAME = 'models' + + +class AppConfig: + """Class representing a Django application and its configuration.""" + + def __init__(self, app_name, app_module): + # Full Python path to the application e.g. 'django.contrib.admin'. + self.name = app_name + + # Root module for the application e.g. . + self.module = app_module + + # Reference to the Apps registry that holds this AppConfig. Set by the + # registry when it registers the AppConfig instance. + self.apps = None + + # The following attributes could be defined at the class level in a + # subclass, hence the test-and-set pattern. + + # Last component of the Python path to the application e.g. 'admin'. + # This value must be unique across a Django project. + if not hasattr(self, 'label'): + self.label = app_name.rpartition(".")[2] + + # Human-readable name for the application e.g. "Admin". + if not hasattr(self, 'verbose_name'): + self.verbose_name = self.label.title() + + # Filesystem path to the application directory e.g. + # '/path/to/django/contrib/admin'. + if not hasattr(self, 'path'): + self.path = self._path_from_module(app_module) + + # Module containing models e.g. . Set by import_models(). + # None if the application doesn't have a models module. + self.models_module = None + + # Mapping of lowercase model names to model classes. Initially set to + # None to prevent accidental access before import_models() runs. + self.models = None + + def __repr__(self): + return '<%s: %s>' % (self.__class__.__name__, self.label) + + def _path_from_module(self, module): + """Attempt to determine app's filesystem path from its module.""" + # See #21874 for extended discussion of the behavior of this method in + # various cases. + # Convert paths to list because Python's _NamespacePath doesn't support + # indexing. + paths = list(getattr(module, '__path__', [])) + if len(paths) != 1: + filename = getattr(module, '__file__', None) + if filename is not None: + paths = [os.path.dirname(filename)] + else: + # For unknown reasons, sometimes the list returned by __path__ + # contains duplicates that must be removed (#25246). + paths = list(set(paths)) + if len(paths) > 1: + raise ImproperlyConfigured( + "The app module %r has multiple filesystem locations (%r); " + "you must configure this app with an AppConfig subclass " + "with a 'path' class attribute." % (module, paths)) + elif not paths: + raise ImproperlyConfigured( + "The app module %r has no filesystem location, " + "you must configure this app with an AppConfig subclass " + "with a 'path' class attribute." % (module,)) + return paths[0] + + @classmethod + def create(cls, entry): + """ + Factory that creates an app config from an entry in INSTALLED_APPS. + """ + try: + # If import_module succeeds, entry is a path to an app module, + # which may specify an app config class with default_app_config. + # Otherwise, entry is a path to an app config class or an error. + module = import_module(entry) + + except ImportError: + # Track that importing as an app module failed. If importing as an + # app config class fails too, we'll trigger the ImportError again. + module = None + + mod_path, _, cls_name = entry.rpartition('.') + + # Raise the original exception when entry cannot be a path to an + # app config class. + if not mod_path: + raise + + else: + try: + # If this works, the app module specifies an app config class. + entry = module.default_app_config + except AttributeError: + # Otherwise, it simply uses the default app config class. + return cls(entry, module) + else: + mod_path, _, cls_name = entry.rpartition('.') + + # If we're reaching this point, we must attempt to load the app config + # class located at . + mod = import_module(mod_path) + try: + cls = getattr(mod, cls_name) + except AttributeError: + if module is None: + # If importing as an app module failed, check if the module + # contains any valid AppConfigs and show them as choices. + # Otherwise, that error probably contains the most informative + # traceback, so trigger it again. + candidates = sorted( + repr(name) for name, candidate in mod.__dict__.items() + if isinstance(candidate, type) and + issubclass(candidate, AppConfig) and + candidate is not AppConfig + ) + if candidates: + raise ImproperlyConfigured( + "'%s' does not contain a class '%s'. Choices are: %s." + % (mod_path, cls_name, ', '.join(candidates)) + ) + import_module(entry) + else: + raise + + # Check for obvious errors. (This check prevents duck typing, but + # it could be removed if it became a problem in practice.) + if not issubclass(cls, AppConfig): + raise ImproperlyConfigured( + "'%s' isn't a subclass of AppConfig." % entry) + + # Obtain app name here rather than in AppClass.__init__ to keep + # all error checking for entries in INSTALLED_APPS in one place. + try: + app_name = cls.name + except AttributeError: + raise ImproperlyConfigured( + "'%s' must supply a name attribute." % entry) + + # Ensure app_name points to a valid module. + try: + app_module = import_module(app_name) + except ImportError: + raise ImproperlyConfigured( + "Cannot import '%s'. Check that '%s.%s.name' is correct." % ( + app_name, mod_path, cls_name, + ) + ) + + # Entry is a path to an app config class. + return cls(app_name, app_module) + + def get_model(self, model_name, require_ready=True): + """ + Return the model with the given case-insensitive model_name. + + Raise LookupError if no model exists with this name. + """ + if require_ready: + self.apps.check_models_ready() + else: + self.apps.check_apps_ready() + try: + return self.models[model_name.lower()] + except KeyError: + raise LookupError( + "App '%s' doesn't have a '%s' model." % (self.label, model_name)) + + def get_models(self, include_auto_created=False, include_swapped=False): + """ + Return an iterable of models. + + By default, the following models aren't included: + + - auto-created models for many-to-many relations without + an explicit intermediate table, + - models that have been swapped out. + + Set the corresponding keyword argument to True to include such models. + Keyword arguments aren't documented; they're a private API. + """ + self.apps.check_models_ready() + for model in self.models.values(): + if model._meta.auto_created and not include_auto_created: + continue + if model._meta.swapped and not include_swapped: + continue + yield model + + def import_models(self): + # Dictionary of models for this app, primarily maintained in the + # 'all_models' attribute of the Apps this AppConfig is attached to. + self.models = self.apps.all_models[self.label] + + if module_has_submodule(self.module, MODELS_MODULE_NAME): + models_module_name = '%s.%s' % (self.name, MODELS_MODULE_NAME) + self.models_module = import_module(models_module_name) + + def ready(self): + """ + Override this method in subclasses to run code when Django starts. + """ diff --git a/myvenv/Lib/site-packages/django/apps/registry.py b/myvenv/Lib/site-packages/django/apps/registry.py new file mode 100644 index 0000000..234a830 --- /dev/null +++ b/myvenv/Lib/site-packages/django/apps/registry.py @@ -0,0 +1,426 @@ +import functools +import sys +import threading +import warnings +from collections import Counter, OrderedDict, defaultdict +from functools import partial + +from django.core.exceptions import AppRegistryNotReady, ImproperlyConfigured + +from .config import AppConfig + + +class Apps: + """ + A registry that stores the configuration of installed applications. + + It also keeps track of models, e.g. to provide reverse relations. + """ + + def __init__(self, installed_apps=()): + # installed_apps is set to None when creating the master registry + # because it cannot be populated at that point. Other registries must + # provide a list of installed apps and are populated immediately. + if installed_apps is None and hasattr(sys.modules[__name__], 'apps'): + raise RuntimeError("You must supply an installed_apps argument.") + + # Mapping of app labels => model names => model classes. Every time a + # model is imported, ModelBase.__new__ calls apps.register_model which + # creates an entry in all_models. All imported models are registered, + # regardless of whether they're defined in an installed application + # and whether the registry has been populated. Since it isn't possible + # to reimport a module safely (it could reexecute initialization code) + # all_models is never overridden or reset. + self.all_models = defaultdict(OrderedDict) + + # Mapping of labels to AppConfig instances for installed apps. + self.app_configs = OrderedDict() + + # Stack of app_configs. Used to store the current state in + # set_available_apps and set_installed_apps. + self.stored_app_configs = [] + + # Whether the registry is populated. + self.apps_ready = self.models_ready = self.ready = False + # For the autoreloader. + self.ready_event = threading.Event() + + # Lock for thread-safe population. + self._lock = threading.RLock() + self.loading = False + + # Maps ("app_label", "modelname") tuples to lists of functions to be + # called when the corresponding model is ready. Used by this class's + # `lazy_model_operation()` and `do_pending_operations()` methods. + self._pending_operations = defaultdict(list) + + # Populate apps and models, unless it's the master registry. + if installed_apps is not None: + self.populate(installed_apps) + + def populate(self, installed_apps=None): + """ + Load application configurations and models. + + Import each application module and then each model module. + + It is thread-safe and idempotent, but not reentrant. + """ + if self.ready: + return + + # populate() might be called by two threads in parallel on servers + # that create threads before initializing the WSGI callable. + with self._lock: + if self.ready: + return + + # An RLock prevents other threads from entering this section. The + # compare and set operation below is atomic. + if self.loading: + # Prevent reentrant calls to avoid running AppConfig.ready() + # methods twice. + raise RuntimeError("populate() isn't reentrant") + self.loading = True + + # Phase 1: initialize app configs and import app modules. + for entry in installed_apps: + if isinstance(entry, AppConfig): + app_config = entry + else: + app_config = AppConfig.create(entry) + if app_config.label in self.app_configs: + raise ImproperlyConfigured( + "Application labels aren't unique, " + "duplicates: %s" % app_config.label) + + self.app_configs[app_config.label] = app_config + app_config.apps = self + + # Check for duplicate app names. + counts = Counter( + app_config.name for app_config in self.app_configs.values()) + duplicates = [ + name for name, count in counts.most_common() if count > 1] + if duplicates: + raise ImproperlyConfigured( + "Application names aren't unique, " + "duplicates: %s" % ", ".join(duplicates)) + + self.apps_ready = True + + # Phase 2: import models modules. + for app_config in self.app_configs.values(): + app_config.import_models() + + self.clear_cache() + + self.models_ready = True + + # Phase 3: run ready() methods of app configs. + for app_config in self.get_app_configs(): + app_config.ready() + + self.ready = True + self.ready_event.set() + + def check_apps_ready(self): + """Raise an exception if all apps haven't been imported yet.""" + if not self.apps_ready: + from django.conf import settings + # If "not ready" is due to unconfigured settings, accessing + # INSTALLED_APPS raises a more helpful ImproperlyConfigured + # exception. + settings.INSTALLED_APPS + raise AppRegistryNotReady("Apps aren't loaded yet.") + + def check_models_ready(self): + """Raise an exception if all models haven't been imported yet.""" + if not self.models_ready: + raise AppRegistryNotReady("Models aren't loaded yet.") + + def get_app_configs(self): + """Import applications and return an iterable of app configs.""" + self.check_apps_ready() + return self.app_configs.values() + + def get_app_config(self, app_label): + """ + Import applications and returns an app config for the given label. + + Raise LookupError if no application exists with this label. + """ + self.check_apps_ready() + try: + return self.app_configs[app_label] + except KeyError: + message = "No installed app with label '%s'." % app_label + for app_config in self.get_app_configs(): + if app_config.name == app_label: + message += " Did you mean '%s'?" % app_config.label + break + raise LookupError(message) + + # This method is performance-critical at least for Django's test suite. + @functools.lru_cache(maxsize=None) + def get_models(self, include_auto_created=False, include_swapped=False): + """ + Return a list of all installed models. + + By default, the following models aren't included: + + - auto-created models for many-to-many relations without + an explicit intermediate table, + - models that have been swapped out. + + Set the corresponding keyword argument to True to include such models. + """ + self.check_models_ready() + + result = [] + for app_config in self.app_configs.values(): + result.extend(app_config.get_models(include_auto_created, include_swapped)) + return result + + def get_model(self, app_label, model_name=None, require_ready=True): + """ + Return the model matching the given app_label and model_name. + + As a shortcut, app_label may be in the form .. + + model_name is case-insensitive. + + Raise LookupError if no application exists with this label, or no + model exists with this name in the application. Raise ValueError if + called with a single argument that doesn't contain exactly one dot. + """ + if require_ready: + self.check_models_ready() + else: + self.check_apps_ready() + + if model_name is None: + app_label, model_name = app_label.split('.') + + app_config = self.get_app_config(app_label) + + if not require_ready and app_config.models is None: + app_config.import_models() + + return app_config.get_model(model_name, require_ready=require_ready) + + def register_model(self, app_label, model): + # Since this method is called when models are imported, it cannot + # perform imports because of the risk of import loops. It mustn't + # call get_app_config(). + model_name = model._meta.model_name + app_models = self.all_models[app_label] + if model_name in app_models: + if (model.__name__ == app_models[model_name].__name__ and + model.__module__ == app_models[model_name].__module__): + warnings.warn( + "Model '%s.%s' was already registered. " + "Reloading models is not advised as it can lead to inconsistencies, " + "most notably with related models." % (app_label, model_name), + RuntimeWarning, stacklevel=2) + else: + raise RuntimeError( + "Conflicting '%s' models in application '%s': %s and %s." % + (model_name, app_label, app_models[model_name], model)) + app_models[model_name] = model + self.do_pending_operations(model) + self.clear_cache() + + def is_installed(self, app_name): + """ + Check whether an application with this name exists in the registry. + + app_name is the full name of the app e.g. 'django.contrib.admin'. + """ + self.check_apps_ready() + return any(ac.name == app_name for ac in self.app_configs.values()) + + def get_containing_app_config(self, object_name): + """ + Look for an app config containing a given object. + + object_name is the dotted Python path to the object. + + Return the app config for the inner application in case of nesting. + Return None if the object isn't in any registered app config. + """ + self.check_apps_ready() + candidates = [] + for app_config in self.app_configs.values(): + if object_name.startswith(app_config.name): + subpath = object_name[len(app_config.name):] + if subpath == '' or subpath[0] == '.': + candidates.append(app_config) + if candidates: + return sorted(candidates, key=lambda ac: -len(ac.name))[0] + + def get_registered_model(self, app_label, model_name): + """ + Similar to get_model(), but doesn't require that an app exists with + the given app_label. + + It's safe to call this method at import time, even while the registry + is being populated. + """ + model = self.all_models[app_label].get(model_name.lower()) + if model is None: + raise LookupError( + "Model '%s.%s' not registered." % (app_label, model_name)) + return model + + @functools.lru_cache(maxsize=None) + def get_swappable_settings_name(self, to_string): + """ + For a given model string (e.g. "auth.User"), return the name of the + corresponding settings name if it refers to a swappable model. If the + referred model is not swappable, return None. + + This method is decorated with lru_cache because it's performance + critical when it comes to migrations. Since the swappable settings don't + change after Django has loaded the settings, there is no reason to get + the respective settings attribute over and over again. + """ + for model in self.get_models(include_swapped=True): + swapped = model._meta.swapped + # Is this model swapped out for the model given by to_string? + if swapped and swapped == to_string: + return model._meta.swappable + # Is this model swappable and the one given by to_string? + if model._meta.swappable and model._meta.label == to_string: + return model._meta.swappable + return None + + def set_available_apps(self, available): + """ + Restrict the set of installed apps used by get_app_config[s]. + + available must be an iterable of application names. + + set_available_apps() must be balanced with unset_available_apps(). + + Primarily used for performance optimization in TransactionTestCase. + + This method is safe in the sense that it doesn't trigger any imports. + """ + available = set(available) + installed = {app_config.name for app_config in self.get_app_configs()} + if not available.issubset(installed): + raise ValueError( + "Available apps isn't a subset of installed apps, extra apps: %s" + % ", ".join(available - installed) + ) + + self.stored_app_configs.append(self.app_configs) + self.app_configs = OrderedDict( + (label, app_config) + for label, app_config in self.app_configs.items() + if app_config.name in available) + self.clear_cache() + + def unset_available_apps(self): + """Cancel a previous call to set_available_apps().""" + self.app_configs = self.stored_app_configs.pop() + self.clear_cache() + + def set_installed_apps(self, installed): + """ + Enable a different set of installed apps for get_app_config[s]. + + installed must be an iterable in the same format as INSTALLED_APPS. + + set_installed_apps() must be balanced with unset_installed_apps(), + even if it exits with an exception. + + Primarily used as a receiver of the setting_changed signal in tests. + + This method may trigger new imports, which may add new models to the + registry of all imported models. They will stay in the registry even + after unset_installed_apps(). Since it isn't possible to replay + imports safely (e.g. that could lead to registering listeners twice), + models are registered when they're imported and never removed. + """ + if not self.ready: + raise AppRegistryNotReady("App registry isn't ready yet.") + self.stored_app_configs.append(self.app_configs) + self.app_configs = OrderedDict() + self.apps_ready = self.models_ready = self.loading = self.ready = False + self.clear_cache() + self.populate(installed) + + def unset_installed_apps(self): + """Cancel a previous call to set_installed_apps().""" + self.app_configs = self.stored_app_configs.pop() + self.apps_ready = self.models_ready = self.ready = True + self.clear_cache() + + def clear_cache(self): + """ + Clear all internal caches, for methods that alter the app registry. + + This is mostly used in tests. + """ + # Call expire cache on each model. This will purge + # the relation tree and the fields cache. + self.get_models.cache_clear() + if self.ready: + # Circumvent self.get_models() to prevent that the cache is refilled. + # This particularly prevents that an empty value is cached while cloning. + for app_config in self.app_configs.values(): + for model in app_config.get_models(include_auto_created=True): + model._meta._expire_cache() + + def lazy_model_operation(self, function, *model_keys): + """ + Take a function and a number of ("app_label", "modelname") tuples, and + when all the corresponding models have been imported and registered, + call the function with the model classes as its arguments. + + The function passed to this method must accept exactly n models as + arguments, where n=len(model_keys). + """ + # Base case: no arguments, just execute the function. + if not model_keys: + function() + # Recursive case: take the head of model_keys, wait for the + # corresponding model class to be imported and registered, then apply + # that argument to the supplied function. Pass the resulting partial + # to lazy_model_operation() along with the remaining model args and + # repeat until all models are loaded and all arguments are applied. + else: + next_model, *more_models = model_keys + + # This will be executed after the class corresponding to next_model + # has been imported and registered. The `func` attribute provides + # duck-type compatibility with partials. + def apply_next_model(model): + next_function = partial(apply_next_model.func, model) + self.lazy_model_operation(next_function, *more_models) + apply_next_model.func = function + + # If the model has already been imported and registered, partially + # apply it to the function now. If not, add it to the list of + # pending operations for the model, where it will be executed with + # the model class as its sole argument once the model is ready. + try: + model_class = self.get_registered_model(*next_model) + except LookupError: + self._pending_operations[next_model].append(apply_next_model) + else: + apply_next_model(model_class) + + def do_pending_operations(self, model): + """ + Take a newly-prepared model and pass it to each function waiting for + it. This is called at the very end of Apps.register_model(). + """ + key = model._meta.app_label, model._meta.model_name + for function in self._pending_operations.pop(key, []): + function(model) + + +apps = Apps(installed_apps=None) diff --git a/myvenv/Lib/site-packages/django/bin/__pycache__/django-admin.cpython-38.pyc b/myvenv/Lib/site-packages/django/bin/__pycache__/django-admin.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..873136485343fc3453ce60a7d6c715d544da5bfc GIT binary patch literal 292 zcmYjLu}TCn5KVF`ET>ml2^O|n?A0P7idTw_9>|g-#ANP_mrO#khh8E0DOy_iL)%*U z3sz?DEF73O^O(n*Hyw?JB-j4S=j=7lub%ubmdSbUbd*68O)YV>p_BmAY{}vw(6_-m zp+paENL74i6{%=9bQ0wP9AMj(LO5wqi0i6ocJ-sgg&!*)A@=6|8Knaunge(SwQ51k zqjy4imrb;=2H}Imovhu!&)ww-pC*WjtA}V3zX)L>Tgk7yl9u0s3p|)m8%(XVwq72m o_Gyl5KG}Tc+W`FD;NMzH?F^2?x+_ne*DDKWeXvwy*kdLA1;OA_bpQYW literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/bin/django-admin.py b/myvenv/Lib/site-packages/django/bin/django-admin.py new file mode 100644 index 0000000..f518cdc --- /dev/null +++ b/myvenv/Lib/site-packages/django/bin/django-admin.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python +from django.core import management + +if __name__ == "__main__": + management.execute_from_command_line() diff --git a/myvenv/Lib/site-packages/django/conf/__init__.py b/myvenv/Lib/site-packages/django/conf/__init__.py new file mode 100644 index 0000000..cf91ce8 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/__init__.py @@ -0,0 +1,255 @@ +""" +Settings and configuration for Django. + +Read values from the module specified by the DJANGO_SETTINGS_MODULE environment +variable, and then from django.conf.global_settings; see the global_settings.py +for a list of all possible variables. +""" + +import importlib +import os +import time +import traceback +import warnings +from pathlib import Path + +import django +from django.conf import global_settings +from django.core.exceptions import ImproperlyConfigured +from django.utils.deprecation import ( + RemovedInDjango30Warning, RemovedInDjango31Warning, +) +from django.utils.functional import LazyObject, empty + +ENVIRONMENT_VARIABLE = "DJANGO_SETTINGS_MODULE" + +DEFAULT_CONTENT_TYPE_DEPRECATED_MSG = 'The DEFAULT_CONTENT_TYPE setting is deprecated.' +FILE_CHARSET_DEPRECATED_MSG = ( + 'The FILE_CHARSET setting is deprecated. Starting with Django 3.1, all ' + 'files read from disk must be UTF-8 encoded.' +) + + +class SettingsReference(str): + """ + String subclass which references a current settings value. It's treated as + the value in memory but serializes to a settings.NAME attribute reference. + """ + def __new__(self, value, setting_name): + return str.__new__(self, value) + + def __init__(self, value, setting_name): + self.setting_name = setting_name + + +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 settings are needed, if the user hasn't + configured settings manually. + """ + settings_module = os.environ.get(ENVIRONMENT_VARIABLE) + if not settings_module: + 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) + + def __repr__(self): + # Hardcode the class name as otherwise it yields 'Settings'. + if self._wrapped is empty: + return '' + return '' % { + 'settings_module': self._wrapped.SETTINGS_MODULE, + } + + def __getattr__(self, name): + """Return the value of a setting and cache it in self.__dict__.""" + if self._wrapped is empty: + self._setup(name) + val = getattr(self._wrapped, name) + self.__dict__[name] = val + return val + + def __setattr__(self, name, value): + """ + Set the value of setting. Clear all cached values if _wrapped changes + (@override_settings does this) or clear single values when set. + """ + if name == '_wrapped': + self.__dict__.clear() + else: + self.__dict__.pop(name, None) + super().__setattr__(name, value) + + def __delattr__(self, name): + """Delete a setting and clear it from cache if needed.""" + super().__delattr__(name) + self.__dict__.pop(name, None) + + 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__)). + """ + 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 + + @property + def configured(self): + """Return True if the settings have already been configured.""" + return self._wrapped is not empty + + @property + def DEFAULT_CONTENT_TYPE(self): + stack = traceback.extract_stack() + # Show a warning if the setting is used outside of Django. + # Stack index: -1 this line, -2 the caller. + filename, _line_number, _function_name, _text = stack[-2] + if not filename.startswith(os.path.dirname(django.__file__)): + warnings.warn( + DEFAULT_CONTENT_TYPE_DEPRECATED_MSG, + RemovedInDjango30Warning, + stacklevel=2, + ) + return self.__getattr__('DEFAULT_CONTENT_TYPE') + + @property + def FILE_CHARSET(self): + stack = traceback.extract_stack() + # Show a warning if the setting is used outside of Django. + # Stack index: -1 this line, -2 the caller. + filename, _line_number, _function_name, _text = stack[-2] + if not filename.startswith(os.path.dirname(django.__file__)): + warnings.warn( + FILE_CHARSET_DEPRECATED_MSG, + RemovedInDjango31Warning, + stacklevel=2, + ) + return self.__getattr__('FILE_CHARSET') + + +class Settings: + def __init__(self, settings_module): + # update this dict from global settings (but only for ALL_CAPS settings) + for setting in dir(global_settings): + if setting.isupper(): + setattr(self, setting, getattr(global_settings, setting)) + + # store the settings module in case someone later cares + self.SETTINGS_MODULE = settings_module + + mod = importlib.import_module(self.SETTINGS_MODULE) + + tuple_settings = ( + "INSTALLED_APPS", + "TEMPLATE_DIRS", + "LOCALE_PATHS", + ) + self._explicit_settings = set() + for setting in dir(mod): + if setting.isupper(): + setting_value = getattr(mod, setting) + + if (setting in tuple_settings and + not isinstance(setting_value, (list, tuple))): + raise ImproperlyConfigured("The %s setting must be a list or a tuple. " % setting) + setattr(self, setting, setting_value) + self._explicit_settings.add(setting) + + if not self.SECRET_KEY: + raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.") + + if self.is_overridden('DEFAULT_CONTENT_TYPE'): + warnings.warn(DEFAULT_CONTENT_TYPE_DEPRECATED_MSG, RemovedInDjango30Warning) + if self.is_overridden('FILE_CHARSET'): + warnings.warn(FILE_CHARSET_DEPRECATED_MSG, RemovedInDjango31Warning) + + 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 = Path('/usr/share/zoneinfo') + zone_info_file = zoneinfo_root.joinpath(*self.TIME_ZONE.split('/')) + if zoneinfo_root.exists() and not zone_info_file.exists(): + 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() + + def is_overridden(self, setting): + return setting in self._explicit_settings + + def __repr__(self): + return '<%(cls)s "%(settings_module)s">' % { + 'cls': self.__class__.__name__, + 'settings_module': self.SETTINGS_MODULE, + } + + +class UserSettingsHolder: + """Holder for user configured settings.""" + # SETTINGS_MODULE doesn't make much sense in the manually configured + # (standalone) case. + 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) + if name == 'DEFAULT_CONTENT_TYPE': + warnings.warn(DEFAULT_CONTENT_TYPE_DEPRECATED_MSG, RemovedInDjango30Warning) + elif name == 'FILE_CHARSET': + warnings.warn(FILE_CHARSET_DEPRECATED_MSG, RemovedInDjango31Warning) + super().__setattr__(name, value) + + def __delattr__(self, name): + self._deleted.add(name) + if hasattr(self, name): + super().__delattr__(name) + + def __dir__(self): + return sorted( + s for s in [*self.__dict__, *dir(self.default_settings)] + if s not in self._deleted + ) + + def is_overridden(self, setting): + deleted = (setting in self._deleted) + set_locally = (setting in self.__dict__) + set_on_default = getattr(self.default_settings, 'is_overridden', lambda s: False)(setting) + return deleted or set_locally or set_on_default + + def __repr__(self): + return '<%(cls)s>' % { + 'cls': self.__class__.__name__, + } + + +settings = LazySettings() diff --git a/myvenv/Lib/site-packages/django/conf/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c86d316dc4197b0673f02c699450ffa74d723015 GIT binary patch literal 9075 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

o@B`SPIS4<7LXP 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 'fr' fallback logic. +""" + +LANG_INFO = { + 'af': { + 'bidi': False, + 'code': 'af', + 'name': 'Afrikaans', + 'name_local': 'Afrikaans', + }, + 'ar': { + 'bidi': True, + 'code': 'ar', + 'name': 'Arabic', + 'name_local': 'العربيّة', + }, + 'ast': { + 'bidi': False, + 'code': 'ast', + 'name': 'Asturian', + 'name_local': 'asturianu', + }, + 'az': { + 'bidi': True, + 'code': 'az', + 'name': 'Azerbaijani', + 'name_local': 'Azərbaycanca', + }, + 'be': { + 'bidi': False, + 'code': 'be', + 'name': 'Belarusian', + 'name_local': 'беларуская', + }, + 'bg': { + 'bidi': False, + 'code': 'bg', + 'name': 'Bulgarian', + 'name_local': 'български', + }, + 'bn': { + 'bidi': False, + 'code': 'bn', + 'name': 'Bengali', + 'name_local': 'বাংলা', + }, + '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à', + }, + 'cs': { + 'bidi': False, + 'code': 'cs', + 'name': 'Czech', + 'name_local': 'česky', + }, + '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', + }, + 'dsb': { + 'bidi': False, + 'code': 'dsb', + 'name': 'Lower Sorbian', + 'name_local': 'dolnoserbski', + }, + 'el': { + 'bidi': False, + 'code': 'el', + 'name': 'Greek', + 'name_local': 'Ελληνικά', + }, + 'en': { + 'bidi': False, + 'code': 'en', + 'name': 'English', + 'name_local': 'English', + }, + 'en-au': { + 'bidi': False, + 'code': 'en-au', + 'name': 'Australian English', + 'name_local': 'Australian 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ñol', + }, + 'es-ar': { + 'bidi': False, + 'code': 'es-ar', + 'name': 'Argentinian Spanish', + 'name_local': 'español de Argentina', + }, + 'es-co': { + 'bidi': False, + 'code': 'es-co', + 'name': 'Colombian Spanish', + 'name_local': 'español de Colombia', + }, + 'es-mx': { + 'bidi': False, + 'code': 'es-mx', + 'name': 'Mexican Spanish', + 'name_local': 'español de Mexico', + }, + 'es-ni': { + 'bidi': False, + 'code': 'es-ni', + 'name': 'Nicaraguan Spanish', + 'name_local': 'español de Nicaragua', + }, + 'es-ve': { + 'bidi': False, + 'code': 'es-ve', + 'name': 'Venezuelan Spanish', + 'name_local': 'español 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': 'فارسی', + }, + 'fi': { + 'bidi': False, + 'code': 'fi', + 'name': 'Finnish', + 'name_local': 'suomi', + }, + 'fr': { + 'bidi': False, + 'code': 'fr', + 'name': 'French', + 'name_local': 'français', + }, + 'fy': { + 'bidi': False, + 'code': 'fy', + 'name': 'Frisian', + 'name_local': 'frysk', + }, + 'ga': { + 'bidi': False, + 'code': 'ga', + 'name': 'Irish', + 'name_local': 'Gaeilge', + }, + 'gd': { + 'bidi': False, + 'code': 'gd', + 'name': 'Scottish Gaelic', + 'name_local': 'Gàidhlig', + }, + 'gl': { + 'bidi': False, + 'code': 'gl', + 'name': 'Galician', + 'name_local': 'galego', + }, + 'he': { + 'bidi': True, + 'code': 'he', + 'name': 'Hebrew', + 'name_local': 'עברית', + }, + 'hi': { + 'bidi': False, + 'code': 'hi', + 'name': 'Hindi', + 'name_local': 'Hindi', + }, + 'hr': { + 'bidi': False, + 'code': 'hr', + 'name': 'Croatian', + 'name_local': 'Hrvatski', + }, + 'hsb': { + 'bidi': False, + 'code': 'hsb', + 'name': 'Upper Sorbian', + 'name_local': 'hornjoserbsce', + }, + 'hu': { + 'bidi': False, + 'code': 'hu', + 'name': 'Hungarian', + 'name_local': 'Magyar', + }, + 'hy': { + 'bidi': False, + 'code': 'hy', + 'name': 'Armenian', + 'name_local': 'հայերեն', + }, + 'ia': { + 'bidi': False, + 'code': 'ia', + 'name': 'Interlingua', + 'name_local': 'Interlingua', + }, + 'io': { + 'bidi': False, + 'code': 'io', + 'name': 'Ido', + 'name_local': 'ido', + }, + 'id': { + 'bidi': False, + 'code': 'id', + 'name': 'Indonesian', + 'name_local': 'Bahasa Indonesia', + }, + 'is': { + 'bidi': False, + 'code': 'is', + 'name': 'Icelandic', + 'name_local': 'Íslenska', + }, + 'it': { + 'bidi': False, + 'code': 'it', + 'name': 'Italian', + 'name_local': 'italiano', + }, + 'ja': { + 'bidi': False, + 'code': 'ja', + 'name': 'Japanese', + 'name_local': '日本語', + }, + 'ka': { + 'bidi': False, + 'code': 'ka', + 'name': 'Georgian', + 'name_local': 'ქართული', + }, + 'kab': { + 'bidi': False, + 'code': 'kab', + 'name': 'Kabyle', + 'name_local': 'taqbaylit', + }, + 'kk': { + 'bidi': False, + 'code': 'kk', + 'name': 'Kazakh', + 'name_local': 'Қазақ', + }, + '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': '한국어', + }, + 'lb': { + 'bidi': False, + 'code': 'lb', + 'name': 'Luxembourgish', + 'name_local': 'Lëtzebuergesch', + }, + 'lt': { + 'bidi': False, + 'code': 'lt', + 'name': 'Lithuanian', + 'name_local': 'Lietuviškai', + }, + 'lv': { + 'bidi': False, + 'code': 'lv', + 'name': 'Latvian', + 'name_local': 'latviešu', + }, + 'mk': { + 'bidi': False, + 'code': 'mk', + 'name': 'Macedonian', + 'name_local': 'Македонски', + }, + 'ml': { + 'bidi': False, + 'code': 'ml', + 'name': 'Malayalam', + 'name_local': 'Malayalam', + }, + 'mn': { + 'bidi': False, + 'code': 'mn', + 'name': 'Mongolian', + 'name_local': 'Mongolian', + }, + 'mr': { + 'bidi': False, + 'code': 'mr', + 'name': 'Marathi', + 'name_local': 'मराठी', + }, + 'my': { + 'bidi': False, + 'code': 'my', + 'name': 'Burmese', + 'name_local': 'မြန်မာဘာသာ', + }, + 'nb': { + 'bidi': False, + 'code': 'nb', + 'name': 'Norwegian Bokmal', + 'name_local': 'norsk (bokmål)', + }, + 'ne': { + 'bidi': False, + 'code': 'ne', + 'name': 'Nepali', + 'name_local': 'नेपाली', + }, + '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', + }, + 'os': { + 'bidi': False, + 'code': 'os', + 'name': 'Ossetic', + 'name_local': 'Ирон', + }, + '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ês', + }, + 'pt-br': { + 'bidi': False, + 'code': 'pt-br', + 'name': 'Brazilian Portuguese', + 'name_local': 'Português Brasileiro', + }, + 'ro': { + 'bidi': False, + 'code': 'ro', + 'name': 'Romanian', + 'name_local': 'Română', + }, + 'ru': { + 'bidi': False, + 'code': 'ru', + 'name': 'Russian', + 'name_local': 'Русский', + }, + 'sk': { + 'bidi': False, + 'code': 'sk', + 'name': 'Slovak', + 'name_local': 'Slovensky', + }, + 'sl': { + 'bidi': False, + 'code': 'sl', + 'name': 'Slovenian', + 'name_local': 'Slovenščina', + }, + 'sq': { + 'bidi': False, + 'code': 'sq', + 'name': 'Albanian', + 'name_local': 'shqip', + }, + 'sr': { + 'bidi': False, + 'code': 'sr', + 'name': 'Serbian', + 'name_local': 'српски', + }, + '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': 'தமிழ்', + }, + 'te': { + 'bidi': False, + 'code': 'te', + 'name': 'Telugu', + 'name_local': 'తెలుగు', + }, + 'th': { + 'bidi': False, + 'code': 'th', + 'name': 'Thai', + 'name_local': 'ภาษาไทย', + }, + 'tr': { + 'bidi': False, + 'code': 'tr', + 'name': 'Turkish', + 'name_local': 'Türkçe', + }, + 'tt': { + 'bidi': False, + 'code': 'tt', + 'name': 'Tatar', + 'name_local': 'Татарча', + }, + 'udm': { + 'bidi': False, + 'code': 'udm', + 'name': 'Udmurt', + 'name_local': 'Удмурт', + }, + 'uk': { + 'bidi': False, + 'code': 'uk', + 'name': 'Ukrainian', + 'name_local': 'Українська', + }, + 'ur': { + 'bidi': True, + 'code': 'ur', + 'name': 'Urdu', + 'name_local': 'اردو', + }, + 'vi': { + 'bidi': False, + 'code': 'vi', + 'name': 'Vietnamese', + 'name_local': 'Tiếng Việt', + }, + 'zh-cn': { + 'fallback': ['zh-hans'], + }, + 'zh-hans': { + 'bidi': False, + 'code': 'zh-hans', + 'name': 'Simplified Chinese', + 'name_local': '简体中文', + }, + 'zh-hant': { + 'bidi': False, + 'code': 'zh-hant', + 'name': 'Traditional Chinese', + 'name_local': '繁體中文', + }, + 'zh-hk': { + 'fallback': ['zh-hant'], + }, + 'zh-mo': { + 'fallback': ['zh-hant'], + }, + 'zh-my': { + 'fallback': ['zh-hans'], + }, + 'zh-sg': { + 'fallback': ['zh-hans'], + }, + 'zh-tw': { + 'fallback': ['zh-hant'], + }, +} diff --git a/myvenv/Lib/site-packages/django/conf/locale/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dac9ff700c690150831fb9092ed0442835f4407f GIT binary patch literal 5867 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 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/af/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/af/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ea048a7ec6bd189935f7c3db2c4426b95634b319 GIT binary patch literal 26389 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 O2PyS⁡?&_x>B)A9Az+ literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/af/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/af/LC_MESSAGES/django.po new file mode 100644 index 0000000..f85a36d --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/af/LC_MESSAGES/django.po @@ -0,0 +1,1275 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# F Wolff , 2019 +# Stephen Cox , 2011-2012 +# unklphil , 2014,2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2019-02-18 22:37+0000\n" +"Last-Translator: unklphil \n" +"Language-Team: Afrikaans (http://www.transifex.com/django/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" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabies" + +msgid "Asturian" +msgstr "Asturies" + +msgid "Azerbaijani" +msgstr "Aserbeidjans" + +msgid "Bulgarian" +msgstr "Bulgaars" + +msgid "Belarusian" +msgstr "Wit-Russies" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Bretons" + +msgid "Bosnian" +msgstr "Bosnies" + +msgid "Catalan" +msgstr "Katalaans" + +msgid "Czech" +msgstr "Tsjeggies" + +msgid "Welsh" +msgstr "Welsh" + +msgid "Danish" +msgstr "Deens" + +msgid "German" +msgstr "Duits" + +msgid "Lower Sorbian" +msgstr "Neder-Sorbies" + +msgid "Greek" +msgstr "Grieks" + +msgid "English" +msgstr "Engels" + +msgid "Australian English" +msgstr "Australiese Engels" + +msgid "British English" +msgstr "Britse Engels" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spaans" + +msgid "Argentinian Spanish" +msgstr "Argentynse Spaans" + +msgid "Colombian Spanish" +msgstr "Kolombiaanse Spaans" + +msgid "Mexican Spanish" +msgstr "Meksikaanse Spaans" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguaanse Spaans" + +msgid "Venezuelan Spanish" +msgstr "Venezolaanse Spaans" + +msgid "Estonian" +msgstr "Estnies" + +msgid "Basque" +msgstr "Baskies" + +msgid "Persian" +msgstr "Persies" + +msgid "Finnish" +msgstr "Fins" + +msgid "French" +msgstr "Fraans" + +msgid "Frisian" +msgstr "Fries" + +msgid "Irish" +msgstr "Iers" + +msgid "Scottish Gaelic" +msgstr "Skots-Gaelies" + +msgid "Galician" +msgstr "Galicies" + +msgid "Hebrew" +msgstr "Hebreeus" + +msgid "Hindi" +msgstr "Hindoe" + +msgid "Croatian" +msgstr "Kroaties" + +msgid "Upper Sorbian" +msgstr "Opper-Sorbies" + +msgid "Hungarian" +msgstr "Hongaars" + +msgid "Armenian" +msgstr "Armeens" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesies" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Yslands" + +msgid "Italian" +msgstr "Italiaans" + +msgid "Japanese" +msgstr "Japannees" + +msgid "Georgian" +msgstr "Georgian" + +msgid "Kabyle" +msgstr "Kabilies" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreaans" + +msgid "Luxembourgish" +msgstr "Luxemburgs" + +msgid "Lithuanian" +msgstr "Litaus" + +msgid "Latvian" +msgstr "Lets" + +msgid "Macedonian" +msgstr "Macedonies" + +msgid "Malayalam" +msgstr "Malabaars" + +msgid "Mongolian" +msgstr "Mongools" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Birmaans" + +msgid "Norwegian Bokmål" +msgstr "Noorweegse Bokmål" + +msgid "Nepali" +msgstr "Nepalees" + +msgid "Dutch" +msgstr "Nederlands" + +msgid "Norwegian Nynorsk" +msgstr "Noorweegse Nynorsk" + +msgid "Ossetic" +msgstr "Osseties" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Pools" + +msgid "Portuguese" +msgstr "Portugees" + +msgid "Brazilian Portuguese" +msgstr "Brasiliaanse Portugees" + +msgid "Romanian" +msgstr "Roemeens" + +msgid "Russian" +msgstr "Russiese" + +msgid "Slovak" +msgstr "Slowaaks" + +msgid "Slovenian" +msgstr "Sloweens" + +msgid "Albanian" +msgstr "Albanees" + +msgid "Serbian" +msgstr "Serwies" + +msgid "Serbian Latin" +msgstr "Serwies Latyns" + +msgid "Swedish" +msgstr "Sweeds" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Teloegoe" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Turks" + +msgid "Tatar" +msgstr "Tataars" + +msgid "Udmurt" +msgstr "Oedmoerts" + +msgid "Ukrainian" +msgstr "Oekraïens" + +msgid "Urdu" +msgstr "Oerdoe" + +msgid "Vietnamese" +msgstr "Viëtnamees" + +msgid "Simplified Chinese" +msgstr "Vereenvoudigde Sjinees" + +msgid "Traditional Chinese" +msgstr "Tradisionele Sjinees" + +msgid "Messages" +msgstr "Boodskappe" + +msgid "Site Maps" +msgstr "Werfkaarte" + +msgid "Static Files" +msgstr "Statiese lêers" + +msgid "Syndication" +msgstr "Sindikasie" + +msgid "That page number is not an integer" +msgstr "Daai bladsynommer is nie 'n heelgetal nie" + +msgid "That page number is less than 1" +msgstr "Daai bladsynommer is minder as 1" + +msgid "That page contains no results" +msgstr "Daai bladsy bevat geen resultate nie" + +msgid "Enter a valid value." +msgstr "Gee 'n geldige waarde." + +msgid "Enter a valid URL." +msgstr "Gee ’n geldige URL." + +msgid "Enter a valid integer." +msgstr "Gee ’n geldige heelgetal." + +msgid "Enter a valid email address." +msgstr "Gee ’n geldige e-posadres." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Gee ’n geldige \"slak\" in wat bestaan ​​uit letters, syfers, onderstreep of " +"koppelteken." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Gee ’n geldige “slak” in wat bestaan ​​uit Unicode-letters, syfers, " +"onderstreep of koppelteken." + +msgid "Enter a valid IPv4 address." +msgstr "Gee ’n geldige IPv4-adres." + +msgid "Enter a valid IPv6 address." +msgstr "Gee ’n geldige IPv6-adres." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Gee ’n geldige IPv4- of IPv6-adres." + +msgid "Enter only digits separated by commas." +msgstr "Gee slegs syfers in wat deur kommas geskei is." + +#, 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)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Maak seker dat hierdie waarde kleiner of gelyk is aan %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Maak seker dat hierdie waarde groter of gelyk is aan %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Maak seker hierdie waarde het ten minste %(limit_value)d karakter (dit het " +"%(show_value)d)." +msgstr[1] "" +"Maak seker hierdie waarde het ten minste %(limit_value)d karakters (dit het " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Maak seker hierdie waarde het op die meeste %(limit_value)d karakter (dit " +"het %(show_value)d)." +msgstr[1] "" +"Maak seker hierdie waarde het op die meeste %(limit_value)d karakters (dit " +"het %(show_value)d)." + +msgid "Enter a number." +msgstr "Gee ’n getal." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Maak seker dat daar nie meer as %(max)s syfer in totaal is nie." +msgstr[1] "Maak seker dat daar nie meer as %(max)s syfers in totaal is nie." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Maak seker dat daar nie meer as %(max)s desimale plek is nie." +msgstr[1] "Maak seker dat daar nie meer as %(max)s desimale plekke is nie." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Maak seker dat daar nie meer as %(max)s syfer voor die desimale punt is nie." +msgstr[1] "" +"Maak seker dat daar nie meer as %(max)s syfers voor die desimale punt is nie." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" +"Lêeruitbreiding “%(extension)s” word nie toegelaat nie. Toegelate " +"uitbreidings is: “%(allowed_extensions)s”." + +msgid "Null characters are not allowed." +msgstr "Nul-karakters word nie toegelaat nie." + +msgid "and" +msgstr "en" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s met hierdie %(field_labels)s bestaan alreeds." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Waarde %(value)r is nie ’n geldige keuse nie." + +msgid "This field cannot be null." +msgstr "Hierdie veld kan nie nil wees nie." + +msgid "This field cannot be blank." +msgstr "Hierdie veld kan nie leeg wees nie." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s met hierdie %(field_label)s bestaan ​​alreeds." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s moet uniek wees per %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Veld van tipe: %(field_type)s " + +msgid "Integer" +msgstr "Heelgetal" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Die waarde “%(value)s” moet ’n heelgetal wees." + +msgid "Big (8 byte) integer" +msgstr "Groot (8 greep) heelgetal" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Die waarde “%(value)s” moet óf True (waar) óf False (vals) wees." + +#, python-format +msgid "'%(value)s' value must be either True, False, or None." +msgstr "Die waarde “%(value)s” moet True, False of None wees." + +msgid "Boolean (Either True or False)" +msgstr "Boole (True of False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (hoogstens %(max_length)s karakters)" + +msgid "Comma-separated integers" +msgstr "Heelgetalle geskei met kommas" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Die waarde “%(value)s” het ’n ongeldige datumformaat. Dit moet in die " +"formaat JJJJ-MM-DD wees." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Die waarde “%(value)s” het die korrekte formaat (JJJJ-MM-DD), maar dit is ’n " +"ongeldige datum." + +msgid "Date (without time)" +msgstr "Datum (sonder die tyd)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Die waarde “%(value)s” se formaat is ongeldig. Dit moet in die formaat JJJJ-" +"MM-DD HH:MM[:ss[.uuuuuu]][TZ] wees." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Die waarde “%(value)s” het die korrekte formaat (JJJJ-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ]) maar dit is ’n ongeldige datum/tyd." + +msgid "Date (with time)" +msgstr "Datum (met die tyd)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Die waarde “%(value)s” moet ’n desimale getal wees." + +msgid "Decimal number" +msgstr "Desimale getal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Die waarde “%(value)s” het ’n ongeldige formaat. Dit moet in die formaat " +"[DD] [HH:[MM:]]ss[.uuuuuu] wees." + +msgid "Duration" +msgstr "Duur" + +msgid "Email address" +msgstr "E-posadres" + +msgid "File path" +msgstr "Lêerpad" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Die waarde “%(value)s” moete ’n dryfpuntgetal wees." + +msgid "Floating point number" +msgstr "Dryfpuntgetal" + +msgid "IPv4 address" +msgstr "IPv4-adres" + +msgid "IP address" +msgstr "IP-adres" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Die waarde “%(value)s” moet None, True of False wees." + +msgid "Boolean (Either True, False or None)" +msgstr "Boole (True, False, of None)" + +msgid "Positive integer" +msgstr "Positiewe heelgetal" + +msgid "Positive small integer" +msgstr "Klein positiewe heelgetal" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (tot en met %(max_length)s karakters)" + +msgid "Small integer" +msgstr "Klein heelgetal" + +msgid "Text" +msgstr "Teks" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Die waarde “%(value)s” se formaat is ongeldig. Dit moet in die formaat HH:" +"MM[:ss[.uuuuuu]] wees." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Die waarde “%(value)s” het die regte formaat (HH:MM[:ss[.uuuuuu]]) maar is " +"nie ’n geldige tyd nie." + +msgid "Time" +msgstr "Tyd" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Rou binêre data" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "“%(value)s” is nie ’n geldige UUID nie." + +msgid "Universally unique identifier" +msgstr "Universeel unieke identifiseerder" + +msgid "File" +msgstr "Lêer" + +msgid "Image" +msgstr "Prent" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s-objek met %(field)s %(value)r bestaan nie." + +msgid "Foreign Key (type determined by related field)" +msgstr "Vreemde sleutel (tipe bepaal deur verwante veld)" + +msgid "One-to-one relationship" +msgstr "Een-tot-een-verhouding" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s-verwantskap" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s-verwantskappe" + +msgid "Many-to-many relationship" +msgstr "Baie-tot-baie-verwantskap" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Dié veld is verpligtend." + +msgid "Enter a whole number." +msgstr "Tik ’n heelgetal in." + +msgid "Enter a valid date." +msgstr "Tik ’n geldige datum in." + +msgid "Enter a valid time." +msgstr "Tik ’n geldige tyd in." + +msgid "Enter a valid date/time." +msgstr "Tik ’n geldige datum/tyd in." + +msgid "Enter a valid duration." +msgstr "Tik ’n geldige tydsduur in." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Die aantal dae moet tussen {min_days} en {max_days} wees." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Geen lêer is ingedien nie. Maak seker die koderingtipe op die vorm is reg." + +msgid "No file was submitted." +msgstr "Geen lêer is ingedien nie." + +msgid "The submitted file is empty." +msgstr "Die ingedien lêer is leeg." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Maak seker hierdie lêernaam het hoogstens %(max)d karakter (dit het " +"%(length)d)." +msgstr[1] "" +"Maak seker hierdie lêernaam het hoogstens %(max)d karakters (dit het " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Dien die lêer in óf merk die Maak skoon-boksie, nie altwee nie." + +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." + +#, 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." + +msgid "Enter a list of values." +msgstr "Tik ’n lys waardes in." + +msgid "Enter a complete value." +msgstr "Tik ’n volledige waarde in." + +msgid "Enter a valid UUID." +msgstr "Tik ’n geldig UUID in." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Versteekte veld %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Die ManagementForm-data ontbreek of is mee gepeuter" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Dien asseblief %d of minder vorms in." +msgstr[1] "Dien asseblief %d of minder vorms in." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Dien asseblief %d of meer vorms in." +msgstr[1] "Dien asseblief %d of meer vorms in." + +msgid "Order" +msgstr "Orde" + +msgid "Delete" +msgstr "Verwyder" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Korrigeer die dubbele data vir %(field)s." + +#, 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." + +#, 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." + +msgid "Please correct the duplicate values below." +msgstr "Korrigeer die dubbele waardes hieronder." + +msgid "The inline value did not match the parent instance." +msgstr "Die waarde inlyn pas nie by die ouerobjek nie." + +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." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "“%(pk)s” is nie 'n geldige waarde nie." + +#, 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 die tydsone %(current_timezone)s vertolk word nie; " +"dit is dalk dubbelsinnig, of bestaan nie." + +msgid "Clear" +msgstr "Maak skoon" + +msgid "Currently" +msgstr "Tans" + +msgid "Change" +msgstr "Verander" + +msgid "Unknown" +msgstr "Onbekend" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nee" + +msgid "yes,no,maybe" +msgstr "ja,nee,miskien" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d greep" +msgstr[1] "%(size)d grepe" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "nm." + +msgid "a.m." +msgstr "vm." + +msgid "PM" +msgstr "NM" + +msgid "AM" +msgstr "VM" + +msgid "midnight" +msgstr "middernag" + +msgid "noon" +msgstr "middag" + +msgid "Monday" +msgstr "Maandag" + +msgid "Tuesday" +msgstr "Dinsdag" + +msgid "Wednesday" +msgstr "Woensdag" + +msgid "Thursday" +msgstr "Donderdag" + +msgid "Friday" +msgstr "Vrydag" + +msgid "Saturday" +msgstr "Saterdag" + +msgid "Sunday" +msgstr "Sondag" + +msgid "Mon" +msgstr "Ma" + +msgid "Tue" +msgstr "Di" + +msgid "Wed" +msgstr "Wo" + +msgid "Thu" +msgstr "Do" + +msgid "Fri" +msgstr "Vr" + +msgid "Sat" +msgstr "Sa" + +msgid "Sun" +msgstr "So" + +msgid "January" +msgstr "Januarie" + +msgid "February" +msgstr "Februarie" + +msgid "March" +msgstr "Maart" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mei" + +msgid "June" +msgstr "Junie" + +msgid "July" +msgstr "Julie" + +msgid "August" +msgstr "Augustus" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Desember" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mrt" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "mei" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sept" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "des" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Maart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mei" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junie" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julie" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Des." + +msgctxt "alt. month" +msgid "January" +msgstr "Januarie" + +msgctxt "alt. month" +msgid "February" +msgstr "Februarie" + +msgctxt "alt. month" +msgid "March" +msgstr "Maart" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Mei" + +msgctxt "alt. month" +msgid "June" +msgstr "Junie" + +msgctxt "alt. month" +msgid "July" +msgstr "Julie" + +msgctxt "alt. month" +msgid "August" +msgstr "Augustus" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "Desember" + +msgid "This is not a valid IPv6 address." +msgstr "Hierdie is nie ’n geldige IPv6-adres nie." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "of" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d jaar" +msgstr[1] "%d jare" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d maand" +msgstr[1] "%d maande" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d week" +msgstr[1] "%d weke" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dag" +msgstr[1] "%d dae" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d uur" +msgstr[1] "%d ure" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuut" +msgstr[1] "%d minute" + +msgid "0 minutes" +msgstr "0 minute" + +msgid "Forbidden" +msgstr "Verbode" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-verifikasie het misluk. Versoek is laat val." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"U sien hierdie boodskap omdat dié HTTPS-werf vereis dat u blaaier ’n " +"“Referer header” moet stuur, maar dit is nie gestuur nie. Hierdie header is " +"vir sekuriteitsredes nodig om te verseker dat u blaaier nie deur derde " +"partye gekaap is nie." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"As “Referer headers” in u blaaier gedeaktiveer is, heraktiveer hulle asb. " +"ten minste vir dié werf, of vir HTTPS-verbindings, of vir “same-origin”-" +"versoeke." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Indien u die -etiket gebruik " +"of die “Referrer-Policy: no-referrer header” gebruik, verwyder hulle asb. " +"Die CSRF-beskerming vereis die “Referer header” om streng kontrole van die " +"verwysende bladsy te doen. Indien u besorg is oor privaatheid, gebruik " +"alternatiewe soos vir skakels na " +"derdepartywebwerwe." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"U sien hierdie boodskap omdat dié werf ’n CSRF-koekie benodig wanneer vorms " +"ingedien word. Dié koekie word vir sekuriteitsredes benodig om te te " +"verseker dat u blaaier nie deur derde partye gekaap word nie." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Indien koekies in u blaaier gedeaktiveer is, heraktiveer hulle asb ten " +"minste vir dié werf, of vir “same-origin”-versoeke." + +msgid "More information is available with DEBUG=True." +msgstr "Meer inligting is beskikbaar met DEBUG=True." + +msgid "No year specified" +msgstr "Geen jaar gespesifiseer nie" + +msgid "Date out of range" +msgstr "Datum buite omvang" + +msgid "No month specified" +msgstr "Geen maand gespesifiseer nie" + +msgid "No day specified" +msgstr "Geen dag gespesifiseer nie" + +msgid "No week specified" +msgstr "Geen week gespesifiseer nie" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Geen %(verbose_name_plural)s beskikbaar nie" + +#, 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." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Ongeldige datumstring “%(datestr)s” vir formaat “%(format)s”" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Geen %(verbose_name)s gevind vir die soektog" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Bladsy is nie “last” nie, en dit kan nie omgeskakel word na ’n heelgetal nie." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ongeldige bladsy (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Leë lys en “%(class_name)s.allow_empty” is vals." + +msgid "Directory indexes are not allowed here." +msgstr "Gidsindekse word nie hier toegelaat nie." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "“%(path)s” bestaan nie" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks van %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "Django: die webraamwerk vir perfeksioniste met sperdatums." + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Sien die vrystellingsnotas vir Django " +"%(version)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Die installasie was suksesvol! Geluk!" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"U sien dié bladsy omdat DEBUG=True in die settings-lêer is en geen URL’e opgestel is nie." + +msgid "Django Documentation" +msgstr "Django-dokumentasie" + +msgid "Topics, references, & how-to's" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "Kom aan die gang met Django" + +msgid "Django Community" +msgstr "Django-gemeenskap" + +msgid "Connect, get help, or contribute" +msgstr "Kontak, kry hulp om dra by" diff --git a/myvenv/Lib/site-packages/django/conf/locale/ar/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6330ab5d0ac9e0ad1fc6e7022b0a30c8286c3993 GIT binary patch literal 30712 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 MWfB~QG!WkZ0g57f*8l(j literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/ar/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000..d0c82d8 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,1314 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bashar Al-Abdulhadi, 2015-2016 +# Bashar Al-Abdulhadi, 2014 +# Eyad Toma , 2013-2014 +# Jannis Leidel , 2011 +# Ossama Khayat , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-15 16:15+0100\n" +"PO-Revision-Date: 2017-11-16 01:13+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Arabic (http://www.transifex.com/django/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" + +msgid "Afrikaans" +msgstr "الإفريقية" + +msgid "Arabic" +msgstr "العربيّة" + +msgid "Asturian" +msgstr "الأسترية" + +msgid "Azerbaijani" +msgstr "الأذربيجانية" + +msgid "Bulgarian" +msgstr "البلغاريّة" + +msgid "Belarusian" +msgstr "البيلاروسية" + +msgid "Bengali" +msgstr "البنغاليّة" + +msgid "Breton" +msgstr "البريتونية" + +msgid "Bosnian" +msgstr "البوسنيّة" + +msgid "Catalan" +msgstr "الكتلانيّة" + +msgid "Czech" +msgstr "التشيكيّة" + +msgid "Welsh" +msgstr "الويلز" + +msgid "Danish" +msgstr "الدنماركيّة" + +msgid "German" +msgstr "الألمانيّة" + +msgid "Lower Sorbian" +msgstr "الصربية السفلى" + +msgid "Greek" +msgstr "اليونانيّة" + +msgid "English" +msgstr "الإنجليزيّة" + +msgid "Australian English" +msgstr "الإنجليزية الإسترالية" + +msgid "British English" +msgstr "الإنجليزيّة البريطانيّة" + +msgid "Esperanto" +msgstr "الاسبرانتو" + +msgid "Spanish" +msgstr "الإسبانيّة" + +msgid "Argentinian Spanish" +msgstr "الأسبانية الأرجنتينية" + +msgid "Colombian Spanish" +msgstr "الكولومبية الإسبانية" + +msgid "Mexican Spanish" +msgstr "الأسبانية المكسيكية" + +msgid "Nicaraguan Spanish" +msgstr "الإسبانية النيكاراغوية" + +msgid "Venezuelan Spanish" +msgstr "الإسبانية الفنزويلية" + +msgid "Estonian" +msgstr "الإستونيّة" + +msgid "Basque" +msgstr "الباسك" + +msgid "Persian" +msgstr "الفارسيّة" + +msgid "Finnish" +msgstr "الفنلنديّة" + +msgid "French" +msgstr "الفرنسيّة" + +msgid "Frisian" +msgstr "الفريزيّة" + +msgid "Irish" +msgstr "الإيرلنديّة" + +msgid "Scottish Gaelic" +msgstr "الغيلية الأسكتلندية" + +msgid "Galician" +msgstr "الجليقيّة" + +msgid "Hebrew" +msgstr "العبريّة" + +msgid "Hindi" +msgstr "الهندية" + +msgid "Croatian" +msgstr "الكرواتيّة" + +msgid "Upper Sorbian" +msgstr "الصربية العليا" + +msgid "Hungarian" +msgstr "الهنغاريّة" + +msgid "Interlingua" +msgstr "اللغة الوسيطة" + +msgid "Indonesian" +msgstr "الإندونيسيّة" + +msgid "Ido" +msgstr "ايدو" + +msgid "Icelandic" +msgstr "الآيسلنديّة" + +msgid "Italian" +msgstr "الإيطاليّة" + +msgid "Japanese" +msgstr "اليابانيّة" + +msgid "Georgian" +msgstr "الجورجيّة" + +msgid "Kazakh" +msgstr "الكازاخستانية" + +msgid "Khmer" +msgstr "الخمر" + +msgid "Kannada" +msgstr "الهنديّة (كنّادا)" + +msgid "Korean" +msgstr "الكوريّة" + +msgid "Luxembourgish" +msgstr "اللوكسمبرجية" + +msgid "Lithuanian" +msgstr "اللتوانيّة" + +msgid "Latvian" +msgstr "اللاتفيّة" + +msgid "Macedonian" +msgstr "المقدونيّة" + +msgid "Malayalam" +msgstr "المايالام" + +msgid "Mongolian" +msgstr "المنغوليّة" + +msgid "Marathi" +msgstr "المهاراتية" + +msgid "Burmese" +msgstr "البورمية" + +msgid "Norwegian Bokmål" +msgstr "النرويجية" + +msgid "Nepali" +msgstr "النيبالية" + +msgid "Dutch" +msgstr "الهولنديّة" + +msgid "Norwegian Nynorsk" +msgstr "النينورسك نرويجيّة" + +msgid "Ossetic" +msgstr "الأوسيتيكية" + +msgid "Punjabi" +msgstr "البنجابيّة" + +msgid "Polish" +msgstr "البولنديّة" + +msgid "Portuguese" +msgstr "البرتغاليّة" + +msgid "Brazilian Portuguese" +msgstr "البرتغاليّة البرازيليّة" + +msgid "Romanian" +msgstr "الرومانيّة" + +msgid "Russian" +msgstr "الروسيّة" + +msgid "Slovak" +msgstr "السلوفاكيّة" + +msgid "Slovenian" +msgstr "السلوفانيّة" + +msgid "Albanian" +msgstr "الألبانيّة" + +msgid "Serbian" +msgstr "الصربيّة" + +msgid "Serbian Latin" +msgstr "اللاتينيّة الصربيّة" + +msgid "Swedish" +msgstr "السويديّة" + +msgid "Swahili" +msgstr "السواحلية" + +msgid "Tamil" +msgstr "التاميل" + +msgid "Telugu" +msgstr "التيلوغو" + +msgid "Thai" +msgstr "التايلنديّة" + +msgid "Turkish" +msgstr "التركيّة" + +msgid "Tatar" +msgstr "التتاريية" + +msgid "Udmurt" +msgstr "الأدمرتية" + +msgid "Ukrainian" +msgstr "الأكرانيّة" + +msgid "Urdu" +msgstr "الأوردو" + +msgid "Vietnamese" +msgstr "الفيتناميّة" + +msgid "Simplified Chinese" +msgstr "الصينيّة المبسطة" + +msgid "Traditional Chinese" +msgstr "الصينيّة التقليدية" + +msgid "Messages" +msgstr "الرسائل" + +msgid "Site Maps" +msgstr "خرائط الموقع" + +msgid "Static Files" +msgstr "الملفات الثابتة" + +msgid "Syndication" +msgstr "توظيف النشر" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "أدخل قيمة صحيحة." + +msgid "Enter a valid URL." +msgstr "أدخل رابطاً صحيحاً." + +msgid "Enter a valid integer." +msgstr "أدخل رقم صالح." + +msgid "Enter a valid email address." +msgstr "أدخل عنوان بريد إلكتروني صحيح." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "أدخل اختصار 'slug' صحيح يتكوّن من أحرف، أرقام، شرطات سفلية وعاديّة." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "أدخل اختصار 'slug' صحيح يتكوّن من أحرف، أرقام، شرطات سفلية وعاديّة." + +msgid "Enter a valid IPv4 address." +msgstr "أدخل عنوان IPv4 صحيح." + +msgid "Enter a valid IPv6 address." +msgstr "أدخل عنوان IPv6 صحيح." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "أدخل عنوان IPv4 أو عنوان IPv6 صحيح." + +msgid "Enter only digits separated by commas." +msgstr "أدخل أرقاما فقط مفصول بينها بفواصل." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "تحقق من أن هذه القيمة هي %(limit_value)s (إنها %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "تحقق من أن تكون هذه القيمة أقل من %(limit_value)s أو مساوية لها." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "تحقق من أن تكون هذه القيمة أكثر من %(limit_value)s أو مساوية لها." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[1] "" +"تأكد أن هذه القيمة تحتوي على حرف أو رمز %(limit_value)d على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[2] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف و رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[3] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[4] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[5] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأقل (هي تحتوي " +"حالياً على %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[1] "" +"تأكد أن هذه القيمة تحتوي على حرف أو رمز %(limit_value)d على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[2] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف و رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[3] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[4] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." +msgstr[5] "" +"تأكد أن هذه القيمة تحتوي على %(limit_value)d حرف أو رمز على الأكثر (هي تحتوي " +"حالياً على %(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "تحقق من أن تدخل %(max)s أرقام لا أكثر." +msgstr[1] "تحقق من أن تدخل رقم %(max)s لا أكثر." +msgstr[2] "تحقق من أن تدخل %(max)s رقمين لا أكثر." +msgstr[3] "تحقق من أن تدخل %(max)s أرقام لا أكثر." +msgstr[4] "تحقق من أن تدخل %(max)s أرقام لا أكثر." +msgstr[5] "تحقق من أن تدخل %(max)s أرقام لا أكثر." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[1] "تحقق من أن تدخل خانة %(max)s عشرية لا أكثر." +msgstr[2] "تحقق من أن تدخل %(max)s خانتين عشريتين لا أكثر." +msgstr[3] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[4] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." +msgstr[5] "تحقق من أن تدخل %(max)s خانات عشرية لا أكثر." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[1] "تحقق من أن تدخل رقم %(max)s قبل الفاصل العشري لا أكثر." +msgstr[2] "تحقق من أن تدخل %(max)s رقمين قبل الفاصل العشري لا أكثر." +msgstr[3] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[4] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." +msgstr[5] "تحقق من أن تدخل %(max)s أرقام قبل الفاصل العشري لا أكثر." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "و" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s بهذا %(field_labels)s موجود سلفاً." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "القيمة %(value)r ليست خيارا صحيحاً." + +msgid "This field cannot be null." +msgstr "لا يمكن تعيين null كقيمة لهذا الحقل." + +msgid "This field cannot be blank." +msgstr "لا يمكن ترك هذا الحقل فارغاً." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "النموذج %(model_name)s والحقل %(field_label)s موجود مسبقاً." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s يجب أن يكون فريد لـ %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "حقل نوع: %(field_type)s" + +msgid "Integer" +msgstr "عدد صحيح" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "قيمة '%(value)s' يجب ان تكون عدد صحيح." + +msgid "Big (8 byte) integer" +msgstr "عدد صحيح كبير (8 بايت)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "قيمة '%(value)s' يجب أن تكون True أو False." + +msgid "Boolean (Either True or False)" +msgstr "ثنائي (إما True أو False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "سلسلة نص (%(max_length)s كحد أقصى)" + +msgid "Comma-separated integers" +msgstr "أرقام صحيحة مفصولة بفواصل" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"قيمة '%(value)s' ليست من بُنية تاريخ صحيحة. القيمة يجب ان تكون من البُنية YYYY-" +"MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "قيمة '%(value)s' من بُنية صحيحة (YYYY-MM-DD) لكنها تحوي تاريخ غير صحيح." + +msgid "Date (without time)" +msgstr "التاريخ (دون الوقت)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"قيمة '%(value)s' ليست من بُنية صحيحة. القيمة يجب ان تكون من البُنية YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ] ." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"قيمة '%(value)s' من بُنية صحيحة (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) لكنها " +"تحوي وقت و تاريخ غير صحيحين." + +msgid "Date (with time)" +msgstr "التاريخ (مع الوقت)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "قيمة '%(value)s' يجب ان تكون عدد عشري." + +msgid "Decimal number" +msgstr "رقم عشري" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"قيمة '%(value)s' ليست بنسق صحيح. القيمة يجب ان تكون من التنسيق [DD] [HH:" +"[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "المدّة" + +msgid "Email address" +msgstr "عنوان بريد إلكتروني" + +msgid "File path" +msgstr "مسار الملف" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "قيمة '%(value)s' يجب ان تكون عدد فاصل عائم." + +msgid "Floating point number" +msgstr "رقم فاصلة عائمة" + +msgid "IPv4 address" +msgstr "عنوان IPv4" + +msgid "IP address" +msgstr "عنوان IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "قيمة '%(value)s' يجب ان تكون None أو True أو False." + +msgid "Boolean (Either True, False or None)" +msgstr "ثنائي (إما True أو False أو None)" + +msgid "Positive integer" +msgstr "عدد صحيح موجب" + +msgid "Positive small integer" +msgstr "عدد صحيح صغير موجب" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (حتى %(max_length)s)" + +msgid "Small integer" +msgstr "عدد صحيح صغير" + +msgid "Text" +msgstr "نص" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"قيمة '%(value)s' ليست من بُنية صحيحة. القيمة يجب ان تكون من البُنية HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"قيمة '%(value)s' من بُنية صحيحة (HH:MM[:ss[.uuuuuu]]) لكنها تحوي وقت غير صحيح." + +msgid "Time" +msgstr "وقت" + +msgid "URL" +msgstr "رابط" + +msgid "Raw binary data" +msgstr "البيانات الثنائية الخام" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' ليست قيمة UUID صحيحة." + +msgid "File" +msgstr "ملف" + +msgid "Image" +msgstr "صورة" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "النموذج %(model)s ذو الحقل و القيمة %(field)s %(value)r غير موجود." + +msgid "Foreign Key (type determined by related field)" +msgstr "الحقل المرتبط (تم تحديد النوع وفقاً للحقل المرتبط)" + +msgid "One-to-one relationship" +msgstr "علاقة واحد إلى واحد" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s علاقة" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s علاقات" + +msgid "Many-to-many relationship" +msgstr "علاقة متعدد إلى متعدد" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "هذا الحقل مطلوب." + +msgid "Enter a whole number." +msgstr "أدخل رقما صحيحا." + +msgid "Enter a number." +msgstr "أدخل رقماً." + +msgid "Enter a valid date." +msgstr "أدخل تاريخاً صحيحاً." + +msgid "Enter a valid time." +msgstr "أدخل وقتاً صحيحاً." + +msgid "Enter a valid date/time." +msgstr "أدخل تاريخاً/وقتاً صحيحاً." + +msgid "Enter a valid duration." +msgstr "أدخل مدّة صحيحة" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "لم يتم ارسال ملف، الرجاء التأكد من نوع ترميز الاستمارة." + +msgid "No file was submitted." +msgstr "لم يتم إرسال اي ملف." + +msgid "The submitted file is empty." +msgstr "الملف الذي قمت بإرساله فارغ." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[1] "" +"تأكد أن إسم هذا الملف يحتوي على حرف %(max)d على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[2] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرفين على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[3] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[4] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." +msgstr[5] "" +"تأكد أن إسم هذا الملف يحتوي على %(max)d حرف على الأكثر (هو يحتوي الآن على " +"%(length)d حرف)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "رجاءً أرسل ملف أو صح علامة صح عند مربع اختيار \"فارغ\"، وليس كلاهما." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"قم برفع صورة صحيحة، الملف الذي قمت برفعه إما أنه ليس ملفا لصورة أو أنه ملف " +"معطوب." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "انتق خياراً صحيحاً. %(value)s ليس أحد الخيارات المتاحة." + +msgid "Enter a list of values." +msgstr "أدخل قائمة من القيم." + +msgid "Enter a complete value." +msgstr "إدخال قيمة كاملة." + +msgid "Enter a valid UUID." +msgstr "أدخل قيمة UUID صحيحة." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(الحقل الخفي %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "بيانات ManagementForm مفقودة أو تم العبث بها" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "الرجاء إرسال %d إستمارة أو أقل." +msgstr[1] "الرجاء إرسال إستمارة %d أو أقل" +msgstr[2] "الرجاء إرسال %d إستمارتين أو أقل" +msgstr[3] "الرجاء إرسال %d إستمارة أو أقل" +msgstr[4] "الرجاء إرسال %d إستمارة أو أقل" +msgstr[5] "الرجاء إرسال %d إستمارة أو أقل" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "الرجاء إرسال %d إستمارة أو أكثر." +msgstr[1] "الرجاء إرسال إستمارة %d أو أكثر." +msgstr[2] "الرجاء إرسال %d إستمارتين أو أكثر." +msgstr[3] "الرجاء إرسال %d إستمارة أو أكثر." +msgstr[4] "الرجاء إرسال %d إستمارة أو أكثر." +msgstr[5] "الرجاء إرسال %d إستمارة أو أكثر." + +msgid "Order" +msgstr "الترتيب" + +msgid "Delete" +msgstr "احذف" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "رجاء صحّح بيانات %(field)s المتكررة." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "رجاء صحّح بيانات %(field)s المتكررة والتي يجب أن تكون مُميّزة." + +#, 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." + +msgid "Please correct the duplicate values below." +msgstr "رجاءً صحّح القيم المُكرّرة أدناه." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "انتق خياراً صحيحاً. اختيارك ليس أحد الخيارات المتاحة." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "" + +#, 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; قد " +"تكون غامضة أو أنها غير موجودة." + +msgid "Clear" +msgstr "تفريغ" + +msgid "Currently" +msgstr "حالياً" + +msgid "Change" +msgstr "عدّل" + +msgid "Unknown" +msgstr "مجهول" + +msgid "Yes" +msgstr "نعم" + +msgid "No" +msgstr "لا" + +msgid "yes,no,maybe" +msgstr "نعم,لا,ربما" + +#, 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 بايت" + +#, python-format +msgid "%s KB" +msgstr "%s ك.ب" + +#, python-format +msgid "%s MB" +msgstr "%s م.ب" + +#, python-format +msgid "%s GB" +msgstr "%s ج.ب" + +#, python-format +msgid "%s TB" +msgstr "%s ت.ب" + +#, python-format +msgid "%s PB" +msgstr "%s ب.ب" + +msgid "p.m." +msgstr "م" + +msgid "a.m." +msgstr "ص" + +msgid "PM" +msgstr "م" + +msgid "AM" +msgstr "ص" + +msgid "midnight" +msgstr "منتصف الليل" + +msgid "noon" +msgstr "ظهراً" + +msgid "Monday" +msgstr "الاثنين" + +msgid "Tuesday" +msgstr "الثلاثاء" + +msgid "Wednesday" +msgstr "الأربعاء" + +msgid "Thursday" +msgstr "الخميس" + +msgid "Friday" +msgstr "الجمعة" + +msgid "Saturday" +msgstr "السبت" + +msgid "Sunday" +msgstr "الأحد" + +msgid "Mon" +msgstr "إثنين" + +msgid "Tue" +msgstr "ثلاثاء" + +msgid "Wed" +msgstr "أربعاء" + +msgid "Thu" +msgstr "خميس" + +msgid "Fri" +msgstr "جمعة" + +msgid "Sat" +msgstr "سبت" + +msgid "Sun" +msgstr "أحد" + +msgid "January" +msgstr "يناير" + +msgid "February" +msgstr "فبراير" + +msgid "March" +msgstr "مارس" + +msgid "April" +msgstr "إبريل" + +msgid "May" +msgstr "مايو" + +msgid "June" +msgstr "يونيو" + +msgid "July" +msgstr "يوليو" + +msgid "August" +msgstr "أغسطس" + +msgid "September" +msgstr "سبتمبر" + +msgid "October" +msgstr "أكتوبر" + +msgid "November" +msgstr "نوفمبر" + +msgid "December" +msgstr "ديسمبر" + +msgid "jan" +msgstr "يناير" + +msgid "feb" +msgstr "فبراير" + +msgid "mar" +msgstr "مارس" + +msgid "apr" +msgstr "إبريل" + +msgid "may" +msgstr "مايو" + +msgid "jun" +msgstr "يونيو" + +msgid "jul" +msgstr "يوليو" + +msgid "aug" +msgstr "أغسطس" + +msgid "sep" +msgstr "سبتمبر" + +msgid "oct" +msgstr "أكتوبر" + +msgid "nov" +msgstr "نوفمبر" + +msgid "dec" +msgstr "ديسمبر" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "يناير" + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "فبراير" + +msgctxt "abbrev. month" +msgid "March" +msgstr "مارس" + +msgctxt "abbrev. month" +msgid "April" +msgstr "إبريل" + +msgctxt "abbrev. month" +msgid "May" +msgstr "مايو" + +msgctxt "abbrev. month" +msgid "June" +msgstr "يونيو" + +msgctxt "abbrev. month" +msgid "July" +msgstr "يوليو" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "أغسطس" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "سبتمبر" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "أكتوبر" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "نوفمبر" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ديسمبر" + +msgctxt "alt. month" +msgid "January" +msgstr "يناير" + +msgctxt "alt. month" +msgid "February" +msgstr "فبراير" + +msgctxt "alt. month" +msgid "March" +msgstr "مارس" + +msgctxt "alt. month" +msgid "April" +msgstr "أبريل" + +msgctxt "alt. month" +msgid "May" +msgstr "مايو" + +msgctxt "alt. month" +msgid "June" +msgstr "يونيو" + +msgctxt "alt. month" +msgid "July" +msgstr "يوليو" + +msgctxt "alt. month" +msgid "August" +msgstr "أغسطس" + +msgctxt "alt. month" +msgid "September" +msgstr "سبتمبر" + +msgctxt "alt. month" +msgid "October" +msgstr "أكتوبر" + +msgctxt "alt. month" +msgid "November" +msgstr "نوفمبر" + +msgctxt "alt. month" +msgid "December" +msgstr "ديسمبر" + +msgid "This is not a valid IPv6 address." +msgstr "هذا ليس عنوان IPv6 صحيح." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "أو" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "، " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d سنة" +msgstr[1] "%d سنة" +msgstr[2] "%d سنوات" +msgstr[3] "%d سنوات" +msgstr[4] "%d سنوات" +msgstr[5] "%d سنوات" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d شهر" +msgstr[1] "%d شهر" +msgstr[2] "%d شهرين" +msgstr[3] "%d أشهر" +msgstr[4] "%d شهر" +msgstr[5] "%d شهر" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d اسبوع." +msgstr[1] "%d اسبوع." +msgstr[2] "%d أسبوعين" +msgstr[3] "%d أسابيع" +msgstr[4] "%d اسبوع." +msgstr[5] "%d أسبوع" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d يوم" +msgstr[1] "%d يوم" +msgstr[2] "%d يومان" +msgstr[3] "%d أيام" +msgstr[4] "%d يوم" +msgstr[5] "%d يوم" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d ساعة" +msgstr[1] "%d ساعة واحدة" +msgstr[2] "%d ساعتين" +msgstr[3] "%d ساعات" +msgstr[4] "%d ساعة" +msgstr[5] "%d ساعة" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d دقيقة" +msgstr[1] "%d دقيقة" +msgstr[2] "%d دقيقتين" +msgstr[3] "%d دقائق" +msgstr[4] "%d دقيقة" +msgstr[5] "%d دقيقة" + +msgid "0 minutes" +msgstr "0 دقيقة" + +msgid "Forbidden" +msgstr "ممنوع" + +msgid "CSRF verification failed. Request aborted." +msgstr "تم الفشل للتحقق من CSRF. تم إنهاء الطلب." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"أنت ترى هذه الرسالة لأن هذا الموقع HTTPS يتطلب إرسال 'Referer header' من " +"قبل المتصفح، ولكن لم تم إرسال أي شيء. هذا الـheader مطلوب لأسباب أمنية، " +"لضمان أن متصفحك لم يتم اختطافه من قبل أطراف أخرى." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"إذا قمت بضبط متصفحك لتعطيل 'Referer headers'، يرجى إعادة تفعيلها، على الأقل " +"بالنسبة لهذا الموقع، أو لاتصالات HTTPS، أو للطلبات من نفس المنشأ 'same-" +"origin'." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"أنت ترى هذه الرسالة لأن هذا الموقع يتطلب كعكة CSRF عند تقديم النماذج. ملف " +"الكعكة هذا مطلوب لأسباب أمنية في تعريف الإرتباط، لضمان أنه لم يتم اختطاف " +"المتصفح من قبل أطراف أخرى." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"إذا قمت بضبط المتصفح لتعطيل الكوكيز الرجاء إعادة تغعيلها، على الأقل بالنسبة " +"لهذا الموقع، أو للطلبات من نفس المنشأ 'same-origin'." + +msgid "More information is available with DEBUG=True." +msgstr "يتوفر مزيد من المعلومات عند ضبط الخيار DEBUG=True." + +msgid "No year specified" +msgstr "لم تحدد السنة" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "لم تحدد الشهر" + +msgid "No day specified" +msgstr "لم تحدد اليوم" + +msgid "No week specified" +msgstr "لم تحدد الأسبوع" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "لا يوجد %(verbose_name_plural)s" + +#, 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." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "نسق تاريخ غير صحيح '%(datestr)s' محدد بالشكل '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "لم يعثر على أي %(verbose_name)s مطابقة لهذا الإستعلام" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "الصفحة ليست 'الأخيرة'، ولا يمكن تحويل القيمة إلى رقم صحيح." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "صفحة خاطئة (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "قائمة فارغة و '%(class_name)s.allow_empty' قيمته False." + +msgid "Directory indexes are not allowed here." +msgstr "لا يسمح لفهارس الدليل هنا." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "المسار \"%(path)s\" غير موجود." + +#, python-format +msgid "Index of %(directory)s" +msgstr "فهرس لـ %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to's" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/myvenv/Lib/site-packages/django/conf/locale/ar/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/ar/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/ar/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/ar/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..299b0154e90f28f4350242d9c15557fb8a4823ee GIT binary patch literal 186 zcmWIL<>g`k0^!=Vu^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{bu`#l**F=4F<|$LkeT-r}&y%}*)KNwou6{27QD0E&(>0RR91 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/ar/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/ar/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a7fc1b1eae96d359bd1edae1b47d22a737575888 GIT binary patch literal 394 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 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/ast/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/ast/LC_MESSAGES/django.po new file mode 100644 index 0000000..14ac3f6 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/ast/LC_MESSAGES/django.po @@ -0,0 +1,1212 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ḷḷumex03 , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-15 16:15+0100\n" +"PO-Revision-Date: 2017-11-16 01:13+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Asturian (http://www.transifex.com/django/django/language/" +"ast/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ast\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikáans" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azerbaixanu" + +msgid "Bulgarian" +msgstr "Búlgaru" + +msgid "Belarusian" +msgstr "Bielorrusu" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "Bretón" + +msgid "Bosnian" +msgstr "Bosniu" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Czech" +msgstr "Checu" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "Danés" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Griegu" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Inglés británicu" + +msgid "Esperanto" +msgstr "Esperantu" + +msgid "Spanish" +msgstr "Castellán" + +msgid "Argentinian Spanish" +msgstr "Español arxentín" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Español mexicanu" + +msgid "Nicaraguan Spanish" +msgstr "Español nicaraguanu" + +msgid "Venezuelan Spanish" +msgstr "Español venezolanu" + +msgid "Estonian" +msgstr "Estoniu" + +msgid "Basque" +msgstr "Vascu" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "Frisón" + +msgid "Irish" +msgstr "Irlandés" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Gallegu" + +msgid "Hebrew" +msgstr "Hebréu" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Húngaru" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesiu" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italianu" + +msgid "Japanese" +msgstr "Xaponés" + +msgid "Georgian" +msgstr "Xeorxanu" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Canarés" + +msgid "Korean" +msgstr "Coreanu" + +msgid "Luxembourgish" +msgstr "Luxemburgués" + +msgid "Lithuanian" +msgstr "Lituanu" + +msgid "Latvian" +msgstr "Letón" + +msgid "Macedonian" +msgstr "Macedoniu" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Birmanu" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepalí" + +msgid "Dutch" +msgstr "Holandés" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk noruegu" + +msgid "Ossetic" +msgstr "Osetiu" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polacu" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Brazilian Portuguese" +msgstr "Portugués brasileñu" + +msgid "Romanian" +msgstr "Rumanu" + +msgid "Russian" +msgstr "Rusu" + +msgid "Slovak" +msgstr "Eslovacu" + +msgid "Slovenian" +msgstr "Eslovenu" + +msgid "Albanian" +msgstr "Albanu" + +msgid "Serbian" +msgstr "Serbiu" + +msgid "Serbian Latin" +msgstr "Serbiu llatín" + +msgid "Swedish" +msgstr "Suecu" + +msgid "Swahili" +msgstr "Suaḥili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Tailandés" + +msgid "Turkish" +msgstr "Turcu" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurtu" + +msgid "Ukrainian" +msgstr "Ucranianu" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Chinu simplificáu" + +msgid "Traditional Chinese" +msgstr "Chinu tradicional" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Introduz un valor válidu." + +msgid "Enter a valid URL." +msgstr "Introduz una URL válida." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Introduz una direición de corréu válida." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduz un 'slug' válidu que consista en lletres, númberu, guiones baxos o " +"medios. " + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Introduz una direición IPv4 válida." + +msgid "Enter a valid IPv6 address." +msgstr "Introduz una direición IPv6 válida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Introduz una direición IPv4 o IPv6 válida." + +msgid "Enter only digits separated by commas." +msgstr "Introduz namái díxitos separtaos per comes." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Asegúrate qu'esti valor ye %(limit_value)s (ye %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrate qu'esti valor ye menor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrate qu'esti valor ye mayor o igual a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrate qu'esti valor tien polo menos %(limit_value)d caráuter (tien " +"%(show_value)d)." +msgstr[1] "" +"Asegúrate qu'esti valor tien polo menos %(limit_value)d caráuteres (tien " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrate qu'esti valor tien como muncho %(limit_value)d caráuter (tien " +"%(show_value)d)." +msgstr[1] "" +"Asegúrate qu'esti valor tien como muncho %(limit_value)d caráuteres (tien " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegúrate que nun hai más de %(max)s díxitu en total." +msgstr[1] "Asegúrate que nun hai más de %(max)s díxitos en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asegúrate que nun hai más de %(max)s allugamientu decimal." +msgstr[1] "Asegúrate que nun hai más de %(max)s allugamientos decimales." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asegúrate que nun hai más de %(max)s díxitu enantes del puntu decimal." +msgstr[1] "" +"Asegúrate que nun hai más de %(max)s díxitos enantes del puntu decimal." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Esti campu nun pue ser nulu." + +msgid "This field cannot be blank." +msgstr "Esti campu nun pue tar baleru." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s con esti %(field_label)s yá esiste." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campu de la triba: %(field_type)s" + +msgid "Integer" +msgstr "Enteru" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Enteru big (8 byte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boleanu (tamién True o False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (fasta %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enteros separtaos per coma" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Data (ensin hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Data (con hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Númberu decimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Direición de corréu" + +msgid "File path" +msgstr "Camín del ficheru" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Númberu de puntu flotante" + +msgid "IPv4 address" +msgstr "Direición IPv4" + +msgid "IP address" +msgstr "Direición IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boleanu (tamién True, False o None)" + +msgid "Positive integer" +msgstr "Enteru positivu" + +msgid "Positive small integer" +msgstr "Enteru pequeñu positivu" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (fasta %(max_length)s)" + +msgid "Small integer" +msgstr "Enteru pequeñu" + +msgid "Text" +msgstr "Testu" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Datos binarios crudos" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Ficheru" + +msgid "Image" +msgstr "Imaxe" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave foriata (triba determinada pol campu rellacionáu)" + +msgid "One-to-one relationship" +msgstr "Rellación a ún" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Rellación a munchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Requierse esti campu." + +msgid "Enter a whole number." +msgstr "Introduz un númberu completu" + +msgid "Enter a number." +msgstr "Introduz un númberu." + +msgid "Enter a valid date." +msgstr "Introduz una data válida." + +msgid "Enter a valid time." +msgstr "Introduz una hora válida." + +msgid "Enter a valid date/time." +msgstr "Introduz una data/hora válida." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Nun s'unvió'l ficheru. Comprueba la triba de cifráu nel formulariu." + +msgid "No file was submitted." +msgstr "No file was submitted." + +msgid "The submitted file is empty." +msgstr "El ficheru dunviáu ta baleru." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asegúrate qu'esti nome de ficheru tien polo menos %(max)d caráuter (tien " +"%(length)d)." +msgstr[1] "" +"Asegúrate qu'esti nome de ficheru tien polo menos %(max)d caráuteres (tien " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Por favor, dunvia un ficheru o conseña la caxella , non dambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Xubi una imaxe válida. El ficheru que xubiesti o nun yera una imaxe, o taba " +"toriada." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Esbilla una escoyeta válida. %(value)s nun una ún de les escoyetes " +"disponibles." + +msgid "Enter a list of values." +msgstr "Introduz una llista valores." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campu anubríu %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Por favor, dunvia %d o menos formularios." +msgstr[1] "Por favor, dunvia %d o menos formularios." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Orde" + +msgid "Delete" +msgstr "Desanciar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, igua'l datu duplicáu de %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor, igua'l datu duplicáu pa %(field)s, el cual tien de ser únicu." + +#, 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 "" +"Por favor, igua'l datu duplicáu de %(field_name)s el cual tien de ser únicu " +"pal %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, igua los valores duplicaos embaxo" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Esbilla una escoyeta válida. Esa escoyeta nun ye una de les escoyetes " +"disponibles." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "" + +#, 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 "" +"Nun pudo interpretase %(datetime)s nel fusu horariu %(current_timezone)s; " +"pue ser ambiguu o pue nun esistir." + +msgid "Clear" +msgstr "Llimpiar" + +msgid "Currently" +msgstr "Anguaño" + +msgid "Change" +msgstr "Camudar" + +msgid "Unknown" +msgstr "Desconocíu" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "Non" + +msgid "yes,no,maybe" +msgstr "sí,non,quiciabes" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "Media nueche" + +msgid "noon" +msgstr "Meudía" + +msgid "Monday" +msgstr "Llunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Xueves" + +msgid "Friday" +msgstr "Vienres" + +msgid "Saturday" +msgstr "Sábadu" + +msgid "Sunday" +msgstr "Domingu" + +msgid "Mon" +msgstr "LLu" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mie" + +msgid "Thu" +msgstr "Xue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sáb" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Xineru" + +msgid "February" +msgstr "Febreru" + +msgid "March" +msgstr "Marzu" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayu" + +msgid "June" +msgstr "Xunu" + +msgid "July" +msgstr "Xunetu" + +msgid "August" +msgstr "Agostu" + +msgid "September" +msgstr "Setiembre" + +msgid "October" +msgstr "Ochobre" + +msgid "November" +msgstr "Payares" + +msgid "December" +msgstr "Avientu" + +msgid "jan" +msgstr "xin" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "xun" + +msgid "jul" +msgstr "xnt" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "set" + +msgid "oct" +msgstr "och" + +msgid "nov" +msgstr "pay" + +msgid "dec" +msgstr "avi" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Xin." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "May." + +msgctxt "abbrev. month" +msgid "June" +msgstr "Xun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Xnt." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Och." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Pay." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Avi." + +msgctxt "alt. month" +msgid "January" +msgstr "Xineru" + +msgctxt "alt. month" +msgid "February" +msgstr "Febreru" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzu" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayu" + +msgctxt "alt. month" +msgid "June" +msgstr "Xunu" + +msgctxt "alt. month" +msgid "July" +msgstr "Xunetu" + +msgctxt "alt. month" +msgid "August" +msgstr "Agostu" + +msgctxt "alt. month" +msgid "September" +msgstr "Setiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Ochobre" + +msgctxt "alt. month" +msgid "November" +msgstr "Payares" + +msgctxt "alt. month" +msgid "December" +msgstr "Avientu" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d añu" +msgstr[1] "%d años" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d selmana" +msgstr[1] "%d selmanes" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d día" +msgstr[1] "%d díes" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d hores" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minutu" +msgstr[1] "%d minutos" + +msgid "0 minutes" +msgstr "0 minutos" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "Nun s'especificó l'añu" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Nun s'especificó'l mes" + +msgid "No day specified" +msgstr "Nun s'especificó'l día" + +msgid "No week specified" +msgstr "Nun s'especificó la selmana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ensin %(verbose_name_plural)s disponible" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Nun ta disponible'l %(verbose_name_plural)s futuru porque %(class_name)s." +"allow_future ye False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Cadena de data inválida '%(datestr)s' col formatu dau '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nun s'alcontró %(verbose_name)s que concase cola gueta" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "La páxina nun ye 'last', tampoco pue convertise a un int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Páxina inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "La llista ta balera y '%(class_name)s.allow_empty' ye False." + +msgid "Directory indexes are not allowed here." +msgstr "Nun tán almitíos equí los indexaos de direutoriu." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" nun esiste" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índiz de %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to's" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/myvenv/Lib/site-packages/django/conf/locale/az/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/az/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d0489e2227db2084b1a48c05c4e9d9a9353cdbd4 GIT binary patch literal 26630 zcmc(n37j2Oo$resq9ThcAXFkD-P+w*1cb0?I-QNsA*4GjvV^+#R`)IX-m31Zd%OF# zL>(pSpwEeGH)veY8E5p#%yZvynZZ%P^?iTmoVtB)r;|Wn-n$=8 z|LUANb(a76pa1#)|K}gRb;99q@%U{x#Pd!8OA9>jqddR=Nh%r&nk-qyY{yYQR4xR^o6g&s~HFz%A#Y-N&A@Er6<=}DP8$oq-8+ZcvF<1UY zhyM;9LHREn{@UR~4*%lt2nOd&8TbB6p!)kR_(bq0pvLtesCEv0rsq8iTmUM67O46cfEsTfcszI!_%!fp&t}f0yTK#r>|NmdK()WA z!}Bf#Uk!?%zW_cJJhIc`si5e0Hn|A(OF{}A|O@K~6Yp?jx;$AB9_(POK_YeBY#Hw+#Q-T+<) zz6w5%kz53KLgY{Tnrut4!Hc~puW2nd;vHFs^8Bz`~s-&z6NSO z_kmiU2VD7sF8>!$<2a(*^6?YF$CEz^RQVE6{VoRw4`EHgJIKF^!QB9!$!1i$9|uLJ zPlF4chN z{r|1Y-{#)G7t}aD1U>=$gu^eo@^6Bg-w!~^$6tbyuS=HO_E&*wcLS*TUjk}e1K<-t!TUXU9C+FaOTT5H=(G;hcP|Hz z2XArs9)}-y_$5%|`WEPeKL$mgqn~5f{Wwtb=m1sT18N*+gJ*;1y7EzQE%`|hQh1*N z6YxJkSlzqsOwa2DUk$DT?**R+9>*rv{5ON5_vN7GQvk&e8K{0=1&VHO1U24wx$^gc zqVI=Y`A0$3`!u)){3^H(dAC0n~Wj?(**fweQ~#s{ZFe zegAb(eEuy^`}2NKbU)^~c06l9wX*?K{ml-q0L9POfud{0VG64LBq+XpvBOt@YX2sX zBhK3iE&@LXLR#-eTox-6mditRH z?F7|+4|pPYDX4lOsCh&V$3V5$aPQv$YW!~jMdw>V)xRCQ68r!t`W?N}_VX0*4Du&~ zqJJ-__1_A<4!jOjzrO<2-mgK?>rbxyFo^wMqdh!(%ukRPPi}-z^2TZ&thVtq#lX{R=_y>CK?(z0;L{$l*Pp+Pe=FKmNku zpFn;01epI=@KjL!b%UzE3Vaec2x|V3!>YqEhjoVyhc9yYQinGo$md6UHJz=@%e|rw<5nk4L*(h6>MT390Rq_-w0}*4`q`-9lRP8AC7}8 znfE4;PrZ9VSk^mswdK#Xpy*R@n1bS~mx0ir1Z0v_E5O~I?cB6ufw75F5C#1-HuSO)iimx3$S+I{s3a0&Ulz;5tcAgt^?ex2Qa zYeD6wz(wFkz(c`rfa2%-z(c?vf};D6-TR+|;_F|5M}ZH4n%5!gZTV54=6yVTAoqqrx4gS&PkJw=I&j3~L z3=mQ6Epz!0)OZt@p8&hH*n*1kCwRKJ&lH-JU( zt>90=3Gk&Cqw9hXfp>u0`#taP!PT4Wx%Qvn0Qqw+vHbKJQ1tsYxCHzisQr7|X1fno zfEDtu0Y#68z~$g6Fqi1G3Di2)9KIGjiTv%L=WhiBpUwcao~vE{8t^IP zr$CN6?+u{l|2a_e|0huN{3iGe@H?RR@XufZ9>%1O12a(dUID7!t3lE84p994A#efs zb5P&^4pjX=g6iimHkau5I8bzcIjH(KgL?lqQ2o5i;;ct({p5d>p}JR zVo>#N0@cr(L5=(E;1S?$4)1X9KM1P5yIlD+D0=My_1!(DE0 zzsET|34AW)r-M%euLkv99TdG^0%{-J0IHvxz!SkYy7JpWwfkQ8{$t>C$bSaZ_XAM-{rnu%xFj^61Uwy7d5_EYf}-2ypbuUP ziViOZp9{4wBK@)O`q;3q+|Uf0-t_+pT$cwYng z&+ER{(&g2l==Nq% z>BXSN_i|AE-2`fWZve&Lw}R^DJ)r9C0#*J|m!EdH2h{k!0;-?;K_5IWu=83DK8t(+ zYJa>2H1$Ez?|zp*vS8=82t1YYvp|h=5EOr30Ui#P!85=rD0;lvmG1<_U+)Js?rCr# z_$5&7{L+;_0E%vZ0JYDKC|du|383az1H~^d0hfR`f}-08L49{O_)hREpy)DMvioBk z6dhjy9tOS!{66@4@PC1|(DVKs>>0B2c-*l4{y6Y(%Aex!WQV@P#i06mmcwPP{A^JD zoage-bJz!}{sxDafSS)%hgUl+I=miK{V|6VpvLneQ0>1A)c1b_9tFM@6n)is($ zzRTh54&UqW0}emr@GgfRclb$%p9RIQ_ke2uUtRgP9DWbfIDQ0be7|tz4}jv2--3sL z-z9A%)k)`(^555aKtvlJTmmkq@_)IP+JCLT!+CcV1E_4neI z%zJoVf93pG^|qeuVUY zNVkwaNBTHP>#wu-Wuym5FC7*q~CoO%)YwEJ%1YfuzP+E zcn077Blts-!&^89Y_Tov$JY{C0aP`q|3 z@B2tANOzNeCg~{B&q?1Py^*Bf2S{g;fKI=?s*k;9^g44 ztta)6|1tPc(%VRqSARpgjileZNY5o*L_$3?KKIvvUnb?hkGY3Wf-6Z~w0WZ|do%bu z(rVKAq+gKUN;-u)o4{v)F9Cl~(yvBB40>N7y@HhgzR!bX-CObk@SjM3A+4p2%Ua6c z!1EJbei84!#q)B~6zMqfH@SCf!Do`+?(#nacat*GLXyr1{Z6D#>+kU{e{*Xg&wq6J zSA&D3%`X2Yhk~Qs^9#TWXy>Kilfl0Qzee(TJ_7tZ(jQ16Nx%C^?;!mZDIj%FPrp$M z-qXl`f#*)ry`%-?-|ybN7A%sUMA;5k_B!y}q;p7TxU%cOWz_i};6J;vS2=tF<*P~G zBma8RwXXbsg1bo1Af4sPM!*|L=TZMq@UtYHYgLkd?;|~rbT#P^>O3D@2_8mzI_Y1@ z|264Pq$^1JU2MTy%KMXf{x{O+U0Eyq2bph@e(egMO8vW9Dm;t)B`x{+b~0VhWz(>gMl`Aisyq(^ar&amQ#-D|cp#{8AETew@_&a5Bnj z=FN!8BU>8y<3S}V>2E#k@fLTKf?8OMs$pm57n6FW6fddyh0u@UT9}TeVJ$52?5l=9 zmBgXHxT9E4(=e`WQ<;i7v-A9@=2wG;J`AdbXtTxty5B(uNvSZrTUT<+nB}qo=quXkYQF=5DrAf6j>t5VZOK2z!D?u$v;;bBv zs+WDf%y?T(N~ZTH&T2ti4E>3yR;FXqCyg!cF!bq6=a5s~ns2wofgzdsu2zopN&A3< zN*V^GhFu0T-iPyHM(2BfnMG4!XUQ)#P!tz;wB(pe$u9*B2PRui>Z$TVQ&5fKx;`xV z_Q@6|ajk61^k9l6!f-?-LQ~KP1Jja_g3MpntG^q~-+uFVv-vyN>n+JimMxjfYFoE% z=<8{#V2JCN1LhjTU6v!oh+6+@Q0wtGz)y}d;Jz#Qb@%so_x0r!4&2=QEv;X_vcLbT zm05OGPu={kx#rO}*)q6!TEA-W1&_LitNQw`@voxstNQy_UUN;$;14kNS~+A>vs;Tb zSJUs9XN;YGpo#A@2PVWmI?~E7J^0@C)9QS~&-p6wOJOmp1{FW9 zR|{df|GGn!1iqYy?V8PrlWXDd{u>IBGhym)LTq;VgDDaZfwwlOWb;xwZ`*x!F!j4^ z>s{(cz4mw=>!VUBjC~`n5L;G~b@CLZX_9tkUYGAJYs!k1-pc3oEc90Od#i@hXe0>Y z%v)6{1aTC^-m1|ws(7o?pb!;-VUC4JFZ_W~Dr9AERaUE~re=MZ{p_vcPs#yAl{N8j z#Z;LJ(?Sqk&j(&_kZ}rly~y&kp6R>ZFdnA9*BcG{9p@Mk*qIaB>rIkMNK+kaELqzK z)H&~KM~|Ews+5_j^rpd7WCpf5No$NY%oqp4&q_HWCp3XI;kWaoGp}F zom8tqcNUHYDceJbuwkx@s&UMQ?(&DjnqLkpqh@W3i19RHAJbwAtBQ83?Ll2>c&n$v zV%h7nYtkn{+hI>G9sHE%1qpIM8_|_1n+*A>8E9Wv47E=@9$K~y*$P^M*B435Bx!?@ zmcmJtkRT0>A`(<8$pkZi@nOF{7J4}GH9gM!S|cy$ON#X>{9~x+3Rn7)Gna=2e<P)Lv4j_~!*6)BO(l$^c5hv)$rOuWyJnVL|12@#7+0=Y?wi!+(sz$YK zR->GMSXnul$Scel+9PSPb$}1INk_8BZjAeH@DUA>m0`(RsAs=6#Vzy8<|P@mhEc(_ z{%qG+5+6~_abHX3w%X1Nmg0O~L0&wpZ`DVDrd1u4D9mlEH8P3knC7lep6GOA^kRKYOMZ8e*DipykRq z)PlH{@Px{t<9lsbNb5n`@Yc#=78}U+T?zAAOVe7yysd=h52j{~rRU(&sn*PNwpe8L zB<}H7xg)t*$(+_J^_@Gdx6Qtyfgam|d<;CrMzvcjjad9Ss-wlt*IS#U1*2c;DU60= ze`DD2J2Y0#A~*#b6kULs8-txkGnr0rEj|Sf>$Pd5B%2m6D&X2WI;0#A=vRd#3(Zlz zZM4Fw%7Y;1LNLw|9~2;aAuI;<%(yA`KGuh9OKfd-tgmCs6-DcHVUiBp2Mkc3-#uxg99E|rnIo|OqFy!B{0k+;5%hH8|-4V!b0_gc4zx1oqWOVy&cp_F(VhWtiS zH+lmqF7(qeeSS5p1-_253l^o}5Sn4knRKq%l`iHntbDQ{uP z7WY~A=7dQ#RzjHOM@vw?0t7{ukAw;!Pa0N}aibwrd;CELU=-NVG^ts=iV99WJ0WCelQ7+A6yhW%UhVSH^XxG$z0){))T0r#Dp@}` zxOqT5N+p-~srhC}#$t9SDSJL%V#tXV@W@A6#OoDFwjbR1_Bo1bfbFqCnz{rFF1K8L z$Nr-jOVRAT4c6+Qh^1lyhU)>(R@6)08Xka$5gf|G5fV4UtSAPi@#W~1ed0~?+flmr zJLI(-WKHZ`)#K3H7!(@F zz>Ps12c-a<3P#G_#&Q*7Wh0!#*B1x1akX+WhGHEvNRJpLsXrijrCfay>jriiR;T@_ z?9f0j`Z3lTq$*D_1Cx!imYLypW5*&&s!?XPG29>>vk)@%T2MutJK3QR8{M^}8^Pkl zo;XE*%6=JlqqGI+v#UKOkzsTTGIX4Gb9N{V3<9w!7)4JfTgblKjWE|g~r6| zThqIB-379Yd%R6pli1RmXgCd6%GuU8CEg~fMXe$h**cVmyFUS)vU&ln*jU8#7yGLvPmKKGWJs)_(=oy{C6qL2rj(%c z1>{`M(Ra=5e2Loxrjr}H( z!dmF~L2Rj1*4t)OJuUlYE5vixo~Ti(k0SN8BMo0d99GjFtq6~aa#SogJ*w8%PIHf} znMe3R(?vc{-$tHm*tuIDUcV zzK~3c?AXgmt=w$FeY+TqEA@v$2??><>~J1g1>+dlPXlf5+0{s&76;VkgyRNjs`Zy| zk$0{jtD>pR7T4qJal(09f(gG6#b}L&54%v__U?#o$s$S-|FQhs3H4nfB4jpnN8_(!*_Mv}QNp z0E(X(yhR^r9x;^&d&>wGM1?#*Aw_I}{$Moo1}e#TFk&Dy1Q@`q@;mCI+E2zqu+8}b zvQBTHjh4CZazMVQqA&fL_Rw`W=l0creM{3g4C`skhSMpK)?;}CrQ@MaAI?pcEeT88 zQ~-=?}V< zgbH$_7I3WvUo)1hUa4g*Z|zAd^3U3~%jbP>wCbiyn<`>K`PZx&izZbvTgRLYh7-`o zI2x&Cuhe?nH{{?`x$clbUg+;=a;*JiV}zvii8cRmv}t~|Zu*~mi)S+nUe7EsGa_VF%ejBT&@-YLa6 zaZPiS7&3_@kfYt?9W1jzWv<|~u!Hziy}@KODk6-nzKmYX^BE`#=W$gx!MU-7l}dvW z`#p(qQ{+57h(nxY+o`7`VvNB$p4KR+tn^p;sQXgP{8gi)9@ewBwN$OAHE-)k3Lj|K zY>h|aWC9$;VnY#k!^MX?%;wh08YwBGghPZX(pxy8oh;2cLDeM^<>*M$I(rkRv}uEu z(RP}u)Yi0A_b!vfXi5%@m3CS=(c)be#^F?5=27#?;Ib&J$q-^Y^Ee@!pbW__SX8dn zMzfVmmzI)Z)>ATWWDJ(;kyt%g(M!X4snK6#0C#3fIe=y9WJ?#Jjd3%96}8Q*_aYX+ zm>9_@ou`W~bTze>VRrt~z*-y5Pu7NJ4Ruo@qB>CmS0^K5%EpbeY?_STfk?QB>0^(xfni9!cB3Yw1WHY>?3RKZN8%(YBW8<%k~gS3Q@No&|6Jr94< zbEj)8O>5RzG3oZKNN3MUI~!N!|KDtkJk9+H2hD{;OVRpt24qX0SqcmF;REvHtj2Db z5dxqZnKjB=vKv;{7ZhW4pdVVno70Z^N)4lAh?&Z(*moHy==DE*awqn^bDt2!P$8q4zsdsMovUC0AD^{L) z_OqAqTW~SPPdCS2oS_9I=}LbM2RtequJ0*~dH?*7{PQ{B>XVZ47xICe5W`{jU>H<6 z|7LHG{SKWF91s%|6FuBA;|d)L%~wn9q;lZ2F-$gRcIrz1oI+G<4t1p;OfA@K{FU8n zWlG?iv+m36f)(fC*^wvnf{xfYw7gOf*+%diT`u z^zPU%?b+Vgvz<64z3=g?1!b;qb$7CNsFpt!U=jFZ_4Mu?!OV`CT_~P@G!)Q|pH%8` zfca3VM(KHeg8&JxODZ$F#=1-<;BQR!?j0&aiy&ko_eJO7Ty8iKeaj!T{~#`ZdiV5B zO#*{-1dS)Dpoh=wD$VS&Ew_bm?b%)l#`bK_BK0}nn+jwwFXb)o|cgGRI^oD9$_eI=x^p0Z&KIoAUS2D6#f^|cLD&>Gs+w*2!o86z2_ zA(#(M^LQReAKK2vfbwHx{O;KP;V<|j;oEPqF3{q{~NzuMZ zLhpct$vXkLPCqbBI$ck8`RD6smQnJy-P-08nC*ndxFkdE^(Xgi$DCy7rd_T6yhDdC zZHP+B-q^Ffdf*lEO?=nGsE23QfB3B`;>yK&jUzM=spjJ8Vf14{nGWKcJif_&ssXh3 z*0C;{V*BQCUx*PTLKf{6|J4*F`wRdp28#a*E8aafLyNgFtBkO1_nW9?u>`=d1QQ!Y+p5nbSVT4Y;Y}nH_1}oLyJqz>kUb(wi&yev_YX>yd7Lyl1vyR6C)<_7}EzioRy+64w0(P5x6<7 zN-FlqfS%b=_jxn3W8B9DR4GM0TxY=Yh8%sIXwls}yg@!?5ovHEN4CPo+Q^M6$5~M^ zr&J@I*;T3P%x<9&Z&L5lpW$KB#n; zgDK8su2-gS3@0@iMU$a-j%Zm2jg;pQn8X1@^PPE#4k@TLl^1aDz=Vz7;ZO2Wkt_E`YqUv}em9|u8Poq}Pu88hE^EfnV(L^u( zH?#+7Wf;H(8e1?0iCQD64miS=_$vKtkyO&Nd1n7NHfospu^;PW)9gJrYg-|iW45gv zasF7;KyoPPu$8)5HzLjN;63X6Y;2z?w#)6lqoKK9a*z~QxIll5452{xzOi3$hhEN9 zb=*Ib+)l%QhJ_BM&5;O!Cuwi_w5>_59P$;%89zx7t!CciU25lSBx($&8?lF!XD77P zyXR(@Q2#z<_S22C_Ja#)L;FaFOjCHqt-7Whs%oWX^u1b6gi<(!FU;6*E=aDm<@I?x zk|}LX*#esDminm1RnpdKvoIxZv$eCn-266iJ{V}6Pje>UUd5?n z=87P%zP~Td=KQgZ?z0x|y|yv6kk*)Hmg>00nj^8w_`LHlua=tgyY>BSo1Bv7+-vKy z*>Y%)z~-RmujQ6^{+E08-E2JHVyy!cYg!GVt+h7Q2X&&(_71$`1d#cGf5?X2DfGo03-u`?`CuHj1kRN?dJ4K)ONltK z^&9@-!_2OI2jY2a=~M?!&K?TKlQuShVK%+{?j44+odP($+tJ9o6j$2J4jhJ87@f-x zrgw4)-cg`X)|A`*))wH@@aqj7T4vftLq+vqyQ}68{VGUL{jW0$6;C4w zG$I$~3DnEj`$pA-m#QO7z`75*&|k=m$R?RbS8_3X`_h#z#Y2VsLRXHwbwClBofHtH8UGvsf=??kq5&NOcv)CnV^{=<9^>S?by-z9ywHY0$%^@y*=H z9aMnbGmJ2KWU+fhfQ*phD3?D6h}$#6c4{3fh5C=I;&374D4Iei?D8wqyK6&Q_6!=t zJvNeWEJ^EU53`HahCwxI43I5mup%tWmRZZ;rpPKVe6d|8m>$JOFy%qmWD zX9(T%?@Qu6D8&k72JG0}YZk?)Avzy|#~L+XZluVniOsnqU*cg!FHAV zuQmFwTk_7DT9GUfg#u1#d(4Vl729w?;_2m+ww@>bE92ZfhunkAEV$2Wd4f%3pt<^r zCZpNo)w;DW4I63H%^FyrHWMsIu=Iff1ZVC{n;Q}v8SgZk^2&g7GX+KoJ=Ioia7UuQ zvEl?3EA8S0t<1QTV8Kam<0P?ynxw)7aXxq#D_#((VdM%ygX8XTmGhdL%Wl=fc+9w? zsi$M)`UCDtO}92`uxiTMq6T3)O!lB=$%%P}Kv#s+|V%BA%?N#hw#-~Qn6sLDA63Z^?^zYsg z4N=T~qfvA6AsSlr>s5`t`$gxJTYc{rGk2Pf+eb-+;kX=3z4ei*sLyHYZL+b3zI(@_ zvOJrThFl>g?9kegEbZQkgm=kE%~b4-F!Q>RkPM}jQwGq0a2*kNs1rvFL+If^zPaQ> zSrklC2WeTH*|muEKRMgVeU>;D^37F zAVN{Z)|fCkhnWd!!$Wb-G$RWMosP}6h`G|nX9azHq(C}`yRyv<{+RSOdv~Q^6WG!@ zLLbG*QD9~-y=W23&ip?M_@5Ls#o@dY%B2c&zl~Z>^VJ!kRcR*|AsECrwy`*Nk7QPW zYb_>dnOi#5pvALejZ zX0F&A^lWpuURSb69&@QU|Hr+kB(|}9JLXq$16*7ip`e&aO~s+liAKwqG%PrM;i5!p z;5datrf+mMgjBOD;E@O})Od(QG+~s?QV)b-)8IWfPf0@J#8T{C9z==uDTh~J+?k!; zM(b8+@yh4N1d)_P4~+N{&N{J>M>Y9M_S@Y2k(0essXf?;pR|FKbRrRJ=8X=+871$8 zRF|lt!rAc2F`QYl8T#oyrd)@9E*iBn5Ca5%@?aOD`Oc5=m$MtQ$Y0)V_D%s2Thw7@ z=3*6>*-BJ3H&9m5v6B^TnvNBADsAr0@J+N>UhX>o(t292XcNnchzJ!Y2UYRc%&vw0 zAc{HvBws7F(435B&EPX__tr>Ba}hloD#_(_&Sq_LbzSoWl}s?ArC@#8#=T^3zcCqo zEuXU@$d6WW>F4w< zMGaYRmcoeXyslaFT!gzq@gh-<{DY*bjkuV;m48#Lf3>1P5NQeIqJ$_A=k(=YXX)-M z7ZQ$}6l|F(*s@J$yR2d2EosMHm>8YRMo~5`mV*v|d$>WEXwcF{&_cyS+=f_Q-m~4r zz!mf^W(`@v_LcOu5{9YuLl+Zkxe!Z9vaHo2%4S&Q78`5D`$}uF{#L?*^4xJ4RaTV3~i@7Lrqu#e_QVCAofrJcJ?})J8qn=A%W$% z5v8S}DYcrR7;x5VL(k`SZUh&tPVJV@bw%#(L!BqmS+)CWM&?3p4Ky_Xre=c%$HzQw zPQ9V=)N91!UWD5+YRm==4u|HPljBh)iBuIr{{q4X8(uO}^Q;=^LI~rUhZfnzsn~@a Jt#EVd{a^e;GOYjr literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/az/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/az/LC_MESSAGES/django.po new file mode 100644 index 0000000..60ddc20 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/az/LC_MESSAGES/django.po @@ -0,0 +1,1260 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Emin Mastizada , 2018 +# Emin Mastizada , 2015-2016 +# Metin Amiroff , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-17 11:49+0200\n" +"PO-Revision-Date: 2018-09-09 12:46+0000\n" +"Last-Translator: Emin Mastizada \n" +"Language-Team: Azerbaijani (http://www.transifex.com/django/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=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Ərəbcə" + +msgid "Asturian" +msgstr "Asturiyaca" + +msgid "Azerbaijani" +msgstr "Azərbaycanca" + +msgid "Bulgarian" +msgstr "Bolqarca" + +msgid "Belarusian" +msgstr "Belarusca" + +msgid "Bengali" +msgstr "Benqalca" + +msgid "Breton" +msgstr "Bretonca" + +msgid "Bosnian" +msgstr "Bosniyaca" + +msgid "Catalan" +msgstr "Katalanca" + +msgid "Czech" +msgstr "Çexcə" + +msgid "Welsh" +msgstr "Uelscə" + +msgid "Danish" +msgstr "Danimarkaca" + +msgid "German" +msgstr "Almanca" + +msgid "Lower Sorbian" +msgstr "Aşağı Sorbca" + +msgid "Greek" +msgstr "Yunanca" + +msgid "English" +msgstr "İngiliscə" + +msgid "Australian English" +msgstr "Avstraliya İngiliscəsi" + +msgid "British English" +msgstr "Britaniya İngiliscəsi" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "İspanca" + +msgid "Argentinian Spanish" +msgstr "Argentina İspancası" + +msgid "Colombian Spanish" +msgstr "Kolumbia İspancası" + +msgid "Mexican Spanish" +msgstr "Meksika İspancası" + +msgid "Nicaraguan Spanish" +msgstr "Nikaraqua İspancası" + +msgid "Venezuelan Spanish" +msgstr "Venesuela İspancası" + +msgid "Estonian" +msgstr "Estonca" + +msgid "Basque" +msgstr "Baskca" + +msgid "Persian" +msgstr "Farsca" + +msgid "Finnish" +msgstr "Fincə" + +msgid "French" +msgstr "Fransızca" + +msgid "Frisian" +msgstr "Friscə" + +msgid "Irish" +msgstr "İrlandca" + +msgid "Scottish Gaelic" +msgstr "Şotland Keltcəsi" + +msgid "Galician" +msgstr "Qallik dili" + +msgid "Hebrew" +msgstr "İbranicə" + +msgid "Hindi" +msgstr "Hindcə" + +msgid "Croatian" +msgstr "Xorvatca" + +msgid "Upper Sorbian" +msgstr "Üst Sorbca" + +msgid "Hungarian" +msgstr "Macarca" + +msgid "Interlingua" +msgstr "İnterlinqua" + +msgid "Indonesian" +msgstr "İndonezcə" + +msgid "Ido" +msgstr "İdoca" + +msgid "Icelandic" +msgstr "İslandca" + +msgid "Italian" +msgstr "İtalyanca" + +msgid "Japanese" +msgstr "Yaponca" + +msgid "Georgian" +msgstr "Gürcücə" + +msgid "Kabyle" +msgstr "Kabile" + +msgid "Kazakh" +msgstr "Qazax" + +msgid "Khmer" +msgstr "Kxmercə" + +msgid "Kannada" +msgstr "Kannada dili" + +msgid "Korean" +msgstr "Koreyca" + +msgid "Luxembourgish" +msgstr "Lüksemburqca" + +msgid "Lithuanian" +msgstr "Litva dili" + +msgid "Latvian" +msgstr "Latviya dili" + +msgid "Macedonian" +msgstr "Makedonca" + +msgid "Malayalam" +msgstr "Malayamca" + +msgid "Mongolian" +msgstr "Monqolca" + +msgid "Marathi" +msgstr "Marathicə" + +msgid "Burmese" +msgstr "Burmescə" + +msgid "Norwegian Bokmål" +msgstr "Norveç Bukmolcası" + +msgid "Nepali" +msgstr "Nepal" + +msgid "Dutch" +msgstr "Flamandca" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk Norveçcəsi" + +msgid "Ossetic" +msgstr "Osetincə" + +msgid "Punjabi" +msgstr "Pancabicə" + +msgid "Polish" +msgstr "Polyakca" + +msgid "Portuguese" +msgstr "Portuqalca" + +msgid "Brazilian Portuguese" +msgstr "Braziliya Portuqalcası" + +msgid "Romanian" +msgstr "Rumınca" + +msgid "Russian" +msgstr "Rusca" + +msgid "Slovak" +msgstr "Slovakca" + +msgid "Slovenian" +msgstr "Slovencə" + +msgid "Albanian" +msgstr "Albanca" + +msgid "Serbian" +msgstr "Serbcə" + +msgid "Serbian Latin" +msgstr "Serbcə Latın" + +msgid "Swedish" +msgstr "İsveçcə" + +msgid "Swahili" +msgstr "Suahili" + +msgid "Tamil" +msgstr "Tamilcə" + +msgid "Telugu" +msgstr "Teluqu dili" + +msgid "Thai" +msgstr "Tayca" + +msgid "Turkish" +msgstr "Türkcə" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurtca" + +msgid "Ukrainian" +msgstr "Ukraynaca" + +msgid "Urdu" +msgstr "Urduca" + +msgid "Vietnamese" +msgstr "Vyetnamca" + +msgid "Simplified Chinese" +msgstr "Sadələşdirilmiş Çincə" + +msgid "Traditional Chinese" +msgstr "Ənənəvi Çincə" + +msgid "Messages" +msgstr "Mesajlar" + +msgid "Site Maps" +msgstr "Sayt Xəritələri" + +msgid "Static Files" +msgstr "Statik Fayllar" + +msgid "Syndication" +msgstr "Sindikasiya" + +msgid "That page number is not an integer" +msgstr "Səhifə nömrəsi rəqəm deyil" + +msgid "That page number is less than 1" +msgstr "Səhifə nömrəsi 1-dən balacadır" + +msgid "That page contains no results" +msgstr "Səhifədə nəticə yoxdur" + +msgid "Enter a valid value." +msgstr "Düzgün qiymət daxil edin." + +msgid "Enter a valid URL." +msgstr "Düzgün URL daxil edin." + +msgid "Enter a valid integer." +msgstr "Düzgün rəqəm daxil edin." + +msgid "Enter a valid email address." +msgstr "Düzgün e-poçt ünvanı daxil edin." + +#. Translators: "letters" means latin letters: a-z and A-Z. +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 " +"qısaltma daxil edin." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Keçərli Unicode hərfləri, rəqəmlər, alt xətt və ya defis olan 'slug' daxil " +"edin." + +msgid "Enter a valid IPv4 address." +msgstr "Düzgün IPv4 ünvanı daxil edin." + +msgid "Enter a valid IPv6 address." +msgstr "Düzgün IPv6 ünvanını daxil edin." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Düzgün IPv4 və ya IPv6 ünvanını daxil edin." + +msgid "Enter only digits separated by commas." +msgstr "Vergüllə ayırmaqla yalnız rəqəmlər daxil edin." + +#, 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)." + +#, 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." + +#, 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." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bu dəyərin ən az %(limit_value)d simvol olduğuna əmin olun (%(show_value)d " +"var)" +msgstr[1] "" +"Bu dəyərin ən az %(limit_value)d simvol olduğuna əmin olun (%(show_value)d " +"var)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bu dəyərin ən çox %(limit_value)d simvol olduğuna əmin olun (%(show_value)d " +"var)" +msgstr[1] "" +"Bu dəyərin ən çox %(limit_value)d simvol olduğuna əmin olun (%(show_value)d " +"var)" + +msgid "Enter a number." +msgstr "Ədəd daxil edin." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Toplamda %(max)s rəqəmdən çox olmadığına əmin olun." +msgstr[1] "Toplamda %(max)s rəqəmdən çox olmadığına əmin olun." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Onluq hissənin %(max)s rəqəmdən çox olmadığına əmin olun." +msgstr[1] "Onluq hissənin %(max)s rəqəmdən çox olmadığına əmin olun." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Onluq hissədən əvvəl %(max)s rəqəmdən çox olmadığına əmin olun." +msgstr[1] "Onluq hissədən əvvəl %(max)s rəqəmdən çox olmadığına əmin olun." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" +"'%(extension)s' fayl uzantısına icazə verilmir. İcazə verilən fayl " +"uzantıları: '%(allowed_extensions)s'" + +msgid "Null characters are not allowed." +msgstr "Null simvollara icazə verilmir." + +msgid "and" +msgstr "və" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(field_labels)s ilə %(model_name)s artıq mövcuddur." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "%(value)r dəyəri doğru seçim deyil." + +msgid "This field cannot be null." +msgstr "Bu sahə boş qala bilməz." + +msgid "This field cannot be blank." +msgstr "Bu sahə ağ qala bilməz." + +#, 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." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s dəyəri %(date_field_label)s %(lookup_type)s üçün unikal " +"olmalıdır." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Sahənin tipi: %(field_type)s" + +msgid "Integer" +msgstr "Tam ədəd" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' dəyəri tam rəqəm olmalıdır." + +msgid "Big (8 byte) integer" +msgstr "Böyük (8 bayt) tam ədəd" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' dəyəri True və ya False olmalıdır." + +#, python-format +msgid "'%(value)s' value must be either True, False, or None." +msgstr "'%(value)s' dəyəri True, False və ya None olmalıdır." + +msgid "Boolean (Either True or False)" +msgstr "Bul (ya Doğru, ya Yalan)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Sətir (%(max_length)s simvola kimi)" + +msgid "Comma-separated integers" +msgstr "Vergüllə ayrılmış tam ədədlər" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' dəyəri səhv tarix formatındadır. Formatı YYYY-MM-DD olmalıdır." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s dəyəri düzgün formatdadır (YYYY-MM-DD) amma bu xətalı tarixdir." + +msgid "Date (without time)" +msgstr "Tarix (saatsız)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' dəyərinin formatı səhvdir. Formatı YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ] olmalıdır." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' dəyərinin formatı düzgündür (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"ancaq tarix səhvdir." + +msgid "Date (with time)" +msgstr "Tarix (vaxt ilə)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' dəyəri decimal rəqəm olmalıdır." + +msgid "Decimal number" +msgstr "Rasional ədəd" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' dəyərinin formatı səhvdir. Formatı [DD] [HH:[MM:]]ss[.uuuuuu] " +"olmalıdır." + +msgid "Duration" +msgstr "Müddət" + +msgid "Email address" +msgstr "E-poçt" + +msgid "File path" +msgstr "Faylın ünvanı" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' dəyəri float olmalıdır." + +msgid "Floating point number" +msgstr "Sürüşən vergüllü ədəd" + +msgid "IPv4 address" +msgstr "IPv4 ünvanı" + +msgid "IP address" +msgstr "IP ünvan" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' dəyəri None, True və ya False olmalıdır." + +msgid "Boolean (Either True, False or None)" +msgstr "Bul (Ya Doğru, ya Yalan, ya da Heç nə)" + +msgid "Positive integer" +msgstr "Müsbət tam ədəd" + +msgid "Positive small integer" +msgstr "Müsbət tam kiçik ədəd" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Əzmə (%(max_length)s simvola kimi)" + +msgid "Small integer" +msgstr "Kiçik tam ədəd" + +msgid "Text" +msgstr "Mətn" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' dəyərinin formatı səhvdir. Formatı HH:MM[:ss[.uuuuuu]] olmalıdır." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' dəyəri düzgün formatdadır (HH:MM[:ss[.uuuuuu]]), ancaq vaxtı " +"səhvdir." + +msgid "Time" +msgstr "Vaxt" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Düz ikili (binary) məlumat" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' keçərli UUID deyil." + +msgid "File" +msgstr "Fayl" + +msgid "Image" +msgstr "Şəkil" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(field)s dəyəri %(value)r olan %(model)s mövcud deyil." + +msgid "Foreign Key (type determined by related field)" +msgstr "Xarici açar (bağlı olduğu sahəyə uyğun tipi alır)" + +msgid "One-to-one relationship" +msgstr "Birin-birə münasibət" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s əlaqəsi" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s əlaqələri" + +msgid "Many-to-many relationship" +msgstr "Çoxun-çoxa münasibət" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Bu sahə vacibdir." + +msgid "Enter a whole number." +msgstr "Tam ədəd daxil edin." + +msgid "Enter a valid date." +msgstr "Düzgün tarix daxil edin." + +msgid "Enter a valid time." +msgstr "Düzgün vaxt daxil edin." + +msgid "Enter a valid date/time." +msgstr "Düzgün tarix/vaxt daxil edin." + +msgid "Enter a valid duration." +msgstr "Keçərli müddət daxil edin." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Günlərin sayı {min_days} ilə {max_days} arasında olmalıdır." + +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." + +msgid "No file was submitted." +msgstr "Fayl göndərilməyib." + +msgid "The submitted file is empty." +msgstr "Göndərilən fayl boşdur." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Bu fayl adının ən çox %(max)d simvol olduğuna əmin olun (%(length)d var)." +msgstr[1] "" +"Bu fayl adının ən çox %(max)d simvol olduğuna əmin olun (%(length)d var)." + +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." + +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." + +#, 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." + +msgid "Enter a list of values." +msgstr "Qiymətlərin siyahısını daxil edin." + +msgid "Enter a complete value." +msgstr "Tam dəyər daxil edin." + +msgid "Enter a valid UUID." +msgstr "Keçərli UUID daxil et." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Gizli %(name)s sahəsi) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm məlumatları əksikdir və ya korlanıb" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Lütfən %d və ya daha az forma göndərin." +msgstr[1] "Lütfən %d və ya daha az forma göndərin." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Lütfən %d və ya daha çox forma göndərin." +msgstr[1] "Lütfən %d və ya daha çox forma göndərin." + +msgid "Order" +msgstr "Sırala" + +msgid "Delete" +msgstr "Sil" + +#, 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." + +#, 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." + +#, 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." + +msgid "Please correct the duplicate values below." +msgstr "Aşağıda təkrarlanan qiymətlərə düzəliş edin." + +msgid "The inline value did not match the parent instance." +msgstr "Sətiriçi dəyər ana nüsxəyə uyğun deyil." + +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." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "\"%(pk)s\" düzgün dəyər deyil." + +#, 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." + +msgid "Clear" +msgstr "Təmizlə" + +msgid "Currently" +msgstr "Hal-hazırda" + +msgid "Change" +msgstr "Dəyiş" + +msgid "Unknown" +msgstr "Məlum deyil" + +msgid "Yes" +msgstr "Hə" + +msgid "No" +msgstr "Yox" + +msgid "yes,no,maybe" +msgstr "hə,yox,bəlkə" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bayt" +msgstr[1] "%(size)d bayt" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s QB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "gecə yarısı" + +msgid "noon" +msgstr "günorta" + +msgid "Monday" +msgstr "Bazar ertəsi" + +msgid "Tuesday" +msgstr "Çərşənbə axşamı" + +msgid "Wednesday" +msgstr "Çərşənbə" + +msgid "Thursday" +msgstr "Cümə axşamı" + +msgid "Friday" +msgstr "Cümə" + +msgid "Saturday" +msgstr "Şənbə" + +msgid "Sunday" +msgstr "Bazar" + +msgid "Mon" +msgstr "B.e" + +msgid "Tue" +msgstr "Ç.a" + +msgid "Wed" +msgstr "Çrş" + +msgid "Thu" +msgstr "C.a" + +msgid "Fri" +msgstr "Cüm" + +msgid "Sat" +msgstr "Şnb" + +msgid "Sun" +msgstr "Bzr" + +msgid "January" +msgstr "Yanvar" + +msgid "February" +msgstr "Fevral" + +msgid "March" +msgstr "Mart" + +msgid "April" +msgstr "Aprel" + +msgid "May" +msgstr "May" + +msgid "June" +msgstr "İyun" + +msgid "July" +msgstr "İyul" + +msgid "August" +msgstr "Avqust" + +msgid "September" +msgstr "Sentyabr" + +msgid "October" +msgstr "Oktyabr" + +msgid "November" +msgstr "Noyabr" + +msgid "December" +msgstr "Dekabr" + +msgid "jan" +msgstr "ynv" + +msgid "feb" +msgstr "fvr" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "iyn" + +msgid "jul" +msgstr "iyl" + +msgid "aug" +msgstr "avq" + +msgid "sep" +msgstr "snt" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "noy" + +msgid "dec" +msgstr "dek" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Yan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Fev." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Aprel" + +msgctxt "abbrev. month" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month" +msgid "June" +msgstr "İyun" + +msgctxt "abbrev. month" +msgid "July" +msgstr "İyul" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Avq." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sent." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Noy." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dek." + +msgctxt "alt. month" +msgid "January" +msgstr "Yanvar" + +msgctxt "alt. month" +msgid "February" +msgstr "Fevral" + +msgctxt "alt. month" +msgid "March" +msgstr "Mart" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprel" + +msgctxt "alt. month" +msgid "May" +msgstr "May" + +msgctxt "alt. month" +msgid "June" +msgstr "İyun" + +msgctxt "alt. month" +msgid "July" +msgstr "İyul" + +msgctxt "alt. month" +msgid "August" +msgstr "Avqust" + +msgctxt "alt. month" +msgid "September" +msgstr "Sentyabr" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktyabr" + +msgctxt "alt. month" +msgid "November" +msgstr "Noyabr" + +msgctxt "alt. month" +msgid "December" +msgstr "Dekabr" + +msgid "This is not a valid IPv6 address." +msgstr "Bu doğru IPv6 ünvanı deyil." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "və ya" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d il" +msgstr[1] "%d il" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d ay" +msgstr[1] "%d ay" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d həftə" +msgstr[1] "%d həftə" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d gün" +msgstr[1] "%d gün" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d saat" +msgstr[1] "%d saat" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d dəqiqə" +msgstr[1] "%d dəqiqə" + +msgid "0 minutes" +msgstr "0 dəqiqə" + +msgid "Forbidden" +msgstr "Qadağan" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF təsdiqləmə alınmadı. Sorğu ləğv edildi." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Bu HTTPS sayt səyyahınız tərəfindən 'Referer header' göndərilməsini tələb " +"edir, amma göndərilmir. Bu başlıq səyyahınızın üçüncü biri tərəfindən hack-" +"lənmədiyinə əmin olmaq üçün istifadə edilir." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Əgər səyyahınızın 'Referer' başlığını göndərməsini söndürmüsünüzsə, lütfən " +"bu sayt üçün, HTTPS əlaqələr üçün və ya 'same-origin' sorğular üçün aktiv " +"edin." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Əgər etiketini və ya " +"'Referrer-Policy: no-referrer' başlığını işlədirsinizsə, lütfən silin. CSRF " +"qoruma dəqiq yönləndirən yoxlaması üçün 'Referer' başlığını tələb edir. Əgər " +"məxfilik üçün düşünürsünüzsə, üçüncü tərəf sayt keçidləri üçün kimi bir alternativ işlədin." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Bu sayt formaları göndərmək üçün CSRF çərəzini işlədir. Bu çərəz " +"səyyahınızın üçüncü biri tərəfindən hack-lənmədiyinə əmin olmaq üçün " +"istifadə edilir. " + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Əgər səyyahınızda çərəzlər söndürülübsə, lütfən bu sayt və ya 'same-origin' " +"sorğular üçün aktiv edin." + +msgid "More information is available with DEBUG=True." +msgstr "Daha ətraflı məlumat DEBUG=True ilə mövcuddur." + +msgid "No year specified" +msgstr "İl göstərilməyib" + +msgid "Date out of range" +msgstr "Tarix aralığın xaricindədir" + +msgid "No month specified" +msgstr "Ay göstərilməyib" + +msgid "No day specified" +msgstr "Gün göstərilməyib" + +msgid "No week specified" +msgstr "Həftə göstərilməyib" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s seçmək mümkün deyil" + +#, 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." + +#, 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" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Sorğuya uyğun %(verbose_name)s tapılmadı" + +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." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Qeyri-düzgün səhifə (%(page_number)s): %(message)s" + +#, 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." + +msgid "Directory indexes are not allowed here." +msgstr "Ünvan indekslərinə icazə verilmir." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" mövcud deyil" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s-nin indeksi" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "Django: tələsən mükəmməlləkçilər üçün Web framework." + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Django %(version)s üçün buraxılış " +"qeydlərinə baxın" + +msgid "The install worked successfully! Congratulations!" +msgstr "Quruluş uğurla tamamlandı! Təbriklər!" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Tənzimləmə faylınızda DEBUG=True və heç bir URL qurmadığınız üçün bu səhifəni görürsünüz." + +msgid "Django Documentation" +msgstr "Django Sənədləri" + +msgid "Topics, references, & how-to's" +msgstr "Mövzular, istinadlar və nümunələr" + +msgid "Tutorial: A Polling App" +msgstr "Məşğələ: Səsvermə Tətbiqi" + +msgid "Get started with Django" +msgstr "Django-ya başla" + +msgid "Django Community" +msgstr "Django İcması" + +msgid "Connect, get help, or contribute" +msgstr "Qoşul, kömək al və dəstək ol" diff --git a/myvenv/Lib/site-packages/django/conf/locale/az/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/az/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/az/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/az/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..142b7457bf6506a617e1a34d3554d3858a955f9e GIT binary patch literal 186 zcmWIL<>g`k0^!=Vu^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{bvx#l**F=4F<|$LkeT-r}&y%}*)KNwou6{27QD0E><{9 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/az/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/az/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..95f154119ebd395c63e3b26d281531f4028247ba GIT binary patch literal 745 zcmZXP&2F1O5XbpUFplHcNqgqPA(F$nvZAUafU#=8;zJdyZ4vU=sa>#ZS9gc`EnCPX9O!M>W9ZQmZ-avIt_4UYbTub#)-S1mF z(Ja4IK`Yc%H?kbtH@Ak92c@aumb5(6as8;;^~Dp~YiIObue=#XjuE}n^|z?KvGwg? z;6L{B(97Kz`@E&;*L_PJM4moWUDbD7)b>p$@Kjr?u%;bYSGpVZTqhXz?cR54$&;sV z!u^NqE)MeXGRLEj%W00)EYspuj0cNRoM3;PW;mN>7t?vZij(Bx)2n>-c`{#PZ5GdO z78oAVXfdDQq_m82T;R!KnZ~PJ$=1Jw%X9&^$@q2o%e+GZNAGQ(p_zYN8LRs*CziMV E1GHJaWB>pF literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/az/formats.py b/myvenv/Lib/site-packages/django/conf/locale/az/formats.py new file mode 100644 index 0000000..49dd0fa --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/az/formats.py @@ -0,0 +1,32 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j E Y' +TIME_FORMAT = 'G:i' +DATETIME_FORMAT = 'j E Y, G:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j F' +SHORT_DATE_FORMAT = 'd.m.Y' +SHORT_DATETIME_FORMAT = 'd.m.Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', # '25.10.2006' + '%d.%m.%y', # '25.10.06' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' + '%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59' + '%d.%m.%y %H:%M:%S.%f', # '25.10.06 14:30:59.000200' + '%d.%m.%y %H:%M', # '25.10.06 14:30' + '%d.%m.%y', # '25.10.06' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/myvenv/Lib/site-packages/django/conf/locale/be/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..84f6e43fe71ca2f7861ad0df5b86124c49a86c0f GIT binary patch literal 34765 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, 2014-2015 +# znotdead , 2016-2017 +# Дмитрий Шатера , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 21:10+0100\n" +"PO-Revision-Date: 2017-12-02 06:40+0000\n" +"Last-Translator: znotdead \n" +"Language-Team: Belarusian (http://www.transifex.com/django/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<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +msgid "Afrikaans" +msgstr "Афрыкаанс" + +msgid "Arabic" +msgstr "Арабская" + +msgid "Asturian" +msgstr "Астурыйская" + +msgid "Azerbaijani" +msgstr "Азэрбайджанская" + +msgid "Bulgarian" +msgstr "Баўгарская" + +msgid "Belarusian" +msgstr "Беларуская" + +msgid "Bengali" +msgstr "Бэнґальская" + +msgid "Breton" +msgstr "Брэтонская" + +msgid "Bosnian" +msgstr "Басьнійская" + +msgid "Catalan" +msgstr "Каталёнская" + +msgid "Czech" +msgstr "Чэская" + +msgid "Welsh" +msgstr "Валійская" + +msgid "Danish" +msgstr "Дацкая" + +msgid "German" +msgstr "Нямецкая" + +msgid "Lower Sorbian" +msgstr "Ніжнелужыцкая" + +msgid "Greek" +msgstr "Грэцкая" + +msgid "English" +msgstr "Анґельская" + +msgid "Australian English" +msgstr "Анґельская (Аўстралія)" + +msgid "British English" +msgstr "Анґельская (Брытанская)" + +msgid "Esperanto" +msgstr "Эспэранта" + +msgid "Spanish" +msgstr "Гішпанская" + +msgid "Argentinian Spanish" +msgstr "Гішпанская (Арґентына)" + +msgid "Colombian Spanish" +msgstr "Гішпанская (Калумбія)" + +msgid "Mexican Spanish" +msgstr "Гішпанская (Мэксыка)" + +msgid "Nicaraguan Spanish" +msgstr "Гішпанская (Нікараґуа)" + +msgid "Venezuelan Spanish" +msgstr "Іспанская (Вэнэсуэла)" + +msgid "Estonian" +msgstr "Эстонская" + +msgid "Basque" +msgstr "Басконская" + +msgid "Persian" +msgstr "Фарсі" + +msgid "Finnish" +msgstr "Фінская" + +msgid "French" +msgstr "Француская" + +msgid "Frisian" +msgstr "Фрызкая" + +msgid "Irish" +msgstr "Ірляндзкая" + +msgid "Scottish Gaelic" +msgstr "Гэльская шатляндзкая" + +msgid "Galician" +msgstr "Ґальская" + +msgid "Hebrew" +msgstr "Габрэйская" + +msgid "Hindi" +msgstr "Гінды" + +msgid "Croatian" +msgstr "Харвацкая" + +msgid "Upper Sorbian" +msgstr "Верхнелужыцкая" + +msgid "Hungarian" +msgstr "Вугорская" + +msgid "Interlingua" +msgstr "Інтэрлінгва" + +msgid "Indonesian" +msgstr "Інданэзійская" + +msgid "Ido" +msgstr "Іда" + +msgid "Icelandic" +msgstr "Ісьляндзкая" + +msgid "Italian" +msgstr "Італьянская" + +msgid "Japanese" +msgstr "Японская" + +msgid "Georgian" +msgstr "Грузінская" + +msgid "Kabyle" +msgstr "Кабільскі" + +msgid "Kazakh" +msgstr "Казаская" + +msgid "Khmer" +msgstr "Кхмерская" + +msgid "Kannada" +msgstr "Каннада" + +msgid "Korean" +msgstr "Карэйская" + +msgid "Luxembourgish" +msgstr "Люксэмбургская" + +msgid "Lithuanian" +msgstr "Літоўская" + +msgid "Latvian" +msgstr "Латыская" + +msgid "Macedonian" +msgstr "Македонская" + +msgid "Malayalam" +msgstr "Малаялам" + +msgid "Mongolian" +msgstr "Манґольская" + +msgid "Marathi" +msgstr "Маратхі" + +msgid "Burmese" +msgstr "Бірманская" + +msgid "Norwegian Bokmål" +msgstr "Нарвэская букмал" + +msgid "Nepali" +msgstr "Нэпальская" + +msgid "Dutch" +msgstr "Галяндзкая" + +msgid "Norwegian Nynorsk" +msgstr "Нарвэская нюнорск" + +msgid "Ossetic" +msgstr "Асяцінская" + +msgid "Punjabi" +msgstr "Панджабі" + +msgid "Polish" +msgstr "Польская" + +msgid "Portuguese" +msgstr "Партуґальская" + +msgid "Brazilian Portuguese" +msgstr "Партуґальская (Бразылія)" + +msgid "Romanian" +msgstr "Румынская" + +msgid "Russian" +msgstr "Расейская" + +msgid "Slovak" +msgstr "Славацкая" + +msgid "Slovenian" +msgstr "Славенская" + +msgid "Albanian" +msgstr "Альбанская" + +msgid "Serbian" +msgstr "Сэрбская" + +msgid "Serbian Latin" +msgstr "Сэрбская (лацінка)" + +msgid "Swedish" +msgstr "Швэдзкая" + +msgid "Swahili" +msgstr "Суахілі" + +msgid "Tamil" +msgstr "Тамільская" + +msgid "Telugu" +msgstr "Тэлуґу" + +msgid "Thai" +msgstr "Тайская" + +msgid "Turkish" +msgstr "Турэцкая" + +msgid "Tatar" +msgstr "Татарская" + +msgid "Udmurt" +msgstr "Удмурцкая" + +msgid "Ukrainian" +msgstr "Украінская" + +msgid "Urdu" +msgstr "Урду" + +msgid "Vietnamese" +msgstr "Віетнамская" + +msgid "Simplified Chinese" +msgstr "Кітайская (спрошчаная)" + +msgid "Traditional Chinese" +msgstr "Кітайская (звычайная)" + +msgid "Messages" +msgstr "Паведамленні" + +msgid "Site Maps" +msgstr "Мапы сайту" + +msgid "Static Files" +msgstr "Cтатычныя файлы" + +msgid "Syndication" +msgstr "Сындыкацыя" + +msgid "That page number is not an integer" +msgstr "Лік гэтай старонкі не з'яўляецца цэлым лікам" + +msgid "That page number is less than 1" +msgstr "Лік старонкі менш чым 1" + +msgid "That page contains no results" +msgstr "Гэтая старонка не мае ніякіх вынікаў" + +msgid "Enter a valid value." +msgstr "Пазначце правільнае значэньне." + +msgid "Enter a valid URL." +msgstr "Пазначце чынную спасылку." + +msgid "Enter a valid integer." +msgstr "Увядзіце цэлы лік." + +msgid "Enter a valid email address." +msgstr "Увядзіце сапраўдны адрас электроннай пошты." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "Бірка можа зьмяшчаць літары, лічбы, знакі падкрэсьліваньня ды злучкі." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Значэнне павінна быць толькі з літараў стандарту Unicode, личбаў, знакаў " +"падкрэслівання ці злучкі." + +msgid "Enter a valid IPv4 address." +msgstr "Пазначце чынны адрас IPv4." + +msgid "Enter a valid IPv6 address." +msgstr "Пазначце чынны адрас IPv6." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Пазначце чынны адрас IPv4 або IPv6." + +msgid "Enter only digits separated by commas." +msgstr "Набярыце лічбы, падзеленыя коскамі." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Упэўніцеся, што гэтае значэньне — %(limit_value)s (зараз яно — " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Значэньне мусіць быць меншым або роўным %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Значэньне мусіць быць большым або роўным %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвал (зараз " +"%(show_value)d)." +msgstr[1] "" +"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвала (зараз " +"%(show_value)d)." +msgstr[2] "" +"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвалаў (зараз " +"%(show_value)d)." +msgstr[3] "" +"Упэўніцеся, што гэтае значэнне мае не менш %(limit_value)d сімвалаў (зараз " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвал (зараз " +"%(show_value)d)." +msgstr[1] "" +"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвала (зараз " +"%(show_value)d)." +msgstr[2] "" +"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвалаў (зараз " +"%(show_value)d)." +msgstr[3] "" +"Упэўніцеся, што гэтае значэнне мае не болей %(limit_value)d сімвалаў (зараз " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Упэўніцеся, што набралі ня болей за %(max)s лічбу." +msgstr[1] "Упэўніцеся, што набралі ня болей за %(max)s лічбы." +msgstr[2] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў." +msgstr[3] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Упэўніцеся, што набралі ня болей за %(max)s лічбу пасьля коскі." +msgstr[1] "Упэўніцеся, што набралі ня болей за %(max)s лічбы пасьля коскі." +msgstr[2] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў пасьля коскі." +msgstr[3] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў пасьля коскі." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Упэўніцеся, што набралі ня болей за %(max)s лічбу да коскі." +msgstr[1] "Упэўніцеся, што набралі ня болей за %(max)s лічбы да коскі." +msgstr[2] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў да коскі." +msgstr[3] "Упэўніцеся, што набралі ня болей за %(max)s лічбаў да коскі." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" +"Пашырэнне файла '%(extension)s' не дапускаецца. Дапушчальныя пашырэння: " +"'%(allowed_extensions)s'." + +msgid "Null characters are not allowed." +msgstr "Null сімвалы не дапускаюцца." + +msgid "and" +msgstr "і" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s з такім %(field_labels)s ужо існуе." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Значэнне %(value)r не з'яўляецца правільным выбарам." + +msgid "This field cannot be null." +msgstr "Поле ня можа мець значэньне «null»." + +msgid "This field cannot be blank." +msgstr "Трэба запоўніць поле." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s з такім %(field_label)s ужо існуе." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s павінна быць унікальна для %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Палі віду: %(field_type)s" + +msgid "Integer" +msgstr "Цэлы лік" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Значэньне '%(value)s' павінна быць цэлым лікам." + +msgid "Big (8 byte) integer" +msgstr "Вялікі (8 байтаў) цэлы" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Значэньне '%(value)s' павінна быць True або False." + +msgid "Boolean (Either True or False)" +msgstr "Ляґічнае («сапраўдна» або «не сапраўдна»)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Радок (ня болей за %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Цэлыя лікі, падзеленыя коскаю" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Значэнне '%(value)s' мае няправільны фармат. Яно павінна быць у фармаце ГГГГ-" +"ММ-ДД." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Значэнне '%(value)s' мае правільны фармат(ГГГГ-ММ-ДД) але гэта несапраўдная " +"дата." + +msgid "Date (without time)" +msgstr "Дата (бяз часу)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Значэнне '%(value)s' мае няправільны фармат. Яно павінна быць у фармаце ГГГГ-" +"ММ-ДД ГГ:ХХ[:сс[.мммммм]][ЧА], дзе ЧА — часавы абсяг." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Значэнне '%(value)s' мае правільны фармат (ГГГГ-ММ-ДД ГГ:ХХ[:сс[.мммммм]]" +"[ЧА], дзе ЧА — часавы абсяг) але гэта несапраўдныя дата/час." + +msgid "Date (with time)" +msgstr "Дата (разам з часам)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Значэньне '%(value)s' павінна быць дзесятковым лікам." + +msgid "Decimal number" +msgstr "Дзесятковы лік" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Значэньне '%(value)s' мае няправільны фармат. Яно павінна быць у фармаце " +"[ДД] [ГГ:[ХХ:]]сс[.мммммм]." + +msgid "Duration" +msgstr "Працягласць" + +msgid "Email address" +msgstr "Адрас эл. пошты" + +msgid "File path" +msgstr "Шлях да файла" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Значэньне '%(value)s' павінна быць дробным лікам." + +msgid "Floating point number" +msgstr "Лік зь пераноснай коскаю" + +msgid "IPv4 address" +msgstr "Адрас IPv4" + +msgid "IP address" +msgstr "Адрас IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Значэньне '%(value)s' павінна быць None, True альбо False." + +msgid "Boolean (Either True, False or None)" +msgstr "Ляґічнае («сапраўдна», «не сапраўдна» ці «нічога»)" + +msgid "Positive integer" +msgstr "Дадатны цэлы лік" + +msgid "Positive small integer" +msgstr "Дадатны малы цэлы лік" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Бірка (ня болей за %(max_length)s)" + +msgid "Small integer" +msgstr "Малы цэлы лік" + +msgid "Text" +msgstr "Тэкст" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Значэньне '%(value)s' мае няправільны фармат. Яно павінна быць у фармаце HH:" +"MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Значэнне '%(value)s' мае правільны фармат (ГГ:ХХ[:сс[.мммммм]]) але гэта " +"несапраўдны час." + +msgid "Time" +msgstr "Час" + +msgid "URL" +msgstr "Сеціўная спасылка" + +msgid "Raw binary data" +msgstr "Неапрацаваныя бінарныя зьвесткі" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' не з'яўляецца дапушчальным UUID." + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Выява" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Экземпляр %(model)s з %(field)s %(value)r не iснуе." + +msgid "Foreign Key (type determined by related field)" +msgstr "Вонкавы ключ (від вызначаецца паводле зьвязанага поля)" + +msgid "One-to-one relationship" +msgstr "Сувязь «адзін да аднаго»" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Сувязь %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Сувязi %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Сувязь «некалькі да некалькіх»" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Поле трэба запоўніць." + +msgid "Enter a whole number." +msgstr "Набярыце ўвесь лік." + +msgid "Enter a number." +msgstr "Набярыце лік." + +msgid "Enter a valid date." +msgstr "Пазначце чынную дату." + +msgid "Enter a valid time." +msgstr "Пазначце чынны час." + +msgid "Enter a valid date/time." +msgstr "Пазначце чынныя час і дату." + +msgid "Enter a valid duration." +msgstr "Увядзіце сапраўдны тэрмін." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Файл не даслалі. Зірніце кадоўку блянку." + +msgid "No file was submitted." +msgstr "Файл не даслалі." + +msgid "The submitted file is empty." +msgstr "Дасланы файл — парожні." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвал (зараз " +"%(length)d)." +msgstr[1] "" +"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвала (зараз " +"%(length)d)." +msgstr[2] "" +"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвалаў (зараз " +"%(length)d)." +msgstr[3] "" +"Упэўніцеся, што гэтае імя файлу мае не болей %(max)d сімвалаў (зараз " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Трэба або даслаць файл, або абраць «Ачысьціць», але нельга рабіць гэта " +"адначасова." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Запампаваць чынны малюнак. Запампавалі або не выяву, або пашкоджаную выяву." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Абярыце дазволенае. %(value)s няма ў даступных значэньнях." + +msgid "Enter a list of values." +msgstr "Упішыце сьпіс значэньняў." + +msgid "Enter a complete value." +msgstr "Калі ласка, увядзіце поўнае значэньне." + +msgid "Enter a valid UUID." +msgstr "Увядзіце сапраўдны UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Схаванае поле %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Данныя ManagementForm адсутнічаюць ці былі пашкоджаны" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Калі ласка, адпраўце %d або менш формаў." +msgstr[1] "Калі ласка, адпраўце %d або менш формаў." +msgstr[2] "Калі ласка, адпраўце %d або менш формаў." +msgstr[3] "Калі ласка, адпраўце %d або менш формаў." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Калі ласка, адпраўце %d або больш формаў." +msgstr[1] "Калі ласка, адпраўце %d або больш формаў." +msgstr[2] "Калі ласка, адпраўце %d або больш формаў." +msgstr[3] "Калі ласка, адпраўце %d або больш формаў." + +msgid "Order" +msgstr "Парадак" + +msgid "Delete" +msgstr "Выдаліць" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "У полі «%(field)s» выпраўце зьвесткі, якія паўтараюцца." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Выпраўце зьвесткі ў полі «%(field)s»: нельга, каб яны паўтараліся." + +#, 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» паўтараліся." + +msgid "Please correct the duplicate values below." +msgstr "Выпраўце зьвесткі, якія паўтараюцца (гл. ніжэй)." + +msgid "The inline value did not match the parent instance." +msgstr "Убудаванае значэнне не супадае з бацькоўскім значэннем." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Абярыце дазволенае. Абранага няма ў даступных значэньнях." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "\"%(pk)s\" не сапраўднае значэнне" + +#, 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: " +"яна можа быць неадназначнаю або яе можа не існаваць." + +msgid "Clear" +msgstr "Ачысьціць" + +msgid "Currently" +msgstr "Зараз" + +msgid "Change" +msgstr "Зьмяніць" + +msgid "Unknown" +msgstr "Невядома" + +msgid "Yes" +msgstr "Так" + +msgid "No" +msgstr "Не" + +msgid "yes,no,maybe" +msgstr "так,не,магчыма" + +#, 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 байтаў" + +#, python-format +msgid "%s KB" +msgstr "%s КБ" + +#, python-format +msgid "%s MB" +msgstr "%s МБ" + +#, python-format +msgid "%s GB" +msgstr "%s ҐБ" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s ПБ" + +msgid "p.m." +msgstr "папаўдні" + +msgid "a.m." +msgstr "папоўначы" + +msgid "PM" +msgstr "папаўдні" + +msgid "AM" +msgstr "папоўначы" + +msgid "midnight" +msgstr "поўнач" + +msgid "noon" +msgstr "поўдзень" + +msgid "Monday" +msgstr "Панядзелак" + +msgid "Tuesday" +msgstr "Аўторак" + +msgid "Wednesday" +msgstr "Серада" + +msgid "Thursday" +msgstr "Чацьвер" + +msgid "Friday" +msgstr "Пятніца" + +msgid "Saturday" +msgstr "Субота" + +msgid "Sunday" +msgstr "Нядзеля" + +msgid "Mon" +msgstr "Пн" + +msgid "Tue" +msgstr "Аў" + +msgid "Wed" +msgstr "Ср" + +msgid "Thu" +msgstr "Чц" + +msgid "Fri" +msgstr "Пт" + +msgid "Sat" +msgstr "Сб" + +msgid "Sun" +msgstr "Нд" + +msgid "January" +msgstr "студзеня" + +msgid "February" +msgstr "лютага" + +msgid "March" +msgstr "сакавік" + +msgid "April" +msgstr "красавіка" + +msgid "May" +msgstr "траўня" + +msgid "June" +msgstr "чэрвеня" + +msgid "July" +msgstr "ліпеня" + +msgid "August" +msgstr "жніўня" + +msgid "September" +msgstr "верасьня" + +msgid "October" +msgstr "кастрычніка" + +msgid "November" +msgstr "лістапада" + +msgid "December" +msgstr "сьнежня" + +msgid "jan" +msgstr "сту" + +msgid "feb" +msgstr "лют" + +msgid "mar" +msgstr "сак" + +msgid "apr" +msgstr "кра" + +msgid "may" +msgstr "тра" + +msgid "jun" +msgstr "чэр" + +msgid "jul" +msgstr "ліп" + +msgid "aug" +msgstr "жні" + +msgid "sep" +msgstr "вер" + +msgid "oct" +msgstr "кас" + +msgid "nov" +msgstr "ліс" + +msgid "dec" +msgstr "сьн" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Сту." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Люты" + +msgctxt "abbrev. month" +msgid "March" +msgstr "сакавік" + +msgctxt "abbrev. month" +msgid "April" +msgstr "красавіка" + +msgctxt "abbrev. month" +msgid "May" +msgstr "траўня" + +msgctxt "abbrev. month" +msgid "June" +msgstr "чэрвеня" + +msgctxt "abbrev. month" +msgid "July" +msgstr "ліпеня" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Жні." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Вер." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Кас." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ліс." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Сьн." + +msgctxt "alt. month" +msgid "January" +msgstr "студзеня" + +msgctxt "alt. month" +msgid "February" +msgstr "лютага" + +msgctxt "alt. month" +msgid "March" +msgstr "сакавік" + +msgctxt "alt. month" +msgid "April" +msgstr "красавіка" + +msgctxt "alt. month" +msgid "May" +msgstr "траўня" + +msgctxt "alt. month" +msgid "June" +msgstr "чэрвеня" + +msgctxt "alt. month" +msgid "July" +msgstr "ліпеня" + +msgctxt "alt. month" +msgid "August" +msgstr "жніўня" + +msgctxt "alt. month" +msgid "September" +msgstr "верасьня" + +msgctxt "alt. month" +msgid "October" +msgstr "кастрычніка" + +msgctxt "alt. month" +msgid "November" +msgstr "лістапада" + +msgctxt "alt. month" +msgid "December" +msgstr "сьнежня" + +msgid "This is not a valid IPv6 address." +msgstr "Гэта ня правільны адрас IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "або" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d год" +msgstr[1] "%d гады" +msgstr[2] "%d гадоў" +msgstr[3] "%d гадоў" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d месяц" +msgstr[1] "%d месяцы" +msgstr[2] "%d месяцаў" +msgstr[3] "%d месяцаў" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d тыдзень" +msgstr[1] "%d тыдні" +msgstr[2] "%d тыдняў" +msgstr[3] "%d тыдняў" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d дзень" +msgstr[1] "%d дні" +msgstr[2] "%d дзён" +msgstr[3] "%d дзён" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d гадзіна" +msgstr[1] "%d гадзіны" +msgstr[2] "%d гадзін" +msgstr[3] "%d гадзін" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d хвіліна" +msgstr[1] "%d хвіліны" +msgstr[2] "%d хвілінаў" +msgstr[3] "%d хвілінаў" + +msgid "0 minutes" +msgstr "0 хвілін" + +msgid "Forbidden" +msgstr "Забаронена" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-праверка не атрымалася. Запыт спынены." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Вы бачыце гэта паведамленне, таму што гэты HTTPS-сайт патрабуе каб Referer " +"загаловак быў адасланы вашым вэб-браўзэрам, але гэтага не адбылося. Гэты " +"загаловак неабходны для бяспекі, каб пераканацца, што ваш браўзэр не " +"ўзаламаны трэцімі асобамі." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Калі вы сканфігуравалі ваш браўзэр так, каб ён не працаваў з 'Referer' " +"загалоўкамі, калі ласка дазвольце іх хаця б для гэтага сайту, ці для HTTPS " +"злучэнняў, ці для 'same-origin' запытаў." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Калі вы выкарыстоўваеце тэг " +"ці дадалі загаловак 'Referrer-Policy: no-referrer', калі ласка выдаліце іх. " +"CSRF абароне неабходны 'Referer' загаловак для строгай праверкі. Калі Вы " +"турбуецеся аб прыватнасці, выкарыстоўвайце альтэрнатывы, напрыклад , для спасылкі на сайты трэціх асоб." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Вы бачыце гэта паведамленне, таму што гэты сайт патрабуе CSRF кукі для " +"адсылкі формы. Гэтыя кукі неабходныя для бяспекі, каб пераканацца, што ваш " +"браўзэр не ўзламаны трэцімі асобамі." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Калі вы сканфігуравалі ваш браўзэр так, каб ён не працаваў з кукамі, калі " +"ласка дазвольце іх хаця б для гэтага сайту ці для 'same-origin' запытаў." + +msgid "More information is available with DEBUG=True." +msgstr "Больш падрабязная інфармацыя даступная з DEBUG=True." + +msgid "No year specified" +msgstr "Не пазначылі год" + +msgid "Date out of range" +msgstr "Дата выходзіць за межы дыяпазону" + +msgid "No month specified" +msgstr "Не пазначылі месяц" + +msgid "No day specified" +msgstr "Не пазначылі дзень" + +msgid "No week specified" +msgstr "Не пазначылі тыдзень" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Няма доступу да %(verbose_name_plural)s" + +#, 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» мае значэньне «не сапраўдна»." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Радок даты «%(datestr)s» не адпавядае выгляду «%(format)s»" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Па запыце не знайшлі ніводнага %(verbose_name)s" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Нумар бачыны ня мае значэньня «last» і яго нельга ператварыць у цэлы лік." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Няправільная старонка (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" +"Сьпіс парожні, але «%(class_name)s.allow_empty» мае значэньне «не " +"сапраўдна», што забараняе паказваць парожнія сьпісы." + +msgid "Directory indexes are not allowed here." +msgstr "Не дазваляецца глядзець сьпіс файлаў каталёґа." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "Шлях «%(path)s» не існуе." + +#, python-format +msgid "Index of %(directory)s" +msgstr "Файлы каталёґа «%(directory)s»" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "Джанга: Web рамкі для перфекцыяністаў з крайнімі тэрмінамі." + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Паглядзець заўвагі да выпуску для Джангі " +"%(version)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Усталяванне прайшло паспяхова! Віншаванні!" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Вы бачыце гэту старонку таму што DEBUG=True у вашым файле налад і вы не сканфігурыравалі ніякіх URL." + +msgid "Django Documentation" +msgstr "Дакументацыя Джангі" + +msgid "Topics, references, & how-to's" +msgstr "Тэмы, спасылкі, & як зрабіць" + +msgid "Tutorial: A Polling App" +msgstr "Падручнік: Дадатак для галасавання" + +msgid "Get started with Django" +msgstr "Пачніце з Джангаю" + +msgid "Django Community" +msgstr "Джанга супольнасць" + +msgid "Connect, get help, or contribute" +msgstr "Злучайцеся, атрымлівайце дапамогу, ці спрыяйце" diff --git a/myvenv/Lib/site-packages/django/conf/locale/bg/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ed5cd50c9bbb589b7c9c50a82c527a260857f9d8 GIT binary patch literal 29687 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, 2012 +# Jannis Leidel , 2011 +# Lyuboslav Petrov , 2014 +# Todor Lubenov , 2013-2015 +# Venelin Stoykov , 2015-2017 +# vestimir , 2014 +# Alexander Atanasov , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-15 16:15+0100\n" +"PO-Revision-Date: 2017-11-17 09:05+0000\n" +"Last-Translator: Venelin Stoykov \n" +"Language-Team: Bulgarian (http://www.transifex.com/django/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" + +msgid "Afrikaans" +msgstr "Африкански" + +msgid "Arabic" +msgstr "арабски език" + +msgid "Asturian" +msgstr "Астурийски" + +msgid "Azerbaijani" +msgstr "Азербайджански език" + +msgid "Bulgarian" +msgstr "български език" + +msgid "Belarusian" +msgstr "Беларуски" + +msgid "Bengali" +msgstr "бенгалски език" + +msgid "Breton" +msgstr "Бретон" + +msgid "Bosnian" +msgstr "босненски език" + +msgid "Catalan" +msgstr "каталунски език" + +msgid "Czech" +msgstr "чешки език" + +msgid "Welsh" +msgstr "уелски език" + +msgid "Danish" +msgstr "датски език" + +msgid "German" +msgstr "немски език" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "гръцки език" + +msgid "English" +msgstr "английски език" + +msgid "Australian English" +msgstr "Австралийски Английски" + +msgid "British English" +msgstr "британски английски" + +msgid "Esperanto" +msgstr "Есперанто" + +msgid "Spanish" +msgstr "испански език" + +msgid "Argentinian Spanish" +msgstr "кастилски" + +msgid "Colombian Spanish" +msgstr "Колумбийски Испански" + +msgid "Mexican Spanish" +msgstr "Мексикански испански" + +msgid "Nicaraguan Spanish" +msgstr "никарагуански испански" + +msgid "Venezuelan Spanish" +msgstr "Испански Венецуелски" + +msgid "Estonian" +msgstr "естонски език" + +msgid "Basque" +msgstr "баски" + +msgid "Persian" +msgstr "персийски език" + +msgid "Finnish" +msgstr "финландски език" + +msgid "French" +msgstr "френски език" + +msgid "Frisian" +msgstr "фризийски език" + +msgid "Irish" +msgstr "ирландски език" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "галицейски език" + +msgid "Hebrew" +msgstr "иврит" + +msgid "Hindi" +msgstr "хинди" + +msgid "Croatian" +msgstr "хърватски език" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "унгарски език" + +msgid "Interlingua" +msgstr "Международен" + +msgid "Indonesian" +msgstr "индонезийски език" + +msgid "Ido" +msgstr "Идо" + +msgid "Icelandic" +msgstr "исландски език" + +msgid "Italian" +msgstr "италиански език" + +msgid "Japanese" +msgstr "японски език" + +msgid "Georgian" +msgstr "грузински език" + +msgid "Kazakh" +msgstr "Казахски" + +msgid "Khmer" +msgstr "кхмерски език" + +msgid "Kannada" +msgstr "каннада" + +msgid "Korean" +msgstr "Корейски" + +msgid "Luxembourgish" +msgstr "Люксембургски" + +msgid "Lithuanian" +msgstr "Литовски" + +msgid "Latvian" +msgstr "Латвийски" + +msgid "Macedonian" +msgstr "Македонски" + +msgid "Malayalam" +msgstr "малаялам" + +msgid "Mongolian" +msgstr "Монголски" + +msgid "Marathi" +msgstr "Марати" + +msgid "Burmese" +msgstr "Бурмесе" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Непалски" + +msgid "Dutch" +msgstr "холандски" + +msgid "Norwegian Nynorsk" +msgstr "норвежки съвременен език" + +msgid "Ossetic" +msgstr "Осетски" + +msgid "Punjabi" +msgstr "пенджаби" + +msgid "Polish" +msgstr "полски език" + +msgid "Portuguese" +msgstr "португалски език" + +msgid "Brazilian Portuguese" +msgstr "бразилски португалски" + +msgid "Romanian" +msgstr "румънски език" + +msgid "Russian" +msgstr "руски език" + +msgid "Slovak" +msgstr "словашки език" + +msgid "Slovenian" +msgstr "словенски език" + +msgid "Albanian" +msgstr "албански език" + +msgid "Serbian" +msgstr "сръбски език" + +msgid "Serbian Latin" +msgstr "сръбски с латински букви" + +msgid "Swedish" +msgstr "шведски език" + +msgid "Swahili" +msgstr "Суахили" + +msgid "Tamil" +msgstr "тамил" + +msgid "Telugu" +msgstr "телугу" + +msgid "Thai" +msgstr "тайландски език" + +msgid "Turkish" +msgstr "турски език" + +msgid "Tatar" +msgstr "Татарски" + +msgid "Udmurt" +msgstr "Удмурт" + +msgid "Ukrainian" +msgstr "украински език" + +msgid "Urdu" +msgstr "Урду" + +msgid "Vietnamese" +msgstr "виетнамски език" + +msgid "Simplified Chinese" +msgstr "китайски език" + +msgid "Traditional Chinese" +msgstr "традиционен китайски" + +msgid "Messages" +msgstr "Съобщения" + +msgid "Site Maps" +msgstr "Бързи Maps" + +msgid "Static Files" +msgstr "Статични файлове" + +msgid "Syndication" +msgstr "Syndication" + +msgid "That page number is not an integer" +msgstr "Номерът на страницата не е цяло число" + +msgid "That page number is less than 1" +msgstr "Номерът на страницата е по-малък от 1" + +msgid "That page contains no results" +msgstr "В тази страница няма резултати" + +msgid "Enter a valid value." +msgstr "Въведете валидна стойност. " + +msgid "Enter a valid URL." +msgstr "Въведете валиден URL адрес." + +msgid "Enter a valid integer." +msgstr "Въведете валидно число." + +msgid "Enter a valid email address." +msgstr "Въведете валиден имейл адрес." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Въведете валиден 'слъг', състоящ се от букви, цифри, тирета или долни тирета." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Въведете валиден 'слъг', състоящ се от букви, цифри, тирета или долни тирета." + +msgid "Enter a valid IPv4 address." +msgstr "Въведете валиден IPv4 адрес." + +msgid "Enter a valid IPv6 address." +msgstr "Въведете валиден IPv6 адрес." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Въведете валиден IPv4 или IPv6 адрес." + +msgid "Enter only digits separated by commas." +msgstr "Въведете само еднозначни числа, разделени със запетая. " + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Уверете се, че тази стойност е %(limit_value)s (тя е %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Уверете се, че тази стойност е по-малка или равна на %(limit_value)s ." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Уверете се, че тази стойност е по-голяма или равна на %(limit_value)s ." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Уверете се, че тази стойност е най-малко %(limit_value)d знака (тя има " +"%(show_value)d )." +msgstr[1] "" +"Уверете се, че тази стойност е най-малко %(limit_value)d знака (тя има " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Уверете се, тази стойност има най-много %(limit_value)d знака (тя има " +"%(show_value)d)." +msgstr[1] "" +"Уверете се, че тази стойност има най-много %(limit_value)d знака (тя има " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Уверете се, че има не повече от %(max)s цифри в общо." +msgstr[1] "Уверете се, че има не повече от %(max)s цифри общо." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Уверете се, че има не повече от%(max)s знак след десетичната запетая." +msgstr[1] "" +"Уверете се, че има не повече от %(max)s знака след десетичната запетая." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Уверете се, че има не повече от %(max)s цифри преди десетичната запетая." +msgstr[1] "" +"Уверете се, че има не повече от %(max)s цифри преди десетичната запетая." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" +"Не са разрешени файлове с раширение '%(extension)s'. Позволените разширения " +"са: '%(allowed_extensions)s'." + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "и" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s с тези %(field_labels)s вече съществува." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Стойността %(value)r не е валиден избор." + +msgid "This field cannot be null." +msgstr "Това поле не може да има празна стойност." + +msgid "This field cannot be blank." +msgstr "Това поле не може да е празно." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s с този %(field_label)s вече съществува." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s трябва да са уникални за %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Поле от тип: %(field_type)s" + +msgid "Integer" +msgstr "Цяло число" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' стойност трябва да е цяло число." + +msgid "Big (8 byte) integer" +msgstr "Голямо (8 байта) цяло число" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Стойността на '%(value)s' трябва да бъде или True или False." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (True или False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Символен низ (до %(max_length)s символа)" + +msgid "Comma-separated integers" +msgstr "Цели числа, разделени с запетая" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' стойност е с формат невалидна дата. Тя трябва да бъде в YYYY-MM-" +"DD формат." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Стойността на '%(value)s' е в правилния формат (ГГГГ-ММ-ДД), но тя е " +"невалидна дата." + +msgid "Date (without time)" +msgstr "Дата (без час)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Стойността на '%(value)s' е с невалиден формат. Трябва да бъде във формат " +"ГГГГ-ММ-ДД ЧЧ:ММ[:сс[.uuuuuu]][TZ] (където u означава милисекунда, а TZ - " +"часова зона)" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Стойността на '%(value)s' е с правилен формат ( ГГГГ-ММ-ДД ЧЧ:ММ[:сс[." +"μμμμμμ]][TZ]), но датата/часът са невалидни" + +msgid "Date (with time)" +msgstr "Дата (и час)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Стойността на '%(value)s' трябва да е десетично число." + +msgid "Decimal number" +msgstr "Десетична дроб" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Стойността на '%(value)s' е с невалиден формат. Тя трябва да бъде в [ДД] " +"[ЧЧ:[ММ:]]сс[.μμμμμμ]" + +msgid "Duration" +msgstr "Продължителност" + +msgid "Email address" +msgstr "Email адрес" + +msgid "File path" +msgstr "Път към файл" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' стойност трябва да е число с плаваща запетая." + +msgid "Floating point number" +msgstr "Число с плаваща запетая" + +msgid "IPv4 address" +msgstr "IPv4 адрес" + +msgid "IP address" +msgstr "IP адрес" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Стойност '%(value)s' трябва да бъде или None, True или False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Възможните стойности са True, False или None)" + +msgid "Positive integer" +msgstr "Положително цяло число" + +msgid "Positive small integer" +msgstr "Положително 2 байта цяло число" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (до %(max_length)s )" + +msgid "Small integer" +msgstr "2 байта цяло число" + +msgid "Text" +msgstr "Текст" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Стойността '%(value)s' е с невалиден формат. Тя трябва да бъде в ЧЧ:ММ [:" +"сс[.μμμμμμ]]" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Стойността на '%(value)s' е в правилния формат (ЧЧ:ММ [:сс[.μμμμμμ]]), но " +"часът е невалиден." + +msgid "Time" +msgstr "Време" + +msgid "URL" +msgstr "URL адрес" + +msgid "Raw binary data" +msgstr "сурови двоични данни" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' не е валиден UUID." + +msgid "File" +msgstr "Файл" + +msgid "Image" +msgstr "Изображение" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Инстанция на %(model)s с %(field)s %(value)r не съществува." + +msgid "Foreign Key (type determined by related field)" +msgstr "Външен ключ (тип, определен от свързаното поле)" + +msgid "One-to-one relationship" +msgstr "словенски език" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Много-към-много връзка" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Това поле е задължително." + +msgid "Enter a whole number." +msgstr "Въведете цяло число. " + +msgid "Enter a number." +msgstr "Въведете число." + +msgid "Enter a valid date." +msgstr "Въведете валидна дата. " + +msgid "Enter a valid time." +msgstr "Въведете валиден час." + +msgid "Enter a valid date/time." +msgstr "Въведете валидна дата/час. " + +msgid "Enter a valid duration." +msgstr "Въведете валидна продължителност." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Не е получен файл. Проверете типа кодиране на формата. " + +msgid "No file was submitted." +msgstr "Няма изпратен файл." + +msgid "The submitted file is empty." +msgstr "Каченият файл е празен. " + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "Уверете се, това име е най-много %(max)d знака (то има %(length)d)." +msgstr[1] "" +"Уверете се, че това файлово име има най-много %(max)d знаци (има " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Моля, или пратете файл или маркирайте полето за изчистване, но не и двете." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Качете валидно изображение. Файлът, който сте качили или не е изображение, " +"или е повреден. " + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Направете валиден избор. %(value)s не е един от възможните избори." + +msgid "Enter a list of values." +msgstr "Въведете списък от стойности" + +msgid "Enter a complete value." +msgstr "Въведете пълна стойност." + +msgid "Enter a valid UUID." +msgstr "Въведете валиден UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Скрито поле %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Данни за мениджърската форма липсват или са били променени." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Моля, въведете %d по-малко форми." +msgstr[1] "Моля, въведете %d по-малко форми." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Моля, въведете %d или по-вече форми." +msgstr[1] "Моля, въведете %d или по-вече форми." + +msgid "Order" +msgstr "Ред" + +msgid "Delete" +msgstr "Изтрий" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Моля, коригирайте дублираните данни за %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Моля, коригирайте дублираните данни за %(field)s, които трябва да са " +"уникални." + +#, 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 "" +"Моля, коригирайте дублиранитe данни за %(field_name)s , които трябва да са " +"уникални за %(lookup)s в %(date_field)s ." + +msgid "Please correct the duplicate values below." +msgstr "Моля, коригирайте повтарящите се стойности по-долу." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Направете валиден избор. Този не е един от възможните избори. " + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "" + +#, 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; може да е " +"двусмислен или да не съществува" + +msgid "Clear" +msgstr "Изчисти" + +msgid "Currently" +msgstr "Сега" + +msgid "Change" +msgstr "Промени" + +msgid "Unknown" +msgstr "Неизвестно" + +msgid "Yes" +msgstr "Да" + +msgid "No" +msgstr "Не" + +msgid "yes,no,maybe" +msgstr "да, не, може би" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d, байт" +msgstr[1] "%(size)d, байта" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s ТБ" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "след обяд" + +msgid "a.m." +msgstr "преди обяд" + +msgid "PM" +msgstr "след обяд" + +msgid "AM" +msgstr "преди обяд" + +msgid "midnight" +msgstr "полунощ" + +msgid "noon" +msgstr "обяд" + +msgid "Monday" +msgstr "понеделник" + +msgid "Tuesday" +msgstr "вторник" + +msgid "Wednesday" +msgstr "сряда" + +msgid "Thursday" +msgstr "четвъртък" + +msgid "Friday" +msgstr "петък" + +msgid "Saturday" +msgstr "събота" + +msgid "Sunday" +msgstr "неделя" + +msgid "Mon" +msgstr "Пон" + +msgid "Tue" +msgstr "Вт" + +msgid "Wed" +msgstr "Ср" + +msgid "Thu" +msgstr "Чет" + +msgid "Fri" +msgstr "Пет" + +msgid "Sat" +msgstr "Съб" + +msgid "Sun" +msgstr "Нед" + +msgid "January" +msgstr "Януари" + +msgid "February" +msgstr "Февруари" + +msgid "March" +msgstr "Март" + +msgid "April" +msgstr "Април" + +msgid "May" +msgstr "Май" + +msgid "June" +msgstr "Юни" + +msgid "July" +msgstr "Юли" + +msgid "August" +msgstr "Август" + +msgid "September" +msgstr "Септември" + +msgid "October" +msgstr "Октомври" + +msgid "November" +msgstr "Ноември" + +msgid "December" +msgstr "Декември" + +msgid "jan" +msgstr "ян" + +msgid "feb" +msgstr "фев" + +msgid "mar" +msgstr "мар" + +msgid "apr" +msgstr "апр" + +msgid "may" +msgstr "май" + +msgid "jun" +msgstr "юни" + +msgid "jul" +msgstr "юли" + +msgid "aug" +msgstr "авг" + +msgid "sep" +msgstr "сеп" + +msgid "oct" +msgstr "окт" + +msgid "nov" +msgstr "ноев" + +msgid "dec" +msgstr "дек" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ян." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Фев." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Март" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Април" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Май" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Юни" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Юли" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Авг." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Септ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Окт." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Ноев." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Дек." + +msgctxt "alt. month" +msgid "January" +msgstr "Януари" + +msgctxt "alt. month" +msgid "February" +msgstr "Февруари" + +msgctxt "alt. month" +msgid "March" +msgstr "Март" + +msgctxt "alt. month" +msgid "April" +msgstr "Април" + +msgctxt "alt. month" +msgid "May" +msgstr "Май" + +msgctxt "alt. month" +msgid "June" +msgstr "Юни" + +msgctxt "alt. month" +msgid "July" +msgstr "Юли" + +msgctxt "alt. month" +msgid "August" +msgstr "Август" + +msgctxt "alt. month" +msgid "September" +msgstr "Септември" + +msgctxt "alt. month" +msgid "October" +msgstr "след обяд" + +msgctxt "alt. month" +msgid "November" +msgstr "Ноември" + +msgctxt "alt. month" +msgid "December" +msgstr "Декември" + +msgid "This is not a valid IPv6 address." +msgstr "Въведете валиден IPv6 адрес." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "или" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d година" +msgstr[1] "%d години" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d месец" +msgstr[1] "%d месеца" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d седмица" +msgstr[1] "%d седмици" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d дни" +msgstr[1] "%d дни" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d час" +msgstr[1] "%d часа" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d минута" +msgstr[1] "%d минути" + +msgid "0 minutes" +msgstr "0 минути" + +msgid "Forbidden" +msgstr "Забранен" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF проверката се провали. Заявката прекратена." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Вие виждате това съобщение, защото този HTTPS сайт изисква 'Referer header' " +"да бъде изпратен от вашият WEB браузър, но такъв не бе изпратен. Този " +"header е задължителен от съображения за сигурност, за да се гарантира, че " +"вашият браузър не е компрометиран от трети страни." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Ако сте конфигурирали вашия браузър, да забраните 'Referer' headers, моля да " +"ги активирате отново, поне за този сайт, или за HTTPS връзки, или за 'same-" +"origin' заявки." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Вие виждате това съобщение, защото този сайт изисква CSRF бисквитка когато " +"се подават формуляри. Тази бисквитка е задължителна от съображения за " +"сигурност, за да се гарантира, че вашият браузър не е компрометиран от трети " +"страни." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Ако сте конфигурирали вашия браузър, да забраните бисквитките, моля да ги " +"активирате отново, поне за този сайт, или за'same-origin' заявки." + +msgid "More information is available with DEBUG=True." +msgstr "Повече информация е на разположение с DEBUG=True." + +msgid "No year specified" +msgstr "Не е посочена година" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Не е посочен месец" + +msgid "No day specified" +msgstr "ноев" + +msgid "No week specified" +msgstr "Не е посочена седмица" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Няма достъпни %(verbose_name_plural)s" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Бъдещo %(verbose_name_plural)s е достъпно, тъй като %(class_name)s." +"allow_future е False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Невалидна дата '%(datestr)s' посочен формат '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Няма %(verbose_name)s , съвпадащи със заявката" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Страницата не е 'last' нито може да се преобразува в int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Невалидна страница (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Празен списък и '%(class_name)s.allow_empty' не е валидно." + +msgid "Directory indexes are not allowed here." +msgstr "Тук не е позволено индексиране на директория." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" не съществува" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Индекс %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "Django: Фреймуоркът за перфекционисти с крайни срокове." + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Вие виждате тази страница защото DEBUG=True е във вашият settings файл и не сте конфигурирали никакви " +"URL-и" + +msgid "Django Documentation" +msgstr "Django Документация" + +msgid "Topics, references, & how-to's" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "Започнете с Django" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/myvenv/Lib/site-packages/django/conf/locale/bg/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/bg/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/bg/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/bg/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36986806643d573e526807da6fafa0e405c640e8 GIT binary patch literal 186 zcmWIL<>g`k0^!=Vu^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{bwr$Hd2H=4F<|$LkeT-r}&y%}*)KNwou6{27QD0EtgA_W%F@ literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/bg/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/bg/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7197a731dd96d33284109c9907eb16e231eb183 GIT binary patch literal 352 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 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/bn/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/bn/LC_MESSAGES/django.po new file mode 100644 index 0000000..05aeea1 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/bn/LC_MESSAGES/django.po @@ -0,0 +1,1191 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# M Nasimul Haque , 2013 +# Tahmid Rafi , 2012-2013 +# Tahmid Rafi , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-15 16:15+0100\n" +"PO-Revision-Date: 2017-11-16 01:13+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bengali (http://www.transifex.com/django/django/language/" +"bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "আফ্রিকার অন্যতম সরকারি ভাষা" + +msgid "Arabic" +msgstr "আরবী" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "আজারবাইজানি" + +msgid "Bulgarian" +msgstr "বুলগেরিয়ান" + +msgid "Belarusian" +msgstr "বেলারুশীয়" + +msgid "Bengali" +msgstr "বাংলা" + +msgid "Breton" +msgstr "ব্রেটন" + +msgid "Bosnian" +msgstr "বসনিয়ান" + +msgid "Catalan" +msgstr "ক্যাটালান" + +msgid "Czech" +msgstr "চেক" + +msgid "Welsh" +msgstr "ওয়েল্স" + +msgid "Danish" +msgstr "ড্যানিশ" + +msgid "German" +msgstr "জার্মান" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "গ্রিক" + +msgid "English" +msgstr "ইংলিশ" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "বৃটিশ ইংলিশ" + +msgid "Esperanto" +msgstr "আন্তর্জাতিক ভাষা" + +msgid "Spanish" +msgstr "স্প্যানিশ" + +msgid "Argentinian Spanish" +msgstr "আর্জেন্টিনিয়ান স্প্যানিশ" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "মেক্সিকান স্প্যানিশ" + +msgid "Nicaraguan Spanish" +msgstr "নিকারাগুয়ান স্প্যানিশ" + +msgid "Venezuelan Spanish" +msgstr "ভেনেজুয়েলার স্প্যানিশ" + +msgid "Estonian" +msgstr "এস্তোনিয়ান" + +msgid "Basque" +msgstr "বাস্ক" + +msgid "Persian" +msgstr "ফারসি" + +msgid "Finnish" +msgstr "ফিনিশ" + +msgid "French" +msgstr "ফ্রেঞ্চ" + +msgid "Frisian" +msgstr "ফ্রিজ্ল্যানডের ভাষা" + +msgid "Irish" +msgstr "আইরিশ" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "গ্যালিসিয়ান" + +msgid "Hebrew" +msgstr "হিব্রু" + +msgid "Hindi" +msgstr "হিন্দী" + +msgid "Croatian" +msgstr "ক্রোয়েশিয়ান" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "হাঙ্গেরিয়ান" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "ইন্দোনেশিয়ান" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "আইসল্যান্ডিক" + +msgid "Italian" +msgstr "ইটালিয়ান" + +msgid "Japanese" +msgstr "জাপানিজ" + +msgid "Georgian" +msgstr "জর্জিয়ান" + +msgid "Kazakh" +msgstr "কাজাখ" + +msgid "Khmer" +msgstr "খমার" + +msgid "Kannada" +msgstr "কান্নাড়া" + +msgid "Korean" +msgstr "কোরিয়ান" + +msgid "Luxembourgish" +msgstr "লুক্সেমবার্গীয়" + +msgid "Lithuanian" +msgstr "লিথুয়ানিয়ান" + +msgid "Latvian" +msgstr "লাটভিয়ান" + +msgid "Macedonian" +msgstr "ম্যাসাডোনিয়ান" + +msgid "Malayalam" +msgstr "মালায়ালম" + +msgid "Mongolian" +msgstr "মঙ্গোলিয়ান" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "বার্মিজ" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "নেপালি" + +msgid "Dutch" +msgstr "ডাচ" + +msgid "Norwegian Nynorsk" +msgstr "নরওয়েজীয়ান নিনর্স্ক" + +msgid "Ossetic" +msgstr "অসেটিক" + +msgid "Punjabi" +msgstr "পাঞ্জাবী" + +msgid "Polish" +msgstr "পোলিশ" + +msgid "Portuguese" +msgstr "পর্তুগীজ" + +msgid "Brazilian Portuguese" +msgstr "ব্রাজিলিয়ান পর্তুগীজ" + +msgid "Romanian" +msgstr "রোমানিয়ান" + +msgid "Russian" +msgstr "রাশান" + +msgid "Slovak" +msgstr "স্লোভাক" + +msgid "Slovenian" +msgstr "স্লোভেনিয়ান" + +msgid "Albanian" +msgstr "আলবেনীয়ান" + +msgid "Serbian" +msgstr "সার্বিয়ান" + +msgid "Serbian Latin" +msgstr "সার্বিয়ান ল্যাটিন" + +msgid "Swedish" +msgstr "সুইডিশ" + +msgid "Swahili" +msgstr "সোয়াহিলি" + +msgid "Tamil" +msgstr "তামিল" + +msgid "Telugu" +msgstr "তেলেগু" + +msgid "Thai" +msgstr "থাই" + +msgid "Turkish" +msgstr "তুর্কি" + +msgid "Tatar" +msgstr "তাতারদেশীয়" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ইউক্রেনিয়ান" + +msgid "Urdu" +msgstr "উর্দু" + +msgid "Vietnamese" +msgstr "ভিয়েতনামিজ" + +msgid "Simplified Chinese" +msgstr "সরলীকৃত চাইনীজ" + +msgid "Traditional Chinese" +msgstr "প্রচলিত চাইনীজ" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "একটি বৈধ মান দিন।" + +msgid "Enter a valid URL." +msgstr "বৈধ URL দিন" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "একটি বৈধ ইমেইল ঠিকানা লিখুন." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"বৈধ ’slug' প্রবেশ করান যাতে শুধুমাত্র ইংরেজী বর্ণ, অঙ্ক, আন্ডারস্কোর অথবা হাইফেন " +"রয়েছে।" + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "একটি বৈধ IPv4 ঠিকানা দিন।" + +msgid "Enter a valid IPv6 address." +msgstr "একটি বৈধ IPv6 ঠিকানা টাইপ করুন।" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "একটি বৈধ IPv4 অথবা IPv6 ঠিকানা টাইপ করুন।" + +msgid "Enter only digits separated by commas." +msgstr "শুধুমাত্র কমা দিয়ে সংখ্যা দিন।" + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "সংখ্যাটির মান %(limit_value)s হতে হবে (এটা এখন %(show_value)s আছে)।" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "সংখ্যাটির মান %(limit_value)s এর চেয়ে ছোট বা সমান হতে হবে।" + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "সংখ্যাটির মান %(limit_value)s এর চেয়ে বড় বা সমান হতে হবে।" + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "এবং" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "এর মান null হতে পারবে না।" + +msgid "This field cannot be blank." +msgstr "এই ফিল্ডের মান ফাঁকা হতে পারে না" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(field_label)s সহ %(model_name)s আরেকটি রয়েছে।" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "ফিল্ডের ধরণ: %(field_type)s" + +msgid "Integer" +msgstr "ইন্টিজার" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "বিগ (৮ বাইট) ইন্টিজার" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "বুলিয়ান (হয় True অথবা False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "স্ট্রিং (সর্বোচ্চ %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "কমা দিয়ে আলাদা করা ইন্টিজার" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "তারিখ (সময় বাদে)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "তারিখ (সময় সহ)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "দশমিক সংখ্যা" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "ইমেইল ঠিকানা" + +msgid "File path" +msgstr "ফাইল পথ" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "ফ্লোটিং পয়েন্ট সংখ্যা" + +msgid "IPv4 address" +msgstr "IPv4 ঠিকানা" + +msgid "IP address" +msgstr "আইপি ঠিকানা" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "বুলিয়ান (হয় True, False অথবা None)" + +msgid "Positive integer" +msgstr "পজিটিভ ইন্টিজার" + +msgid "Positive small integer" +msgstr "পজিটিভ স্মল ইন্টিজার" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "স্লাগ (সর্বোচ্চ %(max_length)s)" + +msgid "Small integer" +msgstr "স্মল ইন্টিজার" + +msgid "Text" +msgstr "টেক্সট" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "সময়" + +msgid "URL" +msgstr "ইউআরএল (URL)" + +msgid "Raw binary data" +msgstr "র বাইনারি ডাটা" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "ফাইল" + +msgid "Image" +msgstr "ইমেজ" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "ফরেন কি (টাইপ রিলেটেড ফিল্ড দ্বারা নির্ণীত হবে)" + +msgid "One-to-one relationship" +msgstr "ওয়ান-টু-ওয়ান রিলেশানশিপ" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "ম্যানি-টু-ম্যানি রিলেশানশিপ" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "এটি আবশ্যক।" + +msgid "Enter a whole number." +msgstr "একটি পূর্ণসংখ্যা দিন" + +msgid "Enter a number." +msgstr "একটি সংখ্যা প্রবেশ করান।" + +msgid "Enter a valid date." +msgstr "বৈধ তারিখ দিন।" + +msgid "Enter a valid time." +msgstr "বৈধ সময় দিন।" + +msgid "Enter a valid date/time." +msgstr "বৈধ তারিখ/সময় দিন।" + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "কোন ফাইল দেয়া হয়নি। ফর্মের এনকোডিং ঠিক আছে কিনা দেখুন।" + +msgid "No file was submitted." +msgstr "কোন ফাইল দেয়া হয়নি।" + +msgid "The submitted file is empty." +msgstr "ফাইলটি খালি।" + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"একটি ফাইল সাবমিট করুন অথবা ক্লিয়ার চেকবক্সটি চেক করে দিন, যে কোন একটি করুন।" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"সঠিক ছবি আপলোড করুন। যে ফাইলটি আপলোড করা হয়েছে তা হয় ছবি নয় অথবা নষ্ট হয়ে " +"যাওয়া ছবি।" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "%(value)s বৈধ নয়। অনুগ্রহ করে আরেকটি সিলেক্ট করুন।" + +msgid "Enter a list of values." +msgstr "কয়েকটি মানের তালিকা দিন।" + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "ক্রম" + +msgid "Delete" +msgstr "মুছুন" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#, 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 "" + +msgid "Please correct the duplicate values below." +msgstr "" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "এটি বৈধ নয়। অনুগ্রহ করে আরেকটি সিলেক্ট করুন।" + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "" + +#, 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 "" + +msgid "Clear" +msgstr "পরিষ্কার করুন" + +msgid "Currently" +msgstr "এই মুহুর্তে" + +msgid "Change" +msgstr "পরিবর্তন" + +msgid "Unknown" +msgstr "অজানা" + +msgid "Yes" +msgstr "হ্যাঁ" + +msgid "No" +msgstr "না" + +msgid "yes,no,maybe" +msgstr "হ্যাঁ,না,হয়তো" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d বাইট" +msgstr[1] "%(size)d বাইট" + +#, python-format +msgid "%s KB" +msgstr "%s কিলোবাইট" + +#, python-format +msgid "%s MB" +msgstr "%s মেগাবাইট" + +#, python-format +msgid "%s GB" +msgstr "%s গিগাবাইট" + +#, python-format +msgid "%s TB" +msgstr "%s টেরাবাইট" + +#, python-format +msgid "%s PB" +msgstr "%s পেটাবাইট" + +msgid "p.m." +msgstr "অপরাহ্ন" + +msgid "a.m." +msgstr "পূর্বাহ্ন" + +msgid "PM" +msgstr "অপরাহ্ন" + +msgid "AM" +msgstr "পূর্বাহ্ন" + +msgid "midnight" +msgstr "মধ্যরাত" + +msgid "noon" +msgstr "দুপুর" + +msgid "Monday" +msgstr "সোমবার" + +msgid "Tuesday" +msgstr "মঙ্গলবার" + +msgid "Wednesday" +msgstr "বুধবার" + +msgid "Thursday" +msgstr "বৃহস্পতিবার" + +msgid "Friday" +msgstr "শুক্রবার" + +msgid "Saturday" +msgstr "শনিবার" + +msgid "Sunday" +msgstr "রবিবার" + +msgid "Mon" +msgstr "সোম" + +msgid "Tue" +msgstr "মঙ্গল" + +msgid "Wed" +msgstr "বুধ" + +msgid "Thu" +msgstr "বৃহঃ" + +msgid "Fri" +msgstr "শুক্র" + +msgid "Sat" +msgstr "শনি" + +msgid "Sun" +msgstr "রবি" + +msgid "January" +msgstr "জানুয়ারি" + +msgid "February" +msgstr "ফেব্রুয়ারি" + +msgid "March" +msgstr "মার্চ" + +msgid "April" +msgstr "এপ্রিল" + +msgid "May" +msgstr "মে" + +msgid "June" +msgstr "জুন" + +msgid "July" +msgstr "জুলাই" + +msgid "August" +msgstr "আগস্ট" + +msgid "September" +msgstr "সেপ্টেম্বর" + +msgid "October" +msgstr "অক্টোবর" + +msgid "November" +msgstr "নভেম্বর" + +msgid "December" +msgstr "ডিসেম্বর" + +msgid "jan" +msgstr "জান." + +msgid "feb" +msgstr "ফেব." + +msgid "mar" +msgstr "মার্চ" + +msgid "apr" +msgstr "এপ্রি." + +msgid "may" +msgstr "মে" + +msgid "jun" +msgstr "জুন" + +msgid "jul" +msgstr "জুল." + +msgid "aug" +msgstr "আগ." + +msgid "sep" +msgstr "সেপ্টে." + +msgid "oct" +msgstr "অক্টো." + +msgid "nov" +msgstr "নভে." + +msgid "dec" +msgstr "ডিসে." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "জানু." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "ফেব্রু." + +msgctxt "abbrev. month" +msgid "March" +msgstr "মার্চ" + +msgctxt "abbrev. month" +msgid "April" +msgstr "এপ্রিল" + +msgctxt "abbrev. month" +msgid "May" +msgstr "মে" + +msgctxt "abbrev. month" +msgid "June" +msgstr "জুন" + +msgctxt "abbrev. month" +msgid "July" +msgstr "জুলাই" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "আগ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "সেপ্ট." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "অক্টো." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "নভে." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "ডিসে." + +msgctxt "alt. month" +msgid "January" +msgstr "জানুয়ারি" + +msgctxt "alt. month" +msgid "February" +msgstr "ফেব্রুয়ারি" + +msgctxt "alt. month" +msgid "March" +msgstr "মার্চ" + +msgctxt "alt. month" +msgid "April" +msgstr "এপ্রিল" + +msgctxt "alt. month" +msgid "May" +msgstr "মে" + +msgctxt "alt. month" +msgid "June" +msgstr "জুন" + +msgctxt "alt. month" +msgid "July" +msgstr "জুলাই" + +msgctxt "alt. month" +msgid "August" +msgstr "আগস্ট" + +msgctxt "alt. month" +msgid "September" +msgstr "সেপ্টেম্বর" + +msgctxt "alt. month" +msgid "October" +msgstr "অক্টোবর" + +msgctxt "alt. month" +msgid "November" +msgstr "নভেম্বর" + +msgctxt "alt. month" +msgid "December" +msgstr "ডিসেম্বর" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "অথবা" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "0 মিনিট" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "কোন বছর উল্লেখ করা হয়নি" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "কোন মাস উল্লেখ করা হয়নি" + +msgid "No day specified" +msgstr "কোন দিন উল্লেখ করা হয়নি" + +msgid "No week specified" +msgstr "কোন সপ্তাহ উল্লেখ করা হয়নি" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "কোন %(verbose_name_plural)s নেই" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "কুয়েরি ম্যাচ করে এমন কোন %(verbose_name)s পাওয়া যায় নি" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "ডিরেক্টরি ইনডেক্স অনুমোদিত নয়" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" এর অস্তিত্ব নেই" + +#, python-format +msgid "Index of %(directory)s" +msgstr "%(directory)s এর ইনডেক্স" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to's" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/myvenv/Lib/site-packages/django/conf/locale/bn/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/bn/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/bn/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/bn/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4895cc439cd8087a6b0448f15b431e481beebd91 GIT binary patch literal 186 zcmWIL<>g`k0^!=Vu^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{bxW#l**F=4F<|$LkeT-r}&y%}*)KNwou6{27QD0E#a${r~^~ literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/bn/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/bn/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea487ea7c7427a48f49d5df20f211df4290fbb2a GIT binary patch literal 618 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 E0^?dnE&u=k literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/br/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000..9c99f7c --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,1259 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup , 2012,2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-17 11:49+0200\n" +"PO-Revision-Date: 2018-05-18 00:21+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Breton (http://www.transifex.com/django/django/language/br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !" +"=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n" +"%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > " +"19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 " +"&& n % 1000000 == 0) ? 3 : 4);\n" + +msgid "Afrikaans" +msgstr "Afrikaneg" + +msgid "Arabic" +msgstr "Arabeg" + +msgid "Asturian" +msgstr "Astureg" + +msgid "Azerbaijani" +msgstr "Azeri" + +msgid "Bulgarian" +msgstr "Bulgareg" + +msgid "Belarusian" +msgstr "Belaruseg" + +msgid "Bengali" +msgstr "Bengaleg" + +msgid "Breton" +msgstr "Brezhoneg" + +msgid "Bosnian" +msgstr "Bosneg" + +msgid "Catalan" +msgstr "Katalaneg" + +msgid "Czech" +msgstr "Tchekeg" + +msgid "Welsh" +msgstr "Kembraeg" + +msgid "Danish" +msgstr "Daneg" + +msgid "German" +msgstr "Alamaneg" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Gresianeg" + +msgid "English" +msgstr "Saozneg" + +msgid "Australian English" +msgstr "Saozneg Aostralia" + +msgid "British English" +msgstr "Saozneg Breizh-Veur" + +msgid "Esperanto" +msgstr "Esperanteg" + +msgid "Spanish" +msgstr "Spagnoleg" + +msgid "Argentinian Spanish" +msgstr "Spagnoleg Arc'hantina" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Spagnoleg Mec'hiko" + +msgid "Nicaraguan Spanish" +msgstr "Spagnoleg Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Spagnoleg Venezuela" + +msgid "Estonian" +msgstr "Estoneg" + +msgid "Basque" +msgstr "Euskareg" + +msgid "Persian" +msgstr "Perseg" + +msgid "Finnish" +msgstr "Finneg" + +msgid "French" +msgstr "Galleg" + +msgid "Frisian" +msgstr "Frizeg" + +msgid "Irish" +msgstr "Iwerzhoneg" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galizeg" + +msgid "Hebrew" +msgstr "Hebraeg" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroateg" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hungareg" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonezeg" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandeg" + +msgid "Italian" +msgstr "Italianeg" + +msgid "Japanese" +msgstr "Japaneg" + +msgid "Georgian" +msgstr "Jorjianeg" + +msgid "Kabyle" +msgstr "" + +msgid "Kazakh" +msgstr "kazak" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannata" + +msgid "Korean" +msgstr "Koreaneg" + +msgid "Luxembourgish" +msgstr "Luksembourgeg" + +msgid "Lithuanian" +msgstr "Lituaneg" + +msgid "Latvian" +msgstr "Latveg" + +msgid "Macedonian" +msgstr "Makedoneg" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongoleg" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Burmeg" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "nepaleg" + +msgid "Dutch" +msgstr "Nederlandeg" + +msgid "Norwegian Nynorsk" +msgstr "Norvegeg Nynorsk" + +msgid "Ossetic" +msgstr "Oseteg" + +msgid "Punjabi" +msgstr "Punjabeg" + +msgid "Polish" +msgstr "Poloneg" + +msgid "Portuguese" +msgstr "Portugaleg" + +msgid "Brazilian Portuguese" +msgstr "Portugaleg Brazil" + +msgid "Romanian" +msgstr "Roumaneg" + +msgid "Russian" +msgstr "Rusianeg" + +msgid "Slovak" +msgstr "Slovakeg" + +msgid "Slovenian" +msgstr "Sloveneg" + +msgid "Albanian" +msgstr "Albaneg" + +msgid "Serbian" +msgstr "Serbeg" + +msgid "Serbian Latin" +msgstr "Serbeg e lizherennoù latin" + +msgid "Swedish" +msgstr "Svedeg" + +msgid "Swahili" +msgstr "swahileg" + +msgid "Tamil" +msgstr "Tamileg" + +msgid "Telugu" +msgstr "Telougou" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Turkeg" + +msgid "Tatar" +msgstr "tatar" + +msgid "Udmurt" +msgstr "Oudmourteg" + +msgid "Ukrainian" +msgstr "Ukraineg" + +msgid "Urdu" +msgstr "Ourdou" + +msgid "Vietnamese" +msgstr "Vietnameg" + +msgid "Simplified Chinese" +msgstr "Sinaeg eeunaet" + +msgid "Traditional Chinese" +msgstr "Sinaeg hengounel" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "Tresoù al lec'hienn" + +msgid "Static Files" +msgstr "Restroù statek" + +msgid "Syndication" +msgstr "Sindikadur" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Merkit un talvoud reizh" + +msgid "Enter a valid URL." +msgstr "Merkit un URL reizh" + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Merkit ur chomlec'h postel reizh" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"N'hall bezañ er vaezienn-mañ nemet lizherennoù, niveroù, tiredoù izel _ ha " +"barrennigoù-stagañ." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Merkit ur chomlec'h IPv4 reizh." + +msgid "Enter a valid IPv6 address." +msgstr "Merkit ur chomlec'h IPv6 reizh." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Merkit ur chomlec'h IPv4 pe IPv6 reizh." + +msgid "Enter only digits separated by commas." +msgstr "Merkañ hepken sifroù dispartiet dre skejoù." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Bezit sur ez eo an talvoud-mañ %(limit_value)s (evit ar mare ez eo " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Gwiriit mat emañ an talvoud-mañ a-is pe par da %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Gwiriit mat emañ an talvoud-mañ a-us pe par da %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +msgid "Enter a number." +msgstr "Merkit un niver." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "ha" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "N'hall ket ar vaezienn chom goullo" + +msgid "This field cannot be blank." +msgstr "N'hall ket ar vaezienn chom goullo" + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Bez' ez eus c'hoazh eus ur %(model_name)s gant ar %(field_label)s-mañ." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Seurt maezienn : %(field_type)s" + +msgid "Integer" +msgstr "Anterin" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Anterin bras (8 okted)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +#, python-format +msgid "'%(value)s' value must be either True, False, or None." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boulean (gwir pe gaou)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "neudennad arouezennoù (betek %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Niveroù anterin dispartiet dre ur skej" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Deizad (hep eur)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Deizad (gant an eur)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Niver dekvedennel" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Chomlec'h postel" + +msgid "File path" +msgstr "Treug war-du ar restr" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Niver gant skej nij" + +msgid "IPv4 address" +msgstr "Chomlec'h IPv4" + +msgid "IP address" +msgstr "Chomlec'h IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Rekis eo d'an talvoud '%(value)s' bezañ par da Hini, Gwir pe Gaou." + +msgid "Boolean (Either True, False or None)" +msgstr "Boulean (gwir pe gaou pe netra)" + +msgid "Positive integer" +msgstr "Niver anterin pozitivel" + +msgid "Positive small integer" +msgstr "Niver anterin bihan pozitivel" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (betek %(max_length)s arouez.)" + +msgid "Small integer" +msgstr "Niver anterin bihan" + +msgid "Text" +msgstr "Testenn" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Eur" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Restr" + +msgid "Image" +msgstr "Skeudenn" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Alc'hwez estren (seurt termenet dre ar vaezienn liammet)" + +msgid "One-to-one relationship" +msgstr "Darempred unan-ouzh-unan" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Darempred lies-ouzh-lies" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Rekis eo leuniañ ar vaezienn." + +msgid "Enter a whole number." +msgstr "Merkit un niver anterin." + +msgid "Enter a valid date." +msgstr "Merkit un deiziad reizh" + +msgid "Enter a valid time." +msgstr "Merkit un eur reizh" + +msgid "Enter a valid date/time." +msgstr "Merkit un eur/deiziad reizh" + +msgid "Enter a valid duration." +msgstr "" + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "N'eus ket kaset restr ebet. Gwiriit ar seurt enkodañ evit ar restr" + +msgid "No file was submitted." +msgstr "N'eus bet kaset restr ebet." + +msgid "The submitted file is empty." +msgstr "Goullo eo ar restr kaset." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Kasit ur restr pe askit al log riñsañ; an eil pe egile" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Enpozhiit ur skeudenn reizh. Ar seurt bet enporzhiet ganeoc'h a oa foeltret " +"pe ne oa ket ur skeudenn" + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Dizuit un dibab reizh. %(value)s n'emañ ket e-touez an dibaboù posupl." + +msgid "Enter a list of values." +msgstr "Merkit ur roll talvoudoù" + +msgid "Enter a complete value." +msgstr "Merkañ un talvoud klok" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" + +msgid "Order" +msgstr "Urzh" + +msgid "Delete" +msgstr "Diverkañ" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Reizhit ar roadennoù e doubl e %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Reizhit ar roadennoù e doubl e %(field)s, na zle bezañ enni nemet talvoudoù " +"dzho o-unan." + +#, 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 "" +"Reizhit ar roadennoù e doubl e %(field_name)s a rank bezañ ennañ talvodoù en " +"o-unan evit lodenn %(lookup)s %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Reizhañ ar roadennoù e doubl zo a-is" + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Diuzit un dibab reizh. N'emañ ket an dibab-mañ e-touez ar re bosupl." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "" + +#, 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 "" +"N'eo ket bete komprenet an talvoud %(datetime)s er werzhid eur " +"%(current_timezone)s; pe eo amjestr pe n'eus ket anezhañ." + +msgid "Clear" +msgstr "Riñsañ" + +msgid "Currently" +msgstr "Evit ar mare" + +msgid "Change" +msgstr "Kemmañ" + +msgid "Unknown" +msgstr "Dianav" + +msgid "Yes" +msgstr "Ya" + +msgid "No" +msgstr "Ket" + +msgid "yes,no,maybe" +msgstr "ya, ket, marteze" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d okted" +msgstr[1] "%(size)d okted" +msgstr[2] "%(size)d okted" +msgstr[3] "%(size)d okted" +msgstr[4] "%(size)d okted" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "g.m." + +msgid "a.m." +msgstr "mintin" + +msgid "PM" +msgstr "G.M." + +msgid "AM" +msgstr "Mintin" + +msgid "midnight" +msgstr "hanternoz" + +msgid "noon" +msgstr "kreisteiz" + +msgid "Monday" +msgstr "Lun" + +msgid "Tuesday" +msgstr "Meurzh" + +msgid "Wednesday" +msgstr "Merc'her" + +msgid "Thursday" +msgstr "Yaou" + +msgid "Friday" +msgstr "Gwener" + +msgid "Saturday" +msgstr "Sadorn" + +msgid "Sunday" +msgstr "Sul" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Meu" + +msgid "Wed" +msgstr "Mer" + +msgid "Thu" +msgstr "Yao" + +msgid "Fri" +msgstr "Gwe" + +msgid "Sat" +msgstr "Sad" + +msgid "Sun" +msgstr "Sul" + +msgid "January" +msgstr "Genver" + +msgid "February" +msgstr "C'hwevrer" + +msgid "March" +msgstr "Meurzh" + +msgid "April" +msgstr "Ebrel" + +msgid "May" +msgstr "Mae" + +msgid "June" +msgstr "Mezheven" + +msgid "July" +msgstr "Gouere" + +msgid "August" +msgstr "Eost" + +msgid "September" +msgstr "Gwengolo" + +msgid "October" +msgstr "Here" + +msgid "November" +msgstr "Du" + +msgid "December" +msgstr "Kerzu" + +msgid "jan" +msgstr "Gen" + +msgid "feb" +msgstr "C'hwe" + +msgid "mar" +msgstr "Meu" + +msgid "apr" +msgstr "Ebr" + +msgid "may" +msgstr "Mae" + +msgid "jun" +msgstr "Mez" + +msgid "jul" +msgstr "Gou" + +msgid "aug" +msgstr "Eos" + +msgid "sep" +msgstr "Gwe" + +msgid "oct" +msgstr "Her" + +msgid "nov" +msgstr "Du" + +msgid "dec" +msgstr "Kzu" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Gen." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "C'hwe." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Meu." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Ebr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mae" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Mez." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Gou." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Eos." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Gwe." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Her." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Du" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Kzu" + +msgctxt "alt. month" +msgid "January" +msgstr "Genver" + +msgctxt "alt. month" +msgid "February" +msgstr "C'hwevrer" + +msgctxt "alt. month" +msgid "March" +msgstr "Meurzh" + +msgctxt "alt. month" +msgid "April" +msgstr "Ebrel" + +msgctxt "alt. month" +msgid "May" +msgstr "Mae" + +msgctxt "alt. month" +msgid "June" +msgstr "Mezheven" + +msgctxt "alt. month" +msgid "July" +msgstr "Gouere" + +msgctxt "alt. month" +msgid "August" +msgstr "Eost" + +msgctxt "alt. month" +msgid "September" +msgstr "Gwengolo" + +msgctxt "alt. month" +msgid "October" +msgstr "Here" + +msgctxt "alt. month" +msgid "November" +msgstr "Du" + +msgctxt "alt. month" +msgid "December" +msgstr "Kerzu" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "pe" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d bloaz" +msgstr[1] "%d bloaz" +msgstr[2] "%d bloaz" +msgstr[3] "%d bloaz" +msgstr[4] "%d bloaz" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d miz" +msgstr[1] "%d miz" +msgstr[2] "%d miz" +msgstr[3] "%d miz" +msgstr[4] "%d miz" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d sizhun" +msgstr[1] "%d sizhun" +msgstr[2] "%d sizhun" +msgstr[3] "%d sizhun" +msgstr[4] "%d sizhun" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d deiz" +msgstr[1] "%d deiz" +msgstr[2] "%d deiz" +msgstr[3] "%d deiz" +msgstr[4] "%d deiz" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d eur" +msgstr[1] "%d eur" +msgstr[2] "%d eur" +msgstr[3] "%d eur" +msgstr[4] "%d eur" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d munud" +msgstr[1] "%d munud" +msgstr[2] "%d munud" +msgstr[3] "%d munud" +msgstr[4] "%d munud" + +msgid "0 minutes" +msgstr "0 munud" + +msgid "Forbidden" +msgstr "Difennet" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "N'eus bet resisaet bloavezh ebet" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "N'eus bet resisaet miz ebet" + +msgid "No day specified" +msgstr "N'eus bet resisaet deiz ebet" + +msgid "No week specified" +msgstr "N'eus bet resisaet sizhun ebet" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "N'eus %(verbose_name_plural)s ebet da gaout." + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"En dazont ne vo ket a %(verbose_name_plural)s rak faos eo %(class_name)s." +"allow_future." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Direizh eo ar furmad '%(format)s' evit an neudennad deiziad '%(datestr)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" +"N'eus bet kavet traezenn %(verbose_name)s ebet o klotaén gant ar goulenn" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"N'eo ket 'last' ar bajenn na n'hall ket bezañ amdroet en un niver anterin." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Roll goullo ha faos eo '%(class_name)s.allow_empty'." + +msgid "Directory indexes are not allowed here." +msgstr "N'haller ket diskwel endalc'had ar c'havlec'h-mañ." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "N'eus ket eus \"%(path)s\"" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Meneger %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to's" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/myvenv/Lib/site-packages/django/conf/locale/bs/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/bs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..57fec04f48cc5d8b679595cdce99211831a5575c GIT binary patch literal 11073 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 PmTAZz3GIl?glYMI$d{S* literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/bs/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/bs/LC_MESSAGES/django.po new file mode 100644 index 0000000..967fd81 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/bs/LC_MESSAGES/django.po @@ -0,0 +1,1211 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Filip Dupanović , 2011 +# Jannis Leidel , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-15 16:15+0100\n" +"PO-Revision-Date: 2017-11-16 01:13+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Bosnian (http://www.transifex.com/django/django/language/" +"bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "arapski" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azerbejdžanski" + +msgid "Bulgarian" +msgstr "bugarski" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "bengalski" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "bosanski" + +msgid "Catalan" +msgstr "katalonski" + +msgid "Czech" +msgstr "češki" + +msgid "Welsh" +msgstr "velški" + +msgid "Danish" +msgstr "danski" + +msgid "German" +msgstr "njemački" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "grčki" + +msgid "English" +msgstr "engleski" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "Britanski engleski" + +msgid "Esperanto" +msgstr "" + +msgid "Spanish" +msgstr "španski" + +msgid "Argentinian Spanish" +msgstr "Argentinski španski" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Meksički španski" + +msgid "Nicaraguan Spanish" +msgstr "Nikuaraganski španski" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "estonski" + +msgid "Basque" +msgstr "baskijski" + +msgid "Persian" +msgstr "persijski" + +msgid "Finnish" +msgstr "finski" + +msgid "French" +msgstr "francuski" + +msgid "Frisian" +msgstr "frišanski" + +msgid "Irish" +msgstr "irski" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "galski" + +msgid "Hebrew" +msgstr "hebrejski" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "hrvatski" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "mađarski" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Indonežanski" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "islandski" + +msgid "Italian" +msgstr "italijanski" + +msgid "Japanese" +msgstr "japanski" + +msgid "Georgian" +msgstr "gruzijski" + +msgid "Kazakh" +msgstr "" + +msgid "Khmer" +msgstr "kambođanski" + +msgid "Kannada" +msgstr "kanada" + +msgid "Korean" +msgstr "korejski" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "litvanski" + +msgid "Latvian" +msgstr "latvijski" + +msgid "Macedonian" +msgstr "makedonski" + +msgid "Malayalam" +msgstr "Malajalamski" + +msgid "Mongolian" +msgstr "Mongolski" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "" + +msgid "Dutch" +msgstr "holandski" + +msgid "Norwegian Nynorsk" +msgstr "Norveški novi" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Pandžabi" + +msgid "Polish" +msgstr "poljski" + +msgid "Portuguese" +msgstr "portugalski" + +msgid "Brazilian Portuguese" +msgstr "brazilski portugalski" + +msgid "Romanian" +msgstr "rumunski" + +msgid "Russian" +msgstr "ruski" + +msgid "Slovak" +msgstr "slovački" + +msgid "Slovenian" +msgstr "slovenački" + +msgid "Albanian" +msgstr "albanski" + +msgid "Serbian" +msgstr "srpski" + +msgid "Serbian Latin" +msgstr "srpski latinski" + +msgid "Swedish" +msgstr "švedski" + +msgid "Swahili" +msgstr "" + +msgid "Tamil" +msgstr "tamilski" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "tajlandski" + +msgid "Turkish" +msgstr "turski" + +msgid "Tatar" +msgstr "" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "ukrajinski" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "vijetnamežanski" + +msgid "Simplified Chinese" +msgstr "novokineski" + +msgid "Traditional Chinese" +msgstr "starokineski" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Unesite ispravnu vrijednost." + +msgid "Enter a valid URL." +msgstr "Unesite ispravan URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Unesite ispravan „slug“, koji se sastoji od slova, brojki, donjih crta ili " +"crtica." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Unesite ispravnu IPv4 adresu." + +msgid "Enter a valid IPv6 address." +msgstr "" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +msgid "Enter only digits separated by commas." +msgstr "Unesite samo brojke razdvojene zapetama." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Pobrinite se da je ova vrijednost %(limit_value)s (trenutno je " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ova vrijednost mora da bude manja ili jednaka %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ova vrijednost mora biti veća ili jednaka %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "i" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "Ovo polje ne može ostati prazno." + +msgid "This field cannot be blank." +msgstr "Ovo polje ne može biti prazno." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s sa ovom vrijednošću %(field_label)s već postoji." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Polje tipa: %(field_type)s" + +msgid "Integer" +msgstr "Cijeo broj" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Big (8 bajtni) integer" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Bulova vrijednost (True ili False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (najviše %(max_length)s znakova)" + +msgid "Comma-separated integers" +msgstr "Cijeli brojevi razdvojeni zapetama" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Datum (bez vremena)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Datum (sa vremenom)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimalni broj" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Email adresa" + +msgid "File path" +msgstr "Putanja fajla" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Broj sa pokrenom zapetom" + +msgid "IPv4 address" +msgstr "" + +msgid "IP address" +msgstr "IP adresa" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Bulova vrijednost (True, False ili None)" + +msgid "Positive integer" +msgstr "" + +msgid "Positive small integer" +msgstr "" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +msgid "Small integer" +msgstr "" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Vrijeme" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "" + +msgid "Image" +msgstr "" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Strani ključ (tip određen povezanim poljem)" + +msgid "One-to-one relationship" +msgstr "Jedan-na-jedan odnos" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Više-na-više odsnos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "Ovo polje se mora popuniti." + +msgid "Enter a whole number." +msgstr "Unesite cijeo broj." + +msgid "Enter a number." +msgstr "Unesite broj." + +msgid "Enter a valid date." +msgstr "Unesite ispravan datum." + +msgid "Enter a valid time." +msgstr "Unesite ispravno vrijeme" + +msgid "Enter a valid date/time." +msgstr "Unesite ispravan datum/vrijeme." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Fajl nije prebačen. Provjerite tip enkodiranja formulara." + +msgid "No file was submitted." +msgstr "Fajl nije prebačen." + +msgid "The submitted file is empty." +msgstr "Prebačen fajl je prazan." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Prebacite ispravan fajl. Fajl koji je prebačen ili nije slika, ili je " +"oštećen." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"%(value)s nije među ponuđenim vrijednostima. Odaberite jednu od ponuđenih." + +msgid "Enter a list of values." +msgstr "Unesite listu vrijednosti." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Order" +msgstr "Redoslijed" + +msgid "Delete" +msgstr "Obriši" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ispravite dupli sadržaj za polja: %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Ispravite dupli sadržaj za polja: %(field)s, koji mora da bude jedinstven." + +#, 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 "" +"Ispravite dupli sadržaj za polja: %(field_name)s, koji mora da bude " +"jedinstven za %(lookup)s u %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ispravite duple vrijednosti dole." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Odabrana vrijednost nije među ponuđenima. Odaberite jednu od ponuđenih." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "" + +#, 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 "" + +msgid "Clear" +msgstr "Očisti" + +msgid "Currently" +msgstr "Trenutno" + +msgid "Change" +msgstr "Izmjeni" + +msgid "Unknown" +msgstr "Nepoznato" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "yes,no,maybe" +msgstr "da,ne,možda" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "po p." + +msgid "a.m." +msgstr "prije p." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "ponoć" + +msgid "noon" +msgstr "podne" + +msgid "Monday" +msgstr "ponedjeljak" + +msgid "Tuesday" +msgstr "utorak" + +msgid "Wednesday" +msgstr "srijeda" + +msgid "Thursday" +msgstr "četvrtak" + +msgid "Friday" +msgstr "petak" + +msgid "Saturday" +msgstr "subota" + +msgid "Sunday" +msgstr "nedjelja" + +msgid "Mon" +msgstr "pon." + +msgid "Tue" +msgstr "uto." + +msgid "Wed" +msgstr "sri." + +msgid "Thu" +msgstr "čet." + +msgid "Fri" +msgstr "pet." + +msgid "Sat" +msgstr "sub." + +msgid "Sun" +msgstr "ned." + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "mart" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "septembar" + +msgid "October" +msgstr "oktobar" + +msgid "November" +msgstr "novembar" + +msgid "December" +msgstr "decembar" + +msgid "jan" +msgstr "jan." + +msgid "feb" +msgstr "feb." + +msgid "mar" +msgstr "mar." + +msgid "apr" +msgstr "apr." + +msgid "may" +msgstr "maj." + +msgid "jun" +msgstr "jun." + +msgid "jul" +msgstr "jul." + +msgid "aug" +msgstr "aug." + +msgid "sep" +msgstr "sep." + +msgid "oct" +msgstr "okt." + +msgid "nov" +msgstr "nov." + +msgid "dec" +msgstr "dec." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mart" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "august" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "septembar" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "oktobar" + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "novembar" + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "decembar" + +msgctxt "alt. month" +msgid "January" +msgstr "januar" + +msgctxt "alt. month" +msgid "February" +msgstr "februar" + +msgctxt "alt. month" +msgid "March" +msgstr "mart" + +msgctxt "alt. month" +msgid "April" +msgstr "april" + +msgctxt "alt. month" +msgid "May" +msgstr "maj" + +msgctxt "alt. month" +msgid "June" +msgstr "juni" + +msgctxt "alt. month" +msgid "July" +msgstr "juli" + +msgctxt "alt. month" +msgid "August" +msgstr "august" + +msgctxt "alt. month" +msgid "September" +msgstr "septembar" + +msgctxt "alt. month" +msgid "October" +msgstr "oktobar" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembar" + +msgctxt "alt. month" +msgid "December" +msgstr "decembar" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "" + +msgid "or" +msgstr "ili" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "Godina nije naznačena" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Mjesec nije naznačen" + +msgid "No day specified" +msgstr "Dan nije naznačen" + +msgid "No week specified" +msgstr "Sedmica nije naznačena" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +msgid "Directory indexes are not allowed here." +msgstr "" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to's" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/myvenv/Lib/site-packages/django/conf/locale/bs/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/bs/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/bs/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/bs/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fed915174ef202dac913fa3c7a670c3ea5f06a5d GIT binary patch literal 186 zcmWIL<>g`k0^!=Vu^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{bu_$Hd2H=4F<|$LkeT-r}&y%}*)KNwou6{27QD0E*8t0{{R3 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/bs/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/bs/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72fa8a14145ac1af25c3d6f01878a4f4a552fc29 GIT binary patch literal 421 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 I`gwW(4OV*T)&Kwi literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/ca/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/ca/LC_MESSAGES/django.po new file mode 100644 index 0000000..2511e0a --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/ca/LC_MESSAGES/django.po @@ -0,0 +1,1284 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Antoni Aloy , 2012,2015-2017 +# Carles Barrobés , 2011-2012,2014 +# duub qnnp, 2015 +# Gil Obradors Via , 2019 +# Jannis Leidel , 2011 +# Manuel Miranda , 2015 +# Roger Pons , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2019-01-28 21:13+0000\n" +"Last-Translator: Gil Obradors Via \n" +"Language-Team: Catalan (http://www.transifex.com/django/django/language/" +"ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikans" + +msgid "Arabic" +msgstr "àrab" + +msgid "Asturian" +msgstr "Asturià" + +msgid "Azerbaijani" +msgstr "azerbaijanès" + +msgid "Bulgarian" +msgstr "búlgar" + +msgid "Belarusian" +msgstr "Bielorús" + +msgid "Bengali" +msgstr "bengalí" + +msgid "Breton" +msgstr "Bretó" + +msgid "Bosnian" +msgstr "bosnià" + +msgid "Catalan" +msgstr "català" + +msgid "Czech" +msgstr "txec" + +msgid "Welsh" +msgstr "gal·lès" + +msgid "Danish" +msgstr "danès" + +msgid "German" +msgstr "alemany" + +msgid "Lower Sorbian" +msgstr "Lower Sorbian" + +msgid "Greek" +msgstr "grec" + +msgid "English" +msgstr "anglès" + +msgid "Australian English" +msgstr "Anglès d'Austràlia" + +msgid "British English" +msgstr "anglès britànic" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "espanyol" + +msgid "Argentinian Spanish" +msgstr "castellà d'Argentina" + +msgid "Colombian Spanish" +msgstr "Español de Colombia" + +msgid "Mexican Spanish" +msgstr "espanyol de Mèxic" + +msgid "Nicaraguan Spanish" +msgstr "castellà de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Espanyol de Veneçuela" + +msgid "Estonian" +msgstr "estonià" + +msgid "Basque" +msgstr "euskera" + +msgid "Persian" +msgstr "persa" + +msgid "Finnish" +msgstr "finlandès" + +msgid "French" +msgstr "francès" + +msgid "Frisian" +msgstr "frisi" + +msgid "Irish" +msgstr "irlandès" + +msgid "Scottish Gaelic" +msgstr "Escocés Gaélico" + +msgid "Galician" +msgstr "gallec" + +msgid "Hebrew" +msgstr "hebreu" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "croat" + +msgid "Upper Sorbian" +msgstr "Upper Sorbian" + +msgid "Hungarian" +msgstr "hongarès" + +msgid "Armenian" +msgstr "Armeni" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "indonesi" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "islandès" + +msgid "Italian" +msgstr "italià" + +msgid "Japanese" +msgstr "japonès" + +msgid "Georgian" +msgstr "georgià" + +msgid "Kabyle" +msgstr "Cabilenc" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "khmer" + +msgid "Kannada" +msgstr "kannarès" + +msgid "Korean" +msgstr "coreà" + +msgid "Luxembourgish" +msgstr "Luxemburguès" + +msgid "Lithuanian" +msgstr "lituà" + +msgid "Latvian" +msgstr "letó" + +msgid "Macedonian" +msgstr "macedoni" + +msgid "Malayalam" +msgstr "malaiàlam " + +msgid "Mongolian" +msgstr "mongol" + +msgid "Marathi" +msgstr "Maratí" + +msgid "Burmese" +msgstr "Burmès" + +msgid "Norwegian Bokmål" +msgstr "Norwegian Bokmål" + +msgid "Nepali" +msgstr "Nepalí" + +msgid "Dutch" +msgstr "holandès" + +msgid "Norwegian Nynorsk" +msgstr "noruec nynorsk" + +msgid "Ossetic" +msgstr "Ossètic" + +msgid "Punjabi" +msgstr "panjabi" + +msgid "Polish" +msgstr "polonès" + +msgid "Portuguese" +msgstr "portuguès" + +msgid "Brazilian Portuguese" +msgstr "portuguès de brasil" + +msgid "Romanian" +msgstr "romanès" + +msgid "Russian" +msgstr "rus" + +msgid "Slovak" +msgstr "eslovac" + +msgid "Slovenian" +msgstr "eslovè" + +msgid "Albanian" +msgstr "albanès" + +msgid "Serbian" +msgstr "serbi" + +msgid "Serbian Latin" +msgstr "serbi llatí" + +msgid "Swedish" +msgstr "suec" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "tàmil" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "tailandès" + +msgid "Turkish" +msgstr "turc" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "ucraïnès" + +msgid "Urdu" +msgstr "urdu" + +msgid "Vietnamese" +msgstr "vietnamita" + +msgid "Simplified Chinese" +msgstr "xinès simplificat" + +msgid "Traditional Chinese" +msgstr "xinès tradicional" + +msgid "Messages" +msgstr "Missatges" + +msgid "Site Maps" +msgstr "Mapes del lloc" + +msgid "Static Files" +msgstr "Arxius estàtics" + +msgid "Syndication" +msgstr "Sindicació" + +msgid "That page number is not an integer" +msgstr "Aquesta plana no és un sencer" + +msgid "That page number is less than 1" +msgstr "El nombre de plana és inferior a 1" + +msgid "That page contains no results" +msgstr "La plana no conté cap resultat" + +msgid "Enter a valid value." +msgstr "Introduïu un valor vàlid." + +msgid "Enter a valid URL." +msgstr "Introduïu una URL vàlida." + +msgid "Enter a valid integer." +msgstr "Introduïu un enter vàlid." + +msgid "Enter a valid email address." +msgstr "Introdueix una adreça de correu electrònic vàlida" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduïu un 'slug' vàlid, consistent en lletres, números, guions o guions " +"baixos." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Introduïu un 'slug' vàlid format per lletres Unicode, números, guions o " +"guions baixos." + +msgid "Enter a valid IPv4 address." +msgstr "Introduïu una adreça IPv4 vàlida." + +msgid "Enter a valid IPv6 address." +msgstr "Entreu una adreça IPv6 vàlida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Entreu una adreça IPv4 o IPv6 vàlida." + +msgid "Enter only digits separated by commas." +msgstr "Introduïu només dígits separats per comes." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Assegureu-vos que el valor sigui %(limit_value)s (és %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Assegureu-vos que aquest valor sigui menor o igual que %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Assegureu-vos que aquest valor sigui més gran o igual que %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assegureu-vos que aquest valor té almenys %(limit_value)d caràcter (en té " +"%(show_value)d)." +msgstr[1] "" +"Assegureu-vos que aquest valor té almenys %(limit_value)d caràcters (en té " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Assegureu-vos que aquest valor té com a molt %(limit_value)d caràcter (en té " +"%(show_value)d)." +msgstr[1] "" +"Assegureu-vos que aquest valor té com a molt %(limit_value)d caràcters (en " +"té %(show_value)d)." + +msgid "Enter a number." +msgstr "Introduïu un número." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Assegureu-vos que no hi ha més de %(max)s dígit en total." +msgstr[1] "Assegureu-vos que no hi ha més de %(max)s dígits en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Assegureu-vos que no hi ha més de %(max)s decimal." +msgstr[1] "Assegureu-vos que no hi ha més de %(max)s decimals." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Assegureu-vos que no hi ha més de %(max)s dígit abans de la coma decimal." +msgstr[1] "" +"Assegureu-vos que no hi ha més de %(max)s dígits abans de la coma decimal." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" +"L'extensió d'arxiu '%(extension)s' no es permesa. Les extensions permeses " +"són: '%(allowed_extensions)s'." + +msgid "Null characters are not allowed." +msgstr "Caràcters nul no estan permesos." + +msgid "and" +msgstr "i" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Ja existeix %(model_name)s amb aquest %(field_labels)s." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "El valor %(value)r no és una opció vàlida." + +msgid "This field cannot be null." +msgstr "Aquest camp no pot ser nul." + +msgid "This field cannot be blank." +msgstr "Aquest camp no pot estar en blanc." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ja existeix %(model_name)s amb aquest %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s ha de ser únic per a %(date_field_label)s i %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Camp del tipus: %(field_type)s" + +msgid "Integer" +msgstr "Enter" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "El valor '%(value)s' ha de ser un nombre enter." + +msgid "Big (8 byte) integer" +msgstr "Enter gran (8 bytes)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "El valor '%(value)s' ha de ser \"True\" o \"False\"." + +#, python-format +msgid "'%(value)s' value must be either True, False, or None." +msgstr "El valor '%(value)s' ha de ser cert, fals o cap." + +msgid "Boolean (Either True or False)" +msgstr "Booleà (Cert o Fals)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (de fins a %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enters separats per comes" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"El valor '%(value)s' no té un format de data vàlid. Ha de tenir el format " +"YYYY-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"El valor '%(value)s' té el format correcte (YYYY-MM-DD) però no és una data " +"vàlida." + +msgid "Date (without time)" +msgstr "Data (sense hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"El valor '%(value)s' no té un format vàlid. Ha de tenir el format YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"El valor '%(value)s' té el format correcte (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) però no és una data/hora vàlida." + +msgid "Date (with time)" +msgstr "Data (amb hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "El valor '%(value)s' ha de ser un nombre decimal." + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'El valor %(value)s' té un format invàlid. Ha d'estar en el format [DD] [HH:" +"[MM:]]ss[.uuuuuu] ." + +msgid "Duration" +msgstr "Durada" + +msgid "Email address" +msgstr "Adreça de correu electrònic" + +msgid "File path" +msgstr "Ruta del fitxer" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "El valor '%(value)s' ha de ser un número de coma flotant." + +msgid "Floating point number" +msgstr "Número de coma flotant" + +msgid "IPv4 address" +msgstr "Adreça IPv4" + +msgid "IP address" +msgstr "Adreça IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "El valor '%(value)s' ha de ser None, True o False." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleà (Cert, Fals o Cap ('None'))" + +msgid "Positive integer" +msgstr "Enter positiu" + +msgid "Positive small integer" +msgstr "Enter petit positiu" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (fins a %(max_length)s)" + +msgid "Small integer" +msgstr "Enter petit" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"El valor '%(value)s' no té un format vàlid. Ha de tenir el format HH:MM[:ss[." +"uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"El valor '%(value)s' té el format correcte (HH:MM[:ss[.uuuuuu]]) però no és " +"una hora vàlida." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Dades binàries" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' no és un UUID vàlid." + +msgid "Universally unique identifier" +msgstr "Identificador únic universal" + +msgid "File" +msgstr "Arxiu" + +msgid "Image" +msgstr "Imatge" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "La instància de %(model)s amb %(field)s %(value)r no existeix." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clau forana (tipus determinat pel camp relacionat)" + +msgid "One-to-one relationship" +msgstr "Inter-relació un-a-un" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "relació %(from)s-%(to)s " + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "relacions %(from)s-%(to)s " + +msgid "Many-to-many relationship" +msgstr "Inter-relació molts-a-molts" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Aquest camp és obligatori." + +msgid "Enter a whole number." +msgstr "Introduïu un número sencer." + +msgid "Enter a valid date." +msgstr "Introduïu una data vàlida." + +msgid "Enter a valid time." +msgstr "Introduïu una hora vàlida." + +msgid "Enter a valid date/time." +msgstr "Introduïu una data/hora vàlides." + +msgid "Enter a valid duration." +msgstr "Introdueixi una durada vàlida." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "El número de dies ha de ser entre {min_days} i {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No s'ha enviat cap fitxer. Comproveu el tipus de codificació del formulari." + +msgid "No file was submitted." +msgstr "No s'ha enviat cap fitxer." + +msgid "The submitted file is empty." +msgstr "El fitxer enviat està buit." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Aquest nom d'arxiu hauria de tenir com a molt %(max)d caràcter (en té " +"%(length)d)." +msgstr[1] "" +"Aquest nom d'arxiu hauria de tenir com a molt %(max)d caràcters (en té " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Si us plau, envieu un fitxer o marqueu la casella de selecció \"netejar\", " +"no ambdós." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Carregueu una imatge vàlida. El fitxer que heu carregat no era una imatge o " +"estava corrupte." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Esculliu una opció vàlida. %(value)s no és una de les opcions vàlides." + +msgid "Enter a list of values." +msgstr "Introduïu una llista de valors." + +msgid "Enter a complete value." +msgstr "Introduïu un valor complet." + +msgid "Enter a valid UUID." +msgstr "Intrudueixi un UUID vàlid." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Camp ocult %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Falten dades de ManagementForm o s'ha manipulat" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Sisplau envieu com a molt %d formulari." +msgstr[1] "Sisplau envieu com a molt %d formularis." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Sisplau envieu com a mínim %d formulari." +msgstr[1] "Sisplau envieu com a mínim %d formularis." + +msgid "Order" +msgstr "Ordre" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Si us plau, corregiu la dada duplicada per a %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Si us plau, corregiu la dada duplicada per a %(field)s, la qual ha de ser " +"única." + +#, 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 "" +"Si us plau, corregiu la dada duplicada per a %(field_name)s, la qual ha de " +"ser única per a %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Si us plau, corregiu els valors duplicats a sota." + +msgid "The inline value did not match the parent instance." +msgstr "El valor en línia no coincideix la instancia mare ." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Esculli una opció vàlida. Aquesta opció no és una de les opcions disponibles." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "\"%(pk)s\" no és un valor vàlid" + +#, 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 "" +"No s'ha pogut interpretar %(datetime)s a la zona horària " +"%(current_timezone)s; potser és ambigua o no existeix." + +msgid "Clear" +msgstr "Netejar" + +msgid "Currently" +msgstr "Actualment" + +msgid "Change" +msgstr "Modificar" + +msgid "Unknown" +msgstr "Desconegut" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "sí,no,potser" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "mitjanit" + +msgid "noon" +msgstr "migdia" + +msgid "Monday" +msgstr "Dilluns" + +msgid "Tuesday" +msgstr "Dimarts" + +msgid "Wednesday" +msgstr "Dimecres" + +msgid "Thursday" +msgstr "Dijous" + +msgid "Friday" +msgstr "Divendres" + +msgid "Saturday" +msgstr "Dissabte" + +msgid "Sunday" +msgstr "Diumenge" + +msgid "Mon" +msgstr "dl." + +msgid "Tue" +msgstr "dt." + +msgid "Wed" +msgstr "dc." + +msgid "Thu" +msgstr "dj." + +msgid "Fri" +msgstr "dv." + +msgid "Sat" +msgstr "ds." + +msgid "Sun" +msgstr "dg." + +msgid "January" +msgstr "gener" + +msgid "February" +msgstr "febrer" + +msgid "March" +msgstr "març" + +msgid "April" +msgstr "abril" + +msgid "May" +msgstr "maig" + +msgid "June" +msgstr "juny" + +msgid "July" +msgstr "juliol" + +msgid "August" +msgstr "agost" + +msgid "September" +msgstr "setembre" + +msgid "October" +msgstr "octubre" + +msgid "November" +msgstr "novembre" + +msgid "December" +msgstr "desembre" + +msgid "jan" +msgstr "gen." + +msgid "feb" +msgstr "feb." + +msgid "mar" +msgstr "març" + +msgid "apr" +msgstr "abr." + +msgid "may" +msgstr "maig" + +msgid "jun" +msgstr "juny" + +msgid "jul" +msgstr "jul." + +msgid "aug" +msgstr "ago." + +msgid "sep" +msgstr "set." + +msgid "oct" +msgstr "oct." + +msgid "nov" +msgstr "nov." + +msgid "dec" +msgstr "des." + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "gen." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "abr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "mai." + +msgctxt "abbrev. month" +msgid "June" +msgstr "jun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "jul." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "set." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "des." + +msgctxt "alt. month" +msgid "January" +msgstr "gener" + +msgctxt "alt. month" +msgid "February" +msgstr "febrer" + +msgctxt "alt. month" +msgid "March" +msgstr "març" + +msgctxt "alt. month" +msgid "April" +msgstr "abril" + +msgctxt "alt. month" +msgid "May" +msgstr "maig" + +msgctxt "alt. month" +msgid "June" +msgstr "juny" + +msgctxt "alt. month" +msgid "July" +msgstr "juliol" + +msgctxt "alt. month" +msgid "August" +msgstr "agost" + +msgctxt "alt. month" +msgid "September" +msgstr "setembre" + +msgctxt "alt. month" +msgid "October" +msgstr "octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "novembre" + +msgctxt "alt. month" +msgid "December" +msgstr "desembre" + +msgid "This is not a valid IPv6 address." +msgstr "Aquesta no és una adreça IPv6 vàlida." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d any" +msgstr[1] "%d anys" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d mesos" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d setmana" +msgstr[1] "%d setmanes" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dia" +msgstr[1] "%d dies" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d hores" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minut" +msgstr[1] "%d minuts" + +msgid "0 minutes" +msgstr "0 minuts" + +msgid "Forbidden" +msgstr "Prohibit" + +msgid "CSRF verification failed. Request aborted." +msgstr "La verificació de CSRF ha fallat. Petició abortada." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Estàs veient aquest missatge perquè aquest lloc HTTPS requereix que el teu " +"navegador enviï una capçalera 'Referer', i no n'ha arribada cap. Aquesta " +"capçalera es requereix per motius de seguretat, per garantir que el teu " +"navegador no està sent infiltrat per tercers." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Si has configurat el teu navegador per deshabilitar capçaleres 'Referer', " +"sisplau torna-les a habilitar, com a mínim per a aquest lloc, o per a " +"connexions HTTPs, o per a peticions amb el mateix orígen." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Si utilitza l'etiqueta o " +"inclou la capçalera 'Referrer-Policy: no-referrer' , si et plau elimina-la. " +"La protecció CSRF requereix la capçalera 'Referer' per a fer una " +"comprovació estricte. Si està preocupat en quan a la privacitat, utilitzi " +"alternatives com per enllaçar a aplicacions de " +"tercers." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Estàs veient aquest missatge perquè aquest lloc requereix una galeta CSRF " +"quan s'envien formularis. Aquesta galeta es requereix per motius de " +"seguretat, per garantir que el teu navegador no està sent infiltrat per " +"tercers." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Si has configurat el teu navegador per deshabilitar galetes, sisplau torna-" +"les a habilitar, com a mínim per a aquest lloc, o per a peticions amb el " +"mateix orígen." + +msgid "More information is available with DEBUG=True." +msgstr "Més informació disponible amb DEBUG=True." + +msgid "No year specified" +msgstr "No s'ha especificat any" + +msgid "Date out of range" +msgstr "Data fora de rang" + +msgid "No month specified" +msgstr "No s'ha especificat mes" + +msgid "No day specified" +msgstr "No s'ha especificat dia" + +msgid "No week specified" +msgstr "No s'ha especificat setmana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Cap %(verbose_name_plural)s disponible" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Futurs %(verbose_name_plural)s no disponibles perquè %(class_name)s." +"allow_future és Fals." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Cadena invàlida de dats '%(datestr)s' donat el format '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No s'ha trobat sap %(verbose_name)s que coincideixi amb la petició" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "La pàgina no és 'last', ni es pot convertir en un enter" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Pàgina invàlida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Llista buida i '%(class_name)s.allow_empty' és Fals." + +msgid "Directory indexes are not allowed here." +msgstr "Aquí no es permeten índexs de directori." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" no existeix" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índex de %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "Django: l'entorn de treball per a perfeccionistes de temps rècord." + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Visualitza notes de llançament per Django " +"%(version)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "La instal·lació ha estat un èxit! Felicitats!" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Està veient aquesta pàgina degut a que el paràmetre DEBUG=Trueconsta al fitxer de configuració i no teniu " +"direccions URLs configurades." + +msgid "Django Documentation" +msgstr "Documentació de Django" + +msgid "Topics, references, & how-to's" +msgstr "Temes, referències, & Com es fa" + +msgid "Tutorial: A Polling App" +msgstr "Programa d'aprenentatge: Una aplicació enquesta" + +msgid "Get started with Django" +msgstr "Primers passos amb Django" + +msgid "Django Community" +msgstr "Comunitat Django" + +msgid "Connect, get help, or contribute" +msgstr "Connecta, obté ajuda, o col·labora" diff --git a/myvenv/Lib/site-packages/django/conf/locale/ca/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/ca/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/ca/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/ca/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9ff020d74eb57b5d54a8795268af2374d86c6ca GIT binary patch literal 186 zcmWIL<>g`k0+HIau^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{bvC#>B^G=4F<|$LkeT-r}&y%}*)KNwou6{27QD0EuET^8f$< literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/ca/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/ca/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c052c9297b73c7eb95707719394077dd46ed28c3 GIT binary patch literal 774 zcmZXQ%Wj)M6ovrB{R>}_OKRY<@#Y5HK?PNSMl>*p0T!`vf=+;g>Xbqp)SwQh(10^&PFYlib5sK!)uDw>;e|z9w6o^D zfB^?Wf1BK_GU&~+*Z)xg`vMMefK#E^u5Hyg6x@v4OEU(#QP<6?n^fo?$^5PvCqh?@ zx?(QftyUSoXM#BFiCRyzvi3975hvN%F+CVp&y7#0Y~0Z``SyYAJmxP;=obxCmnB>A z`i7}VHmcjIb|{*~P8sm7BAK3M==N}LINw&XluCT zqoRC3t&L69M~=PgXQ5YzYaDZ4R&G^Iy7Me$B$<+Jn5bnB4absnxx|{fqunT`H!uxn zr0Rp8#Dd9xeG}H7Z+qBDgGGwRUly|zOGzU8OCR6GV?V@p5G6R7C6}{#y7a^F^6OQ) z{63kluzc^&r!j_Y8prbq4hu_w$3C9Ki^yN5on-aEy^CV_76$K&Bhxo|pvj}jQUvvv NW+?J7*ECls{sF95$rk_s literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/ca/formats.py b/myvenv/Lib/site-packages/django/conf/locale/ca/formats.py new file mode 100644 index 0000000..746d08f --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/ca/formats.py @@ -0,0 +1,30 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r'j \d\e F \d\e Y' +TIME_FORMAT = 'G:i' +DATETIME_FORMAT = r'j \d\e F \d\e Y \a \l\e\s G:i' +YEAR_MONTH_FORMAT = r'F \d\e\l Y' +MONTH_DAY_FORMAT = r'j \d\e F' +SHORT_DATE_FORMAT = 'd/m/Y' +SHORT_DATETIME_FORMAT = 'd/m/Y G:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + # '31/12/2009', '31/12/09' + '%d/%m/%Y', '%d/%m/%y' +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', + '%d/%m/%Y %H:%M:%S.%f', + '%d/%m/%Y %H:%M', + '%d/%m/%y %H:%M:%S', + '%d/%m/%y %H:%M:%S.%f', + '%d/%m/%y %H:%M', +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/myvenv/Lib/site-packages/django/conf/locale/cs/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/cs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7da05abda367169c9e12e2562d11fd4907606c10 GIT binary patch literal 28343 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, 2011 +# Jan Papež , 2012 +# Jirka Vejrazka , 2011 +# Tomáš Ehrlich , 2015 +# Vláďa Macek , 2012-2014 +# Vláďa Macek , 2015-2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2019-02-19 07:53+0000\n" +"Last-Translator: Vláďa Macek \n" +"Language-Team: Czech (http://www.transifex.com/django/django/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " +"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +msgid "Afrikaans" +msgstr "afrikánsky" + +msgid "Arabic" +msgstr "arabsky" + +msgid "Asturian" +msgstr "asturštinou" + +msgid "Azerbaijani" +msgstr "ázerbájdžánštinou" + +msgid "Bulgarian" +msgstr "bulharsky" + +msgid "Belarusian" +msgstr "bělorusky" + +msgid "Bengali" +msgstr "bengálsky" + +msgid "Breton" +msgstr "bretonsky" + +msgid "Bosnian" +msgstr "bosensky" + +msgid "Catalan" +msgstr "katalánsky" + +msgid "Czech" +msgstr "česky" + +msgid "Welsh" +msgstr "velšsky" + +msgid "Danish" +msgstr "dánsky" + +msgid "German" +msgstr "německy" + +msgid "Lower Sorbian" +msgstr "dolnolužickou srbštinou" + +msgid "Greek" +msgstr "řecky" + +msgid "English" +msgstr "anglicky" + +msgid "Australian English" +msgstr "australskou angličtinou" + +msgid "British English" +msgstr "britskou angličtinou" + +msgid "Esperanto" +msgstr "esperantsky" + +msgid "Spanish" +msgstr "španělsky" + +msgid "Argentinian Spanish" +msgstr "argentinskou španělštinou" + +msgid "Colombian Spanish" +msgstr "kolumbijskou španělštinou" + +msgid "Mexican Spanish" +msgstr "mexickou španělštinou" + +msgid "Nicaraguan Spanish" +msgstr "nikaragujskou španělštinou" + +msgid "Venezuelan Spanish" +msgstr "venezuelskou španělštinou" + +msgid "Estonian" +msgstr "estonsky" + +msgid "Basque" +msgstr "baskicky" + +msgid "Persian" +msgstr "persky" + +msgid "Finnish" +msgstr "finsky" + +msgid "French" +msgstr "francouzsky" + +msgid "Frisian" +msgstr "frísky" + +msgid "Irish" +msgstr "irsky" + +msgid "Scottish Gaelic" +msgstr "skotskou keltštinou" + +msgid "Galician" +msgstr "galicijsky" + +msgid "Hebrew" +msgstr "hebrejsky" + +msgid "Hindi" +msgstr "hindsky" + +msgid "Croatian" +msgstr "chorvatsky" + +msgid "Upper Sorbian" +msgstr "hornolužickou srbštinou" + +msgid "Hungarian" +msgstr "maďarsky" + +msgid "Armenian" +msgstr "arménštinou" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indonésky" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "islandsky" + +msgid "Italian" +msgstr "italsky" + +msgid "Japanese" +msgstr "japonsky" + +msgid "Georgian" +msgstr "gruzínštinou" + +msgid "Kabyle" +msgstr "kabylštinou" + +msgid "Kazakh" +msgstr "kazašsky" + +msgid "Khmer" +msgstr "khmersky" + +msgid "Kannada" +msgstr "kannadsky" + +msgid "Korean" +msgstr "korejsky" + +msgid "Luxembourgish" +msgstr "lucembursky" + +msgid "Lithuanian" +msgstr "litevsky" + +msgid "Latvian" +msgstr "lotyšsky" + +msgid "Macedonian" +msgstr "makedonsky" + +msgid "Malayalam" +msgstr "malajálamsky" + +msgid "Mongolian" +msgstr "mongolsky" + +msgid "Marathi" +msgstr "marathi" + +msgid "Burmese" +msgstr "barmštinou" + +msgid "Norwegian Bokmål" +msgstr "bokmål norštinou" + +msgid "Nepali" +msgstr "nepálsky" + +msgid "Dutch" +msgstr "nizozemsky" + +msgid "Norwegian Nynorsk" +msgstr "norsky (Nynorsk)" + +msgid "Ossetic" +msgstr "osetštinou" + +msgid "Punjabi" +msgstr "paňdžábsky" + +msgid "Polish" +msgstr "polsky" + +msgid "Portuguese" +msgstr "portugalsky" + +msgid "Brazilian Portuguese" +msgstr "brazilskou portugalštinou" + +msgid "Romanian" +msgstr "rumunsky" + +msgid "Russian" +msgstr "rusky" + +msgid "Slovak" +msgstr "slovensky" + +msgid "Slovenian" +msgstr "slovinsky" + +msgid "Albanian" +msgstr "albánsky" + +msgid "Serbian" +msgstr "srbsky" + +msgid "Serbian Latin" +msgstr "srbsky (latinkou)" + +msgid "Swedish" +msgstr "švédsky" + +msgid "Swahili" +msgstr "svahilsky" + +msgid "Tamil" +msgstr "tamilsky" + +msgid "Telugu" +msgstr "telužsky" + +msgid "Thai" +msgstr "thajsky" + +msgid "Turkish" +msgstr "turecky" + +msgid "Tatar" +msgstr "tatarsky" + +msgid "Udmurt" +msgstr "udmurtsky" + +msgid "Ukrainian" +msgstr "ukrajinsky" + +msgid "Urdu" +msgstr "urdsky" + +msgid "Vietnamese" +msgstr "vietnamsky" + +msgid "Simplified Chinese" +msgstr "čínsky (zjednodušeně)" + +msgid "Traditional Chinese" +msgstr "čínsky (tradičně)" + +msgid "Messages" +msgstr "Zprávy" + +msgid "Site Maps" +msgstr "Mapy webu" + +msgid "Static Files" +msgstr "Statické soubory" + +msgid "Syndication" +msgstr "Syndikace" + +msgid "That page number is not an integer" +msgstr "Číslo stránky není celé číslo." + +msgid "That page number is less than 1" +msgstr "Číslo stránky je menší než 1" + +msgid "That page contains no results" +msgstr "Stránka je bez výsledků" + +msgid "Enter a valid value." +msgstr "Zadejte platnou hodnotu." + +msgid "Enter a valid URL." +msgstr "Zadejte platnou adresu URL." + +msgid "Enter a valid integer." +msgstr "Zadejte platné celé číslo." + +msgid "Enter a valid email address." +msgstr "Zadejte platnou e-mailovou adresu." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Zadejte platný identifikátor složený pouze z písmen, čísel, podtržítek a " +"pomlček." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Zadejte platný identifikátor složený pouze z písmen, čísel, podtržítek a " +"pomlček typu Unicode." + +msgid "Enter a valid IPv4 address." +msgstr "Zadejte platnou adresu typu IPv4." + +msgid "Enter a valid IPv6 address." +msgstr "Zadejte platnou adresu typu IPv6." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Zadejte platnou adresu typu IPv4 nebo IPv6." + +msgid "Enter only digits separated by commas." +msgstr "Zadejte pouze číslice oddělené čárkami." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Hodnota musí být %(limit_value)s (nyní je %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Hodnota musí být menší nebo rovna %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Hodnota musí být větší nebo rovna %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Tato hodnota má mít nejméně %(limit_value)d znak (nyní má %(show_value)d)." +msgstr[1] "" +"Tato hodnota má mít nejméně %(limit_value)d znaky (nyní má %(show_value)d)." +msgstr[2] "" +"Tato hodnota má mít nejméně %(limit_value)d znaků (nyní má %(show_value)d)." +msgstr[3] "" +"Tato hodnota má mít nejméně %(limit_value)d znaků (nyní má %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Tato hodnota má mít nejvýše %(limit_value)d znak (nyní má %(show_value)d)." +msgstr[1] "" +"Tato hodnota má mít nejvýše %(limit_value)d znaky (nyní má %(show_value)d)." +msgstr[2] "" +"Tato hodnota má mít nejvýše %(limit_value)d znaků (nyní má %(show_value)d)." +msgstr[3] "" +"Tato hodnota má mít nejvýše %(limit_value)d znaků (nyní má %(show_value)d)." + +msgid "Enter a number." +msgstr "Zadejte číslo." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslici." +msgstr[1] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslice." +msgstr[2] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslic." +msgstr[3] "Ujistěte se, že pole neobsahuje celkem více než %(max)s číslic." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Ujistěte se, že pole neobsahuje více než %(max)s desetinné místo." +msgstr[1] "Ujistěte se, že pole neobsahuje více než %(max)s desetinná místa." +msgstr[2] "Ujistěte se, že pole neobsahuje více než %(max)s desetinných míst." +msgstr[3] "Ujistěte se, že pole neobsahuje více než %(max)s desetinných míst." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Ujistěte se, že hodnota neobsahuje více než %(max)s místo před desetinnou " +"čárkou (tečkou)." +msgstr[1] "" +"Ujistěte se, že hodnota neobsahuje více než %(max)s místa před desetinnou " +"čárkou (tečkou)." +msgstr[2] "" +"Ujistěte se, že hodnota neobsahuje více než %(max)s míst před desetinnou " +"čárkou (tečkou)." +msgstr[3] "" +"Ujistěte se, že hodnota neobsahuje více než %(max)s míst před desetinnou " +"čárkou (tečkou)." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" +"Přípona souboru '%(extension)s' není povolena. Povolené jsou tyto: " +"'%(allowed_extensions)s'." + +msgid "Null characters are not allowed." +msgstr "Nulové znaky nejsou povoleny." + +msgid "and" +msgstr "a" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" +"Položka %(model_name)s s touto kombinací hodnot v polích %(field_labels)s " +"již existuje." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Hodnota %(value)r není platná možnost." + +msgid "This field cannot be null." +msgstr "Pole nemůže být null." + +msgid "This field cannot be blank." +msgstr "Pole nemůže být prázdné." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" +"Položka %(model_name)s s touto hodnotou v poli %(field_label)s již existuje." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"Pole %(field_label)s musí být unikátní testem %(lookup_type)s pro pole " +"%(date_field_label)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Pole typu: %(field_type)s" + +msgid "Integer" +msgstr "Celé číslo" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Hodnota '%(value)s' musí být celé číslo." + +msgid "Big (8 byte) integer" +msgstr "Velké číslo (8 bajtů)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Hodnota '%(value)s' musí být buď True nebo False." + +#, python-format +msgid "'%(value)s' value must be either True, False, or None." +msgstr "Hodnota '%(value)s' musí být buď True, False nebo None." + +msgid "Boolean (Either True or False)" +msgstr "Pravdivost (buď Ano (True), nebo Ne (False))" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Řetězec (max. %(max_length)s znaků)" + +msgid "Comma-separated integers" +msgstr "Celá čísla oddělená čárkou" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "Hodnota '%(value)s' není platné datum. Musí být ve tvaru RRRR-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Ačkoli hodnota '%(value)s' je ve správném tvaru (RRRR-MM-DD), jde o neplatné " +"datum." + +msgid "Date (without time)" +msgstr "Datum (bez času)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Hodnota '%(value)s' je v neplatném tvaru, který má být RRRR-MM-DD HH:MM[:SS[." +"uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Ačkoli hodnota '%(value)s' je ve správném tvaru (RRRR-MM-DD HH:MM[:SS[." +"uuuuuu]][TZ]), jde o neplatné datum a čas." + +msgid "Date (with time)" +msgstr "Datum (s časem)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Hodnota '%(value)s' musí být desítkové číslo." + +msgid "Decimal number" +msgstr "Desetinné číslo" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Hodnota '%(value)s' je v neplatném tvaru, který má být [DD] [HH:[MM:]]ss[." +"uuuuuu]." + +msgid "Duration" +msgstr "Doba trvání" + +msgid "Email address" +msgstr "E-mailová adresa" + +msgid "File path" +msgstr "Cesta k souboru" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Hodnota '%(value)s' musí být reálné číslo." + +msgid "Floating point number" +msgstr "Číslo s pohyblivou řádovou čárkou" + +msgid "IPv4 address" +msgstr "Adresa IPv4" + +msgid "IP address" +msgstr "Adresa IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Hodnota '%(value)s' musí být buď None, True nebo False." + +msgid "Boolean (Either True, False or None)" +msgstr "Pravdivost (buď Ano (True), Ne (False) nebo Nic (None))" + +msgid "Positive integer" +msgstr "Kladné celé číslo" + +msgid "Positive small integer" +msgstr "Kladné malé celé číslo" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Identifikátor (nejvýše %(max_length)s znaků)" + +msgid "Small integer" +msgstr "Malé celé číslo" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Hodnota '%(value)s' je v neplatném tvaru, který má být HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Ačkoli hodnota '%(value)s' je ve správném tvaru (HH:MM[:ss[.uuuuuu]]), jde o " +"neplatný čas." + +msgid "Time" +msgstr "Čas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Přímá binární data" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "\"%(value)s\" není platná hodnota typu UUID." + +msgid "Universally unique identifier" +msgstr "Všeobecně jedinečný identifikátor" + +msgid "File" +msgstr "Soubor" + +msgid "Image" +msgstr "Obrázek" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" +"Položka typu %(model)s s hodnotou %(field)s rovnou %(value)r neexistuje." + +msgid "Foreign Key (type determined by related field)" +msgstr "Cizí klíč (typ určen pomocí souvisejícího pole)" + +msgid "One-to-one relationship" +msgstr "Vazba jedna-jedna" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Vazba z %(from)s do %(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Vazby z %(from)s do %(to)s" + +msgid "Many-to-many relationship" +msgstr "Vazba mnoho-mnoho" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?!" + +msgid "This field is required." +msgstr "Toto pole je třeba vyplnit." + +msgid "Enter a whole number." +msgstr "Zadejte celé číslo." + +msgid "Enter a valid date." +msgstr "Zadejte platné datum." + +msgid "Enter a valid time." +msgstr "Zadejte platný čas." + +msgid "Enter a valid date/time." +msgstr "Zadejte platné datum a čas." + +msgid "Enter a valid duration." +msgstr "Zadejte platnou délku trvání." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Počet dní musí být mezi {min_days} a {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Soubor nebyl odeslán. Zkontrolujte parametr \"encoding type\" formuláře." + +msgid "No file was submitted." +msgstr "Žádný soubor nebyl odeslán." + +msgid "The submitted file is empty." +msgstr "Odeslaný soubor je prázdný." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Tento název souboru má mít nejvýše %(max)d znak (nyní má %(length)d)." +msgstr[1] "" +"Tento název souboru má mít nejvýše %(max)d znaky (nyní má %(length)d)." +msgstr[2] "" +"Tento název souboru má mít nejvýše %(max)d znaků (nyní má %(length)d)." +msgstr[3] "" +"Tento název souboru má mít nejvýše %(max)d znaků (nyní má %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Musíte vybrat cestu k souboru nebo vymazat výběr, ne obojí." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Nahrajte platný obrázek. Odeslaný soubor buď nebyl obrázek nebo byl poškozen." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Vyberte platnou možnost, \"%(value)s\" není k dispozici." + +msgid "Enter a list of values." +msgstr "Zadejte seznam hodnot." + +msgid "Enter a complete value." +msgstr "Zadejte úplnou hodnotu." + +msgid "Enter a valid UUID." +msgstr "Zadejte platné UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skryté pole %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Data objektu ManagementForm chybí nebo byla pozměněna." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Odešlete %d nebo méně formulářů." +msgstr[1] "Odešlete %d nebo méně formulářů." +msgstr[2] "Odešlete %d nebo méně formulářů." +msgstr[3] "Odešlete %d nebo méně formulářů." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Odešlete %d nebo více formulářů." +msgstr[1] "Odešlete %d nebo více formulářů." +msgstr[2] "Odešlete %d nebo více formulářů." +msgstr[3] "Odešlete %d nebo více formulářů." + +msgid "Order" +msgstr "Pořadí" + +msgid "Delete" +msgstr "Odstranit" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Opravte duplicitní data v poli %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Opravte duplicitní data v poli %(field)s, které musí být unikátní." + +#, 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 "" +"Opravte duplicitní data v poli %(field_name)s, které musí být unikátní " +"testem %(lookup)s pole %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Odstraňte duplicitní hodnoty níže." + +msgid "The inline value did not match the parent instance." +msgstr "Hodnota typu inline neodpovídá rodičovské položce." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Vyberte platnou možnost. Tato není k dispozici." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "\"%(pk)s\" není platná hodnota." + +#, 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 "" +"Hodnotu %(datetime)s nelze interpretovat v časové zóně %(current_timezone)s; " +"může to být nejednoznačné nebo nemusí existovat." + +msgid "Clear" +msgstr "Zrušit" + +msgid "Currently" +msgstr "Aktuálně" + +msgid "Change" +msgstr "Změnit" + +msgid "Unknown" +msgstr "Neznámé" + +msgid "Yes" +msgstr "Ano" + +msgid "No" +msgstr "Ne" + +msgid "yes,no,maybe" +msgstr "ano, ne, možná" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajty" +msgstr[2] "%(size)d bajtů" +msgstr[3] "%(size)d bajtů" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "odp." + +msgid "a.m." +msgstr "dop." + +msgid "PM" +msgstr "odp." + +msgid "AM" +msgstr "dop." + +msgid "midnight" +msgstr "půlnoc" + +msgid "noon" +msgstr "poledne" + +msgid "Monday" +msgstr "pondělí" + +msgid "Tuesday" +msgstr "úterý" + +msgid "Wednesday" +msgstr "středa" + +msgid "Thursday" +msgstr "čtvrtek" + +msgid "Friday" +msgstr "pátek" + +msgid "Saturday" +msgstr "sobota" + +msgid "Sunday" +msgstr "neděle" + +msgid "Mon" +msgstr "po" + +msgid "Tue" +msgstr "út" + +msgid "Wed" +msgstr "st" + +msgid "Thu" +msgstr "čt" + +msgid "Fri" +msgstr "pá" + +msgid "Sat" +msgstr "so" + +msgid "Sun" +msgstr "ne" + +msgid "January" +msgstr "leden" + +msgid "February" +msgstr "únor" + +msgid "March" +msgstr "březen" + +msgid "April" +msgstr "duben" + +msgid "May" +msgstr "květen" + +msgid "June" +msgstr "červen" + +msgid "July" +msgstr "červenec" + +msgid "August" +msgstr "srpen" + +msgid "September" +msgstr "září" + +msgid "October" +msgstr "říjen" + +msgid "November" +msgstr "listopad" + +msgid "December" +msgstr "prosinec" + +msgid "jan" +msgstr "led" + +msgid "feb" +msgstr "úno" + +msgid "mar" +msgstr "bře" + +msgid "apr" +msgstr "dub" + +msgid "may" +msgstr "kvě" + +msgid "jun" +msgstr "čen" + +msgid "jul" +msgstr "čec" + +msgid "aug" +msgstr "srp" + +msgid "sep" +msgstr "zář" + +msgid "oct" +msgstr "říj" + +msgid "nov" +msgstr "lis" + +msgid "dec" +msgstr "pro" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Led." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Úno." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Bře." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Dub." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Kvě." + +msgctxt "abbrev. month" +msgid "June" +msgstr "Čer." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Čec." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Srp." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Zář." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Říj." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Lis." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Pro." + +msgctxt "alt. month" +msgid "January" +msgstr "ledna" + +msgctxt "alt. month" +msgid "February" +msgstr "února" + +msgctxt "alt. month" +msgid "March" +msgstr "března" + +msgctxt "alt. month" +msgid "April" +msgstr "dubna" + +msgctxt "alt. month" +msgid "May" +msgstr "května" + +msgctxt "alt. month" +msgid "June" +msgstr "června" + +msgctxt "alt. month" +msgid "July" +msgstr "července" + +msgctxt "alt. month" +msgid "August" +msgstr "srpna" + +msgctxt "alt. month" +msgid "September" +msgstr "září" + +msgctxt "alt. month" +msgid "October" +msgstr "října" + +msgctxt "alt. month" +msgid "November" +msgstr "listopadu" + +msgctxt "alt. month" +msgid "December" +msgstr "prosince" + +msgid "This is not a valid IPv6 address." +msgstr "Toto není platná adresa typu IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "nebo" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d rok" +msgstr[1] "%d roky" +msgstr[2] "%d let" +msgstr[3] "%d let" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d měsíc" +msgstr[1] "%d měsíce" +msgstr[2] "%d měsíců" +msgstr[3] "%d měsíců" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d týden" +msgstr[1] "%d týdny" +msgstr[2] "%d týdnů" +msgstr[3] "%d týdnů" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d den" +msgstr[1] "%d dny" +msgstr[2] "%d dní" +msgstr[3] "%d dní" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hodina" +msgstr[1] "%d hodiny" +msgstr[2] "%d hodin" +msgstr[3] "%d hodin" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuta" +msgstr[1] "%d minuty" +msgstr[2] "%d minut" +msgstr[3] "%d minut" + +msgid "0 minutes" +msgstr "0 minut" + +msgid "Forbidden" +msgstr "Nepřístupné (Forbidden)" + +msgid "CSRF verification failed. Request aborted." +msgstr "Selhalo ověření typu CSRF. Požadavek byl zadržen." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Tato zpráva se zobrazuje, protože tento web na protokolu HTTPS požaduje " +"záhlaví Referer od vašeho webového prohlížeče. Záhlaví je požadováno z " +"bezpečnostních důvodů, aby se zajistilo, že vašeho prohlížeče se nezmocnil " +"někdo další." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Pokud má váš prohlížeč záhlaví Referer vypnuté, žádáme vás o jeho zapnutí, " +"alespoň pro tento web nebo pro spojení typu HTTPS nebo pro požadavky typu " +"\"stejný původ\" (same origin)." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Pokud používáte značku nebo " +"záhlaví 'Referrer-Policy: no-referrer', odeberte je. Ochrana typu CSRF " +"vyžaduje, aby záhlaví zajišťovalo striktní hlídání refereru. Pokud je pro " +"vás soukromí důležité, použije k odkazům na cizí weby alternativní možnosti " +"jako například ." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Tato zpráva se zobrazuje, protože tento web při odesílání formulářů požaduje " +"v souboru cookie údaj CSRF, a to z bezpečnostních důvodů, aby se zajistilo, " +"že se vašeho prohlížeče nezmocnil někdo další." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Pokud má váš prohlížeč soubory cookie vypnuté, žádáme vás o jejich zapnutí, " +"alespoň pro tento web nebo pro požadavky typu \"stejný původ\" (same origin)." + +msgid "More information is available with DEBUG=True." +msgstr "V případě zapnutí volby DEBUG=True bude k dispozici více informací." + +msgid "No year specified" +msgstr "Nebyl specifikován rok" + +msgid "Date out of range" +msgstr "Datum je mimo rozsah" + +msgid "No month specified" +msgstr "Nebyl specifikován měsíc" + +msgid "No day specified" +msgstr "Nebyl specifikován den" + +msgid "No week specified" +msgstr "Nebyl specifikován týden" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "%(verbose_name_plural)s nejsou k dispozici" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s s budoucím datem nejsou k dipozici protoze " +"%(class_name)s.allow_future je False" + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Datum '%(datestr)s' neodpovídá formátu '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nepodařilo se nalézt žádný objekt %(verbose_name)s" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Požadavek na stránku nemohl být konvertován na číslo, ani není 'last'" + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Neplatná stránka (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "List je prázdný a '%(class_name)s.allow_empty' je nastaveno na False" + +msgid "Directory indexes are not allowed here." +msgstr "Indexy adresářů zde nejsou povoleny." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" neexistuje" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index adresáře %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "Django: Webový framework pro perfekcionisty, kteří mají termín" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Zobrazit poznámky k vydání frameworku Django " +"%(version)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Instalace proběhla úspěšně, gratulujeme!" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Tuto zprávu vidíte, protože máte v nastavení Djanga zapnutý vývojový režim " +"DEBUG=True a zatím nemáte " +"nastavena žádná URL." + +msgid "Django Documentation" +msgstr "Dokumentace frameworku Django" + +msgid "Topics, references, & how-to's" +msgstr "Témata, odkazy & how-to" + +msgid "Tutorial: A Polling App" +msgstr "Tutoriál: Hlasovací aplikace" + +msgid "Get started with Django" +msgstr "Začínáme s frameworkem Django" + +msgid "Django Community" +msgstr "Komunita kolem frameworku Django" + +msgid "Connect, get help, or contribute" +msgstr "Propojte se, získejte pomoc, podílejte se" diff --git a/myvenv/Lib/site-packages/django/conf/locale/cs/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/cs/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/cs/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/cs/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07ef84c16142825ee3e6424058f5f2c3167debfb GIT binary patch literal 186 zcmWIL<>g`k0+HIau^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{bu{$Hd2H=4F<|$LkeT-r}&y%}*)KNwou6{27QD0E?nB1poj5 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/cs/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/cs/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a7673428e23b864bf305195a2543d75fa2982bc GIT binary patch literal 909 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 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/cy/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/cy/LC_MESSAGES/django.po new file mode 100644 index 0000000..38c1534 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/cy/LC_MESSAGES/django.po @@ -0,0 +1,1274 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Maredudd ap Gwyndaf , 2012,2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-15 16:15+0100\n" +"PO-Revision-Date: 2017-11-16 01:13+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: Welsh (http://www.transifex.com/django/django/language/cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " +"11) ? 2 : 3;\n" + +msgid "Afrikaans" +msgstr "Affricaneg" + +msgid "Arabic" +msgstr "Arabeg" + +msgid "Asturian" +msgstr "Astwrieg" + +msgid "Azerbaijani" +msgstr "Azerbaijanaidd" + +msgid "Bulgarian" +msgstr "Bwlgareg" + +msgid "Belarusian" +msgstr "Belarwseg" + +msgid "Bengali" +msgstr "Bengaleg" + +msgid "Breton" +msgstr "Llydaweg" + +msgid "Bosnian" +msgstr "Bosnieg" + +msgid "Catalan" +msgstr "Catalaneg" + +msgid "Czech" +msgstr "Tsieceg" + +msgid "Welsh" +msgstr "Cymraeg" + +msgid "Danish" +msgstr "Daneg" + +msgid "German" +msgstr "Almaeneg" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Groegedd" + +msgid "English" +msgstr "Saesneg" + +msgid "Australian English" +msgstr "Saesneg Awstralia" + +msgid "British English" +msgstr "Saesneg Prydain" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Sbaeneg" + +msgid "Argentinian Spanish" +msgstr "Sbaeneg Ariannin" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Sbaeneg Mecsico" + +msgid "Nicaraguan Spanish" +msgstr "Sbaeneg Nicaragwa" + +msgid "Venezuelan Spanish" +msgstr "Sbaeneg Feneswela" + +msgid "Estonian" +msgstr "Estoneg" + +msgid "Basque" +msgstr "Basgeg" + +msgid "Persian" +msgstr "Persieg" + +msgid "Finnish" +msgstr "Ffinneg" + +msgid "French" +msgstr "Ffrangeg" + +msgid "Frisian" +msgstr "Ffrisieg" + +msgid "Irish" +msgstr "Gwyddeleg" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galisieg" + +msgid "Hebrew" +msgstr "Hebraeg" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croasieg" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hwngareg" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indoneseg" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandeg" + +msgid "Italian" +msgstr "Eidaleg" + +msgid "Japanese" +msgstr "Siapanëeg" + +msgid "Georgian" +msgstr "Georgeg" + +msgid "Kazakh" +msgstr "Casacstanaidd" + +msgid "Khmer" +msgstr "Chmereg" + +msgid "Kannada" +msgstr "Canadeg" + +msgid "Korean" +msgstr "Corëeg" + +msgid "Luxembourgish" +msgstr "Lwcsembergeg" + +msgid "Lithuanian" +msgstr "Lithwaneg" + +msgid "Latvian" +msgstr "Latfieg" + +msgid "Macedonian" +msgstr "Macedoneg" + +msgid "Malayalam" +msgstr "Malaialam" + +msgid "Mongolian" +msgstr "Mongoleg" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Byrmaneg" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepaleg" + +msgid "Dutch" +msgstr "Iseldireg" + +msgid "Norwegian Nynorsk" +msgstr "Ninorsk Norwyeg" + +msgid "Ossetic" +msgstr "Osetieg" + +msgid "Punjabi" +msgstr "Pwnjabi" + +msgid "Polish" +msgstr "Pwyleg" + +msgid "Portuguese" +msgstr "Portiwgaleg" + +msgid "Brazilian Portuguese" +msgstr "Portiwgaleg Brasil" + +msgid "Romanian" +msgstr "Romaneg" + +msgid "Russian" +msgstr "Rwsieg" + +msgid "Slovak" +msgstr "Slofaceg" + +msgid "Slovenian" +msgstr "Slofeneg" + +msgid "Albanian" +msgstr "Albaneg" + +msgid "Serbian" +msgstr "Serbeg" + +msgid "Serbian Latin" +msgstr "Lladin Serbiaidd" + +msgid "Swedish" +msgstr "Swedeg" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telwgw" + +msgid "Thai" +msgstr "Tai" + +msgid "Turkish" +msgstr "Twrceg" + +msgid "Tatar" +msgstr "Tatareg" + +msgid "Udmurt" +msgstr "Wdmwrteg" + +msgid "Ukrainian" +msgstr "Wcreineg" + +msgid "Urdu" +msgstr "Wrdw" + +msgid "Vietnamese" +msgstr "Fietnameg" + +msgid "Simplified Chinese" +msgstr "Tsieinëeg Syml" + +msgid "Traditional Chinese" +msgstr "Tseinëeg Traddodiadol" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "Mapiau Safle" + +msgid "Static Files" +msgstr "Ffeiliau Statig" + +msgid "Syndication" +msgstr "Syndicetiad" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Rhowch werth dilys." + +msgid "Enter a valid URL." +msgstr "Rhowch URL dilys." + +msgid "Enter a valid integer." +msgstr "Rhowch gyfanrif dilys." + +msgid "Enter a valid email address." +msgstr "Rhowch gyfeiriad ebost dilys." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Rhowch 'falwen' dilys yn cynnwys llythrennau, rhifau, tanlinellau neu " +"cysylltnodau." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Rhowch gyfeiriad IPv4 dilys." + +msgid "Enter a valid IPv6 address." +msgstr "Rhowch gyfeiriad IPv6 dilys." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Rhowch gyfeiriad IPv4 neu IPv6 dilys." + +msgid "Enter only digits separated by commas." +msgstr "Rhowch ddigidau wedi'i gwahanu gan gomas yn unig." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Sicrhewch taw y gwerth yw %(limit_value)s (%(show_value)s yw ar hyn o bryd)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Sicrhewch fod y gwerth hwn yn fwy neu'n llai na %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Sicrhewch fod y gwerth yn fwy na neu'n gyfartal â %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[1] "" +"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[2] "" +"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[3] "" +"Sicrhewch fod gan y gwerth hwn oleiaf %(limit_value)d nod (mae ganddo " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[1] "" +"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[2] "" +"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo " +"%(show_value)d)." +msgstr[3] "" +"Sicrhewch fod gan y gwerth hwn ddim mwy na %(limit_value)d nod (mae ganddo " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Sicrhewch nad oes mwy nag %(max)s digid i gyd." +msgstr[1] "Sicrhewch nad oes mwy na %(max)s ddigid i gyd." +msgstr[2] "Sicrhewch nad oes mwy na %(max)s digid i gyd." +msgstr[3] "Sicrhewch nad oes mwy na %(max)s digid i gyd." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Sicrhewch nad oes mwy nag %(max)s lle degol." +msgstr[1] "Sicrhewch nad oes mwy na %(max)s le degol." +msgstr[2] "Sicrhewch nad oes mwy na %(max)s lle degol." +msgstr[3] "Sicrhewch nad oes mwy na %(max)s lle degol." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Sicrhewch nad oes mwy nag %(max)s digid cyn y pwynt degol." +msgstr[1] "Sicrhewch nad oes mwy na %(max)s ddigid cyn y pwynt degol." +msgstr[2] "Sicrhewch nad oes mwy na %(max)s digid cyn y pwynt degol." +msgstr[3] "Sicrhewch nad oes mwy na %(max)s digid cyn y pwynt degol." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "a" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "Mae %(model_name)s gyda'r %(field_labels)s hyn yn bodoli'n barod." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Nid yw gwerth %(value)r yn ddewis dilys." + +msgid "This field cannot be null." +msgstr "Ni all y maes hwn fod yn 'null'." + +msgid "This field cannot be blank." +msgstr "Ni all y maes hwn fod yn wag." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Mae %(model_name)s gyda'r %(field_label)s hwn yn bodoli'n barod." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Maes o fath: %(field_type)s" + +msgid "Integer" +msgstr "cyfanrif" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Rhaid i'r gwerth '%(value)s' fod yn gyfanrif." + +msgid "Big (8 byte) integer" +msgstr "Cyfanrif mawr (8 beit)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Rhaid i werth '%(value)s' for unai'n True neu False." + +msgid "Boolean (Either True or False)" +msgstr "Boleaidd (Unai True neu False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (hyd at %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Cyfanrifau wedi'u gwahanu gan gomas" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Mae gan werth '%(value)s' fformat dyddiad annilys. Rhaid iddo fod yn y " +"fformat BBBB-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Mae'r gwerth '%(value)s' yn y fformat cywir (BBBB-MM-DD) ond mae'r dyddiad " +"yn annilys" + +msgid "Date (without time)" +msgstr "Dyddiad (heb amser)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Mae '%(value)s' mewn fformat annilys. Rhaid iddo fod yn y fformat BBBB-MM-DD " +"AA:MM[:ee[.uuuuuu]][CA]" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Mae '%(value)s' yn y fformat cywir (BBBB-MM-DD AA:MM[:ee[.uuuuuu]][CA]) on " +"mae'n ddyddiad/amser annilys." + +msgid "Date (with time)" +msgstr "Dyddiad (gydag amser)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Rhaid i '%(value)s' fod yn ddegolyn." + +msgid "Decimal number" +msgstr "Rhif degol" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Cyfeiriad ebost" + +msgid "File path" +msgstr "Llwybr ffeil" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Rhaid i '%(value)s' fod yn rif pwynt arnawf." + +msgid "Floating point number" +msgstr "Rhif pwynt symudol" + +msgid "IPv4 address" +msgstr "Cyfeiriad IPv4" + +msgid "IP address" +msgstr "cyfeiriad IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Rhaid i '%(value)s' gael y gwerth None, True neu False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boleaidd (Naill ai True, False neu None)" + +msgid "Positive integer" +msgstr "Cyfanrif positif" + +msgid "Positive small integer" +msgstr "Cyfanrif bach positif" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Malwen (hyd at %(max_length)s)" + +msgid "Small integer" +msgstr "Cyfanrif bach" + +msgid "Text" +msgstr "Testun" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Mae gan y gwerth '%(value)s' fformat annilys. Rhaid iddo fod yn y fformat AA:" +"MM[:ee[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Mae'r gwerth '%(value)s' yn y fformat cywir AA:MM[:ee[.uuuuuu]] ond mae'r " +"amser yn annilys." + +msgid "Time" +msgstr "Amser" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Data deuol crai" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "Ffeil" + +msgid "Image" +msgstr "Delwedd" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Allwedd Estron (math yn ddibynol ar y maes cysylltiedig)" + +msgid "One-to-one relationship" +msgstr "Perthynas un-i-un" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Perthynas llawer-i-lawer" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Mae angen y maes hwn." + +msgid "Enter a whole number." +msgstr "Rhowch cyfanrif." + +msgid "Enter a number." +msgstr "Rhowch rif." + +msgid "Enter a valid date." +msgstr "Rhif ddyddiad dilys." + +msgid "Enter a valid time." +msgstr "Rhowch amser dilys." + +msgid "Enter a valid date/time." +msgstr "Rhowch ddyddiad/amser dilys." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ni anfonwyd ffeil. Gwiriwch math yr amgodiad ar y ffurflen." + +msgid "No file was submitted." +msgstr "Ni anfonwyd ffeil." + +msgid "The submitted file is empty." +msgstr "Mae'r ffeil yn wag." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)." +msgstr[1] "" +"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)." +msgstr[2] "" +"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)." +msgstr[3] "" +"Sicrhewch fod gan enw'r ffeil ar y mwyaf %(max)d nod (mae ganddo %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Nail ai cyflwynwych ffeil neu dewisiwch y blwch gwiriad, ond nid y ddau." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Llwythwch ddelwedd dilys. Doedd y ddelwedd a lwythwyd ddim yn ddelwedd " +"dilys, neu roedd yn ddelwedd llygredig." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Dewiswch ddewisiad dilys. Nid yw %(value)s yn un o'r dewisiadau sydd ar gael." + +msgid "Enter a list of values." +msgstr "Rhowch restr o werthoedd." + +msgid "Enter a complete value." +msgstr "Rhowch werth cyflawn." + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Maes cudd %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Mae data ManagementForm ar goll neu mae rhywun wedi ymyrryd ynddo" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Cyflwynwch %d neu lai o ffurflenni." +msgstr[1] "Cyflwynwch %d neu lai o ffurflenni." +msgstr[2] "Cyflwynwch %d neu lai o ffurflenni." +msgstr[3] "Cyflwynwch %d neu lai o ffurflenni." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Cyflwynwch %d neu fwy o ffurflenni." +msgstr[1] "Cyflwynwch %d neu fwy o ffurflenni." +msgstr[2] "Cyflwynwch %d neu fwy o ffurflenni." +msgstr[3] "Cyflwynwch %d neu fwy o ffurflenni." + +msgid "Order" +msgstr "Trefn" + +msgid "Delete" +msgstr "Dileu" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Cywirwch y data dyblyg ar gyfer %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Cywirwch y data dyblyg ar gyfer %(field)s, sydd yn gorfod bod yn unigryw." + +#, 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 "" +"Cywirwch y data dyblyg ar gyfer %(field_name)s sydd yn gorfod bod yn unigryw " +"ar gyfer %(lookup)s yn %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Cywirwch y gwerthoedd dyblyg isod." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Dewiswch ddewisiad dilys. Nid yw'r dewisiad yn un o'r dewisiadau sydd ar " +"gael." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "" + +#, 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 "" +"Ni ellir dehongli %(datetime)s yn y gylchfa amser %(current_timezone)s; " +"mae'n amwys neu ddim yn bodoli." + +msgid "Clear" +msgstr "Clirio" + +msgid "Currently" +msgstr "Ar hyn o bryd" + +msgid "Change" +msgstr "Newid" + +msgid "Unknown" +msgstr "Anhysbys" + +msgid "Yes" +msgstr "Ie" + +msgid "No" +msgstr "Na" + +msgid "yes,no,maybe" +msgstr "ie,na,efallai" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d beit" +msgstr[1] "%(size)d beit" +msgstr[2] "%(size)d beit" +msgstr[3] "%(size)d beit" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "y.h." + +msgid "a.m." +msgstr "y.b." + +msgid "PM" +msgstr "YH" + +msgid "AM" +msgstr "YB" + +msgid "midnight" +msgstr "canol nos" + +msgid "noon" +msgstr "canol dydd" + +msgid "Monday" +msgstr "Dydd Llun" + +msgid "Tuesday" +msgstr "Dydd Mawrth" + +msgid "Wednesday" +msgstr "Dydd Mercher" + +msgid "Thursday" +msgstr "Dydd Iau" + +msgid "Friday" +msgstr "Dydd Gwener" + +msgid "Saturday" +msgstr "Dydd Sadwrn" + +msgid "Sunday" +msgstr "Dydd Sul" + +msgid "Mon" +msgstr "Llu" + +msgid "Tue" +msgstr "Maw" + +msgid "Wed" +msgstr "Mer" + +msgid "Thu" +msgstr "Iau" + +msgid "Fri" +msgstr "Gwe" + +msgid "Sat" +msgstr "Sad" + +msgid "Sun" +msgstr "Sul" + +msgid "January" +msgstr "Ionawr" + +msgid "February" +msgstr "Chwefror" + +msgid "March" +msgstr "Mawrth" + +msgid "April" +msgstr "Ebrill" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Mehefin" + +msgid "July" +msgstr "Gorffenaf" + +msgid "August" +msgstr "Awst" + +msgid "September" +msgstr "Medi" + +msgid "October" +msgstr "Hydref" + +msgid "November" +msgstr "Tachwedd" + +msgid "December" +msgstr "Rhagfyr" + +msgid "jan" +msgstr "ion" + +msgid "feb" +msgstr "chw" + +msgid "mar" +msgstr "maw" + +msgid "apr" +msgstr "ebr" + +msgid "may" +msgstr "mai" + +msgid "jun" +msgstr "meh" + +msgid "jul" +msgstr "gor" + +msgid "aug" +msgstr "aws" + +msgid "sep" +msgstr "med" + +msgid "oct" +msgstr "hyd" + +msgid "nov" +msgstr "tach" + +msgid "dec" +msgstr "rhag" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ion." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Chwe." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mawrth" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Ebrill" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Meh." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Gorff." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Awst" + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Medi" + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Hydr." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Tach." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Rhag." + +msgctxt "alt. month" +msgid "January" +msgstr "Ionawr" + +msgctxt "alt. month" +msgid "February" +msgstr "Chwefror" + +msgctxt "alt. month" +msgid "March" +msgstr "Mawrth" + +msgctxt "alt. month" +msgid "April" +msgstr "Ebrill" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Mehefin" + +msgctxt "alt. month" +msgid "July" +msgstr "Gorffenaf" + +msgctxt "alt. month" +msgid "August" +msgstr "Awst" + +msgctxt "alt. month" +msgid "September" +msgstr "Medi" + +msgctxt "alt. month" +msgid "October" +msgstr "Hydref" + +msgctxt "alt. month" +msgid "November" +msgstr "Tachwedd" + +msgctxt "alt. month" +msgid "December" +msgstr "Rhagfyr" + +msgid "This is not a valid IPv6 address." +msgstr "Nid yw hwn yn gyfeiriad IPv6 dilys." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "neu" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr "," + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d blwyddyn" +msgstr[1] "%d flynedd" +msgstr[2] "%d blwyddyn" +msgstr[3] "%d blwyddyn" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mis" +msgstr[1] "%d fis" +msgstr[2] "%d mis" +msgstr[3] "%d mis" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d wythnos" +msgstr[1] "%d wythnos" +msgstr[2] "%d wythnos" +msgstr[3] "%d wythnos" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d diwrnod" +msgstr[1] "%d ddiwrnod" +msgstr[2] "%d diwrnod" +msgstr[3] "%d diwrnod" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d awr" +msgstr[1] "%d awr" +msgstr[2] "%d awr" +msgstr[3] "%d awr" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d munud" +msgstr[1] "%d funud" +msgstr[2] "%d munud" +msgstr[3] "%d munud" + +msgid "0 minutes" +msgstr "0 munud" + +msgid "Forbidden" +msgstr "Gwaharddedig" + +msgid "CSRF verification failed. Request aborted." +msgstr "Gwirio CSRF wedi methu. Ataliwyd y cais." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Rydych yn gweld y neges hwn can fod y safle HTTPS hwn angen 'Referer header' " +"i gael ei anfon gan ei porwr, ond ni anfonwyd un. Mae angen y pennyn hwn ar " +"mwyn diogelwch, i sicrhau na herwgipiwyd eich porwr gan trydydd parti." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Os ydych wedi analluogi pennynau 'Referer' yn eich porwr yn galluogwch nhw, " +"oleiaf ar gyfer y safle hwn neu ar gyfer cysylltiadau HTTPS neu ar gyfer " +"ceisiadau 'same-origin'." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Dangosir y neges hwn oherwydd bod angen cwci CSRF ar y safle hwn pan yn " +"anfon ffurflenni. Mae angen y cwci ar gyfer diogelwch er mwyn sicrhau nad " +"oes trydydd parti yn herwgipio eich porwr." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Os ydych wedi analluogi cwcis, galluogwch nhw, oleiaf i'r safle hwn neu " +"ceisiadau 'same-origin'." + +msgid "More information is available with DEBUG=True." +msgstr "Mae mwy o wybodaeth ar gael gyda DEBUG=True" + +msgid "No year specified" +msgstr "Dim blwyddyn wedi’i bennu" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "Dim mis wedi’i bennu" + +msgid "No day specified" +msgstr "Dim diwrnod wedi’i bennu" + +msgid "No week specified" +msgstr "Dim wythnos wedi’i bennu" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Dim %(verbose_name_plural)s ar gael" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"%(verbose_name_plural)s i'r dyfodol ddim ar gael oherwydd mae %(class_name)s." +"allow_future yn 'False'. " + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Rhoddwyd y fformat '%(format)s' i'r llynyn dyddiad annilys '%(datestr)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Ni ganfuwyd %(verbose_name)s yn cydweddu â'r ymholiad" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Nid yw'r dudalen yn 'last', ac ni ellir ei drosi i int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Tudalen annilys (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Rhestr wag a '%(class_name)s.allow_empty' yn False." + +msgid "Directory indexes are not allowed here." +msgstr "Ni ganiateir mynegai cyfeiriaduron yma." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "Nid yw \"%(path)s\" yn bodoli" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Mynegai %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to's" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/myvenv/Lib/site-packages/django/conf/locale/cy/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/cy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/cy/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/cy/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3451a7d6c184b252b1caed0b921c992e79ae400e GIT binary patch literal 186 zcmWIL<>g`k0+HIau^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{bvy#>B^G=4F<|$LkeT-r}&y%}*)KNwou6{27QD0E}WX3jhEB literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/cy/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/cy/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fedb0573a578cae1dfc55dbecdc52549fe7f005e GIT binary patch literal 818 zcmZvaOK;jh6ovf+!ZT2kcFD$zNC7rkRH&-z#wMV~5BZ_WqiHRR3n{4$7N)9fsXwTT z{vo8Uy2`$*Y}zppVmF=9+?n&uoZ}hEcCA*XNNa!l@!@BIqJE_!+p0voAtSO#0SZw- zBN`aQ0E<}Q5C=Tsp@0fdL`5jU(G7!2P=*Rrp$2tmz%ijsXu&hGS4BtAMrAlb6*xsz zcy3Z>FB1N?Gwe7UT2D&b)pxeZe`b;-o1! zT_NZS&=E!hK^X{U(td(^!YrxhDT&w{NyI)j8}TpNMdawg7(X>WqO5UGH+1iwKEGqh zo7A%!sz{qvV+l>!=sTo6@Ub319r_Yo2^E Yx*&z4bDd`><`2g)^nd$ruAZL$3lU( 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 KNAcjedH)}N$od2T literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/da/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/da/LC_MESSAGES/django.po new file mode 100644 index 0000000..c36e6a5 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/da/LC_MESSAGES/django.po @@ -0,0 +1,1267 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christian Joergensen , 2012 +# Danni Randeris , 2014 +# Erik Wognsen , 2013-2019 +# Finn Gruwier Larsen, 2011 +# Jannis Leidel , 2011 +# jonaskoelker , 2012 +# Mads Chr. Olesen , 2013 +# valberg , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2019-01-18 07:05+0000\n" +"Last-Translator: Erik Wognsen \n" +"Language-Team: Danish (http://www.transifex.com/django/django/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "afrikaans" + +msgid "Arabic" +msgstr "arabisk" + +msgid "Asturian" +msgstr "Asturisk" + +msgid "Azerbaijani" +msgstr "azerbaidjansk" + +msgid "Bulgarian" +msgstr "bulgarsk" + +msgid "Belarusian" +msgstr "hviderussisk" + +msgid "Bengali" +msgstr "bengalsk" + +msgid "Breton" +msgstr "bretonsk" + +msgid "Bosnian" +msgstr "bosnisk" + +msgid "Catalan" +msgstr "catalansk" + +msgid "Czech" +msgstr "tjekkisk" + +msgid "Welsh" +msgstr "walisisk" + +msgid "Danish" +msgstr "dansk" + +msgid "German" +msgstr "tysk" + +msgid "Lower Sorbian" +msgstr "nedresorbisk" + +msgid "Greek" +msgstr "græsk" + +msgid "English" +msgstr "engelsk" + +msgid "Australian English" +msgstr "australsk engelsk" + +msgid "British English" +msgstr "britisk engelsk" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "spansk" + +msgid "Argentinian Spanish" +msgstr "argentinsk spansk" + +msgid "Colombian Spanish" +msgstr "colombiansk spansk" + +msgid "Mexican Spanish" +msgstr "mexikansk spansk" + +msgid "Nicaraguan Spanish" +msgstr "nicaraguansk spansk" + +msgid "Venezuelan Spanish" +msgstr "venezuelansk spansk" + +msgid "Estonian" +msgstr "estisk" + +msgid "Basque" +msgstr "baskisk" + +msgid "Persian" +msgstr "persisk" + +msgid "Finnish" +msgstr "finsk" + +msgid "French" +msgstr "fransk" + +msgid "Frisian" +msgstr "frisisk" + +msgid "Irish" +msgstr "irsk" + +msgid "Scottish Gaelic" +msgstr "skotsk gælisk" + +msgid "Galician" +msgstr "galicisk" + +msgid "Hebrew" +msgstr "hebraisk" + +msgid "Hindi" +msgstr "hindi" + +msgid "Croatian" +msgstr "kroatisk" + +msgid "Upper Sorbian" +msgstr "øvresorbisk" + +msgid "Hungarian" +msgstr "ungarsk" + +msgid "Armenian" +msgstr "armensk" + +msgid "Interlingua" +msgstr "interlingua" + +msgid "Indonesian" +msgstr "indonesisk" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "islandsk" + +msgid "Italian" +msgstr "italiensk" + +msgid "Japanese" +msgstr "japansk" + +msgid "Georgian" +msgstr "georgisk" + +msgid "Kabyle" +msgstr "kabylsk" + +msgid "Kazakh" +msgstr "kasakhisk" + +msgid "Khmer" +msgstr "khmer" + +msgid "Kannada" +msgstr "kannada" + +msgid "Korean" +msgstr "koreansk" + +msgid "Luxembourgish" +msgstr "luxembourgisk" + +msgid "Lithuanian" +msgstr "litauisk" + +msgid "Latvian" +msgstr "lettisk" + +msgid "Macedonian" +msgstr "makedonsk" + +msgid "Malayalam" +msgstr "malaysisk" + +msgid "Mongolian" +msgstr "mongolsk" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "burmesisk" + +msgid "Norwegian Bokmål" +msgstr "norsk bokmål" + +msgid "Nepali" +msgstr "nepalesisk" + +msgid "Dutch" +msgstr "hollandsk" + +msgid "Norwegian Nynorsk" +msgstr "norsk nynorsk" + +msgid "Ossetic" +msgstr "ossetisk" + +msgid "Punjabi" +msgstr "punjabi" + +msgid "Polish" +msgstr "polsk" + +msgid "Portuguese" +msgstr "portugisisk" + +msgid "Brazilian Portuguese" +msgstr "brasiliansk portugisisk" + +msgid "Romanian" +msgstr "rumænsk" + +msgid "Russian" +msgstr "russisk" + +msgid "Slovak" +msgstr "slovakisk" + +msgid "Slovenian" +msgstr "slovensk" + +msgid "Albanian" +msgstr "albansk" + +msgid "Serbian" +msgstr "serbisk" + +msgid "Serbian Latin" +msgstr "serbisk (latin)" + +msgid "Swedish" +msgstr "svensk" + +msgid "Swahili" +msgstr "swahili" + +msgid "Tamil" +msgstr "tamil" + +msgid "Telugu" +msgstr "telugu" + +msgid "Thai" +msgstr "thai" + +msgid "Turkish" +msgstr "tyrkisk" + +msgid "Tatar" +msgstr "tatarisk" + +msgid "Udmurt" +msgstr "udmurtisk" + +msgid "Ukrainian" +msgstr "ukrainsk" + +msgid "Urdu" +msgstr "urdu" + +msgid "Vietnamese" +msgstr "vietnamesisk" + +msgid "Simplified Chinese" +msgstr "forenklet kinesisk" + +msgid "Traditional Chinese" +msgstr "traditionelt kinesisk" + +msgid "Messages" +msgstr "Meddelelser" + +msgid "Site Maps" +msgstr "Site Maps" + +msgid "Static Files" +msgstr "Static Files" + +msgid "Syndication" +msgstr "Syndication" + +msgid "That page number is not an integer" +msgstr "Det sidetal er ikke et heltal" + +msgid "That page number is less than 1" +msgstr "Det sidetal er mindre end 1" + +msgid "That page contains no results" +msgstr "Den side indeholder ingen resultater" + +msgid "Enter a valid value." +msgstr "Indtast en gyldig værdi." + +msgid "Enter a valid URL." +msgstr "Indtast en gyldig URL." + +msgid "Enter a valid integer." +msgstr "Indtast et gyldigt heltal." + +msgid "Enter a valid email address." +msgstr "Indtast en gyldig e-mail-adresse." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Indtast en \"slug\" bestående af bogstaver, cifre, understreger og " +"bindestreger." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Indtast en \"slug\" bestående af bogstaver, cifre, understreger og " +"bindestreger." + +msgid "Enter a valid IPv4 address." +msgstr "Indtast en gyldig IPv4-adresse." + +msgid "Enter a valid IPv6 address." +msgstr "Indtast en gyldig IPv6-adresse." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Indtast en gyldig IPv4- eller IPv6-adresse." + +msgid "Enter only digits separated by commas." +msgstr "Indtast kun cifre adskilt af kommaer." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Denne værdi skal være %(limit_value)s (den er %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Denne værdi skal være mindre end eller lig %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Denne værdi skal være større end eller lig %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Denne værdi skal have mindst %(limit_value)d tegn (den har %(show_value)d)." +msgstr[1] "" +"Denne værdi skal have mindst %(limit_value)d tegn (den har %(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Denne værdi må højst have %(limit_value)d tegn (den har %(show_value)d)." +msgstr[1] "" +"Denne værdi må højst have %(limit_value)d tegn (den har %(show_value)d)." + +msgid "Enter a number." +msgstr "Indtast et tal." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Der må maksimalt være %(max)s ciffer i alt." +msgstr[1] "Der må maksimalt være %(max)s cifre i alt." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Der må maksimalt være %(max)s decimal." +msgstr[1] "Der må maksimalt være %(max)s decimaler." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Der må maksimalt være %(max)s ciffer før kommaet." +msgstr[1] "Der må maksimalt være %(max)s cifre før kommaet." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" +"Filendelse '%(extension)s' er ikke tilladt. Tilladte filendelser er: " +"'%(allowed_extensions)s'." + +msgid "Null characters are not allowed." +msgstr "Null-tegn er ikke tilladte." + +msgid "and" +msgstr "og" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s med dette %(field_labels)s eksisterer allerede." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Værdien %(value)r er ikke et gyldigt valg." + +msgid "This field cannot be null." +msgstr "Dette felt kan ikke være null." + +msgid "This field cannot be blank." +msgstr "Dette felt kan ikke være tomt." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s med dette %(field_label)s eksisterer allerede." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s skal være unik for %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Felt af type: %(field_type)s" + +msgid "Integer" +msgstr "Heltal" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s'-værdien skal være et heltal." + +msgid "Big (8 byte) integer" +msgstr "Stort heltal (8 byte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s'-værdien skal være enten True eller False." + +#, python-format +msgid "'%(value)s' value must be either True, False, or None." +msgstr "'%(value)s' værdien skal være enten True, False eller None." + +msgid "Boolean (Either True or False)" +msgstr "Boolsk (enten True eller False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Streng (op til %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Kommaseparerede heltal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s'-værdien har et ugyldigt datoformat. Den skal være i formatet " +"ÅÅÅÅ-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s'-værdien har det korrekte format (ÅÅÅÅ-MM-DD) men er en ugyldig " +"dato." + +msgid "Date (without time)" +msgstr "Dato (uden tid)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s'-værdien har et ugyldigt format. Den skal være i formatet ÅÅÅÅ-MM-" +"DD TT:MM[:ss[.uuuuuu]][TZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s'-værdien har det korrekte format (ÅÅÅÅ-MM-DD TT:MM[:ss[.uuuuuu]]" +"[TZ]) men er en ugyldig dato/tid." + +msgid "Date (with time)" +msgstr "Dato (med tid)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s'-værdien skal være et decimaltal." + +msgid "Decimal number" +msgstr "Decimaltal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' værdien har et ugyldigt format. Den skal være i formatet [DD] " +"[HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Varighed" + +msgid "Email address" +msgstr "E-mail-adresse" + +msgid "File path" +msgstr "Sti" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s'-værdien skal være en float (et kommatal)." + +msgid "Floating point number" +msgstr "Flydende-komma-tal" + +msgid "IPv4 address" +msgstr "IPv4-adresse" + +msgid "IP address" +msgstr "IP-adresse" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s'-værdien skal være enten None, True eller False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolsk (True, False eller None)" + +msgid "Positive integer" +msgstr "Positivt heltal" + +msgid "Positive small integer" +msgstr "Positivt lille heltal" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "\"Slug\" (op til %(max_length)s)" + +msgid "Small integer" +msgstr "Lille heltal" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s'-værdien har et ugyldigt format. Den skal være i formatet TT:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s'-værdien har det korrekte format (TT:MM[:ss[.uuuuuu]]) men er et " +"ugyldigt tidspunkt." + +msgid "Time" +msgstr "Tid" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Rå binære data" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' er ikke et gyldigt UUID." + +msgid "Universally unique identifier" +msgstr "Universelt unik identifikator" + +msgid "File" +msgstr "Fil" + +msgid "Image" +msgstr "Billede" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s instans med %(field)s %(value)r findes ikke." + +msgid "Foreign Key (type determined by related field)" +msgstr "Fremmednøgle (type bestemt af relateret felt)" + +msgid "One-to-one relationship" +msgstr "En-til-en-relation" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s-relation" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s-relationer" + +msgid "Many-to-many relationship" +msgstr "Mange-til-mange-relation" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Dette felt er påkrævet." + +msgid "Enter a whole number." +msgstr "Indtast et heltal." + +msgid "Enter a valid date." +msgstr "Indtast en gyldig dato." + +msgid "Enter a valid time." +msgstr "Indtast en gyldig tid." + +msgid "Enter a valid date/time." +msgstr "Indtast gyldig dato/tid." + +msgid "Enter a valid duration." +msgstr "Indtast en gyldig varighed." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Antallet af dage skal være mellem {min_days} og {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Ingen fil blev indsendt. Kontroller kodningstypen i formularen." + +msgid "No file was submitted." +msgstr "Ingen fil blev indsendt." + +msgid "The submitted file is empty." +msgstr "Den indsendte fil er tom." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "Dette filnavn må højst have %(max)d tegn (det har %(length)d)." +msgstr[1] "Dette filnavn må højst have %(max)d tegn (det har %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Du skal enten indsende en fil eller afmarkere afkrydsningsfeltet, ikke begge " +"dele." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Indsend en billedfil. Filen, du indsendte, var enten ikke et billede eller " +"en defekt billedfil." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Marker en gyldig valgmulighed. %(value)s er ikke en af de tilgængelige " +"valgmuligheder." + +msgid "Enter a list of values." +msgstr "Indtast en liste af værdier." + +msgid "Enter a complete value." +msgstr "Indtast en komplet værdi." + +msgid "Enter a valid UUID." +msgstr "Indtast et gyldigt UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Skjult felt %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm-data mangler eller er blevet manipuleret" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Send venligst %d eller færre formularer." +msgstr[1] "Send venligst %d eller færre formularer." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Send venligst %d eller flere formularer." +msgstr[1] "Send venligst %d eller flere formularer." + +msgid "Order" +msgstr "Rækkefølge" + +msgid "Delete" +msgstr "Slet" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ret venligst duplikerede data for %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Ret venligst de duplikerede data for %(field)s, som skal være unik." + +#, 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 "" +"Ret venligst de duplikerede data for %(field_name)s, som skal være unik for " +"%(lookup)s i %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ret venligst de duplikerede data herunder." + +msgid "The inline value did not match the parent instance." +msgstr "Den indlejrede værdi passede ikke med forældreinstansen." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Marker en gyldig valgmulighed. Det valg, du har foretaget, er ikke blandt de " +"tilgængelige valgmuligheder." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "\"%(pk)s\" er ikke en gyldig værdi." + +#, 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 kunne ikke fortolkes i tidszonen %(current_timezone)s; den kan " +"være tvetydig eller den eksisterer måske ikke." + +msgid "Clear" +msgstr "Afmarkér" + +msgid "Currently" +msgstr "Aktuelt" + +msgid "Change" +msgstr "Ret" + +msgid "Unknown" +msgstr "Ukendt" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nej" + +msgid "yes,no,maybe" +msgstr "ja,nej,måske" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "midnat" + +msgid "noon" +msgstr "middag" + +msgid "Monday" +msgstr "mandag" + +msgid "Tuesday" +msgstr "tirsdag" + +msgid "Wednesday" +msgstr "onsdag" + +msgid "Thursday" +msgstr "torsdag" + +msgid "Friday" +msgstr "fredag" + +msgid "Saturday" +msgstr "lørdag" + +msgid "Sunday" +msgstr "søndag" + +msgid "Mon" +msgstr "man" + +msgid "Tue" +msgstr "tir" + +msgid "Wed" +msgstr "ons" + +msgid "Thu" +msgstr "tor" + +msgid "Fri" +msgstr "fre" + +msgid "Sat" +msgstr "lør" + +msgid "Sun" +msgstr "søn" + +msgid "January" +msgstr "januar" + +msgid "February" +msgstr "februar" + +msgid "March" +msgstr "marts" + +msgid "April" +msgstr "april" + +msgid "May" +msgstr "maj" + +msgid "June" +msgstr "juni" + +msgid "July" +msgstr "juli" + +msgid "August" +msgstr "august" + +msgid "September" +msgstr "september" + +msgid "October" +msgstr "oktober" + +msgid "November" +msgstr "november" + +msgid "December" +msgstr "december" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sept" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "marts" + +msgctxt "abbrev. month" +msgid "April" +msgstr "april" + +msgctxt "abbrev. month" +msgid "May" +msgstr "maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec." + +msgctxt "alt. month" +msgid "January" +msgstr "januar" + +msgctxt "alt. month" +msgid "February" +msgstr "februar" + +msgctxt "alt. month" +msgid "March" +msgstr "marts" + +msgctxt "alt. month" +msgid "April" +msgstr "april" + +msgctxt "alt. month" +msgid "May" +msgstr "maj" + +msgctxt "alt. month" +msgid "June" +msgstr "juni" + +msgctxt "alt. month" +msgid "July" +msgstr "juli" + +msgctxt "alt. month" +msgid "August" +msgstr "august" + +msgctxt "alt. month" +msgid "September" +msgstr "september" + +msgctxt "alt. month" +msgid "October" +msgstr "oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "november" + +msgctxt "alt. month" +msgid "December" +msgstr "december" + +msgid "This is not a valid IPv6 address." +msgstr "Dette er ikke en gyldig IPv6-adresse." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "eller" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d år" +msgstr[1] "%d år" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d måned" +msgstr[1] "%d måneder" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d uge" +msgstr[1] "%d uger" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d dag" +msgstr[1] "%d dage" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d time" +msgstr[1] "%d timer" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minut" +msgstr[1] "%d minutter" + +msgid "0 minutes" +msgstr "0 minutter" + +msgid "Forbidden" +msgstr "Forbudt" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-verifikationen mislykkedes. Forespørgslen blev afbrudt." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Du ser denne besked fordi denne HTTPS-webside påkræver at din browser sender " +"en 'Referer header', men den blev ikke sendt. Denne header er påkrævet af " +"sikkerhedsmæssige grunde for at sikre at din browser ikke bliver kapret af " +"tredjepart." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Hvis du har opsat din browser til ikke at sende 'Referer' headere, beder vi " +"dig slå dem til igen, i hvert fald for denne webside, eller for HTTPS-" +"forbindelser, eller for 'same-origin'-forespørgsler." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Hvis du bruger tagget eller " +"inkluderer headeren 'Referrer-Policy: no-referrer', så fjern dem venligst. " +"CSRF-beskyttelsen afhænger af at 'Referer'-headeren udfører stringent " +"referer-kontrol. Hvis du er bekymret om privatliv, så brug alternativer så " +"som for links til tredjepartswebsider." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Du ser denne besked fordi denne webside kræver en CSRF-cookie, når du sender " +"formularer. Denne cookie er påkrævet af sikkerhedsmæssige grunde for at " +"sikre at din browser ikke bliver kapret af tredjepart." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Hvis du har slået cookies fra i din browser, beder vi dig slå dem til igen, " +"i hvert fald for denne webside, eller for 'same-origin'-forespørgsler." + +msgid "More information is available with DEBUG=True." +msgstr "Mere information er tilgængeligt med DEBUG=True." + +msgid "No year specified" +msgstr "Intet år specificeret" + +msgid "Date out of range" +msgstr "Dato uden for rækkevidde" + +msgid "No month specified" +msgstr "Ingen måned specificeret" + +msgid "No day specified" +msgstr "Ingen dag specificeret" + +msgid "No week specified" +msgstr "Ingen uge specificeret" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Ingen %(verbose_name_plural)s til rådighed" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Fremtidige %(verbose_name_plural)s ikke tilgængelige, fordi %(class_name)s ." +"allow_future er falsk." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Ugyldig datostreng ' %(datestr)s ' givet format ' %(format)s '" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Ingen %(verbose_name)s fundet matcher forespørgslen" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Side er ikke 'sidste', kan heller ikke konverteres til en int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ugyldig side (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Tom liste og ' %(class_name)s .allow_empty' er falsk." + +msgid "Directory indexes are not allowed here." +msgstr "Mappeindekser er ikke tilladte her" + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\" %(path)s\" eksisterer ikke" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks for %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "Django: Webframework'et for perfektionister med deadlines." + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Vis udgivelsesnoter for Django %(version)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Installationen virkede! Tillykke!" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Du ser denne side fordi du har DEBUG=True i din settings-fil og ikke har opsat nogen URL'er." + +msgid "Django Documentation" +msgstr "Django-dokumentation" + +msgid "Topics, references, & how-to's" +msgstr "Emner, referencer & how-to's" + +msgid "Tutorial: A Polling App" +msgstr "Gennemgang: En afstemnings-app" + +msgid "Get started with Django" +msgstr "Kom i gang med Django" + +msgid "Django Community" +msgstr "Django-fællesskabet" + +msgid "Connect, get help, or contribute" +msgstr "Forbind, få hjælp eller bidrag" diff --git a/myvenv/Lib/site-packages/django/conf/locale/da/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/da/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/da/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/da/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c79d734a25f89932fc049c708e71472dc88f836e GIT binary patch literal 186 zcmWIL<>g`k0+HIau^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{gHq#>B^G=4F<|$LkeT-r}&y%}*)KNwou6{27QD0EvS!^Z)<= literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/da/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/da/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..397ad1f457132f5bf0425b24685a431442f14305 GIT binary patch literal 652 zcmZXP&2F1O5XZrQ9+Z8#wN&<%vsLsq}m)qxr@$?DHo zYb{hBOPtCaFa`8Xk63f%c=A!K9%l^=bS=}hi1jv+s#$%_>1zQy{txNegdObCC-MD* zs6X;Qxu?}!2Et}M@O%eh(#E#)Cb~Sc4SJD@{MhkaY;6h-*UCWAhV%l<^Krc0_2eJg zX*aO_fZvQ_ZxDYq%`fC=Rc5=x5dZBLkaurm?DC#rUf2%0iUV_qe1tup9AV1~1LPW8 ztm}r(XVZ@_eJ>o^?&WV`p;TXAnWyg;eHxbIMM+0L7PFF~qA-$WLa*{sl2Sa*3R=vH zv)Q~{CTV*1^Fz73oy_m3ah=SkIfb#3L?PpoxnO6`;sX+h$ literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/da/formats.py b/myvenv/Lib/site-packages/django/conf/locale/da/formats.py new file mode 100644 index 0000000..6237a72 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/da/formats.py @@ -0,0 +1,26 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. F Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j. F Y H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'd.m.Y' +SHORT_DATETIME_FORMAT = 'd.m.Y H:i' +FIRST_DAY_OF_WEEK = 1 + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', # '25.10.2006' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/myvenv/Lib/site-packages/django/conf/locale/de/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..48165d6756c8fecacf2850a97bd1f7aa9ca6fb6f GIT binary patch literal 27406 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 d&Qd_G}K0o0S;zXR+{CT;)# literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/de/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/de/LC_MESSAGES/django.po new file mode 100644 index 0000000..efc1a52 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/de/LC_MESSAGES/django.po @@ -0,0 +1,1283 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# André Hagenbruch, 2011-2012 +# Florian Apolloner , 2011 +# Daniel Roschka , 2016 +# Florian Apolloner , 2018 +# Jannis Vajen, 2011,2013 +# Jannis Leidel , 2013-2018 +# Jannis Vajen, 2016 +# Markus Holtermann , 2013,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-17 11:49+0200\n" +"PO-Revision-Date: 2018-08-14 08:25+0000\n" +"Last-Translator: Florian Apolloner \n" +"Language-Team: German (http://www.transifex.com/django/django/language/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabisch" + +msgid "Asturian" +msgstr "Asturisch" + +msgid "Azerbaijani" +msgstr "Aserbaidschanisch" + +msgid "Bulgarian" +msgstr "Bulgarisch" + +msgid "Belarusian" +msgstr "Weißrussisch" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Bretonisch" + +msgid "Bosnian" +msgstr "Bosnisch" + +msgid "Catalan" +msgstr "Katalanisch" + +msgid "Czech" +msgstr "Tschechisch" + +msgid "Welsh" +msgstr "Walisisch" + +msgid "Danish" +msgstr "Dänisch" + +msgid "German" +msgstr "Deutsch" + +msgid "Lower Sorbian" +msgstr "Niedersorbisch" + +msgid "Greek" +msgstr "Griechisch" + +msgid "English" +msgstr "Englisch" + +msgid "Australian English" +msgstr "Australisches Englisch" + +msgid "British English" +msgstr "Britisches Englisch" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanisch" + +msgid "Argentinian Spanish" +msgstr "Argentinisches Spanisch" + +msgid "Colombian Spanish" +msgstr "Kolumbianisches Spanisch" + +msgid "Mexican Spanish" +msgstr "Mexikanisches Spanisch" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguanisches Spanisch" + +msgid "Venezuelan Spanish" +msgstr "Venezolanisches Spanisch" + +msgid "Estonian" +msgstr "Estnisch" + +msgid "Basque" +msgstr "Baskisch" + +msgid "Persian" +msgstr "Persisch" + +msgid "Finnish" +msgstr "Finnisch" + +msgid "French" +msgstr "Französisch" + +msgid "Frisian" +msgstr "Friesisch" + +msgid "Irish" +msgstr "Irisch" + +msgid "Scottish Gaelic" +msgstr "Schottisch-Gälisch" + +msgid "Galician" +msgstr "Galicisch" + +msgid "Hebrew" +msgstr "Hebräisch" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Kroatisch" + +msgid "Upper Sorbian" +msgstr "Obersorbisch" + +msgid "Hungarian" +msgstr "Ungarisch" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesisch" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Isländisch" + +msgid "Italian" +msgstr "Italienisch" + +msgid "Japanese" +msgstr "Japanisch" + +msgid "Georgian" +msgstr "Georgisch" + +msgid "Kabyle" +msgstr "Kabylisch" + +msgid "Kazakh" +msgstr "Kasachisch" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreanisch" + +msgid "Luxembourgish" +msgstr "Luxemburgisch" + +msgid "Lithuanian" +msgstr "Litauisch" + +msgid "Latvian" +msgstr "Lettisch" + +msgid "Macedonian" +msgstr "Mazedonisch" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolisch" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Birmanisch" + +msgid "Norwegian Bokmål" +msgstr "Norwegisch (Bokmål)" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Niederländisch" + +msgid "Norwegian Nynorsk" +msgstr "Norwegisch (Nynorsk)" + +msgid "Ossetic" +msgstr "Ossetisch" + +msgid "Punjabi" +msgstr "Panjabi" + +msgid "Polish" +msgstr "Polnisch" + +msgid "Portuguese" +msgstr "Portugiesisch" + +msgid "Brazilian Portuguese" +msgstr "Brasilianisches Portugiesisch" + +msgid "Romanian" +msgstr "Rumänisch" + +msgid "Russian" +msgstr "Russisch" + +msgid "Slovak" +msgstr "Slowakisch" + +msgid "Slovenian" +msgstr "Slowenisch" + +msgid "Albanian" +msgstr "Albanisch" + +msgid "Serbian" +msgstr "Serbisch" + +msgid "Serbian Latin" +msgstr "Serbisch (Latein)" + +msgid "Swedish" +msgstr "Schwedisch" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamilisch" + +msgid "Telugu" +msgstr "Telugisch" + +msgid "Thai" +msgstr "Thailändisch" + +msgid "Turkish" +msgstr "Türkisch" + +msgid "Tatar" +msgstr "Tatarisch" + +msgid "Udmurt" +msgstr "Udmurtisch" + +msgid "Ukrainian" +msgstr "Ukrainisch" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamesisch" + +msgid "Simplified Chinese" +msgstr "Vereinfachtes Chinesisch" + +msgid "Traditional Chinese" +msgstr "Traditionelles Chinesisch" + +msgid "Messages" +msgstr "Mitteilungen" + +msgid "Site Maps" +msgstr "Sitemaps" + +msgid "Static Files" +msgstr "Statische Dateien" + +msgid "Syndication" +msgstr "Syndication" + +msgid "That page number is not an integer" +msgstr "Diese Seitennummer ist keine Ganzzahl" + +msgid "That page number is less than 1" +msgstr "Diese Seitennummer ist kleiner als 1" + +msgid "That page contains no results" +msgstr "Diese Seite enthält keine Ergebnisse" + +msgid "Enter a valid value." +msgstr "Bitte einen gültigen Wert eingeben." + +msgid "Enter a valid URL." +msgstr "Bitte eine gültige Adresse eingeben." + +msgid "Enter a valid integer." +msgstr "Bitte eine gültige Ganzzahl eingeben." + +msgid "Enter a valid email address." +msgstr "Bitte gültige E-Mail-Adresse eingeben." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Bitte ein gültiges Kürzel eingeben, bestehend aus Buchstaben, Ziffern, " +"Unter- und Bindestrichen." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Bitte ein gültiges Kürzel eingeben, bestehend aus Buchstaben (Unicode), " +"Ziffern, Unter- und Bindestrichen." + +msgid "Enter a valid IPv4 address." +msgstr "Bitte eine gültige IPv4-Adresse eingeben." + +msgid "Enter a valid IPv6 address." +msgstr "Bitte eine gültige IPv6-Adresse eingeben." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Bitte eine gültige IPv4- oder IPv6-Adresse eingeben" + +msgid "Enter only digits separated by commas." +msgstr "Bitte nur durch Komma getrennte Ziffern eingeben." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Bitte sicherstellen, dass der Wert %(limit_value)s ist. (Er ist " +"%(show_value)s.)" + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Dieser Wert muss kleiner oder gleich %(limit_value)s sein." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Dieser Wert muss größer oder gleich %(limit_value)s sein." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert aus mindestens %(limit_value)d Zeichen " +"besteht. (Er besteht aus %(show_value)d Zeichen.)" +msgstr[1] "" +"Bitte sicherstellen, dass der Wert aus mindestens %(limit_value)d Zeichen " +"besteht. (Er besteht aus %(show_value)d Zeichen.)" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert aus höchstens %(limit_value)d Zeichen " +"besteht. (Er besteht aus %(show_value)d Zeichen.)" +msgstr[1] "" +"Bitte sicherstellen, dass der Wert aus höchstens %(limit_value)d Zeichen " +"besteht. (Er besteht aus %(show_value)d Zeichen.)" + +msgid "Enter a number." +msgstr "Bitte eine Zahl eingeben." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffer enthält." +msgstr[1] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffern enthält." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Dezimalstelle enthält." +msgstr[1] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Dezimalstellen enthält." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffer vor dem Komma " +"enthält." +msgstr[1] "" +"Bitte sicherstellen, dass der Wert höchstens %(max)s Ziffern vor dem Komma " +"enthält." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" +"Dateiendung „%(extension)s“ ist nicht erlaubt. Erlaubte Dateiendungen sind: " +"„%(allowed_extensions)s“." + +msgid "Null characters are not allowed." +msgstr "Nullzeichen sind nicht erlaubt." + +msgid "and" +msgstr "und" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s mit diesem %(field_labels)s existiert bereits." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Wert %(value)r ist keine gültige Option." + +msgid "This field cannot be null." +msgstr "Dieses Feld darf nicht null sein." + +msgid "This field cannot be blank." +msgstr "Dieses Feld darf nicht leer sein." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s mit diesem %(field_label)s existiert bereits." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s muss für %(date_field_label)s %(lookup_type)s eindeutig sein." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Feldtyp: %(field_type)s" + +msgid "Integer" +msgstr "Ganzzahl" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "„%(value)s“ Wert muss eine Ganzzahl sein." + +msgid "Big (8 byte) integer" +msgstr "Große Ganzzahl (8 Byte)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "„%(value)s“ Wert muss entweder True oder False sein." + +#, python-format +msgid "'%(value)s' value must be either True, False, or None." +msgstr "„%(value)s“ Wert muss True, False oder None sein." + +msgid "Boolean (Either True or False)" +msgstr "Boolescher Wert (True oder False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Zeichenkette (bis zu %(max_length)s Zeichen)" + +msgid "Comma-separated integers" +msgstr "Kommaseparierte Liste von Ganzzahlen" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"„%(value)s“ Wert hat ein ungültiges Datumsformat. Es muss YYYY-MM-DD " +"entsprechen." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"„%(value)s“ hat das korrekte Format (YYYY-MM-DD) aber ein ungültiges Datum." + +msgid "Date (without time)" +msgstr "Datum (ohne Uhrzeit)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"„%(value)s“ Wert hat ein ungültiges Format. Es muss YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] entsprechen." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"„%(value)s“ Wert hat das korrekte Format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) aber eine ungültige Zeit-/Datumsangabe." + +msgid "Date (with time)" +msgstr "Datum (mit Uhrzeit)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "„%(value)s“ Wert muss eine Dezimalzahl sein." + +msgid "Decimal number" +msgstr "Dezimalzahl" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"„%(value)s“ Wert hat ein ungültiges Format. Es muss der Form [DD] [HH:" +"[MM:]]ss[.uuuuuu] entsprechen." + +msgid "Duration" +msgstr "Zeitspanne" + +msgid "Email address" +msgstr "E-Mail-Adresse" + +msgid "File path" +msgstr "Dateipfad" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "„%(value)s“ Wert muss eine Fließkommazahl sein." + +msgid "Floating point number" +msgstr "Gleitkommazahl" + +msgid "IPv4 address" +msgstr "IPv4-Adresse" + +msgid "IP address" +msgstr "IP-Adresse" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "„%(value)s“ Wert muss entweder None, True oder False sein." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolescher Wert (True, False oder None)" + +msgid "Positive integer" +msgstr "Positive Ganzzahl" + +msgid "Positive small integer" +msgstr "Positive kleine Ganzzahl" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Kürzel (bis zu %(max_length)s)" + +msgid "Small integer" +msgstr "Kleine Ganzzahl" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"„%(value)s“ Wert hat ein ungültiges Format. Es muss HH:MM[:ss[.uuuuuu]] " +"entsprechen." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"„%(value)s“ Wert hat das korrekte Format (HH:MM[:ss[.uuuuuu]]) aber ist eine " +"ungültige Zeitangabe." + +msgid "Time" +msgstr "Zeit" + +msgid "URL" +msgstr "Adresse (URL)" + +msgid "Raw binary data" +msgstr "Binärdaten" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "Wert „%(value)s“ ist keine gültige UUID." + +msgid "File" +msgstr "Datei" + +msgid "Image" +msgstr "Bild" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Objekt vom Typ %(model)s mit %(field)s %(value)r existiert nicht." + +msgid "Foreign Key (type determined by related field)" +msgstr "Fremdschlüssel (Typ definiert durch verknüpftes Feld)" + +msgid "One-to-one relationship" +msgstr "1:1-Beziehung" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s-Beziehung" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s-Beziehungen" + +msgid "Many-to-many relationship" +msgstr "n:m-Beziehung" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Dieses Feld ist zwingend erforderlich." + +msgid "Enter a whole number." +msgstr "Bitte eine ganze Zahl eingeben." + +msgid "Enter a valid date." +msgstr "Bitte ein gültiges Datum eingeben." + +msgid "Enter a valid time." +msgstr "Bitte eine gültige Uhrzeit eingeben." + +msgid "Enter a valid date/time." +msgstr "Bitte ein gültiges Datum und Uhrzeit eingeben." + +msgid "Enter a valid duration." +msgstr "Bitte eine gültige Zeitspanne eingeben." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Die Anzahl der Tage muss zwischen {min_days} und {max_days} sein." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Es wurde keine Datei übertragen. Überprüfen Sie das Encoding des Formulars." + +msgid "No file was submitted." +msgstr "Es wurde keine Datei übertragen." + +msgid "The submitted file is empty." +msgstr "Die übertragene Datei ist leer." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Bitte sicherstellen, dass der Dateiname aus höchstens %(max)d Zeichen " +"besteht. (Er besteht aus %(length)d Zeichen.)" +msgstr[1] "" +"Bitte sicherstellen, dass der Dateiname aus höchstens %(max)d Zeichen " +"besteht. (Er besteht aus %(length)d Zeichen.)" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Bitte wählen Sie entweder eine Datei aus oder wählen Sie \"Löschen\", nicht " +"beides." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Bitte ein gültiges Bild hochladen. Die hochgeladene Datei ist kein Bild oder " +"ist defekt." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Bitte eine gültige Auswahl treffen. %(value)s ist keine gültige Auswahl." + +msgid "Enter a list of values." +msgstr "Bitte eine Liste mit Werten eingeben." + +msgid "Enter a complete value." +msgstr "Bitte einen vollständigen Wert eingeben." + +msgid "Enter a valid UUID." +msgstr "Bitte eine gültige UUID eingeben." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Verstecktes Feld %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm-Daten fehlen oder wurden manipuliert." + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Bitte höchstens %d Formular abschicken." +msgstr[1] "Bitte höchstens %d Formulare abschicken." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Bitte %d oder mehr Formulare abschicken." +msgstr[1] "Bitte %d oder mehr Formulare abschicken." + +msgid "Order" +msgstr "Reihenfolge" + +msgid "Delete" +msgstr "Löschen" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Bitte die doppelten Daten für %(field)s korrigieren." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Bitte die doppelten Daten für %(field)s korrigieren, das eindeutig sein muss." + +#, 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 "" +"Bitte die doppelten Daten für %(field_name)s korrigieren, da es für " +"%(lookup)s in %(date_field)s eindeutig sein muss." + +msgid "Please correct the duplicate values below." +msgstr "Bitte die unten aufgeführten doppelten Werte korrigieren." + +msgid "The inline value did not match the parent instance." +msgstr "Der Inline-Wert passt nicht zur übergeordneten Instanz." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Bitte eine gültige Auswahl treffen. Dies ist keine gültige Auswahl." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "„%(pk)s“ ist kein gültiger Wert." + +#, 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 konnte mit der Zeitzone %(current_timezone)s nicht eindeutig " +"interpretiert werden, da es doppeldeutig oder eventuell inkorrekt ist." + +msgid "Clear" +msgstr "Zurücksetzen" + +msgid "Currently" +msgstr "Derzeit" + +msgid "Change" +msgstr "Ändern" + +msgid "Unknown" +msgstr "Unbekannt" + +msgid "Yes" +msgstr "Ja" + +msgid "No" +msgstr "Nein" + +msgid "yes,no,maybe" +msgstr "Ja,Nein,Vielleicht" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d Byte" +msgstr[1] "%(size)d Bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "nachm." + +msgid "a.m." +msgstr "vorm." + +msgid "PM" +msgstr "nachm." + +msgid "AM" +msgstr "vorm." + +msgid "midnight" +msgstr "Mitternacht" + +msgid "noon" +msgstr "Mittag" + +msgid "Monday" +msgstr "Montag" + +msgid "Tuesday" +msgstr "Dienstag" + +msgid "Wednesday" +msgstr "Mittwoch" + +msgid "Thursday" +msgstr "Donnerstag" + +msgid "Friday" +msgstr "Freitag" + +msgid "Saturday" +msgstr "Samstag" + +msgid "Sunday" +msgstr "Sonntag" + +msgid "Mon" +msgstr "Mo" + +msgid "Tue" +msgstr "Di" + +msgid "Wed" +msgstr "Mi" + +msgid "Thu" +msgstr "Do" + +msgid "Fri" +msgstr "Fr" + +msgid "Sat" +msgstr "Sa" + +msgid "Sun" +msgstr "So" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "März" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "Mai" + +msgid "June" +msgstr "Juni" + +msgid "July" +msgstr "Juli" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "Dezember" + +msgid "jan" +msgstr "Jan" + +msgid "feb" +msgstr "Feb" + +msgid "mar" +msgstr "Mär" + +msgid "apr" +msgstr "Apr" + +msgid "may" +msgstr "Mai" + +msgid "jun" +msgstr "Jun" + +msgid "jul" +msgstr "Jul" + +msgid "aug" +msgstr "Aug" + +msgid "sep" +msgstr "Sep" + +msgid "oct" +msgstr "Okt" + +msgid "nov" +msgstr "Nov" + +msgid "dec" +msgstr "Dez" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "März" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mai" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Juni" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Juli" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dez." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "März" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Mai" + +msgctxt "alt. month" +msgid "June" +msgstr "Juni" + +msgctxt "alt. month" +msgid "July" +msgstr "Juli" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "Dezember" + +msgid "This is not a valid IPv6 address." +msgstr "Dies ist keine gültige IPv6-Adresse." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "oder" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d Jahr" +msgstr[1] "%d Jahre" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d Monat" +msgstr[1] "%d Monate" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d Woche" +msgstr[1] "%d Wochen" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d Tag" +msgstr[1] "%d Tage" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d Stunde" +msgstr[1] "%d Stunden" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d Minute" +msgstr[1] "%d Minuten" + +msgid "0 minutes" +msgstr "0 Minuten" + +msgid "Forbidden" +msgstr "Verboten" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-Verifizierung fehlgeschlagen. Anfrage abgebrochen." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Sie sehen diese Fehlermeldung da diese HTTPS-Seite einen „Referer“-Header " +"von Ihrem Webbrowser erwartet, aber keinen erhalten hat. Dieser Header ist " +"aus Sicherheitsgründen notwendig, um sicherzustellen, dass Ihr Webbrowser " +"nicht von Dritten missbraucht wird." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Falls Sie Ihren Webbrowser so konfiguriert haben, dass „Referer“-Header " +"nicht gesendet werden, müssen Sie diese Funktion mindestens für diese Seite, " +"für sichere HTTPS-Verbindungen oder für „Same-Origin“-Verbindungen " +"reaktivieren." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Wenn der Tag „“ oder der " +"„Referrer-Policy: no-referrer“-Header verwendet wird, entfernen Sie sie " +"bitte. Der „Referer“-Header wird zur korrekten CSRF-Verifizierung benötigt. " +"Falls es datenschutzrechtliche Gründe gibt, benutzen Sie bitte Alternativen " +"wie „“ für Links zu Drittseiten." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Sie sehen Diese Nachricht, da diese Seite einen CSRF-Cookie beim Verarbeiten " +"von Formulardaten benötigt. Dieses Cookie ist aus Sicherheitsgründen " +"notwendig, um sicherzustellen, dass Ihr Webbrowser nicht von Dritten " +"missbraucht wird." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Falls Sie Cookies in Ihren Webbrowser deaktiviert haben, müssen Sie sie " +"mindestens für diese Seite oder für „Same-Origin“-Verbindungen reaktivieren." + +msgid "More information is available with DEBUG=True." +msgstr "Mehr Information ist verfügbar mit DEBUG=True." + +msgid "No year specified" +msgstr "Kein Jahr angegeben" + +msgid "Date out of range" +msgstr "Datum außerhalb des zulässigen Bereichs" + +msgid "No month specified" +msgstr "Kein Monat angegeben" + +msgid "No day specified" +msgstr "Kein Tag angegeben" + +msgid "No week specified" +msgstr "Keine Woche angegeben" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Keine %(verbose_name_plural)s verfügbar" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"In der Zukunft liegende %(verbose_name_plural)s sind nicht verfügbar, da " +"%(class_name)s.allow_future auf False gesetzt ist." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Ungültiges Datum „%(datestr)s“ für das Format „%(format)s“" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Konnte keine %(verbose_name)s mit diesen Parametern finden." + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Weder ist dies die letzte Seite („last“) noch konnte sie in einen " +"ganzzahligen Wert umgewandelt werden." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Ungültige Seite (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Leere Liste und „%(class_name)s.allow_empty“ ist False." + +msgid "Directory indexes are not allowed here." +msgstr "Dateilisten sind untersagt." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "„%(path)s“ ist nicht vorhanden" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Verzeichnis %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "Django: Das Webframework für Perfektionisten mit Termindruck." + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Versionshinweise für Django %(version)s " +"anzeigen" + +msgid "The install worked successfully! Congratulations!" +msgstr "Die Installation war erfolgreich. Herzlichen Glückwunsch!" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Diese Seite ist sichtbar weil in der Settings-Datei DEBUG = True steht und die URLs noch nicht konfiguriert " +"sind." + +msgid "Django Documentation" +msgstr "Django-Dokumentation" + +msgid "Topics, references, & how-to's" +msgstr "Themen, Referenz, & Kurzanleitungen" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: Eine Umfrage-App" + +msgid "Get started with Django" +msgstr "Los geht's mit Django" + +msgid "Django Community" +msgstr "Django-Community" + +msgid "Connect, get help, or contribute" +msgstr "Nimm Kontakt auf, erhalte Hilfe oder arbeite an Django mit" diff --git a/myvenv/Lib/site-packages/django/conf/locale/de/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/de/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/de/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/de/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..395a83a33bf1b19060efb143e4d96af658bcb69d GIT binary patch literal 186 zcmWIL<>g`k0+HIau^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{gJA#>B^G=4F<|$LkeT-r}&y%}*)KNwou6{27QD0Ez=K_y7O^ literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/de/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/de/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83ae06f77e1a5225171803ae023b9c78c67a7f71 GIT binary patch literal 670 zcmZXPOK+P%5P*3)*u-&&(w==Nhe!?Q%8IIP0uHDFEFP*@ZHtfxyH3F%ll?Sbmo=l>y1ozy3X z^qGDA$ZAh~GuOH3Vp&Il5f5F@Mgf)s%ibkDTGikpKb;utkOkA#-A6nilDO8lVw8gigA*W zAk9ls&dST#yjmt%cKPK^wfs7nuZVu1%%=r`jT;y93CUg`k0+HIau^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o11$*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU zKPCl2CFkd*#pHmrq{gJA#yfk&#K&jmWtPOp>lIYq;;_lhPbtkwwFBAx8HgDGBQi4O literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/de_CH/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/de_CH/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ab5bbf9178ca0720acbba9699513a942413fc700 GIT binary patch literal 677 zcmZXR&2G~`5Xb$QI$up)70x-}LnZ1niV(uYPHj=!k-Zl3YLR7SoRDJ2R-CGeCEkTA z2VR25;L52Fz@$Ev8-`H0 z23X7jhdJOe4+0iI#3D3s15WS>NYI>dSb`R`p##!Pz)k4l7M$WX^l%5xeCATF8nNw**9GeMTb+L{6k0MMwaK(lVRkJqIZVz7N2k0EN2{`zw>E+jObEQh-^c|~t6pVdxak4)qk?zbRv?8bfx9a{YZl<=;} literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/de_CH/formats.py b/myvenv/Lib/site-packages/django/conf/locale/de_CH/formats.py new file mode 100644 index 0000000..b1c1e83 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/de_CH/formats.py @@ -0,0 +1,34 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j. F Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = 'j. F Y H:i' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'j. F' +SHORT_DATE_FORMAT = 'd.m.Y' +SHORT_DATETIME_FORMAT = 'd.m.Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d.%m.%Y', '%d.%m.%y', # '25.10.2006', '25.10.06' + # '%d. %B %Y', '%d. %b. %Y', # '25. October 2006', '25. Oct. 2006' +] +DATETIME_INPUT_FORMATS = [ + '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' + '%d.%m.%Y %H:%M:%S.%f', # '25.10.2006 14:30:59.000200' + '%d.%m.%Y %H:%M', # '25.10.2006 14:30' + '%d.%m.%Y', # '25.10.2006' +] + +# these are the separators for non-monetary numbers. For monetary numbers, +# the DECIMAL_SEPARATOR is a . (decimal point) and the THOUSAND_SEPARATOR is a +# ' (single quote). +# For details, please refer to http://www.bk.admin.ch/dokumentation/sprachen/04915/05016/index.html?lang=de +# (in German) and the documentation +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '\xa0' # non-breaking space +NUMBER_GROUPING = 3 diff --git a/myvenv/Lib/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a85f85d044462a46aa87ddf6e2b5c53eff663393 GIT binary patch literal 28798 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 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 0000000..0f0ca4f --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,1319 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016-2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2019-02-19 10:16+0000\n" +"Last-Translator: Michael Wolf \n" +"Language-Team: Lower Sorbian (http://www.transifex.com/django/django/" +"language/dsb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: dsb\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +msgid "Afrikaans" +msgstr "Afrikaanšćina" + +msgid "Arabic" +msgstr "Arabšćina" + +msgid "Asturian" +msgstr "Asturišćina" + +msgid "Azerbaijani" +msgstr "Azerbajdžanišćina" + +msgid "Bulgarian" +msgstr "Bulgaršćina" + +msgid "Belarusian" +msgstr "Běłorušćina" + +msgid "Bengali" +msgstr "Bengalšćina" + +msgid "Breton" +msgstr "Bretońšćina" + +msgid "Bosnian" +msgstr "Bosnišćina" + +msgid "Catalan" +msgstr "Katalańšćina" + +msgid "Czech" +msgstr "Češćina" + +msgid "Welsh" +msgstr "Kymrišćina" + +msgid "Danish" +msgstr "Dańšćina" + +msgid "German" +msgstr "Nimšćina" + +msgid "Lower Sorbian" +msgstr "Dolnoserbšćina" + +msgid "Greek" +msgstr "Grichišćina" + +msgid "English" +msgstr "Engelšćina" + +msgid "Australian English" +msgstr "Awstralska engelšćina" + +msgid "British English" +msgstr "Britiska engelšćina" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Špańšćina" + +msgid "Argentinian Spanish" +msgstr "Argentinska špańšćina" + +msgid "Colombian Spanish" +msgstr "Kolumbiska špańšćina" + +msgid "Mexican Spanish" +msgstr "Mexikańska špańšćina" + +msgid "Nicaraguan Spanish" +msgstr "Nikaraguaska špańšćina" + +msgid "Venezuelan Spanish" +msgstr "Venezolaniska špańšćina" + +msgid "Estonian" +msgstr "Estnišćina" + +msgid "Basque" +msgstr "Baskišćina" + +msgid "Persian" +msgstr "Persišćina" + +msgid "Finnish" +msgstr "Finšćina" + +msgid "French" +msgstr "Francojšćina" + +msgid "Frisian" +msgstr "Frizišćina" + +msgid "Irish" +msgstr "Iršćina" + +msgid "Scottish Gaelic" +msgstr "Šotiska gelišćina" + +msgid "Galician" +msgstr "Galicišćina" + +msgid "Hebrew" +msgstr "Hebrejšćina" + +msgid "Hindi" +msgstr "Hindišćina" + +msgid "Croatian" +msgstr "Chorwatšćina" + +msgid "Upper Sorbian" +msgstr "Górnoserbšćina" + +msgid "Hungarian" +msgstr "Hungoršćina" + +msgid "Armenian" +msgstr "Armeńšćina" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonešćina" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandšćina" + +msgid "Italian" +msgstr "Italšćina" + +msgid "Japanese" +msgstr "Japańšćina" + +msgid "Georgian" +msgstr "Georgišćina" + +msgid "Kabyle" +msgstr "Kabylšćina" + +msgid "Kazakh" +msgstr "Kazachšćina" + +msgid "Khmer" +msgstr "Rěc Khmerow" + +msgid "Kannada" +msgstr "Kannadišćina" + +msgid "Korean" +msgstr "Korejańšćina" + +msgid "Luxembourgish" +msgstr "Luxemburgšćina" + +msgid "Lithuanian" +msgstr "Litawšćina" + +msgid "Latvian" +msgstr "Letišćina" + +msgid "Macedonian" +msgstr "Makedońšćina" + +msgid "Malayalam" +msgstr "Malajalam" + +msgid "Mongolian" +msgstr "Mongolšćina" + +msgid "Marathi" +msgstr "Marathi" + +msgid "Burmese" +msgstr "Myanmaršćina" + +msgid "Norwegian Bokmål" +msgstr "Norwegski Bokmål" + +msgid "Nepali" +msgstr "Nepalšćina" + +msgid "Dutch" +msgstr "¨Nižozemšćina" + +msgid "Norwegian Nynorsk" +msgstr "Norwegski Nynorsk" + +msgid "Ossetic" +msgstr "Osetšćina" + +msgid "Punjabi" +msgstr "Pundžabi" + +msgid "Polish" +msgstr "Pólšćina" + +msgid "Portuguese" +msgstr "Portugišćina" + +msgid "Brazilian Portuguese" +msgstr "Brazilska portugišćina" + +msgid "Romanian" +msgstr "Rumunšćina" + +msgid "Russian" +msgstr "Rušćina" + +msgid "Slovak" +msgstr "Słowakšćina" + +msgid "Slovenian" +msgstr "Słowjeńšćina" + +msgid "Albanian" +msgstr "Albanšćina" + +msgid "Serbian" +msgstr "Serbišćina" + +msgid "Serbian Latin" +msgstr "Serbišćina, łatyńska" + +msgid "Swedish" +msgstr "Šwedšćina" + +msgid "Swahili" +msgstr "Suahelšćina" + +msgid "Tamil" +msgstr "Tamilšćina" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thaišćina" + +msgid "Turkish" +msgstr "Turkojšćina" + +msgid "Tatar" +msgstr "Tataršćina" + +msgid "Udmurt" +msgstr "Udmurtšćina" + +msgid "Ukrainian" +msgstr "Ukrainšćina" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamšćina" + +msgid "Simplified Chinese" +msgstr "Zjadnorjona chinšćina" + +msgid "Traditional Chinese" +msgstr "Tradicionelna chinšćina" + +msgid "Messages" +msgstr "Powěsći" + +msgid "Site Maps" +msgstr "Wopśimjeśowy pśeglěd sedła" + +msgid "Static Files" +msgstr "Statiske dataje" + +msgid "Syndication" +msgstr "Syndikacija" + +msgid "That page number is not an integer" +msgstr "Toś ten numer boka njejo ceła licba" + +msgid "That page number is less than 1" +msgstr "Numer boka jo mjeńšy ako 1" + +msgid "That page contains no results" +msgstr "Toś ten bok njewopśimujo wuslědki" + +msgid "Enter a valid value." +msgstr "Zapódajśo płaśiwu gódnotu." + +msgid "Enter a valid URL." +msgstr "Zapódajśo płaśiwy URL." + +msgid "Enter a valid integer." +msgstr "Zapódajśo płaśiwu cełu licbu." + +msgid "Enter a valid email address." +msgstr "Zapódajśo płaśiwu e-mailowu adresu." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Zapódajśo płaśiwe 'adresowe mě', kótarež jano wopśimujo pismiki, licby, " +"pódsmužki abo wězawki." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Zapódajśo płaśiwe 'adresowe mě', kótarež jano wopśimujo unicodowe pismiki, " +"licby, pódmužki abo wězawki." + +msgid "Enter a valid IPv4 address." +msgstr "Zapódajśo płaśiwu IPv4-adresu." + +msgid "Enter a valid IPv6 address." +msgstr "Zapódajśo płaśiwu IPv6-adresu." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Zapódajśo płaśiwu IPv4- abo IPv6-adresu." + +msgid "Enter only digits separated by commas." +msgstr "Zapódajśo jano cyfry źělone pśez komy." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Zawěsććo toś tu gódnotu jo %(limit_value)s (jo %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" +"Zawěsććo, až toś ta gódnota jo mjeńša ako abo to samske ako %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" +"Zawěsććo, až toś ta gódnota jo wětša ako abo to samske ako %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuško (ma " +"%(show_value)d)." +msgstr[1] "" +"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamušce (ma " +"%(show_value)d)." +msgstr[2] "" +"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuška (ma " +"%(show_value)d)." +msgstr[3] "" +"Zawěsććo, až toś ta gódnota ma nanejmjenjej %(limit_value)d znamuškow (ma " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuško (ma " +"%(show_value)d)." +msgstr[1] "" +"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamušce (ma " +"%(show_value)d)." +msgstr[2] "" +"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuška (ma " +"%(show_value)d)." +msgstr[3] "" +"Zawěććo, až toś ta gódnota ma maksimalnje %(limit_value)d znamuškow (ma " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Zapódajśo licbu." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s cyfry dogromady." +msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s cyfrowu dogromady." +msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow dogromady." +msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow dogromady." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s decimalnego městna." +msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s decimalneju městnowu." +msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s decimalnych městnow." +msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s decimalnych městnow." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Zawěsććo, až njejo wěcej ako %(max)s cyfry pśed decimalneju komu." +msgstr[1] "Zawěsććo, až njejo wěcej ako %(max)s cyfrowu pśed decimalneju komu." +msgstr[2] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow pśed decimalneju komu." +msgstr[3] "Zawěsććo, až njejo wěcej ako %(max)s cyfrow pśed decimalneju komu." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" +"Datajowy sufiks ' %(extension)s' njejo dowólony. Dowólone sufikse su: ' " +"%(allowed_extensions)s'." + +msgid "Null characters are not allowed." +msgstr "Znamuška nul njejsu dowólone." + +msgid "and" +msgstr "a" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s z toś tym %(field_labels)s južo eksistěrujo." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Gódnota %(value)r njejo płaśiwa wóleńska móžnosć." + +msgid "This field cannot be null." +msgstr "Toś to pólo njamóžo nul byś." + +msgid "This field cannot be blank." +msgstr "Toś to pólo njamóžo prozne byś." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s z toś tym %(field_label)s južo eksistěrujo." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s musy za %(date_field_label)s %(lookup_type)s jadnorazowy byś." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Typ póla: %(field_type)s" + +msgid "Integer" +msgstr "Integer" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Gódnota '%(value)s' musy ceła licba byś." + +msgid "Big (8 byte) integer" +msgstr "Big (8 bajtow) integer" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Gódnota '%(value)s musy pak True pak False byś." + +#, python-format +msgid "'%(value)s' value must be either True, False, or None." +msgstr "Gódnota '%(value)s' musy pak True, False pak None byś." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (pak True pak False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Znamuškowy rjeśazk (až %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Pśez komu źělone cełe licby" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Gódnota '%(value)s' ma njepłaśiwy datumowy format. Musy we formaśe DD.MM." +"YYYY byś." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Gódnota '%(value)s' ma korektny format (DD.MM.YYYY), ale jo njepłaśiwy datum." + +msgid "Date (without time)" +msgstr "Datum (bźez casa)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Gódnota '%(value)s' ma njepłaśiwy format. Musy w formaśe DD.MM.YYYY HH:MM[:" +"ss[.uuuuuu]][TZ] byś." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Gódnota '%(value)s' ma korektny format (DD.MM.YYYY HH:MM[:ss[.uuuuuu]][TZ]), " +"ale jo njepłaśiwy datum/cas." + +msgid "Date (with time)" +msgstr "Datum (z casom)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Gódnota '%(value)s' musy decimalna licba byś." + +msgid "Decimal number" +msgstr "Decimalna licba" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Gódnota '%(value)s ma njepłaśiwy format. Musy we formaśe [DD] [HH:[MM:]]ss[." +"uuuuuu] byś." + +msgid "Duration" +msgstr "Traśe" + +msgid "Email address" +msgstr "E-mailowa adresa" + +msgid "File path" +msgstr "Datajowa sćažka" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Gódnota '%(value)s' musy typ float měś." + +msgid "Floating point number" +msgstr "Licba běžeceje komy" + +msgid "IPv4 address" +msgstr "IPv4-adresa" + +msgid "IP address" +msgstr "IP-adresa" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Gódnota '%(value)s' musy pak None, True pak False byś." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (pak True, False pak None)" + +msgid "Positive integer" +msgstr "Pozitiwna ceła licba" + +msgid "Positive small integer" +msgstr "Pozitiwna mała ceła licba" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Adresowe mě (až %(max_length)s)" + +msgid "Small integer" +msgstr "Mała ceła licba" + +msgid "Text" +msgstr "Tekst" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Gódnota '%(value)s' ma njepłaśiwy format. Musy w formaśe HH:MM[:ss[." +"uuuuuu]] byś." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Gódnota '%(value)s' ma korektny format (HH:MM[:ss[.uuuuuu]]), ale jo " +"njepłaśiwy cas." + +msgid "Time" +msgstr "Cas" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Gropne binarne daty" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' njejo płaśiwy UUID." + +msgid "Universally unique identifier" +msgstr "Uniwerselnje jadnorazowy identifikator" + +msgid "File" +msgstr "Dataja" + +msgid "Image" +msgstr "Woraz" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "Instanca %(model)s z %(field)s %(value)r njeeksistěrujo." + +msgid "Foreign Key (type determined by related field)" +msgstr "Cuzy kluc (typ póstaja se pśez wótpowědne pólo)" + +msgid "One-to-one relationship" +msgstr "Póśěg jaden jaden" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Póśěg %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Póśěgi %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Póśěg wjele wjele" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Toś to pólo jo trěbne." + +msgid "Enter a whole number." +msgstr "Zapódajśo cełu licbu." + +msgid "Enter a valid date." +msgstr "Zapódajśo płaśiwy datum." + +msgid "Enter a valid time." +msgstr "Zapódajśo płaśiwy cas." + +msgid "Enter a valid date/time." +msgstr "Zapódajśo płaśiwy datum/cas." + +msgid "Enter a valid duration." +msgstr "Zapódaśe płaśiwe traśe." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Licba dnjow musy mjazy {min_days} a {max_days} byś." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Dataja njejo se wótpósłała. Pśeglědujśo koděrowański typ na formularje. " + +msgid "No file was submitted." +msgstr "Žedna dataja jo se wótpósłała." + +msgid "The submitted file is empty." +msgstr "Wótpósłana dataja jo prozna." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuško (ma " +"%(length)d)." +msgstr[1] "" +"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamušce (ma " +"%(length)d)." +msgstr[2] "" +"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuška (ma " +"%(length)d)." +msgstr[3] "" +"Zawěsććo, až toś to datajowe mě ma maksimalnje %(max)d znamuškow (ma " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Pšosym pak wótpósćelśo dataju pak stajśo kokulku do kontrolnego kašćika, " +"njecyńśo wobej." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Nagrajśo płaśiwy wobraz. Dataja, kótaruž sćo nagrał, pak njejo wobraz był " +"pak jo wobškóźony wobraz." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Wubjeŕśo płaśiwu wóleńsku móžnosć. %(value)s njejo jadna z k dispoziciji " +"stojecych wóleńskich móžnosćow." + +msgid "Enter a list of values." +msgstr "Zapódajśo lisćinu gódnotow." + +msgid "Enter a complete value." +msgstr "Zapódajśo dopołnu gódnotu." + +msgid "Enter a valid UUID." +msgstr "Zapódajśo płaśiwy UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Schowane pólo %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Daty ManagementForm feluju abo su sfalšowane" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Pšosym wótposćelśo %d formular." +msgstr[1] "Pšosym wótposćelśo %d formulara abo mjenjej." +msgstr[2] "Pšosym wótposćelśo %d formulary abo mjenjej." +msgstr[3] "Pšosym wótposćelśo %d formularow abo mjenjej." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Pšosym wótposćelśo %d formular abo wěcej." +msgstr[1] "Pšosym wótposćelśo %d formulara abo wěcej." +msgstr[2] "Pšosym wótposćelśo %d formulary abo wěcej." +msgstr[3] "Pšosym wótposćelśo %d formularow abo wěcej." + +msgid "Order" +msgstr "Rěd" + +msgid "Delete" +msgstr "Lašowaś" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Pšosym korigěrujśo dwójne daty za %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Pšosym korigěrujśo dwójne daty za %(field)s, kótarež muse jadnorazowe byś." + +#, 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 "" +"Pšosym korigěrujśo dwójne daty za %(field_name)s, kótarež muse za %(lookup)s " +"w %(date_field)s jadnorazowe byś." + +msgid "Please correct the duplicate values below." +msgstr "Pšosym korigěrujśo slědujuce dwójne gódnoty." + +msgid "The inline value did not match the parent instance." +msgstr "Gódnota inline nadrědowanej instance njewótpowědujo." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Wubjeŕśo płaśiwu wóleńsku móžnosć. Toś ta wóleńska móžnosć njejo žedna z " +"wóleńskich móžnosćow." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "\"%(pk)s\" njejo płaśiwa gódnota." + +#, 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 njedajo se w casowej conje %(current_timezone)s " +"interpretěrowaś; jo dwójozmysłowy abo snaź njeeksistěrujo." + +msgid "Clear" +msgstr "Lašowaś" + +msgid "Currently" +msgstr "Tuchylu" + +msgid "Change" +msgstr "Změniś" + +msgid "Unknown" +msgstr "Njeznaty" + +msgid "Yes" +msgstr "Jo" + +msgid "No" +msgstr "Ně" + +msgid "yes,no,maybe" +msgstr "jo,ně,snaź" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bajt" +msgstr[1] "%(size)d bajta" +msgstr[2] "%(size)d bajty" +msgstr[3] "%(size)d bajtow" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "wótpołdnja" + +msgid "a.m." +msgstr "dopołdnja" + +msgid "PM" +msgstr "wótpołdnja" + +msgid "AM" +msgstr "dopołdnja" + +msgid "midnight" +msgstr "połnoc" + +msgid "noon" +msgstr "połdnjo" + +msgid "Monday" +msgstr "Pónjeźele" + +msgid "Tuesday" +msgstr "Wałtora" + +msgid "Wednesday" +msgstr "Srjoda" + +msgid "Thursday" +msgstr "Stwórtk" + +msgid "Friday" +msgstr "Pětk" + +msgid "Saturday" +msgstr "Sobota" + +msgid "Sunday" +msgstr "Njeźela" + +msgid "Mon" +msgstr "Pón" + +msgid "Tue" +msgstr "Wał" + +msgid "Wed" +msgstr "Srj" + +msgid "Thu" +msgstr "Stw" + +msgid "Fri" +msgstr "Pět" + +msgid "Sat" +msgstr "Sob" + +msgid "Sun" +msgstr "Nje" + +msgid "January" +msgstr "Januar" + +msgid "February" +msgstr "Februar" + +msgid "March" +msgstr "Měrc" + +msgid "April" +msgstr "Apryl" + +msgid "May" +msgstr "Maj" + +msgid "June" +msgstr "Junij" + +msgid "July" +msgstr "Julij" + +msgid "August" +msgstr "Awgust" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "Oktober" + +msgid "November" +msgstr "Nowember" + +msgid "December" +msgstr "December" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "měr" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "awg" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "now" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Měrc" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Apryl" + +msgctxt "abbrev. month" +msgid "May" +msgstr "Maj" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Junij" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Julij" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Awg." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Now." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januar" + +msgctxt "alt. month" +msgid "February" +msgstr "Februar" + +msgctxt "alt. month" +msgid "March" +msgstr "Měrc" + +msgctxt "alt. month" +msgid "April" +msgstr "Apryl" + +msgctxt "alt. month" +msgid "May" +msgstr "Maj" + +msgctxt "alt. month" +msgid "June" +msgstr "Junij" + +msgctxt "alt. month" +msgid "July" +msgstr "Julij" + +msgctxt "alt. month" +msgid "August" +msgstr "Awgust" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktober" + +msgctxt "alt. month" +msgid "November" +msgstr "Nowember" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "To njejo płaśiwa IPv6-adresa." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "abo" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d lěto" +msgstr[1] "%d lěśe" +msgstr[2] "%d lěta" +msgstr[3] "%d lět" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mjasec" +msgstr[1] "%d mjaseca" +msgstr[2] "%d mjasece" +msgstr[3] "%d mjasecow" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d tyźeń" +msgstr[1] "%d tyéznja" +msgstr[2] "%d tyźenje" +msgstr[3] "%d tyźenjow" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d źeń" +msgstr[1] "%d dnja" +msgstr[2] "%d dny" +msgstr[3] "%d dnjow" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d góźina" +msgstr[1] "%d góźinje" +msgstr[2] "%d góźiny" +msgstr[3] "%d góźin" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuta" +msgstr[1] "%d minuśe" +msgstr[2] "%d minuty" +msgstr[3] "%d minutow" + +msgid "0 minutes" +msgstr "0 minutow" + +msgid "Forbidden" +msgstr "Zakazany" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF-pśeglědanje njejo se raźiło. Napšašowanje jo se pśetergnuło." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Wiźiśo toś tu powěźeńku, dokulaž toś to HTTPS-sedło trjeba głowu 'Referer', " +"aby se pśez waš webwobglědowak słało, ale žedna njejo se pósłała. Toś ta " +"głowa jo trěbna z pśicynow wěstoty, aby so zawěsćiło, až waš wobglědowak " +"njekaprujo se wót tśeśich." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Jolic sćo swój wobglědowak tak konfigurěrował, aby se głowy 'Referer' " +"znjemóžnili, zmóžniśo je pšosym zasej, nanejmjenjej za toś to sedło, za " +"HTTPS-zwiski abo za napšašowanja 'same-origin'." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Jolic woznamjenje wužywaśo " +"abo głowu 'Referrer-Policy: no-referrer' zapśimujośo, wótwónoźćo je. CSRF-" +"šćit pomina se głowu 'Referer', aby striktnu kontrolu referera pśewjasć. " +"Jolic se wó swóju priwatnosć staraśo, wužywajśo alternatiwy ako za wótkazy k sedłam tśeśich." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Wiźiśo toś tu powěźeńku, dokulaž toś to HTTPS-sedło trjeba CSRF-cookie, aby " +"formulary wótpósłało. Toś ten cookie jo trěbna z pśicynow wěstoty, aby so " +"zawěsćiło, až waš wobglědowak njekaprujo se wót tśeśich." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Jolic sćo swój wobglědowak tak konfigurěrował, aby cookieje znjemóžnili, " +"zmóžniśo je pšosym zasej, nanejmjenjej za toś to sedło abo za napšašowanja " +"'same-origin'." + +msgid "More information is available with DEBUG=True." +msgstr "Dalšne informacije su k dispoziciji z DEBUG=True." + +msgid "No year specified" +msgstr "Žedno lěto pódane" + +msgid "Date out of range" +msgstr "Datum zwenka wobcerka" + +msgid "No month specified" +msgstr "Žeden mjasec pódany" + +msgid "No day specified" +msgstr "Žeden źeń pódany" + +msgid "No week specified" +msgstr "Žeden tyźeń pódany" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Žedne %(verbose_name_plural)s k dispoziciji" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Pśichodne %(verbose_name_plural)s njejo k dispoziciji, dokulaž " +"%(class_name)s.allow_future jo False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Njepłaśiwy '%(format)s' za datumowy znamuškowy rjeśazk '%(datestr)s' pódany" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Žedno %(verbose_name)s namakane, kótarež wótpowědujo napšašowanjeju." + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Bok njejo 'last', ani njedajo se do 'int' konwertěrowaś." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Njepłaśiwy bok (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Prozna lisćina a '%(class_name)s.allow_empty' jo False." + +msgid "Directory indexes are not allowed here." +msgstr "Zapisowe indekse njejsu how dowólone." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" njeeksistěrujo" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "Django? Web-framework za perfekcionisty z terminami." + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Wersijowe informacije za Django %(version)s " +"pokazaś" + +msgid "The install worked successfully! Congratulations!" +msgstr "Instalacija jo była wuspěšna! Gratulacija!" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Wiźiśo toś ten bok, dokulaž DEBUG=True jo w swójej dataji nastajenjow a njejsćo konfigurěrował " +"URL." + +msgid "Django Documentation" +msgstr "Dokumentacija Django" + +msgid "Topics, references, & how-to's" +msgstr "Temy, reference a rozpokazanja" + +msgid "Tutorial: A Polling App" +msgstr "Rozpokazanje: Napšašowańske nałoženje" + +msgid "Get started with Django" +msgstr "Prědne kšace z Django" + +msgid "Django Community" +msgstr "Zgromaźeństwo Django" + +msgid "Connect, get help, or contribute" +msgstr "Zwězajśo, wobsarajśo se pomoc abo źěłajśo sobu" diff --git a/myvenv/Lib/site-packages/django/conf/locale/el/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/el/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d5c9ba29c2b1bee5633c1932b3a430b5c8f0d13b GIT binary patch literal 34441 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 M*qSVnlKKw*FKjC^Qvd(} literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/el/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/el/LC_MESSAGES/django.po new file mode 100644 index 0000000..881df90 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/el/LC_MESSAGES/django.po @@ -0,0 +1,1299 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Apostolis Bessas , 2013 +# Dimitris Glezos , 2011,2013,2017 +# Giannis Meletakis , 2015 +# Jannis Leidel , 2011 +# Nick Mavrakis , 2017-2019 +# Nikolas Demiridis , 2014 +# Nick Mavrakis , 2016 +# Pãnoș , 2014 +# Pãnoș , 2016 +# Serafeim Papastefanos , 2016 +# Stavros Korokithakis , 2014,2016 +# Yorgos Pagles , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2019-05-23 19:25+0000\n" +"Last-Translator: Nick Mavrakis \n" +"Language-Team: Greek (http://www.transifex.com/django/django/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Αφρικάνς" + +msgid "Arabic" +msgstr "Αραβικά" + +msgid "Asturian" +msgstr "Αστούριας" + +msgid "Azerbaijani" +msgstr "Γλώσσα Αζερμπαϊτζάν" + +msgid "Bulgarian" +msgstr "Βουλγαρικά" + +msgid "Belarusian" +msgstr "Λευκορώσικα" + +msgid "Bengali" +msgstr "Μπενγκάλι" + +msgid "Breton" +msgstr "Βρετονικά" + +msgid "Bosnian" +msgstr "Βοσνιακά" + +msgid "Catalan" +msgstr "Καταλανικά" + +msgid "Czech" +msgstr "Τσέχικα" + +msgid "Welsh" +msgstr "Ουαλικά" + +msgid "Danish" +msgstr "Δανέζικα" + +msgid "German" +msgstr "Γερμανικά" + +msgid "Lower Sorbian" +msgstr "Κάτω Σορβικά" + +msgid "Greek" +msgstr "Ελληνικά" + +msgid "English" +msgstr "Αγγλικά" + +msgid "Australian English" +msgstr "Αγγλικά Αυστραλίας" + +msgid "British English" +msgstr "Αγγλικά Βρετανίας" + +msgid "Esperanto" +msgstr "Εσπεράντο" + +msgid "Spanish" +msgstr "Ισπανικά" + +msgid "Argentinian Spanish" +msgstr "Ισπανικά Αργεντινής" + +msgid "Colombian Spanish" +msgstr "Ισπανικά Κολομβίας" + +msgid "Mexican Spanish" +msgstr "Μεξικανική διάλεκτος Ισπανικών" + +msgid "Nicaraguan Spanish" +msgstr "Ισπανικά Νικαράγουας " + +msgid "Venezuelan Spanish" +msgstr "Ισπανικά Βενεζουέλας" + +msgid "Estonian" +msgstr "Εσθονικά" + +msgid "Basque" +msgstr "Βάσκικα" + +msgid "Persian" +msgstr "Περσικά" + +msgid "Finnish" +msgstr "Φινλανδικά" + +msgid "French" +msgstr "Γαλλικά" + +msgid "Frisian" +msgstr "Frisian" + +msgid "Irish" +msgstr "Ιρλανδικά" + +msgid "Scottish Gaelic" +msgstr "Σκωτσέζικα Γαελικά" + +msgid "Galician" +msgstr "Γαελικά" + +msgid "Hebrew" +msgstr "Εβραϊκά" + +msgid "Hindi" +msgstr "Ινδικά" + +msgid "Croatian" +msgstr "Κροατικά" + +msgid "Upper Sorbian" +msgstr "Άνω Σορβικά" + +msgid "Hungarian" +msgstr "Ουγγρικά" + +msgid "Armenian" +msgstr "Αρμενικά" + +msgid "Interlingua" +msgstr "Ιντερλίνγκουα" + +msgid "Indonesian" +msgstr "Ινδονησιακά" + +msgid "Ido" +msgstr "Ίντο" + +msgid "Icelandic" +msgstr "Ισλανδικά" + +msgid "Italian" +msgstr "Ιταλικά" + +msgid "Japanese" +msgstr "Γιαπωνέζικα" + +msgid "Georgian" +msgstr "Γεωργιανά" + +msgid "Kabyle" +msgstr "Kabyle" + +msgid "Kazakh" +msgstr "Καζακστά" + +msgid "Khmer" +msgstr "Χμερ" + +msgid "Kannada" +msgstr "Κανάντα" + +msgid "Korean" +msgstr "Κορεάτικα" + +msgid "Luxembourgish" +msgstr "Λουξεμβουργιανά" + +msgid "Lithuanian" +msgstr "Λιθουανικά" + +msgid "Latvian" +msgstr "Λεττονικά" + +msgid "Macedonian" +msgstr "Μακεδονικά" + +msgid "Malayalam" +msgstr "Μαλαγιαλάμ" + +msgid "Mongolian" +msgstr "Μογγολικά" + +msgid "Marathi" +msgstr "Μαράθι" + +msgid "Burmese" +msgstr "Βιρμανικά" + +msgid "Norwegian Bokmål" +msgstr "Νορβηγικά Μποκμάλ" + +msgid "Nepali" +msgstr "Νεπαλέζικα" + +msgid "Dutch" +msgstr "Ολλανδικά" + +msgid "Norwegian Nynorsk" +msgstr "Νορβηγική διάλεκτος Nynorsk - Νεονορβηγική" + +msgid "Ossetic" +msgstr "Οσσετικά" + +msgid "Punjabi" +msgstr "Πουντζάμπι" + +msgid "Polish" +msgstr "Πολωνικά" + +msgid "Portuguese" +msgstr "Πορτογαλικά" + +msgid "Brazilian Portuguese" +msgstr "Πορτογαλικά - διάλεκτος Βραζιλίας" + +msgid "Romanian" +msgstr "Ρουμανικά" + +msgid "Russian" +msgstr "Ρωσικά" + +msgid "Slovak" +msgstr "Σλοβακικά" + +msgid "Slovenian" +msgstr "Σλοβενικά" + +msgid "Albanian" +msgstr "Αλβανικά" + +msgid "Serbian" +msgstr "Σερβικά" + +msgid "Serbian Latin" +msgstr "Σέρβικα Λατινικά" + +msgid "Swedish" +msgstr "Σουηδικά" + +msgid "Swahili" +msgstr "Σουαχίλι" + +msgid "Tamil" +msgstr "Διάλεκτος Ταμίλ" + +msgid "Telugu" +msgstr "Τελούγκου" + +msgid "Thai" +msgstr "Ταϊλάνδης" + +msgid "Turkish" +msgstr "Τουρκικά" + +msgid "Tatar" +msgstr "Ταταρικά" + +msgid "Udmurt" +msgstr "Ουντμουρτικά" + +msgid "Ukrainian" +msgstr "Ουκρανικά" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Βιετναμέζικα" + +msgid "Simplified Chinese" +msgstr "Απλοποιημένα Κινέζικα" + +msgid "Traditional Chinese" +msgstr "Παραδοσιακά Κινέζικα" + +msgid "Messages" +msgstr "Μηνύματα" + +msgid "Site Maps" +msgstr "Χάρτες Ιστότοπου" + +msgid "Static Files" +msgstr "Στατικά Αρχεία" + +msgid "Syndication" +msgstr "Syndication" + +msgid "That page number is not an integer" +msgstr "Ο αριθμός αυτής της σελίδας δεν είναι ακέραιος" + +msgid "That page number is less than 1" +msgstr "Ο αριθμός αυτής της σελίδας είναι μικρότερος του 1" + +msgid "That page contains no results" +msgstr "Η σελίδα αυτή δεν περιέχει αποτελέσματα" + +msgid "Enter a valid value." +msgstr "Εισάγετε μια έγκυρη τιμή." + +msgid "Enter a valid URL." +msgstr "Εισάγετε ένα έγκυρο URL." + +msgid "Enter a valid integer." +msgstr "Εισάγετε έναν έγκυρο ακέραιο." + +msgid "Enter a valid email address." +msgstr "Εισάγετε μια έγκυρη διεύθυνση ηλ. ταχυδρομείου." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Εισάγετε ένα έγκυρο 'slug' αποτελούμενο από γράμματα, αριθμούς, παύλες ή " +"κάτω παύλες." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Ένα έγκυρο 'slug' αποτελείται από Unicode γράμματα, αριθμούς, παύλες ή κάτω " +"παύλες." + +msgid "Enter a valid IPv4 address." +msgstr "Εισάγετε μια έγκυρη IPv4 διεύθυνση." + +msgid "Enter a valid IPv6 address." +msgstr "Εισάγετε μία έγκυρη IPv6 διεύθυνση" + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Εισάγετε μία έγκυρη IPv4 ή IPv6 διεύθυνση" + +msgid "Enter only digits separated by commas." +msgstr "Εισάγετε μόνο ψηφία χωρισμένα με κόμματα." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Βεβαιωθείτε ότι η τιμή είναι %(limit_value)s (η τιμή που καταχωρήσατε είναι " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Βεβαιωθείτε ότι η τιμή είναι μικρότερη ή ίση από %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Βεβαιωθείτε ότι η τιμή είναι μεγαλύτερη ή ίση από %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Βεβαιωθείται πως η τιμή αυτή έχει τουλάχιστον %(limit_value)d χαρακτήρες " +"(έχει %(show_value)d)." +msgstr[1] "" +"Βεβαιωθείτε πως η τιμή έχει τουλάχιστον %(limit_value)d χαρακτήρες (έχει " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Βεβαιωθείται πως η τιμή αυτή έχει τοπολύ %(limit_value)d χαρακτήρες (έχει " +"%(show_value)d)." +msgstr[1] "" +"Βεβαιωθείτε πως η τιμή έχει το πολύ %(limit_value)d χαρακτήρες (έχει " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Εισάγετε έναν αριθμό." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +"Σιγουρευτείτε οτι τα σύνολο των ψηφίων δεν είναι παραπάνω από %(max)s" +msgstr[1] "" +"Σιγουρευτείτε οτι τα σύνολο των ψηφίων δεν είναι παραπάνω από %(max)s" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Σιγουρευτείτε ότι το δεκαδικό ψηφίο δεν είναι παραπάνω από %(max)s." +msgstr[1] "Σιγουρευτείτε ότι τα δεκαδικά ψηφία δεν είναι παραπάνω από %(max)s." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Βεβαιωθείτε ότι δεν υπάρχουν πάνω από %(max)s ψηφία πριν την υποδιαστολή." +msgstr[1] "" +"Βεβαιωθείτε ότι δεν υπάρχουν πάνω από %(max)s ψηφία πριν την υποδιαστολή." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" +"Η επέκταση '%(extension)s' του αρχείου δεν επιτρέπεται. Οι επιτρεπόμενες " +"επεκτάσεις είναι: '%(allowed_extensions)s'." + +msgid "Null characters are not allowed." +msgstr "Δεν επιτρέπονται null (μηδενικοί) χαρακτήρες" + +msgid "and" +msgstr "και" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s με αυτή την %(field_labels)s υπάρχει ήδη." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Η τιμή %(value)r δεν είναι έγκυρη επιλογή." + +msgid "This field cannot be null." +msgstr "Το πεδίο αυτό δεν μπορεί να είναι μηδενικό (null)." + +msgid "This field cannot be blank." +msgstr "Το πεδίο αυτό δεν μπορεί να είναι κενό." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s με αυτό το %(field_label)s υπάρχει ήδη." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s πρέπει να είναι μοναδική για %(date_field_label)s " +"%(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Πεδίο τύπου: %(field_type)s" + +msgid "Integer" +msgstr "Ακέραιος" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "Η τιμή '%(value)s' πρέπει να είναι ακέραιος." + +msgid "Big (8 byte) integer" +msgstr "Μεγάλος ακέραιος - big integer (8 bytes)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "Η τιμή '%(value)s' πρέπει να είναι είτε True ή False." + +#, python-format +msgid "'%(value)s' value must be either True, False, or None." +msgstr "Η τιμή '%(value)s' πρέπει να είναι True, False, ή None." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Είτε Αληθές ή Ψευδές)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Συμβολοσειρά (μέχρι %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Ακέραιοι χωρισμένοι με κόμματα" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"Η τιμή του '%(value)s' έχει μια λανθασμένη μορφή ημερομηνίας. Η ημερομηνία " +"θα πρέπει να είναι στην μορφή YYYY-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"Η τιμή '%(value)s' είναι στην σωστή μορφή (YYYY-MM-DD) αλλά είναι μια " +"λανθασμένη ημερομηνία." + +msgid "Date (without time)" +msgstr "Ημερομηνία (χωρίς την ώρα)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"Η τιμή του '%(value)s' έχει μια λανθασμένη μορφή. Η ημερομηνία/ώρα θα πρέπει " +"να είναι στην μορφή YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"Η τιμή '%(value)s' έχει τη σωστή μορφή (YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ]) " +"αλλά δεν αντιστοιχεί σε σωστή ημερομηνία και ώρα." + +msgid "Date (with time)" +msgstr "Ημερομηνία (με ώρα)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "Η τιμή '%(value)s' πρέπει να είναι ακέραιος." + +msgid "Decimal number" +msgstr "Δεκαδικός αριθμός" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"Η τιμή '%(value)s' έχει εσφαλμένη μορφή. Πρέπει να είναι της μορφής [DD] [HH:" +"[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Διάρκεια" + +msgid "Email address" +msgstr "Ηλεκτρονική διεύθυνση" + +msgid "File path" +msgstr "Τοποθεσία αρχείου" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "Η '%(value)s' τιμή πρέπει να είναι δεκαδικός." + +msgid "Floating point number" +msgstr "Αριθμός κινητής υποδιαστολής" + +msgid "IPv4 address" +msgstr "Διεύθυνση IPv4" + +msgid "IP address" +msgstr "IP διεύθυνση" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "Η '%(value)s' τιμή πρέπει είναι είτε None, True ή False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Αληθές, Ψευδές, ή τίποτα)" + +msgid "Positive integer" +msgstr "Θετικός ακέραιος" + +msgid "Positive small integer" +msgstr "Θετικός μικρός ακέραιος" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (μέχρι %(max_length)s)" + +msgid "Small integer" +msgstr "Μικρός ακέραιος" + +msgid "Text" +msgstr "Κείμενο" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"Η τιμή '%(value)s' έχει εσφαλμένη μορφή. Πρέπει να είναι της μορφής HH:MM[:" +"ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"Η τιμή '%(value)s' έχει τη σωστή μορφή (HH:MM[:ss[.uuuuuu]]) αλλά δεν " +"αντιστοιχή σε σωστή ώρα." + +msgid "Time" +msgstr "Ώρα" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Δυαδικά δεδομένα" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' δεν είναι ένα έγκυρο UUID." + +msgid "Universally unique identifier" +msgstr "Καθολικά μοναδικό αναγνωριστικό" + +msgid "File" +msgstr "Αρχείο" + +msgid "Image" +msgstr "Εικόνα" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" +"Το μοντέλο %(model)s με την τιμή %(value)r του πεδίου %(field)s δεν υπάρχει." + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (ο τύπος καθορίζεται από το πεδίο του συσχετισμού)" + +msgid "One-to-one relationship" +msgstr "Σχέση ένα-προς-ένα" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "σχέση %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "σχέσεις %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Σχέση πολλά-προς-πολλά" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Αυτό το πεδίο είναι απαραίτητο." + +msgid "Enter a whole number." +msgstr "Εισάγετε έναν ακέραιο αριθμό." + +msgid "Enter a valid date." +msgstr "Εισάγετε μια έγκυρη ημερομηνία." + +msgid "Enter a valid time." +msgstr "Εισάγετε μια έγκυρη ώρα." + +msgid "Enter a valid date/time." +msgstr "Εισάγετε μια έγκυρη ημερομηνία/ώρα." + +msgid "Enter a valid duration." +msgstr "Εισάγετε μια έγκυρη διάρκεια." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "Ο αριθμός των ημερών πρέπει να είναι μεταξύ {min_days} και {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Δεν έχει υποβληθεί κάποιο αρχείο. Ελέγξτε τον τύπο κωδικοποίησης στη φόρμα." + +msgid "No file was submitted." +msgstr "Δεν υποβλήθηκε κάποιο αρχείο." + +msgid "The submitted file is empty." +msgstr "Το αρχείο που υποβλήθηκε είναι κενό." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Βεβαιωθείται πως το όνομα του αρχείου έχει το πολύ %(max)d χαρακτήρα (το " +"παρόν έχει %(length)d)." +msgstr[1] "" +"Βεβαιωθείται πως το όνομα του αρχείου έχει το πολύ %(max)d χαρακτήρα (το " +"παρόν έχει %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Βεβαιωθείτε ότι είτε έχετε επιλέξει ένα αρχείο για αποστολή είτε έχετε " +"επιλέξει την εκκαθάριση του πεδίου. Δεν είναι δυνατή η επιλογή και των δύο " +"ταυτοχρόνως." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Βεβαιωθείτε ότι το αρχείο που έχετε επιλέξει για αποστολή είναι αρχείο " +"εικόνας. Το τρέχον είτε δεν ήταν εικόνα είτε έχει υποστεί φθορά." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Βεβαιωθείτε ότι έχετε επιλέξει μία έγκυρη επιλογή. Η τιμή %(value)s δεν " +"είναι διαθέσιμη προς επιλογή." + +msgid "Enter a list of values." +msgstr "Εισάγετε μια λίστα τιμών." + +msgid "Enter a complete value." +msgstr "Εισάγετε μια πλήρης τιμή" + +msgid "Enter a valid UUID." +msgstr "Εισάγετε μια έγκυρη UUID." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Κρυφό πεδίο %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Τα δεδομένα του ManagementForm λείπουν ή έχουν αλλοιωθεί" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Παρακαλώ υποβάλλετε %d ή λιγότερες φόρμες." +msgstr[1] "Παρακαλώ υποβάλλετε %d ή λιγότερες φόρμες." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Παρακαλώ υποβάλλετε %d ή περισσότερες φόρμες." +msgstr[1] "Παρακαλώ υποβάλλετε %d ή περισσότερες φόρμες." + +msgid "Order" +msgstr "Ταξινόμηση" + +msgid "Delete" +msgstr "Διαγραφή" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Στο %(field)s έχετε ξαναεισάγει τα ίδια δεδομένα." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Στο %(field)s έχετε ξαναεισάγει τα ίδια δεδομένα. Θα πρέπει να εμφανίζονται " +"μία φορά. " + +#, 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." + +msgid "Please correct the duplicate values below." +msgstr "Έχετε ξαναεισάγει την ίδια τιμη. Βεβαιωθείτε ότι είναι μοναδική." + +msgid "The inline value did not match the parent instance." +msgstr "Η τιμή δεν είναι ίση με την αντίστοιχη τιμή του γονικού object." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Επιλέξτε μια έγκυρη επιλογή. Η επιλογή αυτή δεν είναι μία από τις διαθέσιμες " +"επιλογές." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "Το \"%(pk)s\" δεν είναι έγκυρη τιμή." + +#, 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; ίσως να είναι ασαφής ή να μην υπάρχει." + +msgid "Clear" +msgstr "Εκκαθάριση" + +msgid "Currently" +msgstr "Τώρα" + +msgid "Change" +msgstr "Επεξεργασία" + +msgid "Unknown" +msgstr "Άγνωστο" + +msgid "Yes" +msgstr "Ναι" + +msgid "No" +msgstr "Όχι" + +msgid "yes,no,maybe" +msgstr "ναι,όχι,ίσως" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bytes" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "μμ." + +msgid "a.m." +msgstr "πμ." + +msgid "PM" +msgstr "ΜΜ" + +msgid "AM" +msgstr "ΠΜ" + +msgid "midnight" +msgstr "μεσάνυχτα" + +msgid "noon" +msgstr "μεσημέρι" + +msgid "Monday" +msgstr "Δευτέρα" + +msgid "Tuesday" +msgstr "Τρίτη" + +msgid "Wednesday" +msgstr "Τετάρτη" + +msgid "Thursday" +msgstr "Πέμπτη" + +msgid "Friday" +msgstr "Παρασκευή" + +msgid "Saturday" +msgstr "Σάββατο" + +msgid "Sunday" +msgstr "Κυριακή" + +msgid "Mon" +msgstr "Δευ" + +msgid "Tue" +msgstr "Τρί" + +msgid "Wed" +msgstr "Τετ" + +msgid "Thu" +msgstr "Πέμ" + +msgid "Fri" +msgstr "Παρ" + +msgid "Sat" +msgstr "Σαβ" + +msgid "Sun" +msgstr "Κυρ" + +msgid "January" +msgstr "Ιανουάριος" + +msgid "February" +msgstr "Φεβρουάριος" + +msgid "March" +msgstr "Μάρτιος" + +msgid "April" +msgstr "Απρίλιος" + +msgid "May" +msgstr "Μάιος" + +msgid "June" +msgstr "Ιούνιος" + +msgid "July" +msgstr "Ιούλιος" + +msgid "August" +msgstr "Αύγουστος" + +msgid "September" +msgstr "Σεπτέμβριος" + +msgid "October" +msgstr "Οκτώβριος" + +msgid "November" +msgstr "Νοέμβριος" + +msgid "December" +msgstr "Δεκέμβριος" + +msgid "jan" +msgstr "Ιαν" + +msgid "feb" +msgstr "Φεβ" + +msgid "mar" +msgstr "Μάρ" + +msgid "apr" +msgstr "Απρ" + +msgid "may" +msgstr "Μάι" + +msgid "jun" +msgstr "Ιούν" + +msgid "jul" +msgstr "Ιούλ" + +msgid "aug" +msgstr "Αύγ" + +msgid "sep" +msgstr "Σεπ" + +msgid "oct" +msgstr "Οκτ" + +msgid "nov" +msgstr "Νοέ" + +msgid "dec" +msgstr "Δεκ" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ιαν." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Φεβ." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Μάρτιος" + +msgctxt "abbrev. month" +msgid "April" +msgstr "Απρίλ." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Μάιος" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Ιούν." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Ιούλ." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Αύγ." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Σεπτ." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Οκτ." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Νοέμ." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Δεκ." + +msgctxt "alt. month" +msgid "January" +msgstr "Ιανουαρίου" + +msgctxt "alt. month" +msgid "February" +msgstr "Φεβρουαρίου" + +msgctxt "alt. month" +msgid "March" +msgstr "Μαρτίου" + +msgctxt "alt. month" +msgid "April" +msgstr "Απριλίου" + +msgctxt "alt. month" +msgid "May" +msgstr "Μαΐου" + +msgctxt "alt. month" +msgid "June" +msgstr "Ιουνίου" + +msgctxt "alt. month" +msgid "July" +msgstr "Ιουλίου" + +msgctxt "alt. month" +msgid "August" +msgstr "Αυγούστου" + +msgctxt "alt. month" +msgid "September" +msgstr "Σεπτεμβρίου" + +msgctxt "alt. month" +msgid "October" +msgstr "Οκτωβρίου" + +msgctxt "alt. month" +msgid "November" +msgstr "Νοεμβρίου" + +msgctxt "alt. month" +msgid "December" +msgstr "Δεκεμβρίου" + +msgid "This is not a valid IPv6 address." +msgstr "Αυτή δεν είναι έγκυρη διεύθυνση IPv6." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "ή" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d χρόνος" +msgstr[1] "%d χρόνια" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d μήνας" +msgstr[1] "%d μήνες" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d βδομάδα" +msgstr[1] "%d βδομάδες" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d μέρα" +msgstr[1] "%d μέρες" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d ώρα" +msgstr[1] "%d ώρες" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d λεπτό" +msgstr[1] "%d λεπτά" + +msgid "0 minutes" +msgstr "0 λεπτά" + +msgid "Forbidden" +msgstr "Απαγορευμένο" + +msgid "CSRF verification failed. Request aborted." +msgstr "Η πιστοποίηση CSRF απέτυχε. Το αίτημα ματαιώθηκε." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Βλέπετε αυτό το μήνυμα επειδή αυτή η HTTPS σελίδα απαιτεί από τον Web " +"browser σας να σταλεί ένας 'Referer header', όμως τίποτα δεν στάλθηκε. Αυτός " +"ο header είναι απαραίτητος για λόγους ασφαλείας, για να εξασφαλιστεί ότι ο " +"browser δεν έχει γίνει hijacked από τρίτους." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Αν οι 'Referer' headers είναι απενεργοποιημένοι στον browser σας από εσάς, " +"παρακαλούμε να τους ξανά-ενεργοποιήσετε, τουλάχιστον για αυτό το site ή για " +"τις συνδέσεις HTTPS ή για τα 'same-origin' requests." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Αν χρησιμοποιείτε την ετικέτα ή συμπεριλαμβάνετε την κεφαλίδα (header) 'Referrer-Policy: no-referrer', " +"παρακαλούμε αφαιρέστε τα. Η προστασία CSRF απαιτεί την κεφαλίδα 'Referer' να " +"κάνει αυστηρό έλεγχο στον referer. Αν κύριο μέλημα σας είναι η ιδιωτικότητα, " +"σκεφτείτε να χρησιμοποιήσετε εναλλακτικές μεθόδους όπως για συνδέσμους από άλλες ιστοσελίδες." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Βλέπετε αυτό το μήνυμα επειδή αυτή η σελίδα απαιτεί ένα CSRF cookie, όταν " +"κατατίθενται φόρμες. Αυτό το cookie είναι απαραίτητο για λόγους ασφαλείας, " +"για να εξασφαλιστεί ότι ο browser δεν έχει γίνει hijacked από τρίτους." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Αν τα cookies είναι απενεργοποιημένα στον browser σας από εσάς, παρακαλούμε " +"να τα ξανά-ενεργοποιήσετε, τουλάχιστον για αυτό το site ή για τα 'same-" +"origin' requests." + +msgid "More information is available with DEBUG=True." +msgstr "Περισσότερες πληροφορίες είναι διαθέσιμες με DEBUG=True." + +msgid "No year specified" +msgstr "Δεν έχει οριστεί χρονιά" + +msgid "Date out of range" +msgstr "Ημερομηνία εκτός εύρους" + +msgid "No month specified" +msgstr "Δεν έχει οριστεί μήνας" + +msgid "No day specified" +msgstr "Δεν έχει οριστεί μέρα" + +msgid "No week specified" +msgstr "Δεν έχει οριστεί εβδομάδα" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Δεν υπάρχουν διαθέσιμα %(verbose_name_plural)s" + +#, 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." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"Λανθασμένη αναπαράσταση ημερομηνίας '%(datestr)s' για την επιλεγμένη μορφή " +"'%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Δεν βρέθηκαν %(verbose_name)s που να ικανοποιούν την αναζήτηση." + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" +"Η σελίδα δεν έχει την τιμή 'last' υποδηλώνοντας την τελευταία σελίδα, ούτε " +"μπορεί να μετατραπεί σε ακέραιο." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Άκυρη σελίδα (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Άδεια λίστα και το '%(class_name)s.allow_empty' είναι False." + +msgid "Directory indexes are not allowed here." +msgstr "Τα ευρετήρια καταλόγων δεν επιτρέπονται εδώ." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "Το \"%(path)s\" δεν υπάρχει" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Ευρετήριο του %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "Django: το Web framework για τελειομανείς με προθεσμίες." + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Δείτε τις σημειώσεις κυκλοφορίας για το " +"Django %(version)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Η εγκατάσταση δούλεψε με επιτυχία! Συγχαρητήρια!" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Βλέπετε αυτό το μήνυμα επειδή έχετε DEBUG=True στο αρχείο settings και δεν έχετε ρυθμίσει κανένα URL στο " +"αρχείο urls.py. Στρωθείτε στην δουλειά!" + +msgid "Django Documentation" +msgstr "Εγχειρίδιο Django" + +msgid "Topics, references, & how-to's" +msgstr "Θέματα, αναφορές & \"πως να...\"" + +msgid "Tutorial: A Polling App" +msgstr "Εγχειρίδιο: Ένα App Ψηφοφορίας" + +msgid "Get started with Django" +msgstr "Ξεκινήστε με το Django" + +msgid "Django Community" +msgstr "Κοινότητα Django" + +msgid "Connect, get help, or contribute" +msgstr "Συνδεθείτε, λάβετε βοήθεια, ή συνεισφέρετε" diff --git a/myvenv/Lib/site-packages/django/conf/locale/el/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/el/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/el/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/el/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0a563bd408e437870a22935d7fe1400409c8262 GIT binary patch literal 186 zcmWIL<>g`k0+HIau^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{gJ?#KgyE=4F<|$LkeT-r}&y%}*)KNwou6{27QD0E+}N00000 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/el/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/el/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc9243be488fae8c12bee32be21e759d18318d23 GIT binary patch literal 805 zcmZvaOK+P%5XTpTAMrDGot%B)5UI9rRb*9FX@J;jc!)P~7S)S?w7(Fd+s*awra>q&8yN>)o4@PN;hdv+ndFN0qY2|eJu**Z*+;=-La^<#Q4E}t8pP}aDk)VMo4Yy1~&jYss6dAVYG4=lZtdQrm_QLrRe)(l0k zaK#!a2hmt}vY_cmg5fHfY7O^>)2$K(XHS~uP%|tyJN4`d9gUMmhPmG9xSH&Kl%)5# zwXuy<-L`h~OniR$jAPyurK^!5+_-PEAJ%3y*4ykAF0GS$ILvy}wKr-zKvq z5%0X&ZA4)E8b`AU3Dy>$_yL(j^Uzx)y?D7Qy$&Pz8u)MMkByR7G;z#P)0B0xB&q0w_}K)qVuH1Y-7m!Y=xZ< z2^P`11|GIHLglr{md_PT1DeDx%uGTp#!^i{Dn3G8Y9)tKNy#Ft@YD4@_nriqgPI7H z>q$P8WA>g*Oi%?wu{Ftu|M?=J`QReit+5CdzqBaHwl1#44bpwZfIi6?w_ylTR)bkViO(Y2`8CPYlPFV!Oyd#~T*9Rrk9`^J&gqIh#D8~gzx CN@0=! literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/en/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000..2c52175 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,1527 @@ +# This file is distributed under the same license as the Django package. +# +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2010-05-13 15:35+0200\n" +"Last-Translator: Django team\n" +"Language-Team: English \n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: conf/global_settings.py:52 +msgid "Afrikaans" +msgstr "" + +#: conf/global_settings.py:53 +msgid "Arabic" +msgstr "" + +#: conf/global_settings.py:54 +msgid "Asturian" +msgstr "" + +#: conf/global_settings.py:55 +msgid "Azerbaijani" +msgstr "" + +#: conf/global_settings.py:56 +msgid "Bulgarian" +msgstr "" + +#: conf/global_settings.py:57 +msgid "Belarusian" +msgstr "" + +#: conf/global_settings.py:58 +msgid "Bengali" +msgstr "" + +#: conf/global_settings.py:59 +msgid "Breton" +msgstr "" + +#: conf/global_settings.py:60 +msgid "Bosnian" +msgstr "" + +#: conf/global_settings.py:61 +msgid "Catalan" +msgstr "" + +#: conf/global_settings.py:62 +msgid "Czech" +msgstr "" + +#: conf/global_settings.py:63 +msgid "Welsh" +msgstr "" + +#: conf/global_settings.py:64 +msgid "Danish" +msgstr "" + +#: conf/global_settings.py:65 +msgid "German" +msgstr "" + +#: conf/global_settings.py:66 +msgid "Lower Sorbian" +msgstr "" + +#: conf/global_settings.py:67 +msgid "Greek" +msgstr "" + +#: conf/global_settings.py:68 +msgid "English" +msgstr "" + +#: conf/global_settings.py:69 +msgid "Australian English" +msgstr "" + +#: conf/global_settings.py:70 +msgid "British English" +msgstr "" + +#: conf/global_settings.py:71 +msgid "Esperanto" +msgstr "" + +#: conf/global_settings.py:72 +msgid "Spanish" +msgstr "" + +#: conf/global_settings.py:73 +msgid "Argentinian Spanish" +msgstr "" + +#: conf/global_settings.py:74 +msgid "Colombian Spanish" +msgstr "" + +#: conf/global_settings.py:75 +msgid "Mexican Spanish" +msgstr "" + +#: conf/global_settings.py:76 +msgid "Nicaraguan Spanish" +msgstr "" + +#: conf/global_settings.py:77 +msgid "Venezuelan Spanish" +msgstr "" + +#: conf/global_settings.py:78 +msgid "Estonian" +msgstr "" + +#: conf/global_settings.py:79 +msgid "Basque" +msgstr "" + +#: conf/global_settings.py:80 +msgid "Persian" +msgstr "" + +#: conf/global_settings.py:81 +msgid "Finnish" +msgstr "" + +#: conf/global_settings.py:82 +msgid "French" +msgstr "" + +#: conf/global_settings.py:83 +msgid "Frisian" +msgstr "" + +#: conf/global_settings.py:84 +msgid "Irish" +msgstr "" + +#: conf/global_settings.py:85 +msgid "Scottish Gaelic" +msgstr "" + +#: conf/global_settings.py:86 +msgid "Galician" +msgstr "" + +#: conf/global_settings.py:87 +msgid "Hebrew" +msgstr "" + +#: conf/global_settings.py:88 +msgid "Hindi" +msgstr "" + +#: conf/global_settings.py:89 +msgid "Croatian" +msgstr "" + +#: conf/global_settings.py:90 +msgid "Upper Sorbian" +msgstr "" + +#: conf/global_settings.py:91 +msgid "Hungarian" +msgstr "" + +#: conf/global_settings.py:92 +msgid "Armenian" +msgstr "" + +#: conf/global_settings.py:93 +msgid "Interlingua" +msgstr "" + +#: conf/global_settings.py:94 +msgid "Indonesian" +msgstr "" + +#: conf/global_settings.py:95 +msgid "Ido" +msgstr "" + +#: conf/global_settings.py:96 +msgid "Icelandic" +msgstr "" + +#: conf/global_settings.py:97 +msgid "Italian" +msgstr "" + +#: conf/global_settings.py:98 +msgid "Japanese" +msgstr "" + +#: conf/global_settings.py:99 +msgid "Georgian" +msgstr "" + +#: conf/global_settings.py:100 +msgid "Kabyle" +msgstr "" + +#: conf/global_settings.py:101 +msgid "Kazakh" +msgstr "" + +#: conf/global_settings.py:102 +msgid "Khmer" +msgstr "" + +#: conf/global_settings.py:103 +msgid "Kannada" +msgstr "" + +#: conf/global_settings.py:104 +msgid "Korean" +msgstr "" + +#: conf/global_settings.py:105 +msgid "Luxembourgish" +msgstr "" + +#: conf/global_settings.py:106 +msgid "Lithuanian" +msgstr "" + +#: conf/global_settings.py:107 +msgid "Latvian" +msgstr "" + +#: conf/global_settings.py:108 +msgid "Macedonian" +msgstr "" + +#: conf/global_settings.py:109 +msgid "Malayalam" +msgstr "" + +#: conf/global_settings.py:110 +msgid "Mongolian" +msgstr "" + +#: conf/global_settings.py:111 +msgid "Marathi" +msgstr "" + +#: conf/global_settings.py:112 +msgid "Burmese" +msgstr "" + +#: conf/global_settings.py:113 +msgid "Norwegian Bokmål" +msgstr "" + +#: conf/global_settings.py:114 +msgid "Nepali" +msgstr "" + +#: conf/global_settings.py:115 +msgid "Dutch" +msgstr "" + +#: conf/global_settings.py:116 +msgid "Norwegian Nynorsk" +msgstr "" + +#: conf/global_settings.py:117 +msgid "Ossetic" +msgstr "" + +#: conf/global_settings.py:118 +msgid "Punjabi" +msgstr "" + +#: conf/global_settings.py:119 +msgid "Polish" +msgstr "" + +#: conf/global_settings.py:120 +msgid "Portuguese" +msgstr "" + +#: conf/global_settings.py:121 +msgid "Brazilian Portuguese" +msgstr "" + +#: conf/global_settings.py:122 +msgid "Romanian" +msgstr "" + +#: conf/global_settings.py:123 +msgid "Russian" +msgstr "" + +#: conf/global_settings.py:124 +msgid "Slovak" +msgstr "" + +#: conf/global_settings.py:125 +msgid "Slovenian" +msgstr "" + +#: conf/global_settings.py:126 +msgid "Albanian" +msgstr "" + +#: conf/global_settings.py:127 +msgid "Serbian" +msgstr "" + +#: conf/global_settings.py:128 +msgid "Serbian Latin" +msgstr "" + +#: conf/global_settings.py:129 +msgid "Swedish" +msgstr "" + +#: conf/global_settings.py:130 +msgid "Swahili" +msgstr "" + +#: conf/global_settings.py:131 +msgid "Tamil" +msgstr "" + +#: conf/global_settings.py:132 +msgid "Telugu" +msgstr "" + +#: conf/global_settings.py:133 +msgid "Thai" +msgstr "" + +#: conf/global_settings.py:134 +msgid "Turkish" +msgstr "" + +#: conf/global_settings.py:135 +msgid "Tatar" +msgstr "" + +#: conf/global_settings.py:136 +msgid "Udmurt" +msgstr "" + +#: conf/global_settings.py:137 +msgid "Ukrainian" +msgstr "" + +#: conf/global_settings.py:138 +msgid "Urdu" +msgstr "" + +#: conf/global_settings.py:139 +msgid "Vietnamese" +msgstr "" + +#: conf/global_settings.py:140 +msgid "Simplified Chinese" +msgstr "" + +#: conf/global_settings.py:141 +msgid "Traditional Chinese" +msgstr "" + +#: contrib/messages/apps.py:7 +msgid "Messages" +msgstr "" + +#: contrib/sitemaps/apps.py:7 +msgid "Site Maps" +msgstr "" + +#: contrib/staticfiles/apps.py:9 +msgid "Static Files" +msgstr "" + +#: contrib/syndication/apps.py:7 +msgid "Syndication" +msgstr "" + +#: core/paginator.py:45 +msgid "That page number is not an integer" +msgstr "" + +#: core/paginator.py:47 +msgid "That page number is less than 1" +msgstr "" + +#: core/paginator.py:52 +msgid "That page contains no results" +msgstr "" + +#: core/validators.py:31 +msgid "Enter a valid value." +msgstr "" + +#: core/validators.py:102 forms/fields.py:658 +msgid "Enter a valid URL." +msgstr "" + +#: core/validators.py:154 +msgid "Enter a valid integer." +msgstr "" + +#: core/validators.py:165 +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +#: core/validators.py:239 +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" + +#: core/validators.py:246 +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +#: core/validators.py:255 core/validators.py:275 +msgid "Enter a valid IPv4 address." +msgstr "" + +#: core/validators.py:260 core/validators.py:276 +msgid "Enter a valid IPv6 address." +msgstr "" + +#: core/validators.py:270 core/validators.py:274 +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "" + +#: core/validators.py:304 +msgid "Enter only digits separated by commas." +msgstr "" + +#: core/validators.py:310 +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#: core/validators.py:342 +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#: core/validators.py:351 +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#: core/validators.py:361 +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:376 +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:395 forms/fields.py:290 forms/fields.py:325 +msgid "Enter a number." +msgstr "" + +#: core/validators.py:397 +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:402 +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:407 +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#: core/validators.py:469 +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" + +#: core/validators.py:521 +msgid "Null characters are not allowed." +msgstr "" + +#: db/models/base.py:1156 forms/models.py:756 +msgid "and" +msgstr "" + +#: db/models/base.py:1158 +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#: db/models/fields/__init__.py:104 +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +#: db/models/fields/__init__.py:105 +msgid "This field cannot be null." +msgstr "" + +#: db/models/fields/__init__.py:106 +msgid "This field cannot be blank." +msgstr "" + +#: db/models/fields/__init__.py:107 +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "" + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#: db/models/fields/__init__.py:111 +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#: db/models/fields/__init__.py:128 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +#: db/models/fields/__init__.py:899 db/models/fields/__init__.py:1766 +msgid "Integer" +msgstr "" + +#: db/models/fields/__init__.py:903 db/models/fields/__init__.py:1764 +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +#: db/models/fields/__init__.py:978 db/models/fields/__init__.py:1832 +msgid "Big (8 byte) integer" +msgstr "" + +#: db/models/fields/__init__.py:990 +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +#: db/models/fields/__init__.py:991 +#, python-format +msgid "'%(value)s' value must be either True, False, or None." +msgstr "" + +#: db/models/fields/__init__.py:993 +msgid "Boolean (Either True or False)" +msgstr "" + +#: db/models/fields/__init__.py:1034 +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +#: db/models/fields/__init__.py:1098 +msgid "Comma-separated integers" +msgstr "" + +#: db/models/fields/__init__.py:1147 +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#: db/models/fields/__init__.py:1149 db/models/fields/__init__.py:1292 +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +#: db/models/fields/__init__.py:1152 +msgid "Date (without time)" +msgstr "" + +#: db/models/fields/__init__.py:1290 +#, python-format +msgid "" +"'%(value)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:1294 +#, python-format +msgid "" +"'%(value)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:1298 +msgid "Date (with time)" +msgstr "" + +#: db/models/fields/__init__.py:1446 +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +#: db/models/fields/__init__.py:1448 +msgid "Decimal number" +msgstr "" + +#: db/models/fields/__init__.py:1587 +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +#: db/models/fields/__init__.py:1590 +msgid "Duration" +msgstr "" + +#: db/models/fields/__init__.py:1640 +msgid "Email address" +msgstr "" + +#: db/models/fields/__init__.py:1663 +msgid "File path" +msgstr "" + +#: db/models/fields/__init__.py:1729 +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +#: db/models/fields/__init__.py:1731 +msgid "Floating point number" +msgstr "" + +#: db/models/fields/__init__.py:1848 +msgid "IPv4 address" +msgstr "" + +#: db/models/fields/__init__.py:1879 +msgid "IP address" +msgstr "" + +#: db/models/fields/__init__.py:1959 db/models/fields/__init__.py:1960 +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +#: db/models/fields/__init__.py:1962 +msgid "Boolean (Either True, False or None)" +msgstr "" + +#: db/models/fields/__init__.py:1997 +msgid "Positive integer" +msgstr "" + +#: db/models/fields/__init__.py:2010 +msgid "Positive small integer" +msgstr "" + +#: db/models/fields/__init__.py:2024 +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +#: db/models/fields/__init__.py:2056 +msgid "Small integer" +msgstr "" + +#: db/models/fields/__init__.py:2063 +msgid "Text" +msgstr "" + +#: db/models/fields/__init__.py:2091 +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#: db/models/fields/__init__.py:2093 +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +#: db/models/fields/__init__.py:2096 +msgid "Time" +msgstr "" + +#: db/models/fields/__init__.py:2222 +msgid "URL" +msgstr "" + +#: db/models/fields/__init__.py:2244 +msgid "Raw binary data" +msgstr "" + +#: db/models/fields/__init__.py:2294 +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +#: db/models/fields/__init__.py:2296 +msgid "Universally unique identifier" +msgstr "" + +#: db/models/fields/files.py:221 +msgid "File" +msgstr "" + +#: db/models/fields/files.py:360 +msgid "Image" +msgstr "" + +#: db/models/fields/related.py:778 +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +#: db/models/fields/related.py:780 +msgid "Foreign Key (type determined by related field)" +msgstr "" + +#: db/models/fields/related.py:1007 +msgid "One-to-one relationship" +msgstr "" + +#: db/models/fields/related.py:1057 +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#: db/models/fields/related.py:1058 +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +#: db/models/fields/related.py:1100 +msgid "Many-to-many relationship" +msgstr "" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the label +#: forms/boundfield.py:146 +msgid ":?.!" +msgstr "" + +#: forms/fields.py:53 +msgid "This field is required." +msgstr "" + +#: forms/fields.py:245 +msgid "Enter a whole number." +msgstr "" + +#: forms/fields.py:396 forms/fields.py:1126 +msgid "Enter a valid date." +msgstr "" + +#: forms/fields.py:420 forms/fields.py:1127 +msgid "Enter a valid time." +msgstr "" + +#: forms/fields.py:442 +msgid "Enter a valid date/time." +msgstr "" + +#: forms/fields.py:471 +msgid "Enter a valid duration." +msgstr "" + +#: forms/fields.py:472 +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "" + +#: forms/fields.py:532 +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" + +#: forms/fields.py:533 +msgid "No file was submitted." +msgstr "" + +#: forms/fields.py:534 +msgid "The submitted file is empty." +msgstr "" + +#: forms/fields.py:536 +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +#: forms/fields.py:539 +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" + +#: forms/fields.py:600 +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" + +#: forms/fields.py:762 forms/fields.py:852 forms/models.py:1270 +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +#: forms/fields.py:853 forms/fields.py:968 forms/models.py:1269 +msgid "Enter a list of values." +msgstr "" + +#: forms/fields.py:969 +msgid "Enter a complete value." +msgstr "" + +#: forms/fields.py:1185 +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +#: forms/forms.py:86 +msgid ":" +msgstr "" + +#: forms/forms.py:212 +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +#: forms/formsets.py:91 +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#: forms/formsets.py:338 +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#: forms/formsets.py:345 +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +#: forms/formsets.py:371 forms/formsets.py:373 +msgid "Order" +msgstr "" + +#: forms/formsets.py:375 +msgid "Delete" +msgstr "" + +#: forms/models.py:751 +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#: forms/models.py:755 +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#: forms/models.py:761 +#, 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 "" + +#: forms/models.py:770 +msgid "Please correct the duplicate values below." +msgstr "" + +#: forms/models.py:1091 +msgid "The inline value did not match the parent instance." +msgstr "" + +#: forms/models.py:1158 +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#: forms/models.py:1272 +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "" + +#: forms/utils.py:162 +#, 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:383 +msgid "Clear" +msgstr "" + +#: forms/widgets.py:384 +msgid "Currently" +msgstr "" + +#: forms/widgets.py:385 +msgid "Change" +msgstr "" + +#: forms/widgets.py:699 +msgid "Unknown" +msgstr "" + +#: forms/widgets.py:700 +msgid "Yes" +msgstr "" + +#: forms/widgets.py:701 +msgid "No" +msgstr "" + +#: template/defaultfilters.py:788 +msgid "yes,no,maybe" +msgstr "" + +#: template/defaultfilters.py:817 template/defaultfilters.py:834 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#: template/defaultfilters.py:836 +#, python-format +msgid "%s KB" +msgstr "" + +#: template/defaultfilters.py:838 +#, python-format +msgid "%s MB" +msgstr "" + +#: template/defaultfilters.py:840 +#, python-format +msgid "%s GB" +msgstr "" + +#: template/defaultfilters.py:842 +#, python-format +msgid "%s TB" +msgstr "" + +#: template/defaultfilters.py:844 +#, python-format +msgid "%s PB" +msgstr "" + +#: utils/dateformat.py:62 +msgid "p.m." +msgstr "" + +#: utils/dateformat.py:63 +msgid "a.m." +msgstr "" + +#: utils/dateformat.py:68 +msgid "PM" +msgstr "" + +#: utils/dateformat.py:69 +msgid "AM" +msgstr "" + +#: utils/dateformat.py:150 +msgid "midnight" +msgstr "" + +#: utils/dateformat.py:152 +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:14 +msgid "January" +msgstr "" + +#: utils/dates.py:14 +msgid "February" +msgstr "" + +#: utils/dates.py:14 +msgid "March" +msgstr "" + +#: utils/dates.py:14 +msgid "April" +msgstr "" + +#: utils/dates.py:14 +msgid "May" +msgstr "" + +#: utils/dates.py:14 +msgid "June" +msgstr "" + +#: utils/dates.py:15 +msgid "July" +msgstr "" + +#: utils/dates.py:15 +msgid "August" +msgstr "" + +#: utils/dates.py:15 +msgid "September" +msgstr "" + +#: utils/dates.py:15 +msgid "October" +msgstr "" + +#: utils/dates.py:15 +msgid "November" +msgstr "" + +#: utils/dates.py:16 +msgid "December" +msgstr "" + +#: utils/dates.py:19 +msgid "jan" +msgstr "" + +#: utils/dates.py:19 +msgid "feb" +msgstr "" + +#: utils/dates.py:19 +msgid "mar" +msgstr "" + +#: utils/dates.py:19 +msgid "apr" +msgstr "" + +#: utils/dates.py:19 +msgid "may" +msgstr "" + +#: utils/dates.py:19 +msgid "jun" +msgstr "" + +#: utils/dates.py:20 +msgid "jul" +msgstr "" + +#: utils/dates.py:20 +msgid "aug" +msgstr "" + +#: utils/dates.py:20 +msgid "sep" +msgstr "" + +#: utils/dates.py:20 +msgid "oct" +msgstr "" + +#: utils/dates.py:20 +msgid "nov" +msgstr "" + +#: utils/dates.py:20 +msgid "dec" +msgstr "" + +#: utils/dates.py:23 +msgctxt "abbrev. month" +msgid "Jan." +msgstr "" + +#: utils/dates.py:24 +msgctxt "abbrev. month" +msgid "Feb." +msgstr "" + +#: utils/dates.py:25 +msgctxt "abbrev. month" +msgid "March" +msgstr "" + +#: utils/dates.py:26 +msgctxt "abbrev. month" +msgid "April" +msgstr "" + +#: utils/dates.py:27 +msgctxt "abbrev. month" +msgid "May" +msgstr "" + +#: utils/dates.py:28 +msgctxt "abbrev. month" +msgid "June" +msgstr "" + +#: utils/dates.py:29 +msgctxt "abbrev. month" +msgid "July" +msgstr "" + +#: utils/dates.py:30 +msgctxt "abbrev. month" +msgid "Aug." +msgstr "" + +#: utils/dates.py:31 +msgctxt "abbrev. month" +msgid "Sept." +msgstr "" + +#: utils/dates.py:32 +msgctxt "abbrev. month" +msgid "Oct." +msgstr "" + +#: utils/dates.py:33 +msgctxt "abbrev. month" +msgid "Nov." +msgstr "" + +#: utils/dates.py:34 +msgctxt "abbrev. month" +msgid "Dec." +msgstr "" + +#: utils/dates.py:37 +msgctxt "alt. month" +msgid "January" +msgstr "" + +#: utils/dates.py:38 +msgctxt "alt. month" +msgid "February" +msgstr "" + +#: utils/dates.py:39 +msgctxt "alt. month" +msgid "March" +msgstr "" + +#: utils/dates.py:40 +msgctxt "alt. month" +msgid "April" +msgstr "" + +#: utils/dates.py:41 +msgctxt "alt. month" +msgid "May" +msgstr "" + +#: utils/dates.py:42 +msgctxt "alt. month" +msgid "June" +msgstr "" + +#: utils/dates.py:43 +msgctxt "alt. month" +msgid "July" +msgstr "" + +#: utils/dates.py:44 +msgctxt "alt. month" +msgid "August" +msgstr "" + +#: utils/dates.py:45 +msgctxt "alt. month" +msgid "September" +msgstr "" + +#: utils/dates.py:46 +msgctxt "alt. month" +msgid "October" +msgstr "" + +#: utils/dates.py:47 +msgctxt "alt. month" +msgid "November" +msgstr "" + +#: utils/dates.py:48 +msgctxt "alt. month" +msgid "December" +msgstr "" + +#: utils/ipv6.py:8 +msgid "This is not a valid IPv6 address." +msgstr "" + +#: utils/text.py:67 +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +#: utils/text.py:233 +msgid "or" +msgstr "" + +#. Translators: This string is used as a separator between list elements +#: utils/text.py:252 utils/timesince.py:83 +msgid ", " +msgstr "" + +#: utils/timesince.py:9 +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:10 +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:11 +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:12 +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:13 +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:14 +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: utils/timesince.py:72 +msgid "0 minutes" +msgstr "" + +#: views/csrf.py:110 +msgid "Forbidden" +msgstr "" + +#: views/csrf.py:111 +msgid "CSRF verification failed. Request aborted." +msgstr "" + +#: views/csrf.py:115 +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +#: views/csrf.py:120 +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +#: views/csrf.py:124 +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +#: views/csrf.py:132 +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +#: views/csrf.py:137 +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +#: views/csrf.py:142 +msgid "More information is available with DEBUG=True." +msgstr "" + +#: views/generic/dates.py:41 +msgid "No year specified" +msgstr "" + +#: views/generic/dates.py:61 views/generic/dates.py:111 +#: views/generic/dates.py:208 +msgid "Date out of range" +msgstr "" + +#: views/generic/dates.py:90 +msgid "No month specified" +msgstr "" + +#: views/generic/dates.py:142 +msgid "No day specified" +msgstr "" + +#: views/generic/dates.py:188 +msgid "No week specified" +msgstr "" + +#: views/generic/dates.py:338 views/generic/dates.py:367 +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "" + +#: views/generic/dates.py:589 +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" + +#: views/generic/dates.py:623 +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" + +#: views/generic/detail.py:54 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "" + +#: views/generic/list.py:67 +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "" + +#: views/generic/list.py:72 +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#: views/generic/list.py:154 +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "" + +#: views/static.py:40 +msgid "Directory indexes are not allowed here." +msgstr "" + +#: views/static.py:42 +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "" + +#: views/static.py:80 +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +#: views/templates/default_urlconf.html:6 +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#: views/templates/default_urlconf.html:345 +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +#: views/templates/default_urlconf.html:367 +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#: views/templates/default_urlconf.html:368 +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +#: views/templates/default_urlconf.html:383 +msgid "Django Documentation" +msgstr "" + +#: views/templates/default_urlconf.html:384 +msgid "Topics, references, & how-to's" +msgstr "" + +#: views/templates/default_urlconf.html:395 +msgid "Tutorial: A Polling App" +msgstr "" + +#: views/templates/default_urlconf.html:396 +msgid "Get started with Django" +msgstr "" + +#: views/templates/default_urlconf.html:407 +msgid "Django Community" +msgstr "" + +#: views/templates/default_urlconf.html:408 +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/myvenv/Lib/site-packages/django/conf/locale/en/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/en/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/en/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/en/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3036abb037a3d23abcb9f7f7368613875f545c51 GIT binary patch literal 186 zcmWIL<>g`k0+HIau^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{gJ?#l**F=4F<|$LkeT-r}&y%}*)KNwou6{27QD0EUOMD;> zd>szCa_XH^FR*SNbtpUX?EHVT|M6O~RjrmNvRdDMeEi8!)UQOOSA~c-Xouql3_j}N@J6F2@i1yxixFxb*~e`Dt7`ro^}#mNx#2w#FlRFs`2(A5q%4qZ_(=Pq*)~ zkWJ1FW`$ed7US( aj9!wIqmP2gP$d53*bM#O_?@dI=l=peBF%^Z literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/en/formats.py b/myvenv/Lib/site-packages/django/conf/locale/en/formats.py new file mode 100644 index 0000000..74abad5 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/en/formats.py @@ -0,0 +1,40 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'N j, Y' +TIME_FORMAT = 'P' +DATETIME_FORMAT = 'N j, Y, P' +YEAR_MONTH_FORMAT = 'F Y' +MONTH_DAY_FORMAT = 'F j' +SHORT_DATE_FORMAT = 'm/d/Y' +SHORT_DATETIME_FORMAT = 'm/d/Y P' +FIRST_DAY_OF_WEEK = 0 # Sunday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Kept ISO formats as they are in first position +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' +] +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' +] +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +NUMBER_GROUPING = 3 diff --git a/myvenv/Lib/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7fbbf94032b5216537c202ae9d18ff8d3607a250 GIT binary patch literal 16288 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, 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-15 16:15+0100\n" +"PO-Revision-Date: 2017-11-16 01:13+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: English (Australia) (http://www.transifex.com/django/django/" +"language/en_AU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_AU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikaans" + +msgid "Arabic" +msgstr "Arabic" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azerbaijani" + +msgid "Bulgarian" +msgstr "Bulgarian" + +msgid "Belarusian" +msgstr "Belarusian" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "Breton" + +msgid "Bosnian" +msgstr "Bosnian" + +msgid "Catalan" +msgstr "Catalan" + +msgid "Czech" +msgstr "Czech" + +msgid "Welsh" +msgstr "Welsh" + +msgid "Danish" +msgstr "Danish" + +msgid "German" +msgstr "German" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Greek" + +msgid "English" +msgstr "English" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "British English" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanish" + +msgid "Argentinian Spanish" +msgstr "Argentinian Spanish" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Mexican Spanish" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguan Spanish" + +msgid "Venezuelan Spanish" +msgstr "Venezuelan Spanish" + +msgid "Estonian" +msgstr "Estonian" + +msgid "Basque" +msgstr "Basque" + +msgid "Persian" +msgstr "Persian" + +msgid "Finnish" +msgstr "Finnish" + +msgid "French" +msgstr "French" + +msgid "Frisian" +msgstr "Frisian" + +msgid "Irish" +msgstr "Irish" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galician" + +msgid "Hebrew" +msgstr "Hebrew" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croatian" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hungarian" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesian" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Icelandic" + +msgid "Italian" +msgstr "Italian" + +msgid "Japanese" +msgstr "Japanese" + +msgid "Georgian" +msgstr "Georgian" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Korean" + +msgid "Luxembourgish" +msgstr "Luxembourgish" + +msgid "Lithuanian" +msgstr "Lithuanian" + +msgid "Latvian" +msgstr "Latvian" + +msgid "Macedonian" +msgstr "Macedonian" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolian" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "Burmese" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Dutch" + +msgid "Norwegian Nynorsk" +msgstr "Norwegian Nynorsk" + +msgid "Ossetic" +msgstr "Ossetic" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polish" + +msgid "Portuguese" +msgstr "Portuguese" + +msgid "Brazilian Portuguese" +msgstr "Brazilian Portuguese" + +msgid "Romanian" +msgstr "Romanian" + +msgid "Russian" +msgstr "Russian" + +msgid "Slovak" +msgstr "Slovak" + +msgid "Slovenian" +msgstr "Slovenian" + +msgid "Albanian" +msgstr "Albanian" + +msgid "Serbian" +msgstr "Serbian" + +msgid "Serbian Latin" +msgstr "Serbian Latin" + +msgid "Swedish" +msgstr "Swedish" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Turkish" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ukrainian" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamese" + +msgid "Simplified Chinese" +msgstr "Simplified Chinese" + +msgid "Traditional Chinese" +msgstr "Traditional Chinese" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Enter a valid value." + +msgid "Enter a valid URL." +msgstr "Enter a valid URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "Enter a valid email address." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Enter a valid IPv4 address." + +msgid "Enter a valid IPv6 address." +msgstr "Enter a valid IPv6 address." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Enter a valid IPv4 or IPv6 address." + +msgid "Enter only digits separated by commas." +msgstr "Enter only digits separated by commas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Ensure this value is %(limit_value)s (it is %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ensure this value is less than or equal to %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ensure this value is greater than or equal to %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgstr[1] "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgstr[1] "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Ensure that there are no more than %(max)s digit in total." +msgstr[1] "Ensure that there are no more than %(max)s digits in total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Ensure that there are no more than %(max)s decimal place." +msgstr[1] "Ensure that there are no more than %(max)s decimal places." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgstr[1] "" +"Ensure that there are no more than %(max)s digits before the decimal point." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "and" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "This field cannot be null." + +msgid "This field cannot be blank." +msgstr "This field cannot be blank." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s with this %(field_label)s already exists." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Field of type: %(field_type)s" + +msgid "Integer" +msgstr "Integer" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) integer" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Either True or False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (up to %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Comma-separated integers" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Date (without time)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Date (with time)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimal number" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Email address" + +msgid "File path" +msgstr "File path" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Floating point number" + +msgid "IPv4 address" +msgstr "IPv4 address" + +msgid "IP address" +msgstr "IP address" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Either True, False or None)" + +msgid "Positive integer" +msgstr "Positive integer" + +msgid "Positive small integer" +msgstr "Positive small integer" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (up to %(max_length)s)" + +msgid "Small integer" +msgstr "Small integer" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Time" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Raw binary data" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "File" + +msgid "Image" +msgstr "Image" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (type determined by related field)" + +msgid "One-to-one relationship" +msgstr "One-to-one relationship" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Many-to-many relationship" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "This field is required." + +msgid "Enter a whole number." +msgstr "Enter a whole number." + +msgid "Enter a number." +msgstr "Enter a number." + +msgid "Enter a valid date." +msgstr "Enter a valid date." + +msgid "Enter a valid time." +msgstr "Enter a valid time." + +msgid "Enter a valid date/time." +msgstr "Enter a valid date/time." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "No file was submitted. Check the encoding type on the form." + +msgid "No file was submitted." +msgstr "No file was submitted." + +msgid "The submitted file is empty." +msgstr "The submitted file is empty." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Ensure this filename has at most %(max)d character (it has %(length)d)." +msgstr[1] "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Please either submit a file or check the clear checkbox, not both." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Select a valid choice. %(value)s is not one of the available choices." + +msgid "Enter a list of values." +msgstr "Enter a list of values." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Hidden field %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Please submit %d or fewer forms." +msgstr[1] "Please submit %d or fewer forms." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Order" + +msgid "Delete" +msgstr "Delete" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Please correct the duplicate data for %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Please correct the duplicate data for %(field)s, which must be unique." + +#, 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 "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Please correct the duplicate values below." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Select a valid choice. That choice is not one of the available choices." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "" + +#, 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 couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." + +msgid "Clear" +msgstr "Clear" + +msgid "Currently" +msgstr "Currently" + +msgid "Change" +msgstr "Change" + +msgid "Unknown" +msgstr "Unknown" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "yes,no,maybe" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "midnight" + +msgid "noon" +msgstr "noon" + +msgid "Monday" +msgstr "Monday" + +msgid "Tuesday" +msgstr "Tuesday" + +msgid "Wednesday" +msgstr "Wednesday" + +msgid "Thursday" +msgstr "Thursday" + +msgid "Friday" +msgstr "Friday" + +msgid "Saturday" +msgstr "Saturday" + +msgid "Sunday" +msgstr "Sunday" + +msgid "Mon" +msgstr "Mon" + +msgid "Tue" +msgstr "Tue" + +msgid "Wed" +msgstr "Wed" + +msgid "Thu" +msgstr "Thu" + +msgid "Fri" +msgstr "Fri" + +msgid "Sat" +msgstr "Sat" + +msgid "Sun" +msgstr "Sun" + +msgid "January" +msgstr "January" + +msgid "February" +msgstr "February" + +msgid "March" +msgstr "March" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "May" + +msgid "June" +msgstr "June" + +msgid "July" +msgstr "July" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "October" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "December" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "March" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month" +msgid "June" +msgstr "June" + +msgctxt "abbrev. month" +msgid "July" +msgstr "July" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "January" + +msgctxt "alt. month" +msgid "February" +msgstr "February" + +msgctxt "alt. month" +msgid "March" +msgstr "March" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "May" + +msgctxt "alt. month" +msgid "June" +msgstr "June" + +msgctxt "alt. month" +msgid "July" +msgstr "July" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "October" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "or" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d year" +msgstr[1] "%d years" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d month" +msgstr[1] "%d months" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d week" +msgstr[1] "%d weeks" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d day" +msgstr[1] "%d days" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hour" +msgstr[1] "%d hours" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minute" +msgstr[1] "%d minutes" + +msgid "0 minutes" +msgstr "0 minutes" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "No year specified" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "No month specified" + +msgid "No day specified" +msgstr "No day specified" + +msgid "No week specified" +msgstr "No week specified" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No %(verbose_name_plural)s available" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Invalid date string '%(datestr)s' given format '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No %(verbose_name)s found matching the query" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Page is not 'last', nor can it be converted to an int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Invalid page (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Empty list and '%(class_name)s.allow_empty' is False." + +msgid "Directory indexes are not allowed here." +msgstr "Directory indexes are not allowed here." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" does not exist" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index of %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to's" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/myvenv/Lib/site-packages/django/conf/locale/en_AU/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/en_AU/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/en_AU/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/en_AU/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd688a4bf1997191e73e2f63af33dd72d4e341de GIT binary patch literal 189 zcmWIL<>g`k0+HIau^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o11$*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU zKPCl2CFkd*#pHmrq{gJ?#XE+^#K&jmWtPOp>lIYq;;_lhPbtkwwFBAx8HgDGCGRr& literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/en_AU/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/en_AU/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b7d7212ed483e67b7562f633e7ca9c016e8dfd79 GIT binary patch literal 821 zcmZvX%Wm306ozeMgTpnZB<<20FCqolWKp52svDbt8eim#DvzeJEDoelj4e!6VW|() zMPG<*SJ`)!O*;lcOw&1B1`CE(%YjzK(>p#oK?K^+=!N~i!$ctQ56=mc7*3}>hU=co!V zZR+Ax%FRSg^ft7a^4ry=Xr_g}=%t03*iSj=hFvc$ZHs8$lXp-lFF{udyOMWUty4kr z+EUn-K$HeON$W{=+IogM(j=`PQ)00f5{tcU-r`@hvpAv$;rhAo3FU=*x}iG{^yPhl z{7Jv4p^73qs^2#(O?FVl8ES{7k?rJx;Hk3ZYliL&9tEenPLaJwBG?1Na{RpO*%Lal z>klnEJL&mG-~XtpA5e2E8|tR(?EP$Xet5<)7Zmk+sL8j!t(vkWJBEdt&cJYOSyytb zp}X39)$(sF!!?Kc%@1l>BwydAhv2%0-DJE>@aXe$nqWDOm0%U%+h`Qbu`>>198cr+ zbdjur`Mmw*b+Y<4S*)=#3l?_~hFuv&iwT}*k})1HeA&g5Xc-2pq!X_<{F^X>uk-O+ bj@+7Dk;KwR!7&u`hvgaizww)`XQ%%HAZX0q literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/en_AU/formats.py b/myvenv/Lib/site-packages/django/conf/locale/en_AU/formats.py new file mode 100644 index 0000000..c28d75e --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/en_AU/formats.py @@ -0,0 +1,39 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j M Y' # '25 Oct 2006' +TIME_FORMAT = 'P' # '2:30 p.m.' +DATETIME_FORMAT = 'j M Y, P' # '25 Oct 2006, 2:30 p.m.' +YEAR_MONTH_FORMAT = 'F Y' # 'October 2006' +MONTH_DAY_FORMAT = 'j F' # '25 October' +SHORT_DATE_FORMAT = 'd/m/Y' # '25/10/2006' +SHORT_DATETIME_FORMAT = 'd/m/Y P' # '25/10/2006 2:30 p.m.' +FIRST_DAY_OF_WEEK = 0 # Sunday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', '%d/%m/%y', # '25/10/2006', '25/10/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' +] +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' + '%d/%m/%Y %H:%M:%S', # '25/10/2006 14:30:59' + '%d/%m/%Y %H:%M:%S.%f', # '25/10/2006 14:30:59.000200' + '%d/%m/%Y %H:%M', # '25/10/2006 14:30' + '%d/%m/%Y', # '25/10/2006' + '%d/%m/%y %H:%M:%S', # '25/10/06 14:30:59' + '%d/%m/%y %H:%M:%S.%f', # '25/10/06 14:30:59.000200' + '%d/%m/%y %H:%M', # '25/10/06 14:30' + '%d/%m/%y', # '25/10/06' +] +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +NUMBER_GROUPING = 3 diff --git a/myvenv/Lib/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9c7be4ce6e3b285f8ba0cfaea32a7bb3fef03f13 GIT binary patch literal 13133 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 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.po b/myvenv/Lib/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.po new file mode 100644 index 0000000..3810698 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.po @@ -0,0 +1,1195 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# jon_atkinson , 2011-2012 +# Ross Poulton , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-15 16:15+0100\n" +"PO-Revision-Date: 2017-11-16 01:13+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/django/" +"django/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "" + +msgid "Arabic" +msgstr "Arabic" + +msgid "Asturian" +msgstr "" + +msgid "Azerbaijani" +msgstr "Azerbaijani" + +msgid "Bulgarian" +msgstr "Bulgarian" + +msgid "Belarusian" +msgstr "" + +msgid "Bengali" +msgstr "Bengali" + +msgid "Breton" +msgstr "" + +msgid "Bosnian" +msgstr "Bosnian" + +msgid "Catalan" +msgstr "Catalan" + +msgid "Czech" +msgstr "Czech" + +msgid "Welsh" +msgstr "Welsh" + +msgid "Danish" +msgstr "Danish" + +msgid "German" +msgstr "German" + +msgid "Lower Sorbian" +msgstr "" + +msgid "Greek" +msgstr "Greek" + +msgid "English" +msgstr "English" + +msgid "Australian English" +msgstr "" + +msgid "British English" +msgstr "British English" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Spanish" + +msgid "Argentinian Spanish" +msgstr "Argentinian Spanish" + +msgid "Colombian Spanish" +msgstr "" + +msgid "Mexican Spanish" +msgstr "Mexican Spanish" + +msgid "Nicaraguan Spanish" +msgstr "Nicaraguan Spanish" + +msgid "Venezuelan Spanish" +msgstr "" + +msgid "Estonian" +msgstr "Estonian" + +msgid "Basque" +msgstr "Basque" + +msgid "Persian" +msgstr "Persian" + +msgid "Finnish" +msgstr "Finnish" + +msgid "French" +msgstr "French" + +msgid "Frisian" +msgstr "Frisian" + +msgid "Irish" +msgstr "Irish" + +msgid "Scottish Gaelic" +msgstr "" + +msgid "Galician" +msgstr "Galician" + +msgid "Hebrew" +msgstr "Hebrew" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croatian" + +msgid "Upper Sorbian" +msgstr "" + +msgid "Hungarian" +msgstr "Hungarian" + +msgid "Interlingua" +msgstr "" + +msgid "Indonesian" +msgstr "Indonesian" + +msgid "Ido" +msgstr "" + +msgid "Icelandic" +msgstr "Icelandic" + +msgid "Italian" +msgstr "Italian" + +msgid "Japanese" +msgstr "Japanese" + +msgid "Georgian" +msgstr "Georgian" + +msgid "Kazakh" +msgstr "Kazakh" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Korean" + +msgid "Luxembourgish" +msgstr "" + +msgid "Lithuanian" +msgstr "Lithuanian" + +msgid "Latvian" +msgstr "Latvian" + +msgid "Macedonian" +msgstr "Macedonian" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongolian" + +msgid "Marathi" +msgstr "" + +msgid "Burmese" +msgstr "" + +msgid "Norwegian Bokmål" +msgstr "" + +msgid "Nepali" +msgstr "Nepali" + +msgid "Dutch" +msgstr "Dutch" + +msgid "Norwegian Nynorsk" +msgstr "Norwegian Nynorsk" + +msgid "Ossetic" +msgstr "" + +msgid "Punjabi" +msgstr "Punjabi" + +msgid "Polish" +msgstr "Polish" + +msgid "Portuguese" +msgstr "Portuguese" + +msgid "Brazilian Portuguese" +msgstr "Brazilian Portuguese" + +msgid "Romanian" +msgstr "Romanian" + +msgid "Russian" +msgstr "Russian" + +msgid "Slovak" +msgstr "Slovak" + +msgid "Slovenian" +msgstr "Slovenian" + +msgid "Albanian" +msgstr "Albanian" + +msgid "Serbian" +msgstr "Serbian" + +msgid "Serbian Latin" +msgstr "Serbian Latin" + +msgid "Swedish" +msgstr "Swedish" + +msgid "Swahili" +msgstr "Swahili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Thai" + +msgid "Turkish" +msgstr "Turkish" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "" + +msgid "Ukrainian" +msgstr "Ukrainian" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamese" + +msgid "Simplified Chinese" +msgstr "Simplified Chinese" + +msgid "Traditional Chinese" +msgstr "Traditional Chinese" + +msgid "Messages" +msgstr "" + +msgid "Site Maps" +msgstr "" + +msgid "Static Files" +msgstr "" + +msgid "Syndication" +msgstr "" + +msgid "That page number is not an integer" +msgstr "" + +msgid "That page number is less than 1" +msgstr "" + +msgid "That page contains no results" +msgstr "" + +msgid "Enter a valid value." +msgstr "Enter a valid value." + +msgid "Enter a valid URL." +msgstr "Enter a valid URL." + +msgid "Enter a valid integer." +msgstr "" + +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +msgid "Enter a valid IPv4 address." +msgstr "Enter a valid IPv4 address." + +msgid "Enter a valid IPv6 address." +msgstr "Enter a valid IPv6 address." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Enter a valid IPv4 or IPv6 address." + +msgid "Enter only digits separated by commas." +msgstr "Enter only digits separated by commas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "Ensure this value is %(limit_value)s (it is %(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Ensure this value is less than or equal to %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Ensure this value is greater than or equal to %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" + +msgid "Null characters are not allowed." +msgstr "" + +msgid "and" +msgstr "and" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +msgid "This field cannot be null." +msgstr "This field cannot be null." + +msgid "This field cannot be blank." +msgstr "This field cannot be blank." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s with this %(field_label)s already exists." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Field of type: %(field_type)s" + +msgid "Integer" +msgstr "Integer" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "" + +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) integer" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "" + +msgid "Boolean (Either True or False)" +msgstr "Boolean (Either True or False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (up to %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Comma-separated integers" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" + +msgid "Date (without time)" +msgstr "Date (without time)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" + +msgid "Date (with time)" +msgstr "Date (with time)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "" + +msgid "Decimal number" +msgstr "Decimal number" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Email address" +msgstr "Email address" + +msgid "File path" +msgstr "File path" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "" + +msgid "Floating point number" +msgstr "Floating point number" + +msgid "IPv4 address" +msgstr "IPv4 address" + +msgid "IP address" +msgstr "IP address" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "" + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (Either True, False or None)" + +msgid "Positive integer" +msgstr "Positive integer" + +msgid "Positive small integer" +msgstr "Positive small integer" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (up to %(max_length)s)" + +msgid "Small integer" +msgstr "Small integer" + +msgid "Text" +msgstr "Text" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" + +msgid "Time" +msgstr "Time" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "" + +msgid "File" +msgstr "File" + +msgid "Image" +msgstr "Image" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "" + +msgid "Foreign Key (type determined by related field)" +msgstr "Foreign Key (type determined by related field)" + +msgid "One-to-one relationship" +msgstr "One-to-one relationship" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +msgid "Many-to-many relationship" +msgstr "Many-to-many relationship" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr "" + +msgid "This field is required." +msgstr "This field is required." + +msgid "Enter a whole number." +msgstr "Enter a whole number." + +msgid "Enter a number." +msgstr "Enter a number." + +msgid "Enter a valid date." +msgstr "Enter a valid date." + +msgid "Enter a valid time." +msgstr "Enter a valid time." + +msgid "Enter a valid date/time." +msgstr "Enter a valid date/time." + +msgid "Enter a valid duration." +msgstr "" + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "No file was submitted. Check the encoding type on the form." + +msgid "No file was submitted." +msgstr "No file was submitted." + +msgid "The submitted file is empty." +msgstr "The submitted file is empty." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +msgstr[1] "" + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Please either submit a file or check the clear checkbox, not both." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Select a valid choice. %(value)s is not one of the available choices." + +msgid "Enter a list of values." +msgstr "Enter a list of values." + +msgid "Enter a complete value." +msgstr "" + +msgid "Enter a valid UUID." +msgstr "" + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr "" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "" +msgstr[1] "" + +msgid "Order" +msgstr "Order" + +msgid "Delete" +msgstr "Delete" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Please correct the duplicate data for %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Please correct the duplicate data for %(field)s, which must be unique." + +#, 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 "" +"Please correct the duplicate data for %(field_name)s which must be unique " +"for the %(lookup)s in %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Please correct the duplicate values below." + +msgid "The inline value did not match the parent instance." +msgstr "" + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" +"Select a valid choice. That choice is not one of the available choices." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "" + +#, 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 couldn't be interpreted in time zone %(current_timezone)s; it " +"may be ambiguous or it may not exist." + +msgid "Clear" +msgstr "Clear" + +msgid "Currently" +msgstr "Currently" + +msgid "Change" +msgstr "Change" + +msgid "Unknown" +msgstr "Unknown" + +msgid "Yes" +msgstr "Yes" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "yes,no,maybe" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "midnight" + +msgid "noon" +msgstr "noon" + +msgid "Monday" +msgstr "Monday" + +msgid "Tuesday" +msgstr "Tuesday" + +msgid "Wednesday" +msgstr "Wednesday" + +msgid "Thursday" +msgstr "Thursday" + +msgid "Friday" +msgstr "Friday" + +msgid "Saturday" +msgstr "Saturday" + +msgid "Sunday" +msgstr "Sunday" + +msgid "Mon" +msgstr "Mon" + +msgid "Tue" +msgstr "Tue" + +msgid "Wed" +msgstr "Wed" + +msgid "Thu" +msgstr "Thu" + +msgid "Fri" +msgstr "Fri" + +msgid "Sat" +msgstr "Sat" + +msgid "Sun" +msgstr "Sun" + +msgid "January" +msgstr "January" + +msgid "February" +msgstr "February" + +msgid "March" +msgstr "March" + +msgid "April" +msgstr "April" + +msgid "May" +msgstr "May" + +msgid "June" +msgstr "June" + +msgid "July" +msgstr "July" + +msgid "August" +msgstr "August" + +msgid "September" +msgstr "September" + +msgid "October" +msgstr "October" + +msgid "November" +msgstr "November" + +msgid "December" +msgstr "December" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aug" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "March" + +msgctxt "abbrev. month" +msgid "April" +msgstr "April" + +msgctxt "abbrev. month" +msgid "May" +msgstr "May" + +msgctxt "abbrev. month" +msgid "June" +msgstr "June" + +msgctxt "abbrev. month" +msgid "July" +msgstr "July" + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Aug." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dec." + +msgctxt "alt. month" +msgid "January" +msgstr "January" + +msgctxt "alt. month" +msgid "February" +msgstr "February" + +msgctxt "alt. month" +msgid "March" +msgstr "March" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "May" + +msgctxt "alt. month" +msgid "June" +msgstr "June" + +msgctxt "alt. month" +msgid "July" +msgstr "July" + +msgctxt "alt. month" +msgid "August" +msgstr "August" + +msgctxt "alt. month" +msgid "September" +msgstr "September" + +msgctxt "alt. month" +msgid "October" +msgstr "October" + +msgctxt "alt. month" +msgid "November" +msgstr "November" + +msgctxt "alt. month" +msgid "December" +msgstr "December" + +msgid "This is not a valid IPv6 address." +msgstr "" + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s..." +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "or" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "0 minutes" +msgstr "" + +msgid "Forbidden" +msgstr "" + +msgid "CSRF verification failed. Request aborted." +msgstr "" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" + +msgid "More information is available with DEBUG=True." +msgstr "" + +msgid "No year specified" +msgstr "No year specified" + +msgid "Date out of range" +msgstr "" + +msgid "No month specified" +msgstr "No month specified" + +msgid "No day specified" +msgstr "No day specified" + +msgid "No week specified" +msgstr "No week specified" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No %(verbose_name_plural)s available" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Invalid date string '%(datestr)s' given format '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No %(verbose_name)s found matching the query" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Page is not 'last', nor can it be converted to an int." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Empty list and '%(class_name)s.allow_empty' is False." + +msgid "Directory indexes are not allowed here." +msgstr "Directory indexes are not allowed here." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" does not exist" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Index of %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" + +msgid "Django Documentation" +msgstr "" + +msgid "Topics, references, & how-to's" +msgstr "" + +msgid "Tutorial: A Polling App" +msgstr "" + +msgid "Get started with Django" +msgstr "" + +msgid "Django Community" +msgstr "" + +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/myvenv/Lib/site-packages/django/conf/locale/en_GB/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/en_GB/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/en_GB/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/en_GB/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8057916d3713e68c8f2386dbc11738900edaf8aa GIT binary patch literal 189 zcmWIL<>g`k0+HIau^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o11$*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU zKPCl2CFkd*#pHmrq{gJ?#k)Jj#K&jmWtPOp>lIYq;;_lhPbtkwwFBAx8HgDGBvmr) literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/en_GB/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/en_GB/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..16f168aca85add1f26f35ac41d7d1825b1c3d6fe GIT binary patch literal 821 zcmZvX%Wm306ozeMgTpmYl6L8h7m)&Nx~NbT)roCDjW6;=l}A%q76(!&1`AVFSn30H z(HCOdRrXzF(+-yqyXhRwIdi_5|DPGRQYlhoG{67+#PSsNYultpnKbXoj2)7ILKM)5 z1_m*ZLpfj(3moDgkMdAJ1>oW2ooMrq-JZs_(Seff|h zf6^~1s3c2{;;V+GNe(JG1MS$L`Xwsc;E2d;gj$xsO(>GjO(&ZGZ z>8^I8SbonkTyvoJeo)Ii`T8zB2De@8#-nA7ho6^|7)wzk2deAurI^Ke2iyX$q0|;e(wg47t1hM#qDUl;jh94e4UN1 bIdW_KmL!(W1jkU!AC_n6|Hf~&x;_0D9=XiY literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/en_GB/formats.py b/myvenv/Lib/site-packages/django/conf/locale/en_GB/formats.py new file mode 100644 index 0000000..00451d0 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/en_GB/formats.py @@ -0,0 +1,39 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = 'j M Y' # '25 Oct 2006' +TIME_FORMAT = 'P' # '2:30 p.m.' +DATETIME_FORMAT = 'j M Y, P' # '25 Oct 2006, 2:30 p.m.' +YEAR_MONTH_FORMAT = 'F Y' # 'October 2006' +MONTH_DAY_FORMAT = 'j F' # '25 October' +SHORT_DATE_FORMAT = 'd/m/Y' # '25/10/2006' +SHORT_DATETIME_FORMAT = 'd/m/Y P' # '25/10/2006 2:30 p.m.' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + '%d/%m/%Y', '%d/%m/%y', # '25/10/2006', '25/10/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' +] +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' + '%d/%m/%Y %H:%M:%S', # '25/10/2006 14:30:59' + '%d/%m/%Y %H:%M:%S.%f', # '25/10/2006 14:30:59.000200' + '%d/%m/%Y %H:%M', # '25/10/2006 14:30' + '%d/%m/%Y', # '25/10/2006' + '%d/%m/%y %H:%M:%S', # '25/10/06 14:30:59' + '%d/%m/%y %H:%M:%S.%f', # '25/10/06 14:30:59.000200' + '%d/%m/%y %H:%M', # '25/10/06 14:30' + '%d/%m/%y', # '25/10/06' +] +DECIMAL_SEPARATOR = '.' +THOUSAND_SEPARATOR = ',' +NUMBER_GROUPING = 3 diff --git a/myvenv/Lib/site-packages/django/conf/locale/eo/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/eo/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..64c1b8fabca5d0fcc0bca744d0dfd2b7ba53602c GIT binary patch literal 26087 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, 2012-2013 +# Baptiste Darthenay , 2013-2019 +# batisteo , 2011 +# Dinu Gherman , 2011 +# kristjan , 2011 +# Nikolay Korotkiy , 2017-2018 +# Robin van der Vliet , 2019 +# Adamo Mesha , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2019-02-04 21:34+0000\n" +"Last-Translator: Robin van der Vliet \n" +"Language-Team: Esperanto (http://www.transifex.com/django/django/language/" +"eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Afrikansa" + +msgid "Arabic" +msgstr "Araba" + +msgid "Asturian" +msgstr "Asturia" + +msgid "Azerbaijani" +msgstr "Azerbajĝana" + +msgid "Bulgarian" +msgstr "Bulgara" + +msgid "Belarusian" +msgstr "Belorusa" + +msgid "Bengali" +msgstr "Bengala" + +msgid "Breton" +msgstr "Bretona" + +msgid "Bosnian" +msgstr "Bosnia" + +msgid "Catalan" +msgstr "Kataluna" + +msgid "Czech" +msgstr "Ĉeĥa" + +msgid "Welsh" +msgstr "Kimra" + +msgid "Danish" +msgstr "Dana" + +msgid "German" +msgstr "Germana" + +msgid "Lower Sorbian" +msgstr "Malsuprasaroba" + +msgid "Greek" +msgstr "Greka" + +msgid "English" +msgstr "Angla" + +msgid "Australian English" +msgstr "Angla (Aŭstralia)" + +msgid "British English" +msgstr "Angla (Brita)" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Hispana" + +msgid "Argentinian Spanish" +msgstr "Hispana (Argentinio)" + +msgid "Colombian Spanish" +msgstr "Hispana (Kolombio)" + +msgid "Mexican Spanish" +msgstr "Hispana (Meksiko)" + +msgid "Nicaraguan Spanish" +msgstr "Hispana (Nikaragvo)" + +msgid "Venezuelan Spanish" +msgstr "Hispana (Venezuelo)" + +msgid "Estonian" +msgstr "Estona" + +msgid "Basque" +msgstr "Eŭska" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finna" + +msgid "French" +msgstr "Franca" + +msgid "Frisian" +msgstr "Frisa" + +msgid "Irish" +msgstr "Irlanda" + +msgid "Scottish Gaelic" +msgstr "Skota gaela" + +msgid "Galician" +msgstr "Galega" + +msgid "Hebrew" +msgstr "Hebrea" + +msgid "Hindi" +msgstr "Hinda" + +msgid "Croatian" +msgstr "Kroata" + +msgid "Upper Sorbian" +msgstr "Suprasoraba" + +msgid "Hungarian" +msgstr "Hungara" + +msgid "Armenian" +msgstr "Armena" + +msgid "Interlingua" +msgstr "Interlingvaa" + +msgid "Indonesian" +msgstr "Indoneza" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islanda" + +msgid "Italian" +msgstr "Itala" + +msgid "Japanese" +msgstr "Japana" + +msgid "Georgian" +msgstr "Kartvela" + +msgid "Kabyle" +msgstr "Kabila" + +msgid "Kazakh" +msgstr "Kazaĥa" + +msgid "Khmer" +msgstr "Kmera" + +msgid "Kannada" +msgstr "Kanara" + +msgid "Korean" +msgstr "Korea" + +msgid "Luxembourgish" +msgstr "Lukszemburga" + +msgid "Lithuanian" +msgstr "Litova" + +msgid "Latvian" +msgstr "Latva" + +msgid "Macedonian" +msgstr "Makedona" + +msgid "Malayalam" +msgstr "Malajala" + +msgid "Mongolian" +msgstr "Mongola" + +msgid "Marathi" +msgstr "Marata" + +msgid "Burmese" +msgstr "Birma" + +msgid "Norwegian Bokmål" +msgstr "Norvega Bbokmål" + +msgid "Nepali" +msgstr "Nepala" + +msgid "Dutch" +msgstr "Nederlanda" + +msgid "Norwegian Nynorsk" +msgstr "Norvega (nynorsk)" + +msgid "Ossetic" +msgstr "Oseta" + +msgid "Punjabi" +msgstr "Panĝaba" + +msgid "Polish" +msgstr "Pola" + +msgid "Portuguese" +msgstr "Portugala" + +msgid "Brazilian Portuguese" +msgstr "Portugala (Brazilo)" + +msgid "Romanian" +msgstr "Rumana" + +msgid "Russian" +msgstr "Rusa" + +msgid "Slovak" +msgstr "Slovaka" + +msgid "Slovenian" +msgstr "Slovena" + +msgid "Albanian" +msgstr "Albana" + +msgid "Serbian" +msgstr "Serba" + +msgid "Serbian Latin" +msgstr "Serba (latina)" + +msgid "Swedish" +msgstr "Sveda" + +msgid "Swahili" +msgstr "Svahila" + +msgid "Tamil" +msgstr "Tamila" + +msgid "Telugu" +msgstr "Telugua" + +msgid "Thai" +msgstr "Taja" + +msgid "Turkish" +msgstr "Turka" + +msgid "Tatar" +msgstr "Tatara" + +msgid "Udmurt" +msgstr "Udmurta" + +msgid "Ukrainian" +msgstr "Ukraina" + +msgid "Urdu" +msgstr "Urdua" + +msgid "Vietnamese" +msgstr "Vjetnama" + +msgid "Simplified Chinese" +msgstr "Ĉina (simpligite)" + +msgid "Traditional Chinese" +msgstr "Ĉina (tradicie)" + +msgid "Messages" +msgstr "Mesaĝoj" + +msgid "Site Maps" +msgstr "Retejaj mapoj" + +msgid "Static Files" +msgstr "Statikaj dosieroj" + +msgid "Syndication" +msgstr "Abonrilato" + +msgid "That page number is not an integer" +msgstr "Tuo paĝnumero ne estas entjero" + +msgid "That page number is less than 1" +msgstr "Tuo paĝnumero estas malpli ol 1" + +msgid "That page contains no results" +msgstr "Tiu paĝo ne enhavas rezultojn" + +msgid "Enter a valid value." +msgstr "Enigu validan valoron." + +msgid "Enter a valid URL." +msgstr "Enigu validan adreson." + +msgid "Enter a valid integer." +msgstr "Enigu validan entjero." + +msgid "Enter a valid email address." +msgstr "Enigu validan retpoŝtan adreson." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Tiu kampo nur devas havi literojn, nombrojn, substrekojn aŭ streketojn." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Tiu kampo nur devas enhavi Unikodajn literojn, nombrojn, substrekojn aŭ " +"streketojn." + +msgid "Enter a valid IPv4 address." +msgstr "Enigu validan IPv4-adreson." + +msgid "Enter a valid IPv6 address." +msgstr "Enigu validan IPv6-adreson." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Enigu validan IPv4 aŭ IPv6-adreson." + +msgid "Enter only digits separated by commas." +msgstr "Enigu nur ciferojn apartigitajn per komoj." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Certigu ke ĉi tiu valoro estas %(limit_value)s (ĝi estas %(show_value)s). " + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Certigu ke ĉi tiu valoro estas malpli ol aŭ egala al %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Certigu ke ĉi tiu valoro estas pli ol aŭ egala al %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Certigu, ke tiu valoro havas %(limit_value)d signon (ĝi havas " +"%(show_value)d)." +msgstr[1] "" +"Certigu, ke tiu valoro havas %(limit_value)d signojn (ĝi havas " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Certigu, ke tio valuto maksimume havas %(limit_value)d karakterojn (ĝi havas " +"%(show_value)d)." +msgstr[1] "" +"Certigu, ke tiu valoro maksimume havas %(limit_value)d signojn (ĝi havas " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Enigu nombron." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Certigu ke ne estas pli ol %(max)s cifero entute." +msgstr[1] "Certigu ke ne estas pli ol %(max)s ciferoj entute." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Certigu, ke ne estas pli ol %(max)s dekumaj lokoj." +msgstr[1] "Certigu, ke ne estas pli ol %(max)s dekumaj lokoj." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "Certigu ke ne estas pli ol %(max)s ciferoj antaŭ la dekuma punkto." +msgstr[1] "Certigu ke ne estas pli ol %(max)s ciferoj antaŭ la dekuma punkto." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" +"dosiersufikso '%(extension)s' ne estas permesita. Permesitaj dosiersufiksoj " +"estas: '%(allowed_extensions)s'." + +msgid "Null characters are not allowed." +msgstr "Nulsignoj ne estas permesitaj." + +msgid "and" +msgstr "kaj" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s kun tiuj %(field_labels)s jam ekzistas." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valoro %(value)r ne estas valida elekto." + +msgid "This field cannot be null." +msgstr "Tiu ĉi kampo ne povas esti senvalora (null)." + +msgid "This field cannot be blank." +msgstr "Tiu ĉi kampo ne povas esti malplena." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "%(model_name)s kun tiu %(field_label)s jam ekzistas." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s devas esti unika por %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Kampo de tipo: %(field_type)s" + +msgid "Integer" +msgstr "Entjero" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "'%(value)s' valoro devas esti entjero." + +msgid "Big (8 byte) integer" +msgstr "Granda (8 bitoka) entjero" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "'%(value)s' valoro devas esti Vera aŭ Malvera" + +#, python-format +msgid "'%(value)s' value must be either True, False, or None." +msgstr "“%(value)s” valoro devas esti Vera, Malvera aŭ Neniu." + +msgid "Boolean (Either True or False)" +msgstr "Bulea (Vera aŭ Malvera)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Ĉeno (ĝis %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Kom-apartigitaj entjeroj" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"'%(value)s' valoro ne havas validan datformaton. Ĝi devas esti kiel formato " +"JJJJ-MM-TT." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"'%(value)s' valoro havas la ĝustan formaton (JJJJ-MM-TT), sed ne estas " +"valida dato." + +msgid "Date (without time)" +msgstr "Dato (sen horo)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"'%(value)s' valoro ne havas validan formaton. Ĝi devas esti kiel formato " +"JJJJ-MM-TT HH:MM[:ss[.uuuuuu]][HZ]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"'%(value)s' valoro havas la ĝustan formaton (JJJJ-MM-TT HH:MM[:ss[.uuuuuu]]" +"[HZ]), sed ne estas valida dato kaj horo." + +msgid "Date (with time)" +msgstr "Dato (kun horo)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "'%(value)s' valoro devas esti dekuma nombro." + +msgid "Decimal number" +msgstr "Dekuma nombro" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"'%(value)s' valoro ne havas validan formaton. Ĝi devas esti kiel formato " +"[DD] [HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Daŭro" + +msgid "Email address" +msgstr "Retpoŝtadreso" + +msgid "File path" +msgstr "Dosiervojo" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "'%(value)s' valoro devas esti glitkoma nombro." + +msgid "Floating point number" +msgstr "Glitkoma nombro" + +msgid "IPv4 address" +msgstr "IPv4-adreso" + +msgid "IP address" +msgstr "IP-adreso" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "'%(value)s' valoro devas esti Neniu, Vera aŭ Malvera." + +msgid "Boolean (Either True, False or None)" +msgstr "Buleo (Vera, Malvera aŭ Neniu)" + +msgid "Positive integer" +msgstr "Pozitiva entjero" + +msgid "Positive small integer" +msgstr "Pozitiva malgranda entjero" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Ĵetonvorto (ĝis %(max_length)s)" + +msgid "Small integer" +msgstr "Malgranda entjero" + +msgid "Text" +msgstr "Teksto" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"'%(value)s' valoro ne havas validan formaton. Ĝi devas esti laŭ la formato " +"HH:MM[:ss[.uuuuuu]]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"'%(value)s' valoro havas ĝustan formaton (HH:MM[:ss[.uuuuuu]]), sed ne estas " +"valida horo." + +msgid "Time" +msgstr "Horo" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Kruda binara datumo" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' ne estas valida UUID." + +msgid "Universally unique identifier" +msgstr "Universe unika identigilo" + +msgid "File" +msgstr "Dosiero" + +msgid "Image" +msgstr "Bildo" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "%(model)s kazo kun %(field)s %(value)r ne ekzistas." + +msgid "Foreign Key (type determined by related field)" +msgstr "Fremda ŝlosilo (tipo determinita per rilata kampo)" + +msgid "One-to-one relationship" +msgstr "Unu-al-unu rilato" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "%(from)s-%(to)s rilato" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "%(from)s-%(to)s rilatoj" + +msgid "Many-to-many relationship" +msgstr "Mult-al-multa rilato" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Ĉi tiu kampo estas deviga." + +msgid "Enter a whole number." +msgstr "Enigu plenan nombron." + +msgid "Enter a valid date." +msgstr "Enigu validan daton." + +msgid "Enter a valid time." +msgstr "Enigu validan horon." + +msgid "Enter a valid date/time." +msgstr "Enigu validan daton/tempon." + +msgid "Enter a valid duration." +msgstr "Enigu validan daŭron." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "La nombro da tagoj devas esti inter {min_days} kaj {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"Neniu dosiero estis alŝutita. Kontrolu la kodoprezentan tipon en la " +"formularo." + +msgid "No file was submitted." +msgstr "Neniu dosiero estis alŝutita." + +msgid "The submitted file is empty." +msgstr "La alŝutita dosiero estas malplena." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Certigu, ke tio dosiernomo maksimume havas %(max)d karakteron (ĝi havas " +"%(length)d)." +msgstr[1] "" +"Certigu, ke tiu dosiernomo maksimume havas %(max)d signojn (ĝi havas " +"%(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Bonvolu aŭ alŝuti dosieron, aŭ elekti la malplenan markobutonon, ne ambaŭ." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Alŝutu validan bildon. La alŝutita dosiero ne estas bildo, aŭ estas " +"difektita bildo." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "Elektu validan elekton. %(value)s ne estas el la eblaj elektoj." + +msgid "Enter a list of values." +msgstr "Enigu liston de valoroj." + +msgid "Enter a complete value." +msgstr "Enigu kompletan valoron." + +msgid "Enter a valid UUID." +msgstr "Enigu validan UUID-n." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Kaŝita kampo %(name)s) %(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "ManagementForm datumoj mankas, aŭ estas tuŝaĉitaj kun" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Bonvolu sendi %d aŭ malpli formularojn." +msgstr[1] "Bonvolu sendi %d aŭ malpli formularojn." + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Bonvolu sendi %d aŭ pli formularojn." +msgstr[1] "Bonvolu sendi %d aŭ pli formularojn." + +msgid "Order" +msgstr "Ordo" + +msgid "Delete" +msgstr "Forigi" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Bonvolu ĝustigi la duoblan datumon por %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Bonvolu ĝustigi la duoblan datumon por %(field)s, kiu devas esti unika." + +#, 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 "" +"Bonvolu ĝustigi la duoblan datumon por %(field_name)s, kiu devas esti unika " +"por la %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Bonvolu ĝustigi la duoblan valoron sube." + +msgid "The inline value did not match the parent instance." +msgstr "La enteksta valoro ne egalas la patran aperon." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Elektu validan elekton. Ĉi tiu elekto ne estas el la eblaj elektoj." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "\"%(pk)s\" ne estas valida valoro." + +#, 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 ne povus esti interpretita en horzono %(current_timezone)s; ĝi " +"povas esti plursenca aŭ ne ekzistas." + +msgid "Clear" +msgstr "Vakigi" + +msgid "Currently" +msgstr "Nuntempe" + +msgid "Change" +msgstr "Ŝanĝi" + +msgid "Unknown" +msgstr "Nekonate" + +msgid "Yes" +msgstr "Jes" + +msgid "No" +msgstr "Ne" + +msgid "yes,no,maybe" +msgstr "jes,ne,eble" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d bitoko" +msgstr[1] "%(size)d bitokoj" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "ptm" + +msgid "a.m." +msgstr "atm" + +msgid "PM" +msgstr "PTM" + +msgid "AM" +msgstr "ATM" + +msgid "midnight" +msgstr "noktomezo" + +msgid "noon" +msgstr "tagmezo" + +msgid "Monday" +msgstr "lundo" + +msgid "Tuesday" +msgstr "mardo" + +msgid "Wednesday" +msgstr "merkredo" + +msgid "Thursday" +msgstr "ĵaŭdo" + +msgid "Friday" +msgstr "vendredo" + +msgid "Saturday" +msgstr "sabato" + +msgid "Sunday" +msgstr "dimanĉo" + +msgid "Mon" +msgstr "lun" + +msgid "Tue" +msgstr "mar" + +msgid "Wed" +msgstr "mer" + +msgid "Thu" +msgstr "ĵaŭ" + +msgid "Fri" +msgstr "ven" + +msgid "Sat" +msgstr "sab" + +msgid "Sun" +msgstr "dim" + +msgid "January" +msgstr "januaro" + +msgid "February" +msgstr "februaro" + +msgid "March" +msgstr "marto" + +msgid "April" +msgstr "aprilo" + +msgid "May" +msgstr "majo" + +msgid "June" +msgstr "junio" + +msgid "July" +msgstr "julio" + +msgid "August" +msgstr "aŭgusto" + +msgid "September" +msgstr "septembro" + +msgid "October" +msgstr "oktobro" + +msgid "November" +msgstr "novembro" + +msgid "December" +msgstr "decembro" + +msgid "jan" +msgstr "jan" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "apr" + +msgid "may" +msgstr "maj" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "aŭg" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "okt" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dec" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "jan." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "marto" + +msgctxt "abbrev. month" +msgid "April" +msgstr "apr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "majo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "jun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "jul." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "aŭg." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "okt." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "dec." + +msgctxt "alt. month" +msgid "January" +msgstr "Januaro" + +msgctxt "alt. month" +msgid "February" +msgstr "Februaro" + +msgctxt "alt. month" +msgid "March" +msgstr "Marto" + +msgctxt "alt. month" +msgid "April" +msgstr "Aprilo" + +msgctxt "alt. month" +msgid "May" +msgstr "Majo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Aŭgusto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septembro" + +msgctxt "alt. month" +msgid "October" +msgstr "Oktobro" + +msgctxt "alt. month" +msgid "November" +msgstr "Novembro" + +msgctxt "alt. month" +msgid "December" +msgstr "Decembro" + +msgid "This is not a valid IPv6 address." +msgstr "Tiu ne estas valida IPv6-adreso." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s…" + +msgid "or" +msgstr "aŭ" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d jaro" +msgstr[1] "%d jaroj" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d monato" +msgstr[1] "%d monatoj" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semajno" +msgstr[1] "%d semajnoj" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d tago" +msgstr[1] "%d tagoj" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d horo" +msgstr[1] "%d horoj" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutoj" + +msgid "0 minutes" +msgstr "0 minutoj" + +msgid "Forbidden" +msgstr "Malpermesa" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF konfirmo malsukcesis. Peto ĉesigita." + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Vi vidas tiun mesaĝon ĉar ĉi HTTPS retejo postulas “Referer header” esti " +"sendita per via foliumilo, sed neniu estis sendita. Ĉi kaplinio estas " +"bezonata pro motivoj de sekureco, por certigi ke via retumilo ne estu " +"forrabita de triaj partioj." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Se vi agordis vian foliumilon por malebligi “Referer” kaplinioj, bonvolu " +"reaktivigi ilin, almenaŭ por tiu ĉi retejo, aŭ por HTTPS rilatoj, aŭ por " +"“samoriginaj” petoj." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Se vi uzas la markon aŭ " +"inkluzivante la 'Referrer-Policy: no-referrer' titolo, bonvolu forigi ilin. " +"La CSRFa protekto postulas ke la 'Referer' titolo faru striktan " +"referencantan kontroladon. Se vi estas koncernita pri privateco, uzu " +"alternativojn kiel por ligoj al aliaj retejoj." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Vi vidas tiun mesaĝon ĉar tiu-ĉi retejo postulas CSRF kuketon sendante " +"formojn. Tiu-ĉi kuketo estas bezonata pro motivoj de sekureco, por certigi " +"ke via retumilo ne esti forrabita de triaj partioj." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Se vi agordis vian foliumilon por malŝalti kuketojn, bonvole reaktivigi " +"ilin, almenaŭ por tiu ĉi retejo, aŭ por “samoriginaj” petoj." + +msgid "More information is available with DEBUG=True." +msgstr "Pliaj informoj estas videblaj kun DEBUG=True." + +msgid "No year specified" +msgstr "Neniu jaro specifita" + +msgid "Date out of range" +msgstr "Dato ne en la intervalo" + +msgid "No month specified" +msgstr "Neniu monato specifita" + +msgid "No day specified" +msgstr "Neniu tago specifita" + +msgid "No week specified" +msgstr "Neniu semajno specifita" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Neniu %(verbose_name_plural)s disponeblaj" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Estonta %(verbose_name_plural)s ne disponeblas ĉar %(class_name)s." +"allow_future estas Malvera." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "" +"La formato « %(format)s » aplikita al la data ĉeno '%(datestr)s' ne estas " +"valida" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Neniu %(verbose_name)s trovita kongruas kun la informpeto" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "Paĝo ne estas 'last', kaj ne povus esti transformita al entjero." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Nevalida paĝo (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Malplena listo kaj '%(class_name)s.allow_empty' estas Malvera." + +msgid "Directory indexes are not allowed here." +msgstr "Dosierujaj indeksoj ne estas permesitaj tie." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" ne ekzistas" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indekso de %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "Dĵango: la retframo por perfektemuloj kun limdatoj" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Vidu eldonajn notojn por Dĵango %(version)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "La instalado sukcesis! Gratulojn!" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Vi vidas ĉi tiun paĝon ĉar DEBUG = " +"True estas en via agorda dosiero kaj vi ne agordis ajnan URL." + +msgid "Django Documentation" +msgstr "Djanga dokumentaro" + +msgid "Topics, references, & how-to's" +msgstr "Temoj, referencoj & manlibroj" + +msgid "Tutorial: A Polling App" +msgstr "Instruilo: apo pri enketoj" + +msgid "Get started with Django" +msgstr "Komencu kun Dĵango" + +msgid "Django Community" +msgstr "Djanga komunumo" + +msgid "Connect, get help, or contribute" +msgstr "Konektiĝu, ricevu helpon aŭ kontribuu" diff --git a/myvenv/Lib/site-packages/django/conf/locale/eo/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/eo/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/eo/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/eo/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a629adbc292f3fc21ee7d4ff5177daf68bb819b7 GIT binary patch literal 186 zcmWIL<>g`k0+HIau^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{gJ?$Hd2H=4F<|$LkeT-r}&y%}*)KNwou6{27QD0E=WY0{{R3 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/eo/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/eo/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..63c101b2b11192691dd7f76584ab160da7e7192d GIT binary patch literal 990 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

h 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, 2014 +# Amanda Copete, 2017 +# Antoni Aloy , 2011-2014,2017 +# Diego Andres Sanabria Martin , 2012 +# Diego Schulz , 2012 +# Ernesto Avilés Vázquez , 2015-2016 +# Ernesto Avilés Vázquez , 2014 +# Ernesto Rico-Schmidt , 2017 +# franchukelly , 2011 +# Ignacio José Lizarán Rus , 2019 +# Igor Támara , 2015 +# Jannis Leidel , 2011 +# José Luis , 2016 +# Josue Naaman Nistal Guerra , 2014 +# Leonardo J. Caballero G. , 2011,2013 +# Luigy, 2019 +# Marc Garcia , 2011 +# monobotsoft , 2012 +# ntrrgc , 2013 +# ntrrgc , 2013 +# Pablo, 2015 +# Sebastián Magrí, 2013 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-16 20:42+0100\n" +"PO-Revision-Date: 2019-02-19 08:50+0000\n" +"Last-Translator: Ignacio José Lizarán Rus \n" +"Language-Team: Spanish (http://www.transifex.com/django/django/language/" +"es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "Afrikaans" +msgstr "Africano" + +msgid "Arabic" +msgstr "Árabe" + +msgid "Asturian" +msgstr "Asturiano" + +msgid "Azerbaijani" +msgstr "Azerbaiyán" + +msgid "Bulgarian" +msgstr "Búlgaro" + +msgid "Belarusian" +msgstr "Bielorruso" + +msgid "Bengali" +msgstr "Bengalí" + +msgid "Breton" +msgstr "Bretón" + +msgid "Bosnian" +msgstr "Bosnio" + +msgid "Catalan" +msgstr "Catalán" + +msgid "Czech" +msgstr "Checo" + +msgid "Welsh" +msgstr "Galés" + +msgid "Danish" +msgstr "Danés" + +msgid "German" +msgstr "Alemán" + +msgid "Lower Sorbian" +msgstr "Bajo sorbio" + +msgid "Greek" +msgstr "Griego" + +msgid "English" +msgstr "Inglés" + +msgid "Australian English" +msgstr "Inglés australiano" + +msgid "British English" +msgstr "Inglés británico" + +msgid "Esperanto" +msgstr "Esperanto" + +msgid "Spanish" +msgstr "Español" + +msgid "Argentinian Spanish" +msgstr "Español de Argentina" + +msgid "Colombian Spanish" +msgstr "Español Colombiano" + +msgid "Mexican Spanish" +msgstr "Español de México" + +msgid "Nicaraguan Spanish" +msgstr "Español de Nicaragua" + +msgid "Venezuelan Spanish" +msgstr "Español venezolano" + +msgid "Estonian" +msgstr "Estonio" + +msgid "Basque" +msgstr "Vasco" + +msgid "Persian" +msgstr "Persa" + +msgid "Finnish" +msgstr "Finés" + +msgid "French" +msgstr "Francés" + +msgid "Frisian" +msgstr "Frisón" + +msgid "Irish" +msgstr "Irlandés" + +msgid "Scottish Gaelic" +msgstr "Gaélico Escocés" + +msgid "Galician" +msgstr "Gallego" + +msgid "Hebrew" +msgstr "Hebreo" + +msgid "Hindi" +msgstr "Hindi" + +msgid "Croatian" +msgstr "Croata" + +msgid "Upper Sorbian" +msgstr "Alto sorbio" + +msgid "Hungarian" +msgstr "Húngaro" + +msgid "Armenian" +msgstr "Armenio/a" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonesio" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandés" + +msgid "Italian" +msgstr "Italiano" + +msgid "Japanese" +msgstr "Japonés" + +msgid "Georgian" +msgstr "Georgiano" + +msgid "Kabyle" +msgstr "Cabilio" + +msgid "Kazakh" +msgstr "Kazajo" + +msgid "Khmer" +msgstr "Khmer" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreano" + +msgid "Luxembourgish" +msgstr "Luxenburgués" + +msgid "Lithuanian" +msgstr "Lituano" + +msgid "Latvian" +msgstr "Letón" + +msgid "Macedonian" +msgstr "Macedonio" + +msgid "Malayalam" +msgstr "Malayalam" + +msgid "Mongolian" +msgstr "Mongol" + +msgid "Marathi" +msgstr "Maratí" + +msgid "Burmese" +msgstr "Birmano" + +msgid "Norwegian Bokmål" +msgstr "Bokmål noruego" + +msgid "Nepali" +msgstr "Nepalí" + +msgid "Dutch" +msgstr "Holandés" + +msgid "Norwegian Nynorsk" +msgstr "Nynorsk" + +msgid "Ossetic" +msgstr "Osetio" + +msgid "Punjabi" +msgstr "Panyabí" + +msgid "Polish" +msgstr "Polaco" + +msgid "Portuguese" +msgstr "Portugués" + +msgid "Brazilian Portuguese" +msgstr "Portugués de Brasil" + +msgid "Romanian" +msgstr "Rumano" + +msgid "Russian" +msgstr "Ruso" + +msgid "Slovak" +msgstr "Eslovaco" + +msgid "Slovenian" +msgstr "Esloveno" + +msgid "Albanian" +msgstr "Albanés" + +msgid "Serbian" +msgstr "Serbio" + +msgid "Serbian Latin" +msgstr "Serbio latino" + +msgid "Swedish" +msgstr "Sueco" + +msgid "Swahili" +msgstr "Suajili" + +msgid "Tamil" +msgstr "Tamil" + +msgid "Telugu" +msgstr "Telugu" + +msgid "Thai" +msgstr "Tailandés" + +msgid "Turkish" +msgstr "Turco" + +msgid "Tatar" +msgstr "Tártaro" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Ukrainian" +msgstr "Ucraniano" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Vietnamese" +msgstr "Vietnamita" + +msgid "Simplified Chinese" +msgstr "Cino simplificado" + +msgid "Traditional Chinese" +msgstr "Chino tradicional" + +msgid "Messages" +msgstr "Mensajes" + +msgid "Site Maps" +msgstr "Mapas del sitio" + +msgid "Static Files" +msgstr "Archivos estáticos" + +msgid "Syndication" +msgstr "Sindicación" + +msgid "That page number is not an integer" +msgstr "Este número de página no es un entero" + +msgid "That page number is less than 1" +msgstr "Este número de página es menor que 1" + +msgid "That page contains no results" +msgstr "Esa página no contiene resultados" + +msgid "Enter a valid value." +msgstr "Introduzca un valor válido." + +msgid "Enter a valid URL." +msgstr "Introduzca una URL válida." + +msgid "Enter a valid integer." +msgstr "Introduzca un número entero válido." + +msgid "Enter a valid email address." +msgstr "Introduzca una dirección de correo electrónico válida." + +#. Translators: "letters" means latin letters: a-z and A-Z. +msgid "" +"Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." +msgstr "" +"Introduzca un 'slug' válido, consistente en letras, números, guiones bajos o " +"medios." + +msgid "" +"Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Introduzca un 'slug' consistente en letras, números, subrayados o guiones." + +msgid "Enter a valid IPv4 address." +msgstr "Introduzca una dirección IPv4 válida." + +msgid "Enter a valid IPv6 address." +msgstr "Introduzca una dirección IPv6 válida." + +msgid "Enter a valid IPv4 or IPv6 address." +msgstr "Introduzca una dirección IPv4 o IPv6 válida." + +msgid "Enter only digits separated by commas." +msgstr "Introduzca sólo dígitos separados por comas." + +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" +"Asegúrese de que este valor es %(limit_value)s (actualmente es " +"%(show_value)s)." + +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor es menor o igual a %(limit_value)s." + +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "Asegúrese de que este valor es mayor o igual a %(limit_value)s." + +#, python-format +msgid "" +"Ensure this value has at least %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at least %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga al menos %(limit_value)d caracter (tiene " +"%(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga al menos %(limit_value)d caracteres (tiene " +"%(show_value)d)." + +#, python-format +msgid "" +"Ensure this value has at most %(limit_value)d character (it has " +"%(show_value)d)." +msgid_plural "" +"Ensure this value has at most %(limit_value)d characters (it has " +"%(show_value)d)." +msgstr[0] "" +"Asegúrese de que este valor tenga menos de %(limit_value)d caracter (tiene " +"%(show_value)d)." +msgstr[1] "" +"Asegúrese de que este valor tenga menos de %(limit_value)d caracteres (tiene " +"%(show_value)d)." + +msgid "Enter a number." +msgstr "Introduzca un número." + +#, python-format +msgid "Ensure that there are no more than %(max)s digit in total." +msgid_plural "Ensure that there are no more than %(max)s digits in total." +msgstr[0] "Asegúrese de que no hay más de %(max)s dígito en total." +msgstr[1] "Asegúrese de que no haya más de %(max)s dígitos en total." + +#, python-format +msgid "Ensure that there are no more than %(max)s decimal place." +msgid_plural "Ensure that there are no more than %(max)s decimal places." +msgstr[0] "Asegúrese de que no haya más de %(max)s dígito decimal." +msgstr[1] "Asegúrese de que no haya más de %(max)s dígitos decimales." + +#, python-format +msgid "" +"Ensure that there are no more than %(max)s digit before the decimal point." +msgid_plural "" +"Ensure that there are no more than %(max)s digits before the decimal point." +msgstr[0] "" +"Asegúrese de que no haya más de %(max)s dígito antes del punto decimal" +msgstr[1] "" +"Asegúrese de que no haya más de %(max)s dígitos antes del punto decimal." + +#, python-format +msgid "" +"File extension '%(extension)s' is not allowed. Allowed extensions are: " +"'%(allowed_extensions)s'." +msgstr "" +"La extensión de fichero '%(extension)s' no está permitida. Únicamente se " +"permiten: '%(allowed_extensions)s'." + +msgid "Null characters are not allowed." +msgstr "Los caracteres nulos no están permitidos." + +msgid "and" +msgstr "y" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s con este %(field_labels)s ya existe." + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Valor %(value)r no es una opción válida." + +msgid "This field cannot be null." +msgstr "Este campo no puede ser nulo." + +msgid "This field cannot be blank." +msgstr "Este campo no puede estar vacío." + +#, python-format +msgid "%(model_name)s with this %(field_label)s already exists." +msgstr "Ya existe %(model_name)s con este %(field_label)s." + +#. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. +#. Eg: "Title must be unique for pub_date year" +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" +"%(field_label)s debe ser único para %(date_field_label)s %(lookup_type)s." + +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "Campo de tipo: %(field_type)s" + +msgid "Integer" +msgstr "Entero" + +#, python-format +msgid "'%(value)s' value must be an integer." +msgstr "El valor'%(value)s' debe ser un entero." + +msgid "Big (8 byte) integer" +msgstr "Entero grande (8 bytes)" + +#, python-format +msgid "'%(value)s' value must be either True or False." +msgstr "El valor '%(value)s' debe ser verdadero o falso." + +#, python-format +msgid "'%(value)s' value must be either True, False, or None." +msgstr "El valor '%(value)s' debe ser Verdadero, Falso o Ninguno" + +msgid "Boolean (Either True or False)" +msgstr "Booleano (Verdadero o Falso)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Cadena (máximo %(max_length)s)" + +msgid "Comma-separated integers" +msgstr "Enteros separados por comas" + +#, python-format +msgid "" +"'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " +"format." +msgstr "" +"El valor '%(value)s' tiene un formato de fecha no válida. Debe estar en " +"formato AAAA-MM-DD." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " +"date." +msgstr "" +"El valor '%(value)s' tiene el formato correcto (AAAA-MM-DD), pero la fecha " +"no es válida." + +msgid "Date (without time)" +msgstr "Fecha (sin hora)" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." +"uuuuuu]][TZ] format." +msgstr "" +"El valor'%(value)s' no tiene un formato válido. Debe estar en formato AAAA-" +"MM-DD HH: [TZ]: MM [ss [uuuuuu].]." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]) but it is an invalid date/time." +msgstr "" +"El valor '%(value)s' tiene el formato correcto (AAAA-MM-DD HH: MM [:. Ss " +"[uuuuuu]] [TZ]), pero la fecha/hora no es válida." + +msgid "Date (with time)" +msgstr "Fecha (con hora)" + +#, python-format +msgid "'%(value)s' value must be a decimal number." +msgstr "El valor '%(value)s' debe ser un número decimal." + +msgid "Decimal number" +msgstr "Número decimal" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." +"uuuuuu] format." +msgstr "" +"El valor '%(value)s' no tiene un formato válido. Debe estar en el formato " +"[DD] [HH:[MM:]]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Duración" + +msgid "Email address" +msgstr "Correo electrónico" + +msgid "File path" +msgstr "Ruta de fichero" + +#, python-format +msgid "'%(value)s' value must be a float." +msgstr "El valor '%(value)s' debe ser un float." + +msgid "Floating point number" +msgstr "Número en coma flotante" + +msgid "IPv4 address" +msgstr "Dirección IPv4" + +msgid "IP address" +msgstr "Dirección IP" + +#, python-format +msgid "'%(value)s' value must be either None, True or False." +msgstr "El valor '%(value)s' debe ser Ninguno, Verdadero o Falso." + +msgid "Boolean (Either True, False or None)" +msgstr "Booleano (Verdadero, Falso o Nulo)" + +msgid "Positive integer" +msgstr "Entero positivo" + +msgid "Positive small integer" +msgstr "Entero positivo corto" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slug (hasta %(max_length)s)" + +msgid "Small integer" +msgstr "Entero corto" + +msgid "Text" +msgstr "Texto" + +#, python-format +msgid "" +"'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " +"format." +msgstr "" +"El valor '%(value)s' no tiene un formato válido. Debe estar en formato HH: " +"MM [: SS [uuuuuu].] ." + +#, python-format +msgid "" +"'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " +"invalid time." +msgstr "" +"El valor '%(value)s' tiene el formato correcto (HH: MM [:. Ss [uuuuuu]]), " +"pero es una hora no válida." + +msgid "Time" +msgstr "Hora" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Data de binarios brutos" + +#, python-format +msgid "'%(value)s' is not a valid UUID." +msgstr "'%(value)s' no es un UUID válido." + +msgid "Universally unique identifier" +msgstr "Identificador universal único" + +msgid "File" +msgstr "Archivo" + +msgid "Image" +msgstr "Imagen" + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r does not exist." +msgstr "La instancia de %(model)s con %(field)s %(value)r no existe." + +msgid "Foreign Key (type determined by related field)" +msgstr "Clave foránea (tipo determinado por el campo relacionado)" + +msgid "One-to-one relationship" +msgstr "Relación uno-a-uno" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "relación %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "relaciones %(from)s-%(to)s" + +msgid "Many-to-many relationship" +msgstr "Relación muchos-a-muchos" + +#. Translators: If found as last label character, these punctuation +#. characters will prevent the default label_suffix to be appended to the +#. label +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Este campo es obligatorio." + +msgid "Enter a whole number." +msgstr "Introduzca un número entero." + +msgid "Enter a valid date." +msgstr "Introduzca una fecha válida." + +msgid "Enter a valid time." +msgstr "Introduzca una hora válida." + +msgid "Enter a valid date/time." +msgstr "Introduzca una fecha/hora válida." + +msgid "Enter a valid duration." +msgstr "Introduzca una duración válida." + +#, python-brace-format +msgid "The number of days must be between {min_days} and {max_days}." +msgstr "El número de días debe estar entre {min_days} y {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "" +"No se ha enviado ningún fichero. Compruebe el tipo de codificación en el " +"formulario." + +msgid "No file was submitted." +msgstr "No se ha enviado ningún fichero" + +msgid "The submitted file is empty." +msgstr "El fichero enviado está vacío." + +#, python-format +msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." +msgid_plural "" +"Ensure this filename has at most %(max)d characters (it has %(length)d)." +msgstr[0] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d caracter " +"(tiene %(length)d)." +msgstr[1] "" +"Asegúrese de que este nombre de archivo tenga como máximo %(max)d caracteres " +"(tiene %(length)d)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "" +"Por favor envíe un fichero o marque la casilla de limpiar, pero no ambos." + +msgid "" +"Upload a valid image. The file you uploaded was either not an image or a " +"corrupted image." +msgstr "" +"Envíe una imagen válida. El fichero que ha enviado no era una imagen o se " +"trataba de una imagen corrupta." + +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" +"Escoja una opción válida. %(value)s no es una de las opciones disponibles." + +msgid "Enter a list of values." +msgstr "Introduzca una lista de valores." + +msgid "Enter a complete value." +msgstr "Introduzca un valor completo." + +msgid "Enter a valid UUID." +msgstr "Introduzca un UUID válido." + +#. Translators: This is the default suffix added to form field labels +msgid ":" +msgstr ":" + +#, python-format +msgid "(Hidden field %(name)s) %(error)s" +msgstr "(Campo oculto %(name)s) *%(error)s" + +msgid "ManagementForm data is missing or has been tampered with" +msgstr "Los datos de ManagementForm faltan o han sido manipulados" + +#, python-format +msgid "Please submit %d or fewer forms." +msgid_plural "Please submit %d or fewer forms." +msgstr[0] "Por favor, envíe %d formulario o menos." +msgstr[1] "Por favor, envíe %d formularios o menos" + +#, python-format +msgid "Please submit %d or more forms." +msgid_plural "Please submit %d or more forms." +msgstr[0] "Por favor, envíe %d formulario o más." +msgstr[1] "Por favor, envíe %d formularios o más." + +msgid "Order" +msgstr "Orden" + +msgid "Delete" +msgstr "Eliminar" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Por favor, corrija el dato duplicado para %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" +"Por favor corrija el dato duplicado para %(field)s, ya que debe ser único." + +#, 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 "" +"Por favor corrija los datos duplicados para %(field_name)s ya que debe ser " +"único para %(lookup)s en %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Por favor, corrija los valores duplicados abajo." + +msgid "The inline value did not match the parent instance." +msgstr "El valor en línea no coincide con la instancia principal." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Escoja una opción válida. Esa opción no está entre las disponibles." + +#, python-format +msgid "\"%(pk)s\" is not a valid value." +msgstr "\"%(pk)s\" no es un valor válido." + +#, 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 no puede interpretarse en la zona temporal " +"%(current_timezone)s; puede ser ambiguo o puede no existir." + +msgid "Clear" +msgstr "Limpiar" + +msgid "Currently" +msgstr "Actualmente" + +msgid "Change" +msgstr "Modificar" + +msgid "Unknown" +msgstr "Desconocido" + +msgid "Yes" +msgstr "Sí" + +msgid "No" +msgstr "No" + +msgid "yes,no,maybe" +msgstr "sí, no, quizás" + +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#, python-format +msgid "%s PB" +msgstr "%s PB" + +msgid "p.m." +msgstr "p.m." + +msgid "a.m." +msgstr "a.m." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "medianoche" + +msgid "noon" +msgstr "mediodía" + +msgid "Monday" +msgstr "Lunes" + +msgid "Tuesday" +msgstr "Martes" + +msgid "Wednesday" +msgstr "Miércoles" + +msgid "Thursday" +msgstr "Jueves" + +msgid "Friday" +msgstr "Viernes" + +msgid "Saturday" +msgstr "Sábado" + +msgid "Sunday" +msgstr "Domingo" + +msgid "Mon" +msgstr "Lun" + +msgid "Tue" +msgstr "Mar" + +msgid "Wed" +msgstr "Mié" + +msgid "Thu" +msgstr "Jue" + +msgid "Fri" +msgstr "Vie" + +msgid "Sat" +msgstr "Sáb" + +msgid "Sun" +msgstr "Dom" + +msgid "January" +msgstr "Enero" + +msgid "February" +msgstr "Febrero" + +msgid "March" +msgstr "Marzo" + +msgid "April" +msgstr "Abril" + +msgid "May" +msgstr "Mayo" + +msgid "June" +msgstr "Junio" + +msgid "July" +msgstr "Julio" + +msgid "August" +msgstr "Agosto" + +msgid "September" +msgstr "Septiembre" + +msgid "October" +msgstr "Octubre" + +msgid "November" +msgstr "Noviembre" + +msgid "December" +msgstr "Diciembre" + +msgid "jan" +msgstr "ene" + +msgid "feb" +msgstr "feb" + +msgid "mar" +msgstr "mar" + +msgid "apr" +msgstr "abr" + +msgid "may" +msgstr "may" + +msgid "jun" +msgstr "jun" + +msgid "jul" +msgstr "jul" + +msgid "aug" +msgstr "ago" + +msgid "sep" +msgstr "sep" + +msgid "oct" +msgstr "oct" + +msgid "nov" +msgstr "nov" + +msgid "dec" +msgstr "dic" + +msgctxt "abbrev. month" +msgid "Jan." +msgstr "Ene." + +msgctxt "abbrev. month" +msgid "Feb." +msgstr "Feb." + +msgctxt "abbrev. month" +msgid "March" +msgstr "Mar." + +msgctxt "abbrev. month" +msgid "April" +msgstr "Abr." + +msgctxt "abbrev. month" +msgid "May" +msgstr "Mayo" + +msgctxt "abbrev. month" +msgid "June" +msgstr "Jun." + +msgctxt "abbrev. month" +msgid "July" +msgstr "Jul." + +msgctxt "abbrev. month" +msgid "Aug." +msgstr "Ago." + +msgctxt "abbrev. month" +msgid "Sept." +msgstr "Sept." + +msgctxt "abbrev. month" +msgid "Oct." +msgstr "Oct." + +msgctxt "abbrev. month" +msgid "Nov." +msgstr "Nov." + +msgctxt "abbrev. month" +msgid "Dec." +msgstr "Dic." + +msgctxt "alt. month" +msgid "January" +msgstr "Enero" + +msgctxt "alt. month" +msgid "February" +msgstr "Febrero" + +msgctxt "alt. month" +msgid "March" +msgstr "Marzo" + +msgctxt "alt. month" +msgid "April" +msgstr "Abril" + +msgctxt "alt. month" +msgid "May" +msgstr "Mayo" + +msgctxt "alt. month" +msgid "June" +msgstr "Junio" + +msgctxt "alt. month" +msgid "July" +msgstr "Julio" + +msgctxt "alt. month" +msgid "August" +msgstr "Agosto" + +msgctxt "alt. month" +msgid "September" +msgstr "Septiembre" + +msgctxt "alt. month" +msgid "October" +msgstr "Octubre" + +msgctxt "alt. month" +msgid "November" +msgstr "Noviembre" + +msgctxt "alt. month" +msgid "December" +msgstr "Diciembre" + +msgid "This is not a valid IPv6 address." +msgstr "Esta no es una dirección IPv6 válida." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "o" + +#. Translators: This string is used as a separator between list elements +msgid ", " +msgstr ", " + +#, python-format +msgid "%d year" +msgid_plural "%d years" +msgstr[0] "%d año" +msgstr[1] "%d años" + +#, python-format +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "%d mes" +msgstr[1] "%d meses" + +#, python-format +msgid "%d week" +msgid_plural "%d weeks" +msgstr[0] "%d semana" +msgstr[1] "%d semanas" + +#, python-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "%d día" +msgstr[1] "%d días" + +#, python-format +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "%d hora" +msgstr[1] "%d horas" + +#, python-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "%d minuto" +msgstr[1] "%d minutos" + +msgid "0 minutes" +msgstr "0 minutos" + +msgid "Forbidden" +msgstr "Prohibido" + +msgid "CSRF verification failed. Request aborted." +msgstr "Verificación CSRF fallida. Solicitud abortada" + +msgid "" +"You are seeing this message because this HTTPS site requires a 'Referer " +"header' to be sent by your Web browser, but none was sent. This header is " +"required for security reasons, to ensure that your browser is not being " +"hijacked by third parties." +msgstr "" +"Estás viendo este mensaje porque este sitio web es HTTPS y requiere que tu " +"navegador envíe la cabecera Referer y no se envió ninguna. Esta cabecera se " +"necesita por razones de seguridad, para asegurarse de que tu navegador no ha " +"sido comprometido por terceras partes." + +msgid "" +"If you have configured your browser to disable 'Referer' headers, please re-" +"enable them, at least for this site, or for HTTPS connections, or for 'same-" +"origin' requests." +msgstr "" +"Si has configurado tu navegador para desactivar las cabeceras 'Referer', por " +"favor vuélvelas a activar, al menos para esta web, o para conexiones HTTPS, " +"o para peticiones 'mismo-origen'." + +msgid "" +"If you are using the tag or " +"including the 'Referrer-Policy: no-referrer' header, please remove them. The " +"CSRF protection requires the 'Referer' header to do strict referer checking. " +"If you're concerned about privacy, use alternatives like for links to third-party sites." +msgstr "" +"Si estás usando la etiqueta " +"o incluyendo el encabezamiento 'Referrer-Policy: no-referrer' , por favor " +"retíralos. La protección CSRF requiere del encabezamiento 'Referer' para " +"hacer control estricto de referencia . Si estás preocupado por la " +"privacidad, usa alternativas como para enlaces a " +"sitios de terceros." + +msgid "" +"You are seeing this message because this site requires a CSRF cookie when " +"submitting forms. This cookie is required for security reasons, to ensure " +"that your browser is not being hijacked by third parties." +msgstr "" +"Estás viendo este mensaje porqué esta web requiere una cookie CSRF cuando se " +"envían formularios. Esta cookie se necesita por razones de seguridad, para " +"asegurar que tu navegador no ha sido comprometido por terceras partes." + +msgid "" +"If you have configured your browser to disable cookies, please re-enable " +"them, at least for this site, or for 'same-origin' requests." +msgstr "" +"Si has inhabilitado las cookies en tu navegador, por favor habilítalas " +"nuevamente al menos para este sitio, o para solicitudes del mismo origen." + +msgid "More information is available with DEBUG=True." +msgstr "Se puede ver más información si se establece DEBUG=True." + +msgid "No year specified" +msgstr "No se ha indicado el año" + +msgid "Date out of range" +msgstr "Fecha fuera de rango" + +msgid "No month specified" +msgstr "No se ha indicado el mes" + +msgid "No day specified" +msgstr "No se ha indicado el día" + +msgid "No week specified" +msgstr "No se ha indicado la semana" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "No %(verbose_name_plural)s disponibles" + +#, python-format +msgid "" +"Future %(verbose_name_plural)s not available because %(class_name)s." +"allow_future is False." +msgstr "" +"Los futuros %(verbose_name_plural)s no están disponibles porque " +"%(class_name)s.allow_future es Falso." + +#, python-format +msgid "Invalid date string '%(datestr)s' given format '%(format)s'" +msgstr "Fecha '%(datestr)s' no válida, el formato válido es '%(format)s'" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No se encontró ningún %(verbose_name)s coincidente con la consulta" + +msgid "Page is not 'last', nor can it be converted to an int." +msgstr "La página no es la \"ultima\", ni puede ser convertida a un entero." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Página inválida (%(page_number)s): %(message)s" + +#, python-format +msgid "Empty list and '%(class_name)s.allow_empty' is False." +msgstr "Lista vacía y '%(class_name)s.allow_empty' es Falso." + +msgid "Directory indexes are not allowed here." +msgstr "Los índices de directorio no están permitidos." + +#, python-format +msgid "\"%(path)s\" does not exist" +msgstr "\"%(path)s\" no existe" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Índice de %(directory)s" + +msgid "Django: the Web framework for perfectionists with deadlines." +msgstr "Django: el marco web para perfeccionistas con plazos." + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Ve la notas de la versión de Django " +"%(version)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "¡La instalación funcionó con éxito! ¡Felicitaciones!" + +#, python-format +msgid "" +"You are seeing this page because DEBUG=True is in your settings file and you have not configured any " +"URLs." +msgstr "" +"Estás viendo esta página porque DEBUG=True está en tu archivo de configuración y no has configurado " +"ningún URL." + +msgid "Django Documentation" +msgstr "Documentación de Django" + +msgid "Topics, references, & how-to's" +msgstr "Temas, referencias y cómo hacerlos" + +msgid "Tutorial: A Polling App" +msgstr "Tutorial: Una aplicación de encuesta" + +msgid "Get started with Django" +msgstr "Comienza con Django" + +msgid "Django Community" +msgstr "Comunidad Django" + +msgid "Connect, get help, or contribute" +msgstr "Conéctate, obtén ayuda o contribuye" diff --git a/myvenv/Lib/site-packages/django/conf/locale/es/__init__.py b/myvenv/Lib/site-packages/django/conf/locale/es/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myvenv/Lib/site-packages/django/conf/locale/es/__pycache__/__init__.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/es/__pycache__/__init__.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..96db588082429013e6dbbe61d21c78af3719037b GIT binary patch literal 186 zcmWIL<>g`k0+HIau^{>}h(HF6K#l_t7qb9~6oz01O-8?!3`HPe1o120*(xTqIJKxa zCOM-hvpB}Fpui=uBr(P(KRGccCL}etAf_O*KsPh5xFj(rM>pG|xTHKSuQJ9ZD={xU wKPCl2CFkd*#pHmrq{gHc$Hd2H=4F<|$LkeT-r}&y%}*)KNwou6{27QD0E^@@2LJ#7 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/es/__pycache__/formats.cpython-38.pyc b/myvenv/Lib/site-packages/django/conf/locale/es/__pycache__/formats.cpython-38.pyc new file mode 100644 index 0000000000000000000000000000000000000000..925666dc2ee497e2907b9f4c7020b2c892c8ef7b GIT binary patch literal 772 zcmZXQ&u*JQ5XJ$6gY7sDuG?EBE=Y~k*w@Ias*r#KY5peq#VVa#B($ctoZhS&j<0IXWZ|}+eL;kLWe%3}UNwj5eWSE+0 zqn52|Wzi{is(^E4(eyM!x0Su&bXQ5DyCGe+J=S^j{! zTbrtn9s9ALgsj(xG)3DmQP)-s#}aj^!aBO6UCE|*V;as_)o*?h zOD6yIZPE{1Dqgl;C8ZoX;2O$`8ZyuNUd+`*g9! z(w)DU#Ta&J5-+AWEGz*IQap{9k-tj&$@-ps7sc=`4Bi(2 IXtq%N1BwI4UH||9 literal 0 HcmV?d00001 diff --git a/myvenv/Lib/site-packages/django/conf/locale/es/formats.py b/myvenv/Lib/site-packages/django/conf/locale/es/formats.py new file mode 100644 index 0000000..b7aca78 --- /dev/null +++ b/myvenv/Lib/site-packages/django/conf/locale/es/formats.py @@ -0,0 +1,30 @@ +# This file is distributed under the same license as the Django package. +# +# The *_FORMAT strings use the Django date format syntax, +# see https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = r'j \d\e F \d\e Y' +TIME_FORMAT = 'H:i' +DATETIME_FORMAT = r'j \d\e F \d\e Y \a \l\a\s H:i' +YEAR_MONTH_FORMAT = r'F \d\e Y' +MONTH_DAY_FORMAT = r'j \d\e F' +SHORT_DATE_FORMAT = 'd/m/Y' +SHORT_DATETIME_FORMAT = 'd/m/Y H:i' +FIRST_DAY_OF_WEEK = 1 # Monday + +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +DATE_INPUT_FORMATS = [ + # '31/12/2009', '31/12/09' + '%d/%m/%Y', '%d/%m/%y' +] +DATETIME_INPUT_FORMATS = [ + '%d/%m/%Y %H:%M:%S', + '%d/%m/%Y %H:%M:%S.%f', + '%d/%m/%Y %H:%M', + '%d/%m/%y %H:%M:%S', + '%d/%m/%y %H:%M:%S.%f', + '%d/%m/%y %H:%M', +] +DECIMAL_SEPARATOR = ',' +THOUSAND_SEPARATOR = '.' +NUMBER_GROUPING = 3 diff --git a/myvenv/Lib/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.mo b/myvenv/Lib/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..35e8cfdd63fe4a63fb26f7a4b1aeb9179914e6c0 GIT binary patch literal 27233 zcmc(n37lM2o$oIYwg3tkWfQnb2;B|o>I9Hrhk!{sOG7%e=?(~p;a1h{uA8p9x4gHi zla3?ua7Uk`Z&X~y(fDL$qJ%dtGb+xwH8ae(KbLu;JW``}gJQZkCJp~mkQ1e;|o&c@_p8{UvzHf7QtNUICMV|@q6z~q0e>cdId9MRc1pgQmJ>LZ~ zW$(k_Mc`N6_usnj$1k=0o(n#i?~6f=ZzZU9R)d#->)m?{YMhgx#{EL@4DiL^+29*M zAG{yb{5}t=y|02Q|7}q99|N`S{{m{h8l2i$1ghS}p!lN?RQYSbE^q^=dNok42voxKzM4yg8D z-pv@m2SM@maXp@Q7I>}0n?TVo0k?xM0=Ix)0ofwn5{SrDy=y?d7eTG#9iZm_I*0dy zqT`1_wf{v>`{f7V)4&s9PL;m^)ch|4p9*dQ8M=2Hcry4BQ1p0>!+SuslJ^d90r*ky zc5oV0`HPlY`V>I5cO|I&Enoq>5!5=o6g&=mwR?XpD7xMQ-U7ZIRKHI+Jg(Q)I~CM? zo&supE_L}U-TPIb`nv{P2yO;X1xH-|?V$SI368R{VsIbt(+uvVV2w?wc7F%v>bD50 z{c-Rq;N76g{Ryafywl;kLACcj_x)3##{W4`bp8scaX$*G-fzL1!Q=Za9e050uLfQW zrl8j0&7k<;KJYc*2SN3}5#p-d>p;~}ci@OFn8sCq90wSV5?^6zu_G57t8p!oHBpvwKi<(~|5tN!_*`dtZ%F9#fs zf~r>rp9D5Rm46AS@^1ncf$sq|&yPEN(Ba=Z{EWjdIQ+81uR46h;Wr(A2h@5$28upE zarr-Y_ynl^{qOGkG0(F7p8$&A7lN-xj-Lf;eD|@Leee_Do#3~@Tfq{W{T%RP;JM(# zp!oA=AgthBw%+qtTCWO)@C#s-_X0wq489ed042ok1gfCE{}{Xiyk(Oe{~v;v^Zr>-^EhU+eP0dg zJpmVk`@mztPlMvy&wOUJ)yElPqw+L##PJp8Ki$T%l9iZBo2G!4}K<(E@LGj`DLDhf4 z3) zkArIe`0FhnJQ-BK7lO|QyFu041D*}O3Pc2W?*ditTMmB+YF+*fghjoxw%B>z4DRMV z0N)IL4SWIE7=k9?;|@Qt)xPh(!S;Lgux;lx4!;1NPx&($ln<@|p9Ve~d>&Wip)sP`r)dcDozhe5UX74Q=9r=Z4v!HCs=o(1;uUIi}#-vVk~KL)DaBcSw% zCqU7mXVlL3a)+xy?aTG<{dr)M_c2iW?GbPx_#^Nf@E4%kIb%C@!1F+@!w&E`umXy2 zstz0A1n+;~-X8;1|8e*J1gQRxg(%{S^BrCUiZ3n&)&5HGG_W7kxHf}o=Q*JIErNF+ z!??kZ^Zt{Y>^i>hIkw#`H(S0K0adRGs=rC_6!3-M8t|3i3h*IN<$ejO|6^~l<2eP? z`x);2T!%iWd0*_l7eKYY%HcKc`v&(u zf}+o_LCKM05VjiE3E-LFlR?pC38-=xgBs6r5Yg*h4yyblxCnd^C^_|dZ~(jq6u&(J zE(K3~uH~moLAHW72ug0;11ZFZcCK+Wgr;DzADE`KBV6yCSG_adnA z?F2QB=Ywm&2B`7B4-_3f1ond`vYB>)>p+eu?*VWl_yh981lD({zoD*r4{bln7sj$1&{eHc6gd=AJ~_jZD?u=f#A^E@N4_0I!O z=Y0vN^|%~-61Wi*-M2e@9@xYCIH+;G&gJg~MW1(r7lI!JHNJ0v8qd!_jpvsRy`rVl zN#LpEKgqqH2dcltpyqXn%U=nK9;?75;5vsPsP%jW_)PGA@G|f*Q1m^oWaU~ByomP~ zgXe>P4xS7C9oPka3p@@yxorDA4P3zcB5)~q4k$XV0afk>P~#f`wcfXYYWH^c{SHv` zy$ckb?*`S*>p|_G4}mH8pnG2x+Wyvql8>7~@%bdEdA|yLE%-)I{dbMo{7XTN<4REZ zYrqx9z)#>)z;v9sk^i!aZNC!P@z%fvPgs@~7s`)@#|<(;t8&i5pT zr#d{{;Ub4;JAArB-{D0LyTOIDw;WV|t6ctChZ{ikHwbE6*Sq{-P<%V;zVm3-^EKed zNY_y5c2K_yNbfXH_Rn7c=aH_Z%(qk==ok2gp1}`W5iu82eMaTb1I)P`&2+5NZdDc&|?kl8ckRB!JH|V}i@w}AuBGMYt zFzGnHeGcpa5tT-FdIh+WB)NVA>4&6~T^l@lt4Q)IKZA5V&!>^zNcuC9_I&=^!1o{U z@?S_BNhk5Xgrwh>Nq3WeOOpQiKGI{P{C5fEKJQ*$0A5J?4rwF#KXLg#0@-#(E3@*kL*n@HE~5^|e(Q%S;GIX_o4~$SZu{Zq?(tage$sbIk{Q>K^!us>?+V&@ zJI|6MOGqb?CP@S2=f8XM2k-*&UjjZ8JRPi)dPo=Yo`8Qv(r+PYgcRt7-z!OM1MhLY zxL+T2KF;$SNRmhSZxas<(kY|?(iNnIeE)k;@^gapOj1PpC(?&WI!6|}Hg@s6f~4Qu zNbey1l5{8OYEr)|cNx!D@_Y$+HYi#2Lei7n_mJmq_q>_sbKUbgp8u9qBmIW7jkK9> z{|($q((hkMA0@q%R3QC1={VBAk@Q<;!TkN-?s=JOzr_3VNmsf2 z{iIKjo<_=li`;j;{|V{D`~!G3-%cm3Azj>&emRE0&{#hflN>8@L zFDGH<$4SEvcSl*ne3?*wWOD<5GN?vn{cVN?Z&`OaXoQWZ7WQO*DQQ;AaaY4HhJF+` z!nB@-jj+tKuM+;ABo6&$-KA!lhH+zu@|4w+t@fjaUkj#GF{l-z@n+J@{3Ok@Tf3`yp-)dbi=67#)ZGyW zhGeE*qY|mg%mD}0Gz`j9b{Wig52s>A=LgozqCH_x*)L8tLI%+B#$3vNIhb-_UMop6 z)w|GS)S|elie=wE*~}zvR7{>8OxCV2oKTL?WK4yDX-P;%=5Jc3zt@|;L+0&i)%bL$~&4*{y}9`Q3Kg@7iR?;O1!k*3nyj=N@hy7`V;9mBw!!8tT98wvNFc zV(g7d$fjnumKv_4-#y0|d;DUvp}h(lcPxnZ_k8O%SIdVc#5^5o<@=7lw}Z4g*YI<` z3jA_difTdCkDIk(m>#_BST%t!=U}^5bK>MiIDYVkLgY-C`dbm3%l*+5iHE@37*w-4 zDV?|NY8_4a<+kPNj6yzb3Wxg5s65m$&UE6I9z3ez-6dopji@2zObihi&E+QMRQ z?GV;$8chU2oOx@j#UPG?*jrmqqpG(y4T@0-80T1s^uZsgQy{C5R|{>)tkFzOmF74b z+gr<@l#__E8{+Y*DZ3|3i$S!Ln%=q~<2dlvA=J}mrh4nbc%1Uyx@g?*zRJkLo}A*| zx+JNFG}XPq(su@>dglD>2$R!Ag)%eJb!o6CG6Ne<(gvdqGX}y*m@tSmYB1E+kk>V< zJjmDyqIgk9YAgYGtg1;?fMjUoQk!H#8)(4HC%FNbRf_R*o z%pmpFC)I=#w1b4}lUgn4&BA(+vQKmx8!pQz8prJH<^Fis@GD`pZWg(OJWnGwG%cp^ ztZ291p4inXZ~dOIRPhGv;tWXQcH1LN8UXouMuI@lj&yl?O~(Ax40IqYh1xJ44;}l5 z*DC6QHxNnQB^v6;T-d#yLA%W)C!*qkC%LT;9R zEwR}#8>$xU<~+~EOuZVEnD^1vWIjhyH5x~t7elC|QHJeNBrwpCH0DEp-fTc?CR>vuyFsU2vOh!Yg%a!-N&vuO^@e#$G`;BCFt23FwQk?2lXFeWJ{56 zWDR1}v}?Ar&Cm6Zyd2-L(7Li}bG(bj;tUxT#p9B|+vBK&?ZSu})XkPV-GzrH!Zyv& z_Cj8mVr8mc3FD4l4$|sDTRTW&gTs?o%H zH_{zvm+R0cXBBqm!R!iQ=fN=hV@s=>*_PE;XXcrOZP(vbK`Uu#m$qmUSEu~4gmdP% z&-CJyn5GtJxiSv5AZ{c)p>pW>-WV3sW{^&K8)Z6+4P*rO!@Snyv?eiMtD*UW&Dmh- zIrwy{wO)EUOf!2D7yPyENNyD}r**&Txzl<_`x6ZmYzJ~S@Dv*zZ=+OW@n>B}i<_^v zF-eO?(bQ8IjmQ4=;gsL4v2qr{DHx;Z0?gc4?mU{w^mrR_E^t_HOd};3w}4RrH#X5B z<$*xIDkfQIj_MutDyu42g1ijDBu9KugzUwz6f`sAuQ>2nAG0m7wcWA4i7i(Wtv7{9 zI&L4ZMD^bA@exR4v+9LaTf9xFtmVzDOt{P2jHVNLo118;Mj0F&&N<%e+#=p!34NBL zC2z2tc!Oj9RMIqh11c``(=mN@Eo=n7jd<6)KGJ8VE&K6;M(I~`8OuV+-N6)jzxb#lr z@llUP)GBB5=;-i>dX!2oH&p9OSH@!YCMkP9?lR=W3OMqSmT-SXlI=$~zIjJc3$Q%~ zrKwA>;Csu}cML(YF&WL?8?;sjSu7O`Fy0J!wxVA0*6;v4jNs5K93gQt&Wd7b8mEpv z*(biV>elJr@0R;=oc(MJ@t&+lvJG=8BU8g*|5v<06h>{#>w?$_!|MWUOqpEQH8E_i zYsR5>eNdc223{Y;aZnDxJ;6l9yS`GxSh*ffqV|@cF{xIzU??^*gY<||lKLZ(S9)vi z#=3!B#?|Q%DmygLharr$DN>E6n1RVg*~rZBzp-NxCABCs+Zb+;j#&(udLyVI&YkQ~ z#i`y#(u-hmVo#hRhvkrrJFbC2WZw`%Z^%wR<6$?ZWZR@3!k!^XFaqQ3aSe{yAqOmd zCHNUnTNWAFny_oN9ET z(!oGlaAUtoq_7q`eh^#AmGw4^s;6Ziwn9Aj@rfGcW*w=o9clOy;;@?bXhnGJszjwq z%e88q?lgB~%^YEcmalw{zKuNBuyg-DyoQC>c?BS6|3L?6v@Y#8ybG&|LkOpRaXICSAIvh~L z3C9i6RO>G%Bi~#`Rzp*3XE)=Wc;mcn!7jfT#b}L&54>#&LPspKt%;NZM}me@GnF72 zDJ2c#*xD3?aE~{FD~AI;zbq8zZyCXYsF3F;B#R9&6x1_sq?$|y69%j&as;!=?{3z$ zpNxlKhw}wwJ>JL+TINp75&5D@zVvI_L)YP)o38=;m8NkRHq)35r&Azp#_|SA$3vZ7 zz?GHF3ClZ_(UX1q&Oh}=noI>TtM%9wRPaH9A(~3X8<~>UXyk}D8r1N)j&kUv-e|~V zn!xUc2U#QiLAR1nL2fhx?ziA;#*#IwjjZFVJ!wV$wr#s|&hJL6Zuzz;A{LZ?&6=@j zQf0Gs%-LW#0ey_4ky7?EhL2A|4xhb+sQC0HaIL!eGA#s?UWbN)4*q+D!jxFNz` zP^5iPSPUBo_1J#__QMW+d7*LNy#QaEeYO3yP8GZJnW%B)=_AiZ9!kiXO^>mFT0Sw) zx0o@`_(XlD6ywA-&5>isB$7amnI`XOg$1f`7pH|C#i#0xCiSR}@aC znrXw^K9Rx)+BG;2I7%{>VG4JFxo?fQ3212RqF=J z7{=kAri`c7&BBdQ*pQjTX6JF2EQSgMU9+UpXwLnqV;k@YPthsEajA^EYb&l_fh04Ppojq;Z4hSlW;+1Mm#589=i47ph> zI|Na|It2xE=%9!@W3pfs=>_(3Z&qG&e0DKzfo5mnu$rBP)pkIZ?6#TB8!K*RmbHjx z=gqE&iaxt}bn)3)BVk>6Rd#~074j)|WZ2uujv}qwu8zExL#`t)H%mLS%mmww+u60> z-PAfWm{Zunr$31SHyfFf?5rE##W|b6sHB<(|bi7(r zj-&BP!;2G)$vBzxl2XGX(K z&TVGzP&OWwd)GC`v)<99-(NUP{8Pil>nC)1* zt*>X{(BRO9_QY2fRxCtckvpz;)VN`#!S!*u7sacMame;tvwd`9?^W$`>JDFC?*?bT z_WM^Aqeg4g{l4jI;jnRK_HLAwf!oe{HnTOCt;XpiC+C{(*k8QHU)i&IVQ0t}8lDOE z3fs|M%E~z8b%=8qPfqVeF-Z!ZHLT3duF(wZ&5+v!ImKjGn1HVUhaUP>HBh`4hbk0C z!{CgbEADG5@D;XIPs-`^{=hWk0>J#Fm79+*BE};3S?BRz$U58q^aHxu=nHgo1R8m6 z5xR&k-sM=D6&99zk{NWtlc`;brr)o+GvdG87tTW6BhCD@H76c@;>NK`EAxdcSO+dn z43Vjda=-Ve32O#1otpzkdTKLvS0lH0RSj2IXug=*dEDF4)+9bmH0%fgoB3wqw#qDp z0=a}HLu;rEp~*0TV2KI;QgB#eGtp5fB$diMWL%5Hrk;H=nZfjXO+6tQhaD5vVn|)$ zwE1yE)p01~#y@E3isKOF0mTI_&{5Bh*K%;vU(pKX% z`Z_e7dK3|IK-Y$G`o#Q4HGmfDwP)QP$w7KNoX%R}4_1$-AHY#9RySca^OI=qO6YYp z{9IK6D-h*JR-09#=fkL@5VGYyT0mL1NC`q-7ifo5^LMIagSFJ120#qkddy{BOSm=U z#gQS%wE<5D#;_r#+A(Z_V%VnlDu^vm5Zm-VqS=ZHVw>Je6kF(pSzV&7+NnCYD7M5y z2{A!ziMMu~0F%T+U$4@H&rPF?X5*6$W1E`Z8+(%hH}YPQb3?Xp#-oX1o8E6P%M$_< z(Al^Eu>oy(pj;#yJL>>~&H1r|GR-Rg-x=;j<0$c@m7&UNY&1_uTgDVo?i-wrtx+@Y z2BYNI^@`IED3Xl_;@CtKddDqLa_6Zr#>Q|Qa35RnhvmIC=d6ikQQ8 z@V2SID=EA!@Ya?Z1as&%CiLXpO}w&Q*Nx`9=++^uz0b|E&ES$|M#dNy8RooaEyfe# z*GduUbQ*eFXKu*$grqZMkPe%wh?}kf1*9(#{zyxfGEiON9_S@z1@c?9h*y*=Y9kd1 znzW@0#PTT!j!orThl1CNf@?LGe=r`6exI|g9SbMB-{?(qHbA>bi}svr9iCwC+H%AAJWbM)%=&VcBoSxcA3)+?{b`bB(_v zpiJR`^UUFhJLnw$QFoEk{{Pw>4&K4h&LInB8+8tv#e{8g!Hq!Vdk0k%$#+n~t3|vM zoEeEvj0bM=19~`|7D8RN9;5}r9nz%S+*2|psal%5%1ZG4|ONK82sjWVOU zQ}AZh%LDzKSz}K;wjlyTTacbOz4O37t|{%I#FfE#6EP3rios4!6?6&vel*P=d9%z@ zfg<+YFhNds{HOx6s4}};V(&)|ulSYDR6MX*+?Mlv^JkivvxZ}gf%$6M1%~RTlr