Full Code of ZhiqiKou/TravelWeb for AI

master f18b027530e6 cached
6715 files
113.9 MB
14.2M tokens
32700 symbols
1 requests
Copy disabled (too large) Download .txt
Showing preview only (57,773K chars total). Download the full file to get everything.
Repository: ZhiqiKou/TravelWeb
Branch: master
Commit: f18b027530e6
Files: 6715
Total size: 113.9 MB

Directory structure:
gitextract_lndi0tnv/

├── .gitattributes
├── README.md
├── TravelWebsite.sql
├── requirements.txt
├── templates/
│   ├── .idea/
│   │   ├── deployment.xml
│   │   ├── libraries/
│   │   │   └── R_User_Library.xml
│   │   ├── misc.xml
│   │   ├── modules.xml
│   │   ├── workspace.xml
│   │   └── 旅游网.iml
│   ├── activities.html
│   ├── activities_comments.html
│   ├── activities_list.html
│   ├── article.html
│   ├── collection_list.html
│   ├── confirm_order.html
│   ├── confirm_order2.html
│   ├── css/
│   │   ├── amazeui.css
│   │   ├── style.css
│   │   └── user.css
│   ├── fonts/
│   │   └── FontAwesome.otf
│   ├── index.html
│   ├── js/
│   │   ├── amazeui.js
│   │   ├── jquery.Spinner.js
│   │   ├── jquery.select.js
│   │   ├── jquery.superslide.2.1.1.js
│   │   └── payfor.js
│   ├── login.html
│   ├── mall_list.html
│   ├── my_contact.html
│   ├── my_head.html
│   ├── my_index.html
│   ├── my_info.html
│   ├── my_note.html
│   ├── my_note2.html
│   ├── news_list.html
│   ├── note.html
│   ├── note_comments.html
│   ├── note_list.html
│   ├── order_details.html
│   ├── post_comment.html
│   ├── project.html
│   ├── project_comments.html
│   ├── project_order.html
│   ├── register.html
│   ├── scenic.html
│   ├── scenic_comments.html
│   ├── scenic_list.html
│   ├── scenic_order.html
│   ├── security.html
│   ├── shop_car.html
│   ├── submit_orders.html
│   └── write_note.html
├── zhiqiTravel/
│   ├── .idea/
│   │   ├── misc.xml
│   │   ├── modules.xml
│   │   ├── vcs.xml
│   │   ├── webResources.xml
│   │   ├── workspace.xml
│   │   └── zhiqiTravel.iml
│   ├── apps/
│   │   ├── diarys/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── apps.py
│   │   │   ├── forms.py
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_diary_user.py
│   │   │   │   ├── 0003_auto_20181026_1325.py
│   │   │   │   ├── 0004_auto_20181026_1450.py
│   │   │   │   ├── 0005_diary_praisenum.py
│   │   │   │   ├── 0006_diary_collectnum.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── news/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── adminx.py
│   │   │   ├── apps.py
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_auto_20181011_0944.py
│   │   │   │   ├── 0003_auto_20181011_1059.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── operation/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── apps.py
│   │   │   ├── forms.py
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_auto_20181009_1624.py
│   │   │   │   ├── 0003_userfav.py
│   │   │   │   ├── 0004_shoppingcart.py
│   │   │   │   ├── 0005_auto_20181106_0941.py
│   │   │   │   ├── 0006_shopping.py
│   │   │   │   ├── 0007_productcomments.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── templatetags/
│   │   │   │   ├── __init__.py
│   │   │   │   └── operation_extras.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── pay/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── apps.py
│   │   │   ├── keys/
│   │   │   │   ├── alipay_app_private_key
│   │   │   │   └── alipay_public_key
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_orderitems_good_price.py
│   │   │   │   ├── 0003_auto_20181109_1404.py
│   │   │   │   ├── 0004_orderitems_good_image.py
│   │   │   │   ├── 0005_orderitems_good_id.py
│   │   │   │   ├── 0006_ticketsordersmaintable.py
│   │   │   │   ├── 0007_ticketsordersmaintable_cdk.py
│   │   │   │   ├── 0008_auto_20181114_1036.py
│   │   │   │   ├── 0009_auto_20181114_1317.py
│   │   │   │   ├── 0010_auto_20181119_1545.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── scenicspots/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── adminx.py
│   │   │   ├── apps.py
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_auto_20181015_1654.py
│   │   │   │   ├── 0003_auto_20181016_1625.py
│   │   │   │   ├── 0004_auto_20181119_1037.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── shop/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── adminx.py
│   │   │   ├── apps.py
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_auto_20181101_1411.py
│   │   │   │   ├── 0003_propic_add_time.py
│   │   │   │   ├── 0004_auto_20181101_1433.py
│   │   │   │   ├── 0005_auto_20181101_1520.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── users/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── adminx.py
│   │   │   ├── apps.py
│   │   │   ├── forms.py
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_myuser_integral.py
│   │   │   │   ├── 0003_myuser_check_time.py
│   │   │   │   ├── 0004_auto_20181018_1601.py
│   │   │   │   ├── 0005_auto_20181018_1623.py
│   │   │   │   ├── 0006_auto_20181018_1627.py
│   │   │   │   ├── 0007_auto_20181019_1452.py
│   │   │   │   ├── 0008_auto_20181019_1523.py
│   │   │   │   ├── 0009_auto_20181109_1338.py
│   │   │   │   ├── 0010_remove_banner_index.py
│   │   │   │   ├── 0011_auto_20181120_1353.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   └── utils/
│   │       ├── __init__.py
│   │       ├── mixin_utils.py
│   │       └── send_email.py
│   ├── extra_apps/
│   │   ├── DjangoUeditor/
│   │   │   ├── __init__.py
│   │   │   ├── adminx.py
│   │   │   ├── commands.py
│   │   │   ├── forms.py
│   │   │   ├── models.py
│   │   │   ├── readme.txt
│   │   │   ├── settings.py
│   │   │   ├── static/
│   │   │   │   └── ueditor/
│   │   │   │       ├── _examples/
│   │   │   │       │   ├── addCustomizeButton.js
│   │   │   │       │   ├── addCustomizeCombox.js
│   │   │   │       │   ├── addCustomizeDialog.js
│   │   │   │       │   ├── charts.html
│   │   │   │       │   ├── completeDemo.html
│   │   │   │       │   ├── customPluginDemo.html
│   │   │   │       │   ├── customToolbarDemo.html
│   │   │   │       │   ├── customizeDialogPage.html
│   │   │   │       │   ├── customizeToolbarUIDemo.html
│   │   │   │       │   ├── editor_api.js
│   │   │   │       │   ├── filterRuleDemo.html
│   │   │   │       │   ├── highlightDemo.html
│   │   │   │       │   ├── index.html
│   │   │   │       │   ├── jqueryCompleteDemo.html
│   │   │   │       │   ├── jqueryValidation.html
│   │   │   │       │   ├── multiDemo.html
│   │   │   │       │   ├── multiEditorWithOneInstance.html
│   │   │   │       │   ├── renderInTable.html
│   │   │   │       │   ├── resetDemo.html
│   │   │   │       │   ├── sectiondemo.html
│   │   │   │       │   ├── server/
│   │   │   │       │   │   ├── getContent.ashx
│   │   │   │       │   │   ├── getContent.asp
│   │   │   │       │   │   ├── getContent.jsp
│   │   │   │       │   │   └── getContent.php
│   │   │   │       │   ├── setWidthHeightDemo.html
│   │   │   │       │   ├── simpleDemo.html
│   │   │   │       │   ├── sortableDemo.html
│   │   │   │       │   ├── submitFormDemo.html
│   │   │   │       │   ├── textareaDemo.html
│   │   │   │       │   └── uparsedemo.html
│   │   │   │       ├── dialogs/
│   │   │   │       │   ├── anchor/
│   │   │   │       │   │   └── anchor.html
│   │   │   │       │   ├── attachment/
│   │   │   │       │   │   ├── attachment.css
│   │   │   │       │   │   ├── attachment.html
│   │   │   │       │   │   └── attachment.js
│   │   │   │       │   ├── background/
│   │   │   │       │   │   ├── background.css
│   │   │   │       │   │   ├── background.html
│   │   │   │       │   │   └── background.js
│   │   │   │       │   ├── charts/
│   │   │   │       │   │   ├── chart.config.js
│   │   │   │       │   │   ├── charts.css
│   │   │   │       │   │   ├── charts.html
│   │   │   │       │   │   └── charts.js
│   │   │   │       │   ├── emotion/
│   │   │   │       │   │   ├── emotion.css
│   │   │   │       │   │   ├── emotion.html
│   │   │   │       │   │   └── emotion.js
│   │   │   │       │   ├── gmap/
│   │   │   │       │   │   └── gmap.html
│   │   │   │       │   ├── help/
│   │   │   │       │   │   ├── help.css
│   │   │   │       │   │   ├── help.html
│   │   │   │       │   │   └── help.js
│   │   │   │       │   ├── image/
│   │   │   │       │   │   ├── image.css
│   │   │   │       │   │   ├── image.html
│   │   │   │       │   │   └── image.js
│   │   │   │       │   ├── insertframe/
│   │   │   │       │   │   └── insertframe.html
│   │   │   │       │   ├── internal.js
│   │   │   │       │   ├── link/
│   │   │   │       │   │   └── link.html
│   │   │   │       │   ├── map/
│   │   │   │       │   │   ├── map.html
│   │   │   │       │   │   └── show.html
│   │   │   │       │   ├── music/
│   │   │   │       │   │   ├── music.css
│   │   │   │       │   │   ├── music.html
│   │   │   │       │   │   └── music.js
│   │   │   │       │   ├── preview/
│   │   │   │       │   │   └── preview.html
│   │   │   │       │   ├── scrawl/
│   │   │   │       │   │   ├── scrawl.css
│   │   │   │       │   │   ├── scrawl.html
│   │   │   │       │   │   └── scrawl.js
│   │   │   │       │   ├── searchreplace/
│   │   │   │       │   │   ├── searchreplace.html
│   │   │   │       │   │   └── searchreplace.js
│   │   │   │       │   ├── snapscreen/
│   │   │   │       │   │   └── snapscreen.html
│   │   │   │       │   ├── spechars/
│   │   │   │       │   │   ├── spechars.html
│   │   │   │       │   │   └── spechars.js
│   │   │   │       │   ├── table/
│   │   │   │       │   │   ├── edittable.css
│   │   │   │       │   │   ├── edittable.html
│   │   │   │       │   │   ├── edittable.js
│   │   │   │       │   │   ├── edittd.html
│   │   │   │       │   │   └── edittip.html
│   │   │   │       │   ├── template/
│   │   │   │       │   │   ├── config.js
│   │   │   │       │   │   ├── template.css
│   │   │   │       │   │   ├── template.html
│   │   │   │       │   │   └── template.js
│   │   │   │       │   ├── video/
│   │   │   │       │   │   ├── video.css
│   │   │   │       │   │   ├── video.html
│   │   │   │       │   │   └── video.js
│   │   │   │       │   ├── webapp/
│   │   │   │       │   │   └── webapp.html
│   │   │   │       │   └── wordimage/
│   │   │   │       │       ├── fClipboard_ueditor.swf
│   │   │   │       │       ├── imageUploader.swf
│   │   │   │       │       ├── tangram.js
│   │   │   │       │       ├── wordimage.html
│   │   │   │       │       └── wordimage.js
│   │   │   │       ├── index.html
│   │   │   │       ├── lang/
│   │   │   │       │   ├── en/
│   │   │   │       │   │   └── en.js
│   │   │   │       │   └── zh-cn/
│   │   │   │       │       └── zh-cn.js
│   │   │   │       ├── php/
│   │   │   │       │   ├── Uploader.class.php
│   │   │   │       │   ├── action_crawler.php
│   │   │   │       │   ├── action_list.php
│   │   │   │       │   ├── action_upload.php
│   │   │   │       │   ├── config.json
│   │   │   │       │   └── controller.php
│   │   │   │       ├── themes/
│   │   │   │       │   ├── default/
│   │   │   │       │   │   ├── css/
│   │   │   │       │   │   │   └── ueditor.css
│   │   │   │       │   │   └── dialogbase.css
│   │   │   │       │   └── iframe.css
│   │   │   │       ├── third-party/
│   │   │   │       │   ├── SyntaxHighlighter/
│   │   │   │       │   │   ├── shCore.js
│   │   │   │       │   │   └── shCoreDefault.css
│   │   │   │       │   ├── codemirror/
│   │   │   │       │   │   ├── codemirror.css
│   │   │   │       │   │   └── codemirror.js
│   │   │   │       │   ├── highcharts/
│   │   │   │       │   │   ├── adapters/
│   │   │   │       │   │   │   ├── mootools-adapter.js
│   │   │   │       │   │   │   ├── mootools-adapter.src.js
│   │   │   │       │   │   │   ├── prototype-adapter.js
│   │   │   │       │   │   │   ├── prototype-adapter.src.js
│   │   │   │       │   │   │   ├── standalone-framework.js
│   │   │   │       │   │   │   └── standalone-framework.src.js
│   │   │   │       │   │   ├── highcharts-more.js
│   │   │   │       │   │   ├── highcharts-more.src.js
│   │   │   │       │   │   ├── highcharts.js
│   │   │   │       │   │   ├── highcharts.src.js
│   │   │   │       │   │   ├── modules/
│   │   │   │       │   │   │   ├── annotations.js
│   │   │   │       │   │   │   ├── annotations.src.js
│   │   │   │       │   │   │   ├── canvas-tools.js
│   │   │   │       │   │   │   ├── canvas-tools.src.js
│   │   │   │       │   │   │   ├── data.js
│   │   │   │       │   │   │   ├── data.src.js
│   │   │   │       │   │   │   ├── drilldown.js
│   │   │   │       │   │   │   ├── drilldown.src.js
│   │   │   │       │   │   │   ├── exporting.js
│   │   │   │       │   │   │   ├── exporting.src.js
│   │   │   │       │   │   │   ├── funnel.js
│   │   │   │       │   │   │   ├── funnel.src.js
│   │   │   │       │   │   │   ├── heatmap.js
│   │   │   │       │   │   │   ├── heatmap.src.js
│   │   │   │       │   │   │   ├── map.js
│   │   │   │       │   │   │   ├── map.src.js
│   │   │   │       │   │   │   ├── no-data-to-display.js
│   │   │   │       │   │   │   └── no-data-to-display.src.js
│   │   │   │       │   │   └── themes/
│   │   │   │       │   │       ├── dark-blue.js
│   │   │   │       │   │       ├── dark-green.js
│   │   │   │       │   │       ├── gray.js
│   │   │   │       │   │       ├── grid.js
│   │   │   │       │   │       └── skies.js
│   │   │   │       │   ├── jquery-1.10.2.js
│   │   │   │       │   ├── video-js/
│   │   │   │       │   │   ├── video-js.css
│   │   │   │       │   │   ├── video-js.swf
│   │   │   │       │   │   ├── video.dev.js
│   │   │   │       │   │   └── video.js
│   │   │   │       │   ├── webuploader/
│   │   │   │       │   │   ├── Uploader.swf
│   │   │   │       │   │   ├── webuploader.css
│   │   │   │       │   │   ├── webuploader.custom.js
│   │   │   │       │   │   ├── webuploader.flashonly.js
│   │   │   │       │   │   ├── webuploader.html5only.js
│   │   │   │       │   │   ├── webuploader.js
│   │   │   │       │   │   └── webuploader.withoutimage.js
│   │   │   │       │   └── zeroclipboard/
│   │   │   │       │       ├── ZeroClipboard.js
│   │   │   │       │       └── ZeroClipboard.swf
│   │   │   │       ├── ueditor.all.js
│   │   │   │       ├── ueditor.config.js
│   │   │   │       └── ueditor.parse.js
│   │   │   ├── templates/
│   │   │   │   ├── ueditor.html
│   │   │   │   └── ueditor_old.html
│   │   │   ├── urls.py
│   │   │   ├── utils.py
│   │   │   ├── views.py
│   │   │   └── widgets.py
│   │   └── xadmin/
│   │       ├── .tx/
│   │       │   └── config
│   │       ├── __init__.py
│   │       ├── adminx.py
│   │       ├── apps.py
│   │       ├── filters.py
│   │       ├── forms.py
│   │       ├── layout.py
│   │       ├── locale/
│   │       │   ├── de_DE/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── en/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── es_MX/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── eu/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── id_ID/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── ja/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── lt/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── nl_NL/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── pl/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── pt_BR/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── ru_RU/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   └── zh_Hans/
│   │       │       └── LC_MESSAGES/
│   │       │           ├── django.mo
│   │       │           ├── django.po
│   │       │           ├── djangojs.mo
│   │       │           └── djangojs.po
│   │       ├── migrations/
│   │       │   ├── 0001_initial.py
│   │       │   ├── 0002_log.py
│   │       │   ├── 0003_auto_20160715_0100.py
│   │       │   └── __init__.py
│   │       ├── models.py
│   │       ├── plugins/
│   │       │   ├── __init__.py
│   │       │   ├── actions.py
│   │       │   ├── aggregation.py
│   │       │   ├── ajax.py
│   │       │   ├── auth.py
│   │       │   ├── batch.py
│   │       │   ├── bookmark.py
│   │       │   ├── chart.py
│   │       │   ├── comments.py
│   │       │   ├── details.py
│   │       │   ├── editable.py
│   │       │   ├── export.py
│   │       │   ├── filters.py
│   │       │   ├── images.py
│   │       │   ├── importexport.py
│   │       │   ├── inline.py
│   │       │   ├── language.py
│   │       │   ├── layout.py
│   │       │   ├── mobile.py
│   │       │   ├── multiselect.py
│   │       │   ├── passwords.py
│   │       │   ├── portal.py
│   │       │   ├── quickfilter.py
│   │       │   ├── quickform.py
│   │       │   ├── refresh.py
│   │       │   ├── relate.py
│   │       │   ├── relfield.py
│   │       │   ├── sitemenu.py
│   │       │   ├── sortablelist.py
│   │       │   ├── themes.py
│   │       │   ├── topnav.py
│   │       │   ├── ueditor.py
│   │       │   ├── utils.py
│   │       │   ├── wizard.py
│   │       │   └── xversion.py
│   │       ├── sites.py
│   │       ├── static/
│   │       │   └── xadmin/
│   │       │       ├── component.json
│   │       │       ├── css/
│   │       │       │   ├── themes/
│   │       │       │   │   ├── bootstrap-theme.css
│   │       │       │   │   └── bootstrap-xadmin.css
│   │       │       │   ├── xadmin.form.css
│   │       │       │   ├── xadmin.main.css
│   │       │       │   ├── xadmin.mobile.css
│   │       │       │   ├── xadmin.page.dashboard.css
│   │       │       │   ├── xadmin.plugin.aggregation.css
│   │       │       │   ├── xadmin.plugin.formset.css
│   │       │       │   ├── xadmin.plugin.importexport.css
│   │       │       │   ├── xadmin.plugin.quickfilter.css
│   │       │       │   ├── xadmin.plugins.css
│   │       │       │   ├── xadmin.responsive.css
│   │       │       │   ├── xadmin.widget.editable.css
│   │       │       │   └── xadmin.widget.select-transfer.css
│   │       │       ├── js/
│   │       │       │   ├── xadmin.main.js
│   │       │       │   ├── xadmin.page.dashboard.js
│   │       │       │   ├── xadmin.page.form.js
│   │       │       │   ├── xadmin.page.list.js
│   │       │       │   ├── xadmin.plugin.actions.js
│   │       │       │   ├── xadmin.plugin.batch.js
│   │       │       │   ├── xadmin.plugin.bookmark.js
│   │       │       │   ├── xadmin.plugin.charts.js
│   │       │       │   ├── xadmin.plugin.details.js
│   │       │       │   ├── xadmin.plugin.editable.js
│   │       │       │   ├── xadmin.plugin.filters.js
│   │       │       │   ├── xadmin.plugin.formset.js
│   │       │       │   ├── xadmin.plugin.importexport.js
│   │       │       │   ├── xadmin.plugin.portal.js
│   │       │       │   ├── xadmin.plugin.quick-form.js
│   │       │       │   ├── xadmin.plugin.quickfilter.js
│   │       │       │   ├── xadmin.plugin.refresh.js
│   │       │       │   ├── xadmin.plugin.revision.js
│   │       │       │   ├── xadmin.plugin.sortablelist.js
│   │       │       │   ├── xadmin.plugin.themes.js
│   │       │       │   ├── xadmin.responsive.js
│   │       │       │   ├── xadmin.widget.datetime.js
│   │       │       │   ├── xadmin.widget.multiselect.js
│   │       │       │   ├── xadmin.widget.select-transfer.js
│   │       │       │   └── xadmin.widget.select.js
│   │       │       └── vendor/
│   │       │           ├── autotype/
│   │       │           │   └── index.js
│   │       │           ├── bootstrap/
│   │       │           │   ├── css/
│   │       │           │   │   └── bootstrap.css
│   │       │           │   └── js/
│   │       │           │       └── bootstrap.js
│   │       │           ├── bootstrap-clockpicker/
│   │       │           │   ├── bootstrap-clockpicker.css
│   │       │           │   └── bootstrap-clockpicker.js
│   │       │           ├── bootstrap-datepicker/
│   │       │           │   ├── css/
│   │       │           │   │   └── datepicker.css
│   │       │           │   └── js/
│   │       │           │       ├── bootstrap-datepicker.js
│   │       │           │       └── locales/
│   │       │           │           ├── bootstrap-datepicker.bg.js
│   │       │           │           ├── bootstrap-datepicker.ca.js
│   │       │           │           ├── bootstrap-datepicker.cs.js
│   │       │           │           ├── bootstrap-datepicker.da.js
│   │       │           │           ├── bootstrap-datepicker.de.js
│   │       │           │           ├── bootstrap-datepicker.el.js
│   │       │           │           ├── bootstrap-datepicker.es.js
│   │       │           │           ├── bootstrap-datepicker.fi.js
│   │       │           │           ├── bootstrap-datepicker.fr.js
│   │       │           │           ├── bootstrap-datepicker.he.js
│   │       │           │           ├── bootstrap-datepicker.hr.js
│   │       │           │           ├── bootstrap-datepicker.hu.js
│   │       │           │           ├── bootstrap-datepicker.id.js
│   │       │           │           ├── bootstrap-datepicker.is.js
│   │       │           │           ├── bootstrap-datepicker.it.js
│   │       │           │           ├── bootstrap-datepicker.ja.js
│   │       │           │           ├── bootstrap-datepicker.kr.js
│   │       │           │           ├── bootstrap-datepicker.lt.js
│   │       │           │           ├── bootstrap-datepicker.lv.js
│   │       │           │           ├── bootstrap-datepicker.ms.js
│   │       │           │           ├── bootstrap-datepicker.nb.js
│   │       │           │           ├── bootstrap-datepicker.nl.js
│   │       │           │           ├── bootstrap-datepicker.pl.js
│   │       │           │           ├── bootstrap-datepicker.pt-BR.js
│   │       │           │           ├── bootstrap-datepicker.pt.js
│   │       │           │           ├── bootstrap-datepicker.ro.js
│   │       │           │           ├── bootstrap-datepicker.rs-latin.js
│   │       │           │           ├── bootstrap-datepicker.rs.js
│   │       │           │           ├── bootstrap-datepicker.ru.js
│   │       │           │           ├── bootstrap-datepicker.sk.js
│   │       │           │           ├── bootstrap-datepicker.sl.js
│   │       │           │           ├── bootstrap-datepicker.sv.js
│   │       │           │           ├── bootstrap-datepicker.sw.js
│   │       │           │           ├── bootstrap-datepicker.th.js
│   │       │           │           ├── bootstrap-datepicker.tr.js
│   │       │           │           ├── bootstrap-datepicker.uk.js
│   │       │           │           ├── bootstrap-datepicker.zh-CN.js
│   │       │           │           └── bootstrap-datepicker.zh-TW.js
│   │       │           ├── bootstrap-image-gallery/
│   │       │           │   ├── css/
│   │       │           │   │   └── bootstrap-image-gallery.css
│   │       │           │   └── js/
│   │       │           │       └── bootstrap-image-gallery.js
│   │       │           ├── bootstrap-modal/
│   │       │           │   ├── css/
│   │       │           │   │   └── bootstrap-modal.css
│   │       │           │   └── js/
│   │       │           │       ├── bootstrap-modal.js
│   │       │           │       └── bootstrap-modalmanager.js
│   │       │           ├── bootstrap-multiselect/
│   │       │           │   ├── css/
│   │       │           │   │   └── bootstrap-multiselect.css
│   │       │           │   └── js/
│   │       │           │       └── bootstrap-multiselect.js
│   │       │           ├── bootstrap-timepicker/
│   │       │           │   ├── css/
│   │       │           │   │   └── bootstrap-timepicker.css
│   │       │           │   └── js/
│   │       │           │       └── bootstrap-timepicker.js
│   │       │           ├── flot/
│   │       │           │   ├── excanvas.js
│   │       │           │   ├── jquery.colorhelpers.js
│   │       │           │   ├── jquery.flot.aggregate.js
│   │       │           │   ├── jquery.flot.canvas.js
│   │       │           │   ├── jquery.flot.categories.js
│   │       │           │   ├── jquery.flot.crosshair.js
│   │       │           │   ├── jquery.flot.errorbars.js
│   │       │           │   ├── jquery.flot.fillbetween.js
│   │       │           │   ├── jquery.flot.image.js
│   │       │           │   ├── jquery.flot.js
│   │       │           │   ├── jquery.flot.navigate.js
│   │       │           │   ├── jquery.flot.pie.js
│   │       │           │   ├── jquery.flot.resize.js
│   │       │           │   ├── jquery.flot.selection.js
│   │       │           │   ├── jquery.flot.stack.js
│   │       │           │   ├── jquery.flot.symbol.js
│   │       │           │   ├── jquery.flot.threshold.js
│   │       │           │   └── jquery.flot.time.js
│   │       │           ├── font-awesome/
│   │       │           │   ├── css/
│   │       │           │   │   └── font-awesome.css
│   │       │           │   └── fonts/
│   │       │           │       └── FontAwesome.otf
│   │       │           ├── jquery/
│   │       │           │   └── jquery.js
│   │       │           ├── jquery-ui/
│   │       │           │   ├── jquery.ui.core.js
│   │       │           │   ├── jquery.ui.effect.js
│   │       │           │   ├── jquery.ui.mouse.js
│   │       │           │   ├── jquery.ui.sortable.js
│   │       │           │   └── jquery.ui.widget.js
│   │       │           ├── load-image/
│   │       │           │   └── load-image.js
│   │       │           ├── select2/
│   │       │           │   ├── select2.css
│   │       │           │   ├── select2.js
│   │       │           │   ├── select2_locale_de.js
│   │       │           │   ├── select2_locale_en.js
│   │       │           │   ├── select2_locale_es.js
│   │       │           │   ├── select2_locale_eu.js
│   │       │           │   ├── select2_locale_fr.js
│   │       │           │   ├── select2_locale_hr.js
│   │       │           │   ├── select2_locale_hu.js
│   │       │           │   ├── select2_locale_it.js
│   │       │           │   ├── select2_locale_nl.js
│   │       │           │   ├── select2_locale_pt-BR.js
│   │       │           │   ├── select2_locale_pt-PT.js
│   │       │           │   ├── select2_locale_ro.js
│   │       │           │   ├── select2_locale_ru.js
│   │       │           │   ├── select2_locale_sk.js
│   │       │           │   ├── select2_locale_sv.js
│   │       │           │   ├── select2_locale_tr.js
│   │       │           │   ├── select2_locale_ua.js
│   │       │           │   ├── select2_locale_zh-CN.js
│   │       │           │   └── select2_locale_zh-hans.js
│   │       │           ├── selectize/
│   │       │           │   ├── selectize.bootstrap2.css
│   │       │           │   ├── selectize.bootstrap3.css
│   │       │           │   ├── selectize.css
│   │       │           │   ├── selectize.default.css
│   │       │           │   ├── selectize.js
│   │       │           │   └── selectize.legacy.css
│   │       │           └── snapjs/
│   │       │               ├── snap.css
│   │       │               └── snap.js
│   │       ├── templates/
│   │       │   └── xadmin/
│   │       │       ├── 404.html
│   │       │       ├── 500.html
│   │       │       ├── auth/
│   │       │       │   ├── password_reset/
│   │       │       │   │   ├── complete.html
│   │       │       │   │   ├── confirm.html
│   │       │       │   │   ├── done.html
│   │       │       │   │   ├── email.html
│   │       │       │   │   └── form.html
│   │       │       │   └── user/
│   │       │       │       ├── add_form.html
│   │       │       │       └── change_password.html
│   │       │       ├── base.html
│   │       │       ├── base_site.html
│   │       │       ├── blocks/
│   │       │       │   ├── comm.top.setlang.html
│   │       │       │   ├── comm.top.theme.html
│   │       │       │   ├── comm.top.topnav.html
│   │       │       │   ├── modal_list.left_navbar.quickfilter.html
│   │       │       │   ├── model_form.before_fieldsets.wizard.html
│   │       │       │   ├── model_form.submit_line.wizard.html
│   │       │       │   ├── model_list.nav_form.search_form.html
│   │       │       │   ├── model_list.nav_menu.bookmarks.html
│   │       │       │   ├── model_list.nav_menu.filters.html
│   │       │       │   ├── model_list.results_bottom.actions.html
│   │       │       │   ├── model_list.results_top.charts.html
│   │       │       │   ├── model_list.results_top.date_hierarchy.html
│   │       │       │   ├── model_list.top_toolbar.exports.html
│   │       │       │   ├── model_list.top_toolbar.importexport.export.html
│   │       │       │   ├── model_list.top_toolbar.importexport.import.html
│   │       │       │   ├── model_list.top_toolbar.layouts.html
│   │       │       │   ├── model_list.top_toolbar.refresh.html
│   │       │       │   └── model_list.top_toolbar.saveorder.html
│   │       │       ├── edit_inline/
│   │       │       │   ├── accordion.html
│   │       │       │   ├── base.html
│   │       │       │   ├── blank.html
│   │       │       │   ├── one.html
│   │       │       │   ├── stacked.html
│   │       │       │   ├── tab.html
│   │       │       │   └── tabular.html
│   │       │       ├── filters/
│   │       │       │   ├── char.html
│   │       │       │   ├── checklist.html
│   │       │       │   ├── date.html
│   │       │       │   ├── fk_search.html
│   │       │       │   ├── list.html
│   │       │       │   ├── number.html
│   │       │       │   ├── quickfilter.html
│   │       │       │   └── rel.html
│   │       │       ├── forms/
│   │       │       │   └── transfer.html
│   │       │       ├── grids/
│   │       │       │   └── thumbnails.html
│   │       │       ├── import_export/
│   │       │       │   ├── export_action.html
│   │       │       │   └── import.html
│   │       │       ├── includes/
│   │       │       │   ├── box.html
│   │       │       │   ├── pagination.html
│   │       │       │   ├── sitemenu_accordion.html
│   │       │       │   ├── sitemenu_default.html
│   │       │       │   ├── submit_line.html
│   │       │       │   ├── toggle_back.html
│   │       │       │   └── toggle_menu.html
│   │       │       ├── layout/
│   │       │       │   ├── field_value.html
│   │       │       │   ├── field_value_td.html
│   │       │       │   ├── fieldset.html
│   │       │       │   ├── input_group.html
│   │       │       │   └── td-field.html
│   │       │       ├── views/
│   │       │       │   ├── app_index.html
│   │       │       │   ├── batch_change_form.html
│   │       │       │   ├── dashboard.html
│   │       │       │   ├── form.html
│   │       │       │   ├── invalid_setup.html
│   │       │       │   ├── logged_out.html
│   │       │       │   ├── login.html
│   │       │       │   ├── model_dashboard.html
│   │       │       │   ├── model_delete_confirm.html
│   │       │       │   ├── model_delete_selected_confirm.html
│   │       │       │   ├── model_detail.html
│   │       │       │   ├── model_form.html
│   │       │       │   ├── model_history.html
│   │       │       │   ├── model_list.html
│   │       │       │   ├── quick_detail.html
│   │       │       │   ├── quick_form.html
│   │       │       │   ├── recover_form.html
│   │       │       │   ├── recover_list.html
│   │       │       │   ├── revision_diff.html
│   │       │       │   └── revision_form.html
│   │       │       └── widgets/
│   │       │           ├── addform.html
│   │       │           ├── base.html
│   │       │           ├── chart.html
│   │       │           ├── list.html
│   │       │           └── qbutton.html
│   │       ├── templatetags/
│   │       │   ├── __init__.py
│   │       │   └── xadmin_tags.py
│   │       ├── util.py
│   │       ├── vendors.py
│   │       ├── views/
│   │       │   ├── __init__.py
│   │       │   ├── base.py
│   │       │   ├── dashboard.py
│   │       │   ├── delete.py
│   │       │   ├── detail.py
│   │       │   ├── edit.py
│   │       │   ├── form.py
│   │       │   ├── list.py
│   │       │   └── website.py
│   │       └── widgets.py
│   ├── manage.py
│   ├── static/
│   │   ├── css/
│   │   │   ├── 404style.css
│   │   │   ├── amazeui.css
│   │   │   ├── style.css
│   │   │   └── user.css
│   │   ├── fonts/
│   │   │   └── FontAwesome.otf
│   │   └── js/
│   │       ├── 404jquery.js
│   │       ├── 404public.js
│   │       ├── amazeui.js
│   │       ├── jquery.Spinner.js
│   │       ├── jquery.select.js
│   │       ├── jquery.superslide.2.1.1.js
│   │       ├── payfor.js
│   │       ├── ueditor.all.js
│   │       └── ueditor.config.js
│   ├── templates/
│   │   ├── 404.html
│   │   ├── 500.html
│   │   ├── PayTest.html
│   │   ├── activities.html
│   │   ├── article.html
│   │   ├── base.html
│   │   ├── collection_list.html
│   │   ├── confirm_order.html
│   │   ├── confirm_order2.html
│   │   ├── editor_note.html
│   │   ├── forget_pwd.html
│   │   ├── goods_comment.html
│   │   ├── index.html
│   │   ├── login.html
│   │   ├── mall_list.html
│   │   ├── modify_contact.html
│   │   ├── my_comments.html
│   │   ├── my_contact.html
│   │   ├── my_head.html
│   │   ├── my_index.html
│   │   ├── my_info.html
│   │   ├── my_note.html
│   │   ├── new_pwd.html
│   │   ├── news_list.html
│   │   ├── note.html
│   │   ├── note_list.html
│   │   ├── order_details.html
│   │   ├── order_details2.html
│   │   ├── project.html
│   │   ├── project_order.html
│   │   ├── register.html
│   │   ├── scenic.html
│   │   ├── scenic_list.html
│   │   ├── scenic_order.html
│   │   ├── search_results.html
│   │   ├── security.html
│   │   ├── shop_car(前端实现修改).html
│   │   ├── shop_car.html
│   │   ├── shopbase.html
│   │   ├── spots_comment.html
│   │   ├── submit_active_orders.html
│   │   ├── submit_spots_orders.html
│   │   ├── userbase.html
│   │   └── write_note.html
│   └── zhiqiTravel/
│       ├── __init__.py
│       ├── settings.py
│       ├── urls.py
│       └── wsgi.py
├── zhiqiTravelenv/
│   ├── bin/
│   │   ├── activate
│   │   ├── activate.csh
│   │   ├── activate.fish
│   │   ├── csv2ods
│   │   ├── django-admin
│   │   ├── django-admin.py
│   │   ├── easy_install
│   │   ├── easy_install-3.6
│   │   ├── futurize
│   │   ├── mailodf
│   │   ├── odf2mht
│   │   ├── odf2xhtml
│   │   ├── odf2xml
│   │   ├── odfimgimport
│   │   ├── odflint
│   │   ├── odfmeta
│   │   ├── odfoutline
│   │   ├── odfuserfield
│   │   ├── pasteurize
│   │   ├── pip
│   │   ├── pip3
│   │   ├── pip3.6
│   │   ├── python
│   │   ├── python3
│   │   ├── python3.6
│   │   ├── runxlrd.py
│   │   └── xml2odf
│   ├── lib/
│   │   └── python3.6/
│   │       └── site-packages/
│   │           ├── .libs_cffi_backend/
│   │           │   └── libffi-d78936b1.so.6.0.4
│   │           ├── Cryptodome/
│   │           │   ├── Cipher/
│   │           │   │   ├── AES.py
│   │           │   │   ├── ARC2.py
│   │           │   │   ├── ARC4.py
│   │           │   │   ├── Blowfish.py
│   │           │   │   ├── CAST.py
│   │           │   │   ├── ChaCha20.py
│   │           │   │   ├── ChaCha20_Poly1305.py
│   │           │   │   ├── DES.py
│   │           │   │   ├── DES3.py
│   │           │   │   ├── PKCS1_OAEP.py
│   │           │   │   ├── PKCS1_v1_5.py
│   │           │   │   ├── Salsa20.py
│   │           │   │   ├── __init__.py
│   │           │   │   ├── _mode_cbc.py
│   │           │   │   ├── _mode_ccm.py
│   │           │   │   ├── _mode_cfb.py
│   │           │   │   ├── _mode_ctr.py
│   │           │   │   ├── _mode_eax.py
│   │           │   │   ├── _mode_ecb.py
│   │           │   │   ├── _mode_gcm.py
│   │           │   │   ├── _mode_ocb.py
│   │           │   │   ├── _mode_ofb.py
│   │           │   │   ├── _mode_openpgp.py
│   │           │   │   └── _mode_siv.py
│   │           │   ├── Hash/
│   │           │   │   ├── BLAKE2b.py
│   │           │   │   ├── BLAKE2s.py
│   │           │   │   ├── CMAC.py
│   │           │   │   ├── HMAC.py
│   │           │   │   ├── MD2.py
│   │           │   │   ├── MD4.py
│   │           │   │   ├── MD5.py
│   │           │   │   ├── Poly1305.py
│   │           │   │   ├── RIPEMD.py
│   │           │   │   ├── RIPEMD160.py
│   │           │   │   ├── SHA.py
│   │           │   │   ├── SHA1.py
│   │           │   │   ├── SHA224.py
│   │           │   │   ├── SHA256.py
│   │           │   │   ├── SHA384.py
│   │           │   │   ├── SHA3_224.py
│   │           │   │   ├── SHA3_256.py
│   │           │   │   ├── SHA3_384.py
│   │           │   │   ├── SHA3_512.py
│   │           │   │   ├── SHA512.py
│   │           │   │   ├── SHAKE128.py
│   │           │   │   ├── SHAKE256.py
│   │           │   │   ├── __init__.py
│   │           │   │   └── keccak.py
│   │           │   ├── IO/
│   │           │   │   ├── PEM.py
│   │           │   │   ├── PKCS8.py
│   │           │   │   ├── _PBES.py
│   │           │   │   └── __init__.py
│   │           │   ├── Math/
│   │           │   │   ├── Numbers.py
│   │           │   │   ├── Primality.py
│   │           │   │   ├── _Numbers_custom.py
│   │           │   │   ├── _Numbers_gmp.py
│   │           │   │   ├── _Numbers_int.py
│   │           │   │   └── __init__.py
│   │           │   ├── Protocol/
│   │           │   │   ├── KDF.py
│   │           │   │   ├── SecretSharing.py
│   │           │   │   └── __init__.py
│   │           │   ├── PublicKey/
│   │           │   │   ├── DSA.py
│   │           │   │   ├── ECC.py
│   │           │   │   ├── ElGamal.py
│   │           │   │   ├── RSA.py
│   │           │   │   └── __init__.py
│   │           │   ├── Random/
│   │           │   │   ├── __init__.py
│   │           │   │   └── random.py
│   │           │   ├── SelfTest/
│   │           │   │   ├── Cipher/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── common.py
│   │           │   │   │   ├── test_AES.py
│   │           │   │   │   ├── test_ARC2.py
│   │           │   │   │   ├── test_ARC4.py
│   │           │   │   │   ├── test_Blowfish.py
│   │           │   │   │   ├── test_CAST.py
│   │           │   │   │   ├── test_CBC.py
│   │           │   │   │   ├── test_CCM.py
│   │           │   │   │   ├── test_CFB.py
│   │           │   │   │   ├── test_CTR.py
│   │           │   │   │   ├── test_ChaCha20.py
│   │           │   │   │   ├── test_ChaCha20_Poly1305.py
│   │           │   │   │   ├── test_DES.py
│   │           │   │   │   ├── test_DES3.py
│   │           │   │   │   ├── test_EAX.py
│   │           │   │   │   ├── test_GCM.py
│   │           │   │   │   ├── test_OCB.py
│   │           │   │   │   ├── test_OFB.py
│   │           │   │   │   ├── test_OpenPGP.py
│   │           │   │   │   ├── test_SIV.py
│   │           │   │   │   ├── test_Salsa20.py
│   │           │   │   │   ├── test_pkcs1_15.py
│   │           │   │   │   ├── test_pkcs1_oaep.py
│   │           │   │   │   └── test_vectors/
│   │           │   │   │       ├── AES/
│   │           │   │   │       │   ├── CBCGFSbox128.rsp
│   │           │   │   │       │   ├── CBCGFSbox192.rsp
│   │           │   │   │       │   ├── CBCGFSbox256.rsp
│   │           │   │   │       │   ├── CBCKeySbox128.rsp
│   │           │   │   │       │   ├── CBCKeySbox192.rsp
│   │           │   │   │       │   ├── CBCKeySbox256.rsp
│   │           │   │   │       │   ├── CBCMCT128.rsp
│   │           │   │   │       │   ├── CBCMCT192.rsp
│   │           │   │   │       │   ├── CBCMCT256.rsp
│   │           │   │   │       │   ├── CBCMMT128.rsp
│   │           │   │   │       │   ├── CBCMMT192.rsp
│   │           │   │   │       │   ├── CBCMMT256.rsp
│   │           │   │   │       │   ├── CBCVarKey128.rsp
│   │           │   │   │       │   ├── CBCVarKey192.rsp
│   │           │   │   │       │   ├── CBCVarKey256.rsp
│   │           │   │   │       │   ├── CBCVarTxt128.rsp
│   │           │   │   │       │   ├── CBCVarTxt192.rsp
│   │           │   │   │       │   ├── CBCVarTxt256.rsp
│   │           │   │   │       │   ├── CFB128GFSbox128.rsp
│   │           │   │   │       │   ├── CFB128GFSbox192.rsp
│   │           │   │   │       │   ├── CFB128GFSbox256.rsp
│   │           │   │   │       │   ├── CFB128KeySbox128.rsp
│   │           │   │   │       │   ├── CFB128KeySbox192.rsp
│   │           │   │   │       │   ├── CFB128KeySbox256.rsp
│   │           │   │   │       │   ├── CFB128MCT128.rsp
│   │           │   │   │       │   ├── CFB128MCT192.rsp
│   │           │   │   │       │   ├── CFB128MCT256.rsp
│   │           │   │   │       │   ├── CFB128MMT128.rsp
│   │           │   │   │       │   ├── CFB128MMT192.rsp
│   │           │   │   │       │   ├── CFB128MMT256.rsp
│   │           │   │   │       │   ├── CFB128VarKey128.rsp
│   │           │   │   │       │   ├── CFB128VarKey192.rsp
│   │           │   │   │       │   ├── CFB128VarKey256.rsp
│   │           │   │   │       │   ├── CFB128VarTxt128.rsp
│   │           │   │   │       │   ├── CFB128VarTxt192.rsp
│   │           │   │   │       │   ├── CFB128VarTxt256.rsp
│   │           │   │   │       │   ├── CFB8GFSbox128.rsp
│   │           │   │   │       │   ├── CFB8GFSbox192.rsp
│   │           │   │   │       │   ├── CFB8GFSbox256.rsp
│   │           │   │   │       │   ├── CFB8KeySbox128.rsp
│   │           │   │   │       │   ├── CFB8KeySbox192.rsp
│   │           │   │   │       │   ├── CFB8KeySbox256.rsp
│   │           │   │   │       │   ├── CFB8MCT128.rsp
│   │           │   │   │       │   ├── CFB8MCT192.rsp
│   │           │   │   │       │   ├── CFB8MCT256.rsp
│   │           │   │   │       │   ├── CFB8MMT128.rsp
│   │           │   │   │       │   ├── CFB8MMT192.rsp
│   │           │   │   │       │   ├── CFB8MMT256.rsp
│   │           │   │   │       │   ├── CFB8VarKey128.rsp
│   │           │   │   │       │   ├── CFB8VarKey192.rsp
│   │           │   │   │       │   ├── CFB8VarKey256.rsp
│   │           │   │   │       │   ├── CFB8VarTxt128.rsp
│   │           │   │   │       │   ├── CFB8VarTxt192.rsp
│   │           │   │   │       │   ├── CFB8VarTxt256.rsp
│   │           │   │   │       │   ├── OFBGFSbox128.rsp
│   │           │   │   │       │   ├── OFBGFSbox192.rsp
│   │           │   │   │       │   ├── OFBGFSbox256.rsp
│   │           │   │   │       │   ├── OFBKeySbox128.rsp
│   │           │   │   │       │   ├── OFBKeySbox192.rsp
│   │           │   │   │       │   ├── OFBKeySbox256.rsp
│   │           │   │   │       │   ├── OFBMCT128.rsp
│   │           │   │   │       │   ├── OFBMCT192.rsp
│   │           │   │   │       │   ├── OFBMCT256.rsp
│   │           │   │   │       │   ├── OFBMMT128.rsp
│   │           │   │   │       │   ├── OFBMMT192.rsp
│   │           │   │   │       │   ├── OFBMMT256.rsp
│   │           │   │   │       │   ├── OFBVarKey128.rsp
│   │           │   │   │       │   ├── OFBVarKey192.rsp
│   │           │   │   │       │   ├── OFBVarKey256.rsp
│   │           │   │   │       │   ├── OFBVarTxt128.rsp
│   │           │   │   │       │   ├── OFBVarTxt192.rsp
│   │           │   │   │       │   ├── OFBVarTxt256.rsp
│   │           │   │   │       │   ├── gcmDecrypt128.rsp
│   │           │   │   │       │   └── gcmEncryptExtIV128.rsp
│   │           │   │   │       ├── TDES/
│   │           │   │   │       │   ├── TCBCMMT2.rsp
│   │           │   │   │       │   ├── TCBCMMT3.rsp
│   │           │   │   │       │   ├── TCBCinvperm.rsp
│   │           │   │   │       │   ├── TCBCpermop.rsp
│   │           │   │   │       │   ├── TCBCsubtab.rsp
│   │           │   │   │       │   ├── TCBCvarkey.rsp
│   │           │   │   │       │   ├── TCBCvartext.rsp
│   │           │   │   │       │   ├── TCFB64MMT2.rsp
│   │           │   │   │       │   ├── TCFB64MMT3.rsp
│   │           │   │   │       │   ├── TCFB64invperm.rsp
│   │           │   │   │       │   ├── TCFB64permop.rsp
│   │           │   │   │       │   ├── TCFB64subtab.rsp
│   │           │   │   │       │   ├── TCFB64varkey.rsp
│   │           │   │   │       │   ├── TCFB64vartext.rsp
│   │           │   │   │       │   ├── TCFB8MMT2.rsp
│   │           │   │   │       │   ├── TCFB8MMT3.rsp
│   │           │   │   │       │   ├── TCFB8invperm.rsp
│   │           │   │   │       │   ├── TCFB8permop.rsp
│   │           │   │   │       │   ├── TCFB8subtab.rsp
│   │           │   │   │       │   ├── TCFB8varkey.rsp
│   │           │   │   │       │   ├── TCFB8vartext.rsp
│   │           │   │   │       │   ├── TECBMMT2.rsp
│   │           │   │   │       │   ├── TECBMMT3.rsp
│   │           │   │   │       │   ├── TOFBMMT2.rsp
│   │           │   │   │       │   ├── TOFBMMT3.rsp
│   │           │   │   │       │   ├── TOFBinvperm.rsp
│   │           │   │   │       │   ├── TOFBpermop.rsp
│   │           │   │   │       │   ├── TOFBsubtab.rsp
│   │           │   │   │       │   ├── TOFBvarkey.rsp
│   │           │   │   │       │   └── TOFBvartext.rsp
│   │           │   │   │       └── wycheproof/
│   │           │   │   │           ├── aes_eax_test.json
│   │           │   │   │           ├── aes_gcm_test.json
│   │           │   │   │           ├── aes_siv_cmac_test.json
│   │           │   │   │           └── chacha20_poly1305_test.json
│   │           │   │   ├── Hash/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── common.py
│   │           │   │   │   ├── test_BLAKE2.py
│   │           │   │   │   ├── test_CMAC.py
│   │           │   │   │   ├── test_HMAC.py
│   │           │   │   │   ├── test_MD2.py
│   │           │   │   │   ├── test_MD4.py
│   │           │   │   │   ├── test_MD5.py
│   │           │   │   │   ├── test_Poly1305.py
│   │           │   │   │   ├── test_RIPEMD160.py
│   │           │   │   │   ├── test_SHA1.py
│   │           │   │   │   ├── test_SHA224.py
│   │           │   │   │   ├── test_SHA256.py
│   │           │   │   │   ├── test_SHA384.py
│   │           │   │   │   ├── test_SHA3_224.py
│   │           │   │   │   ├── test_SHA3_256.py
│   │           │   │   │   ├── test_SHA3_384.py
│   │           │   │   │   ├── test_SHA3_512.py
│   │           │   │   │   ├── test_SHA512.py
│   │           │   │   │   ├── test_SHAKE.py
│   │           │   │   │   ├── test_keccak.py
│   │           │   │   │   └── test_vectors/
│   │           │   │   │       ├── BLAKE2b/
│   │           │   │   │       │   ├── blake2b-test.txt
│   │           │   │   │       │   ├── tv1.txt
│   │           │   │   │       │   └── tv2.txt
│   │           │   │   │       ├── BLAKE2s/
│   │           │   │   │       │   ├── blake2s-test.txt
│   │           │   │   │       │   ├── tv1.txt
│   │           │   │   │       │   └── tv2.txt
│   │           │   │   │       ├── SHA1/
│   │           │   │   │       │   └── SHA1ShortMsg.rsp
│   │           │   │   │       ├── SHA2/
│   │           │   │   │       │   ├── SHA512ShortMsg.rsp
│   │           │   │   │       │   ├── SHA512_224ShortMsg.rsp
│   │           │   │   │       │   └── SHA512_256ShortMsg.rsp
│   │           │   │   │       ├── SHA3/
│   │           │   │   │       │   ├── ShortMsgKAT_SHA3-224.txt
│   │           │   │   │       │   ├── ShortMsgKAT_SHA3-256.txt
│   │           │   │   │       │   ├── ShortMsgKAT_SHA3-384.txt
│   │           │   │   │       │   ├── ShortMsgKAT_SHA3-512.txt
│   │           │   │   │       │   ├── ShortMsgKAT_SHAKE128.txt
│   │           │   │   │       │   └── ShortMsgKAT_SHAKE256.txt
│   │           │   │   │       ├── keccak/
│   │           │   │   │       │   ├── ExtremelyLongMsgKAT_224.txt
│   │           │   │   │       │   ├── ExtremelyLongMsgKAT_256.txt
│   │           │   │   │       │   ├── ExtremelyLongMsgKAT_384.txt
│   │           │   │   │       │   ├── ExtremelyLongMsgKAT_512.txt
│   │           │   │   │       │   ├── LongMsgKAT_224.txt
│   │           │   │   │       │   ├── LongMsgKAT_256.txt
│   │           │   │   │       │   ├── LongMsgKAT_384.txt
│   │           │   │   │       │   ├── LongMsgKAT_512.txt
│   │           │   │   │       │   ├── ShortMsgKAT_224.txt
│   │           │   │   │       │   ├── ShortMsgKAT_256.txt
│   │           │   │   │       │   ├── ShortMsgKAT_384.txt
│   │           │   │   │       │   ├── ShortMsgKAT_512.txt
│   │           │   │   │       │   └── readme.txt
│   │           │   │   │       └── wycheproof/
│   │           │   │   │           └── aes_cmac_test.json
│   │           │   │   ├── IO/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── test_PBES.py
│   │           │   │   │   └── test_PKCS8.py
│   │           │   │   ├── Math/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── test_Numbers.py
│   │           │   │   │   ├── test_Primality.py
│   │           │   │   │   └── test_modexp.py
│   │           │   │   ├── Protocol/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── test_KDF.py
│   │           │   │   │   ├── test_SecretSharing.py
│   │           │   │   │   └── test_rfc1751.py
│   │           │   │   ├── PublicKey/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── test_DSA.py
│   │           │   │   │   ├── test_ECC.py
│   │           │   │   │   ├── test_ElGamal.py
│   │           │   │   │   ├── test_RSA.py
│   │           │   │   │   ├── test_import_DSA.py
│   │           │   │   │   ├── test_import_ECC.py
│   │           │   │   │   ├── test_import_RSA.py
│   │           │   │   │   └── test_vectors/
│   │           │   │   │       └── ECC/
│   │           │   │   │           ├── ecc_p256.txt
│   │           │   │   │           ├── ecc_p256_private.der
│   │           │   │   │           ├── ecc_p256_private.pem
│   │           │   │   │           ├── ecc_p256_private_enc_aes128.pem
│   │           │   │   │           ├── ecc_p256_private_enc_aes192.pem
│   │           │   │   │           ├── ecc_p256_private_enc_aes256_gcm.pem
│   │           │   │   │           ├── ecc_p256_private_enc_des3.pem
│   │           │   │   │           ├── ecc_p256_private_p8.der
│   │           │   │   │           ├── ecc_p256_private_p8.pem
│   │           │   │   │           ├── ecc_p256_private_p8_clear.der
│   │           │   │   │           ├── ecc_p256_private_p8_clear.pem
│   │           │   │   │           ├── ecc_p256_public.der
│   │           │   │   │           ├── ecc_p256_public.pem
│   │           │   │   │           ├── ecc_p256_public_compressed.der
│   │           │   │   │           ├── ecc_p256_public_compressed.pem
│   │           │   │   │           ├── ecc_p256_public_openssh.txt
│   │           │   │   │           ├── ecc_p256_x509.der
│   │           │   │   │           ├── ecc_p256_x509.pem
│   │           │   │   │           ├── gen_ecc_p256.sh
│   │           │   │   │           ├── openssl_version.txt
│   │           │   │   │           └── point-at-infinity.org-P256.txt
│   │           │   │   ├── Random/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   └── test_random.py
│   │           │   │   ├── Signature/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── test_dss.py
│   │           │   │   │   ├── test_pkcs1_15.py
│   │           │   │   │   ├── test_pss.py
│   │           │   │   │   └── test_vectors/
│   │           │   │   │       ├── DSA/
│   │           │   │   │       │   ├── FIPS_186_3_SigGen.txt
│   │           │   │   │       │   └── FIPS_186_3_SigVer.rsp
│   │           │   │   │       ├── ECDSA/
│   │           │   │   │       │   ├── README.txt
│   │           │   │   │       │   ├── SigGen.txt
│   │           │   │   │       │   └── SigVer.rsp
│   │           │   │   │       ├── PKCS1-PSS/
│   │           │   │   │       │   ├── SigGenPSS_186-2.txt
│   │           │   │   │       │   ├── SigGenPSS_186-3.txt
│   │           │   │   │       │   └── SigVerPSS_186-3.rsp
│   │           │   │   │       ├── PKCS1-v1.5/
│   │           │   │   │       │   ├── SigGen15_186-2.txt
│   │           │   │   │       │   ├── SigGen15_186-3.txt
│   │           │   │   │       │   └── SigVer15_186-3.rsp
│   │           │   │   │       └── wycheproof/
│   │           │   │   │           ├── dsa_test.json
│   │           │   │   │           ├── ecdsa_secp256r1_sha256_test.json
│   │           │   │   │           ├── ecdsa_test.json
│   │           │   │   │           └── rsa_signature_test.json
│   │           │   │   ├── Util/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── test_Counter.py
│   │           │   │   │   ├── test_Padding.py
│   │           │   │   │   ├── test_asn1.py
│   │           │   │   │   ├── test_number.py
│   │           │   │   │   └── test_strxor.py
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __main__.py
│   │           │   │   ├── loader.py
│   │           │   │   └── st_common.py
│   │           │   ├── Signature/
│   │           │   │   ├── DSS.py
│   │           │   │   ├── PKCS1_PSS.py
│   │           │   │   ├── PKCS1_v1_5.py
│   │           │   │   ├── __init__.py
│   │           │   │   ├── pkcs1_15.py
│   │           │   │   └── pss.py
│   │           │   ├── Util/
│   │           │   │   ├── Counter.py
│   │           │   │   ├── Padding.py
│   │           │   │   ├── RFC1751.py
│   │           │   │   ├── __init__.py
│   │           │   │   ├── _cpu_features.py
│   │           │   │   ├── _file_system.py
│   │           │   │   ├── _raw_api.py
│   │           │   │   ├── asn1.py
│   │           │   │   ├── number.py
│   │           │   │   ├── py3compat.py
│   │           │   │   └── strxor.py
│   │           │   └── __init__.py
│   │           ├── Django-2.1.2.dist-info/
│   │           │   ├── DESCRIPTION.rst
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE.txt
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── entry_points.txt
│   │           │   ├── metadata.json
│   │           │   └── top_level.txt
│   │           ├── PIL/
│   │           │   ├── .libs/
│   │           │   │   ├── libfreetype-7ce95de6.so.6.16.1
│   │           │   │   ├── libjpeg-3fe7dfc0.so.9.3.0
│   │           │   │   ├── liblcms2-a6801db4.so.2.0.8
│   │           │   │   ├── liblzma-6cd627ed.so.5.2.4
│   │           │   │   ├── libopenjp2-e366d6b0.so.2.1.0
│   │           │   │   ├── libpng16-898afbbd.so.16.35.0
│   │           │   │   ├── libtiff-8a6d997d.so.5.3.0
│   │           │   │   ├── libwebp-8ccd29fd.so.7.0.2
│   │           │   │   ├── libwebpdemux-eba3dc32.so.2.0.4
│   │           │   │   ├── libwebpmux-1c63fe99.so.3.0.2
│   │           │   │   └── libz-a147dcb0.so.1.2.3
│   │           │   ├── BdfFontFile.py
│   │           │   ├── BlpImagePlugin.py
│   │           │   ├── BmpImagePlugin.py
│   │           │   ├── BufrStubImagePlugin.py
│   │           │   ├── ContainerIO.py
│   │           │   ├── CurImagePlugin.py
│   │           │   ├── DcxImagePlugin.py
│   │           │   ├── DdsImagePlugin.py
│   │           │   ├── EpsImagePlugin.py
│   │           │   ├── ExifTags.py
│   │           │   ├── FitsStubImagePlugin.py
│   │           │   ├── FliImagePlugin.py
│   │           │   ├── FontFile.py
│   │           │   ├── FpxImagePlugin.py
│   │           │   ├── FtexImagePlugin.py
│   │           │   ├── GbrImagePlugin.py
│   │           │   ├── GdImageFile.py
│   │           │   ├── GifImagePlugin.py
│   │           │   ├── GimpGradientFile.py
│   │           │   ├── GimpPaletteFile.py
│   │           │   ├── GribStubImagePlugin.py
│   │           │   ├── Hdf5StubImagePlugin.py
│   │           │   ├── IcnsImagePlugin.py
│   │           │   ├── IcoImagePlugin.py
│   │           │   ├── ImImagePlugin.py
│   │           │   ├── Image.py
│   │           │   ├── ImageChops.py
│   │           │   ├── ImageCms.py
│   │           │   ├── ImageColor.py
│   │           │   ├── ImageDraw.py
│   │           │   ├── ImageDraw2.py
│   │           │   ├── ImageEnhance.py
│   │           │   ├── ImageFile.py
│   │           │   ├── ImageFilter.py
│   │           │   ├── ImageFont.py
│   │           │   ├── ImageGrab.py
│   │           │   ├── ImageMath.py
│   │           │   ├── ImageMode.py
│   │           │   ├── ImageMorph.py
│   │           │   ├── ImageOps.py
│   │           │   ├── ImagePalette.py
│   │           │   ├── ImagePath.py
│   │           │   ├── ImageQt.py
│   │           │   ├── ImageSequence.py
│   │           │   ├── ImageShow.py
│   │           │   ├── ImageStat.py
│   │           │   ├── ImageTk.py
│   │           │   ├── ImageTransform.py
│   │           │   ├── ImageWin.py
│   │           │   ├── ImtImagePlugin.py
│   │           │   ├── IptcImagePlugin.py
│   │           │   ├── Jpeg2KImagePlugin.py
│   │           │   ├── JpegImagePlugin.py
│   │           │   ├── JpegPresets.py
│   │           │   ├── McIdasImagePlugin.py
│   │           │   ├── MicImagePlugin.py
│   │           │   ├── MpegImagePlugin.py
│   │           │   ├── MpoImagePlugin.py
│   │           │   ├── MspImagePlugin.py
│   │           │   ├── OleFileIO.py
│   │           │   ├── PSDraw.py
│   │           │   ├── PaletteFile.py
│   │           │   ├── PalmImagePlugin.py
│   │           │   ├── PcdImagePlugin.py
│   │           │   ├── PcfFontFile.py
│   │           │   ├── PcxImagePlugin.py
│   │           │   ├── PdfImagePlugin.py
│   │           │   ├── PdfParser.py
│   │           │   ├── PixarImagePlugin.py
│   │           │   ├── PngImagePlugin.py
│   │           │   ├── PpmImagePlugin.py
│   │           │   ├── PsdImagePlugin.py
│   │           │   ├── PyAccess.py
│   │           │   ├── SgiImagePlugin.py
│   │           │   ├── SpiderImagePlugin.py
│   │           │   ├── SunImagePlugin.py
│   │           │   ├── TarIO.py
│   │           │   ├── TgaImagePlugin.py
│   │           │   ├── TiffImagePlugin.py
│   │           │   ├── TiffTags.py
│   │           │   ├── WalImageFile.py
│   │           │   ├── WebPImagePlugin.py
│   │           │   ├── WmfImagePlugin.py
│   │           │   ├── XVThumbImagePlugin.py
│   │           │   ├── XbmImagePlugin.py
│   │           │   ├── XpmImagePlugin.py
│   │           │   ├── __init__.py
│   │           │   ├── _binary.py
│   │           │   ├── _tkinter_finder.py
│   │           │   ├── _util.py
│   │           │   ├── _version.py
│   │           │   └── features.py
│   │           ├── Pillow-5.3.0.dist-info/
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE.txt
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── top_level.txt
│   │           │   └── zip-safe
│   │           ├── PyMySQL-0.9.2.dist-info/
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE.txt
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── PyYAML-3.13.dist-info/
│   │           │   ├── DESCRIPTION.rst
│   │           │   ├── INSTALLER
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── metadata.json
│   │           │   └── top_level.txt
│   │           ├── alipay/
│   │           │   ├── __init__.py
│   │           │   ├── compat.py
│   │           │   └── exceptions.py
│   │           ├── asn1crypto/
│   │           │   ├── __init__.py
│   │           │   ├── _elliptic_curve.py
│   │           │   ├── _errors.py
│   │           │   ├── _ffi.py
│   │           │   ├── _inet.py
│   │           │   ├── _int.py
│   │           │   ├── _iri.py
│   │           │   ├── _ordereddict.py
│   │           │   ├── _perf/
│   │           │   │   ├── __init__.py
│   │           │   │   └── _big_num_ctypes.py
│   │           │   ├── _teletex_codec.py
│   │           │   ├── _types.py
│   │           │   ├── algos.py
│   │           │   ├── cms.py
│   │           │   ├── core.py
│   │           │   ├── crl.py
│   │           │   ├── csr.py
│   │           │   ├── keys.py
│   │           │   ├── ocsp.py
│   │           │   ├── parser.py
│   │           │   ├── pdf.py
│   │           │   ├── pem.py
│   │           │   ├── pkcs12.py
│   │           │   ├── tsp.py
│   │           │   ├── util.py
│   │           │   ├── version.py
│   │           │   └── x509.py
│   │           ├── asn1crypto-0.24.0.dist-info/
│   │           │   ├── DESCRIPTION.rst
│   │           │   ├── INSTALLER
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── metadata.json
│   │           │   └── top_level.txt
│   │           ├── captcha/
│   │           │   ├── __init__.py
│   │           │   ├── conf/
│   │           │   │   ├── __init__.py
│   │           │   │   └── settings.py
│   │           │   ├── fields.py
│   │           │   ├── fonts/
│   │           │   │   ├── COPYRIGHT.TXT
│   │           │   │   └── README.TXT
│   │           │   ├── helpers.py
│   │           │   ├── jinja2/
│   │           │   │   └── captcha/
│   │           │   │       └── widgets/
│   │           │   │           └── captcha.html
│   │           │   ├── locale/
│   │           │   │   ├── bg/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── cs/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── de/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── en/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       └── django.po
│   │           │   │   ├── es/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── fr/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── it/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── ja/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── nl/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── pl/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── pt_BR/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── ru/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── sk/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── tr/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── uk/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── zh_CN/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   └── zh_Hans/
│   │           │   │       └── LC_MESSAGES/
│   │           │   │           ├── django.mo
│   │           │   │           └── django.po
│   │           │   ├── management/
│   │           │   │   ├── __init__.py
│   │           │   │   └── commands/
│   │           │   │       ├── __init__.py
│   │           │   │       ├── captcha_clean.py
│   │           │   │       └── captcha_create_pool.py
│   │           │   ├── migrations/
│   │           │   │   ├── 0001_initial.py
│   │           │   │   └── __init__.py
│   │           │   ├── models.py
│   │           │   ├── templates/
│   │           │   │   └── captcha/
│   │           │   │       ├── field.html
│   │           │   │       ├── hidden_field.html
│   │           │   │       ├── image.html
│   │           │   │       ├── text_field.html
│   │           │   │       └── widgets/
│   │           │   │           └── captcha.html
│   │           │   ├── tests/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── tests.py
│   │           │   │   ├── urls.py
│   │           │   │   └── views.py
│   │           │   ├── urls.py
│   │           │   └── views.py
│   │           ├── cffi/
│   │           │   ├── __init__.py
│   │           │   ├── _cffi_errors.h
│   │           │   ├── _cffi_include.h
│   │           │   ├── _embedding.h
│   │           │   ├── api.py
│   │           │   ├── backend_ctypes.py
│   │           │   ├── cffi_opcode.py
│   │           │   ├── commontypes.py
│   │           │   ├── cparser.py
│   │           │   ├── error.py
│   │           │   ├── ffiplatform.py
│   │           │   ├── lock.py
│   │           │   ├── model.py
│   │           │   ├── parse_c_type.h
│   │           │   ├── recompiler.py
│   │           │   ├── setuptools_ext.py
│   │           │   ├── vengine_cpy.py
│   │           │   ├── vengine_gen.py
│   │           │   └── verifier.py
│   │           ├── cffi-1.11.5.dist-info/
│   │           │   ├── DESCRIPTION.rst
│   │           │   ├── INSTALLER
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── entry_points.txt
│   │           │   ├── metadata.json
│   │           │   └── top_level.txt
│   │           ├── crispy_forms/
│   │           │   ├── __init__.py
│   │           │   ├── base.py
│   │           │   ├── bootstrap.py
│   │           │   ├── compatibility.py
│   │           │   ├── exceptions.py
│   │           │   ├── helper.py
│   │           │   ├── layout.py
│   │           │   ├── layout_slice.py
│   │           │   ├── templates/
│   │           │   │   ├── bootstrap/
│   │           │   │   │   ├── accordion-group.html
│   │           │   │   │   ├── accordion.html
│   │           │   │   │   ├── betterform.html
│   │           │   │   │   ├── display_form.html
│   │           │   │   │   ├── errors.html
│   │           │   │   │   ├── errors_formset.html
│   │           │   │   │   ├── field.html
│   │           │   │   │   ├── layout/
│   │           │   │   │   │   ├── alert.html
│   │           │   │   │   │   ├── baseinput.html
│   │           │   │   │   │   ├── button.html
│   │           │   │   │   │   ├── buttonholder.html
│   │           │   │   │   │   ├── checkboxselectmultiple.html
│   │           │   │   │   │   ├── checkboxselectmultiple_inline.html
│   │           │   │   │   │   ├── div.html
│   │           │   │   │   │   ├── field_errors.html
│   │           │   │   │   │   ├── field_errors_block.html
│   │           │   │   │   │   ├── field_with_buttons.html
│   │           │   │   │   │   ├── fieldset.html
│   │           │   │   │   │   ├── formactions.html
│   │           │   │   │   │   ├── help_text.html
│   │           │   │   │   │   ├── help_text_and_errors.html
│   │           │   │   │   │   ├── multifield.html
│   │           │   │   │   │   ├── prepended_appended_text.html
│   │           │   │   │   │   ├── radioselect.html
│   │           │   │   │   │   ├── radioselect_inline.html
│   │           │   │   │   │   ├── tab-link.html
│   │           │   │   │   │   ├── tab.html
│   │           │   │   │   │   └── uneditable_input.html
│   │           │   │   │   ├── table_inline_formset.html
│   │           │   │   │   ├── uni_form.html
│   │           │   │   │   ├── uni_formset.html
│   │           │   │   │   ├── whole_uni_form.html
│   │           │   │   │   └── whole_uni_formset.html
│   │           │   │   ├── bootstrap3/
│   │           │   │   │   ├── accordion-group.html
│   │           │   │   │   ├── accordion.html
│   │           │   │   │   ├── betterform.html
│   │           │   │   │   ├── display_form.html
│   │           │   │   │   ├── errors.html
│   │           │   │   │   ├── errors_formset.html
│   │           │   │   │   ├── field.html
│   │           │   │   │   ├── inputs.html
│   │           │   │   │   ├── layout/
│   │           │   │   │   │   ├── alert.html
│   │           │   │   │   │   ├── baseinput.html
│   │           │   │   │   │   ├── button.html
│   │           │   │   │   │   ├── buttonholder.html
│   │           │   │   │   │   ├── checkboxselectmultiple.html
│   │           │   │   │   │   ├── checkboxselectmultiple_inline.html
│   │           │   │   │   │   ├── div.html
│   │           │   │   │   │   ├── field_errors.html
│   │           │   │   │   │   ├── field_errors_block.html
│   │           │   │   │   │   ├── field_with_buttons.html
│   │           │   │   │   │   ├── fieldset.html
│   │           │   │   │   │   ├── formactions.html
│   │           │   │   │   │   ├── help_text.html
│   │           │   │   │   │   ├── help_text_and_errors.html
│   │           │   │   │   │   ├── inline_field.html
│   │           │   │   │   │   ├── multifield.html
│   │           │   │   │   │   ├── prepended_appended_text.html
│   │           │   │   │   │   ├── radioselect.html
│   │           │   │   │   │   ├── radioselect_inline.html
│   │           │   │   │   │   ├── tab-link.html
│   │           │   │   │   │   ├── tab.html
│   │           │   │   │   │   └── uneditable_input.html
│   │           │   │   │   ├── multifield.html
│   │           │   │   │   ├── table_inline_formset.html
│   │           │   │   │   ├── uni_form.html
│   │           │   │   │   ├── uni_formset.html
│   │           │   │   │   ├── whole_uni_form.html
│   │           │   │   │   └── whole_uni_formset.html
│   │           │   │   ├── bootstrap4/
│   │           │   │   │   ├── accordion-group.html
│   │           │   │   │   ├── accordion.html
│   │           │   │   │   ├── betterform.html
│   │           │   │   │   ├── display_form.html
│   │           │   │   │   ├── errors.html
│   │           │   │   │   ├── errors_formset.html
│   │           │   │   │   ├── field.html
│   │           │   │   │   ├── inputs.html
│   │           │   │   │   ├── layout/
│   │           │   │   │   │   ├── alert.html
│   │           │   │   │   │   ├── baseinput.html
│   │           │   │   │   │   ├── button.html
│   │           │   │   │   │   ├── buttonholder.html
│   │           │   │   │   │   ├── checkboxselectmultiple.html
│   │           │   │   │   │   ├── checkboxselectmultiple_inline.html
│   │           │   │   │   │   ├── div.html
│   │           │   │   │   │   ├── field_errors.html
│   │           │   │   │   │   ├── field_errors_block.html
│   │           │   │   │   │   ├── field_with_buttons.html
│   │           │   │   │   │   ├── fieldset.html
│   │           │   │   │   │   ├── formactions.html
│   │           │   │   │   │   ├── help_text.html
│   │           │   │   │   │   ├── help_text_and_errors.html
│   │           │   │   │   │   ├── inline_field.html
│   │           │   │   │   │   ├── multifield.html
│   │           │   │   │   │   ├── prepended_appended_text.html
│   │           │   │   │   │   ├── radioselect.html
│   │           │   │   │   │   ├── radioselect_inline.html
│   │           │   │   │   │   ├── tab-link.html
│   │           │   │   │   │   ├── tab.html
│   │           │   │   │   │   └── uneditable_input.html
│   │           │   │   │   ├── table_inline_formset.html
│   │           │   │   │   ├── uni_form.html
│   │           │   │   │   ├── uni_formset.html
│   │           │   │   │   ├── whole_uni_form.html
│   │           │   │   │   └── whole_uni_formset.html
│   │           │   │   └── uni_form/
│   │           │   │       ├── betterform.html
│   │           │   │       ├── display_form.html
│   │           │   │       ├── errors.html
│   │           │   │       ├── errors_formset.html
│   │           │   │       ├── field.html
│   │           │   │       ├── field.strict.html
│   │           │   │       ├── layout/
│   │           │   │       │   ├── baseinput.html
│   │           │   │       │   ├── buttonholder.html
│   │           │   │       │   ├── div.html
│   │           │   │       │   ├── fieldset.html
│   │           │   │       │   └── multifield.html
│   │           │   │       ├── multifield.html
│   │           │   │       ├── uni_form.html
│   │           │   │       ├── uni_formset.html
│   │           │   │       ├── whole_uni_form.html
│   │           │   │       └── whole_uni_formset.html
│   │           │   ├── templatetags/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── crispy_forms_field.py
│   │           │   │   ├── crispy_forms_filters.py
│   │           │   │   ├── crispy_forms_tags.py
│   │           │   │   └── crispy_forms_utils.py
│   │           │   ├── tests/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── conftest.py
│   │           │   │   ├── forms.py
│   │           │   │   ├── templates/
│   │           │   │   │   ├── crispy_render_template.html
│   │           │   │   │   ├── custom_field_template.html
│   │           │   │   │   ├── custom_form_template.html
│   │           │   │   │   └── custom_form_template_with_context.html
│   │           │   │   ├── test_dynamic_api.py
│   │           │   │   ├── test_form_helper.py
│   │           │   │   ├── test_layout.py
│   │           │   │   ├── test_layout_objects.py
│   │           │   │   ├── test_settings.py
│   │           │   │   ├── test_tags.py
│   │           │   │   ├── test_utils.py
│   │           │   │   ├── urls.py
│   │           │   │   └── utils.py
│   │           │   └── utils.py
│   │           ├── cryptography/
│   │           │   ├── __about__.py
│   │           │   ├── __init__.py
│   │           │   ├── exceptions.py
│   │           │   ├── fernet.py
│   │           │   ├── hazmat/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── backends/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── interfaces.py
│   │           │   │   │   └── openssl/
│   │           │   │   │       ├── __init__.py
│   │           │   │   │       ├── aead.py
│   │           │   │   │       ├── backend.py
│   │           │   │   │       ├── ciphers.py
│   │           │   │   │       ├── cmac.py
│   │           │   │   │       ├── decode_asn1.py
│   │           │   │   │       ├── dh.py
│   │           │   │   │       ├── dsa.py
│   │           │   │   │       ├── ec.py
│   │           │   │   │       ├── encode_asn1.py
│   │           │   │   │       ├── hashes.py
│   │           │   │   │       ├── hmac.py
│   │           │   │   │       ├── rsa.py
│   │           │   │   │       ├── utils.py
│   │           │   │   │       ├── x25519.py
│   │           │   │   │       └── x509.py
│   │           │   │   ├── bindings/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   └── openssl/
│   │           │   │   │       ├── __init__.py
│   │           │   │   │       ├── _conditional.py
│   │           │   │   │       └── binding.py
│   │           │   │   └── primitives/
│   │           │   │       ├── __init__.py
│   │           │   │       ├── asymmetric/
│   │           │   │       │   ├── __init__.py
│   │           │   │       │   ├── dh.py
│   │           │   │       │   ├── dsa.py
│   │           │   │       │   ├── ec.py
│   │           │   │       │   ├── padding.py
│   │           │   │       │   ├── rsa.py
│   │           │   │       │   ├── utils.py
│   │           │   │       │   └── x25519.py
│   │           │   │       ├── ciphers/
│   │           │   │       │   ├── __init__.py
│   │           │   │       │   ├── aead.py
│   │           │   │       │   ├── algorithms.py
│   │           │   │       │   ├── base.py
│   │           │   │       │   └── modes.py
│   │           │   │       ├── cmac.py
│   │           │   │       ├── constant_time.py
│   │           │   │       ├── hashes.py
│   │           │   │       ├── hmac.py
│   │           │   │       ├── kdf/
│   │           │   │       │   ├── __init__.py
│   │           │   │       │   ├── concatkdf.py
│   │           │   │       │   ├── hkdf.py
│   │           │   │       │   ├── kbkdf.py
│   │           │   │       │   ├── pbkdf2.py
│   │           │   │       │   ├── scrypt.py
│   │           │   │       │   └── x963kdf.py
│   │           │   │       ├── keywrap.py
│   │           │   │       ├── mac.py
│   │           │   │       ├── padding.py
│   │           │   │       ├── serialization.py
│   │           │   │       └── twofactor/
│   │           │   │           ├── __init__.py
│   │           │   │           ├── hotp.py
│   │           │   │           ├── totp.py
│   │           │   │           └── utils.py
│   │           │   ├── utils.py
│   │           │   └── x509/
│   │           │       ├── __init__.py
│   │           │       ├── base.py
│   │           │       ├── certificate_transparency.py
│   │           │       ├── extensions.py
│   │           │       ├── general_name.py
│   │           │       ├── name.py
│   │           │       └── oid.py
│   │           ├── cryptography-2.3.1.dist-info/
│   │           │   ├── INSTALLER
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── diff_match_patch/
│   │           │   ├── __init__.py
│   │           │   ├── diff_match_patch.py
│   │           │   └── diff_match_patch_test.py
│   │           ├── diff_match_patch-20121119-py3.6.egg-info/
│   │           │   ├── PKG-INFO
│   │           │   ├── SOURCES.txt
│   │           │   ├── dependency_links.txt
│   │           │   ├── installed-files.txt
│   │           │   └── top_level.txt
│   │           ├── django/
│   │           │   ├── __init__.py
│   │           │   ├── __main__.py
│   │           │   ├── apps/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── config.py
│   │           │   │   └── registry.py
│   │           │   ├── bin/
│   │           │   │   └── django-admin.py
│   │           │   ├── conf/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── app_template/
│   │           │   │   │   ├── __init__.py-tpl
│   │           │   │   │   ├── admin.py-tpl
│   │           │   │   │   ├── apps.py-tpl
│   │           │   │   │   ├── migrations/
│   │           │   │   │   │   └── __init__.py-tpl
│   │           │   │   │   ├── models.py-tpl
│   │           │   │   │   ├── tests.py-tpl
│   │           │   │   │   └── views.py-tpl
│   │           │   │   ├── global_settings.py
│   │           │   │   ├── locale/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── af/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── ar/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ast/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── az/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── be/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── bg/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── bn/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── br/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── bs/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ca/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── cs/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── cy/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── da/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── de/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── de_CH/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── dsb/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── el/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── en/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── en_AU/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── en_GB/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── eo/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es_AR/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es_CO/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es_MX/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es_NI/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es_PR/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es_VE/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── et/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── eu/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── fa/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── fi/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── fr/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── fy/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ga/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── gd/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── gl/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── he/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── hi/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── hr/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── hsb/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── hu/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ia/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── id/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── io/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── is/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── it/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ja/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ka/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── kab/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── kk/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── km/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── kn/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ko/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── lb/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── lt/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── lv/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── mk/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ml/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── mn/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── mr/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── my/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── nb/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ne/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── nl/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── nn/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── os/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── pa/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── pl/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── pt/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── pt_BR/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ro/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ru/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sk/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sl/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sq/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sr/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sr_Latn/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sv/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sw/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── ta/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── te/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── th/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── tr/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── tt/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── udm/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── uk/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ur/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── vi/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── zh_Hans/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   └── zh_Hant/
│   │           │   │   │       ├── LC_MESSAGES/
│   │           │   │   │       │   ├── django.mo
│   │           │   │   │       │   └── django.po
│   │           │   │   │       ├── __init__.py
│   │           │   │   │       └── formats.py
│   │           │   │   ├── project_template/
│   │           │   │   │   ├── manage.py-tpl
│   │           │   │   │   └── project_name/
│   │           │   │   │       ├── __init__.py-tpl
│   │           │   │   │       ├── settings.py-tpl
│   │           │   │   │       ├── urls.py-tpl
│   │           │   │   │       └── wsgi.py-tpl
│   │           │   │   └── urls/
│   │           │   │       ├── __init__.py
│   │           │   │       ├── i18n.py
│   │           │   │       └── static.py
│   │           │   ├── contrib/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── admin/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── actions.py
│   │           │   │   │   ├── apps.py
│   │           │   │   │   ├── checks.py
│   │           │   │   │   ├── decorators.py
│   │           │   │   │   ├── exceptions.py
│   │           │   │   │   ├── filters.py
│   │           │   │   │   ├── forms.py
│   │           │   │   │   ├── helpers.py
│   │           │   │   │   ├── locale/
│   │           │   │   │   │   ├── af/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── am/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ar/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ast/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── az/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── be/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── bg/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── bn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── br/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── bs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ca/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── cs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── cy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── da/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── de/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── dsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── el/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── en/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── en_AU/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── en_GB/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── eo/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── es/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── es_AR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── es_CO/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── es_MX/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── es_VE/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── et/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── eu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── fa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── fi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── fr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── fy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ga/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── gd/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── gl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── he/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── hi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── hr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── hsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── hu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ia/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── id/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── io/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── is/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── it/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ja/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ka/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── kab/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── kk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── km/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── kn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ko/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── lb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── lt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── lv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── mk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ml/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── mn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── mr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── my/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── nb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ne/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── nl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── nn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── os/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── pa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── pl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── pt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── pt_BR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ro/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ru/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sq/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sr_Latn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sw/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ta/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── te/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── th/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── tr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── tt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── udm/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── uk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ur/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── vi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── zh_Hans/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   └── zh_Hant/
│   │           │   │   │   │       └── LC_MESSAGES/
│   │           │   │   │   │           ├── django.mo
│   │           │   │   │   │           ├── django.po
│   │           │   │   │   │           ├── djangojs.mo
│   │           │   │   │   │           └── djangojs.po
│   │           │   │   │   ├── migrations/
│   │           │   │   │   │   ├── 0001_initial.py
│   │           │   │   │   │   ├── 0002_logentry_remove_auto_add.py
│   │           │   │   │   │   ├── 0003_logentry_add_action_flag_choices.py
│   │           │   │   │   │   └── __init__.py
│   │           │   │   │   ├── models.py
│   │           │   │   │   ├── options.py
│   │           │   │   │   ├── sites.py
│   │           │   │   │   ├── static/
│   │           │   │   │   │   └── admin/
│   │           │   │   │   │       ├── css/
│   │           │   │   │   │       │   ├── autocomplete.css
│   │           │   │   │   │       │   ├── base.css
│   │           │   │   │   │       │   ├── changelists.css
│   │           │   │   │   │       │   ├── dashboard.css
│   │           │   │   │   │       │   ├── fonts.css
│   │           │   │   │   │       │   ├── forms.css
│   │           │   │   │   │       │   ├── login.css
│   │           │   │   │   │       │   ├── responsive.css
│   │           │   │   │   │       │   ├── responsive_rtl.css
│   │           │   │   │   │       │   ├── rtl.css
│   │           │   │   │   │       │   ├── vendor/
│   │           │   │   │   │       │   │   └── select2/
│   │           │   │   │   │       │   │       ├── LICENSE-SELECT2.md
│   │           │   │   │   │       │   │       └── select2.css
│   │           │   │   │   │       │   └── widgets.css
│   │           │   │   │   │       ├── fonts/
│   │           │   │   │   │       │   ├── LICENSE.txt
│   │           │   │   │   │       │   └── README.txt
│   │           │   │   │   │       ├── img/
│   │           │   │   │   │       │   ├── LICENSE
│   │           │   │   │   │       │   └── README.txt
│   │           │   │   │   │       └── js/
│   │           │   │   │   │           ├── SelectBox.js
│   │           │   │   │   │           ├── SelectFilter2.js
│   │           │   │   │   │           ├── actions.js
│   │           │   │   │   │           ├── admin/
│   │           │   │   │   │           │   ├── DateTimeShortcuts.js
│   │           │   │   │   │           │   └── RelatedObjectLookups.js
│   │           │   │   │   │           ├── autocomplete.js
│   │           │   │   │   │           ├── calendar.js
│   │           │   │   │   │           ├── cancel.js
│   │           │   │   │   │           ├── change_form.js
│   │           │   │   │   │           ├── collapse.js
│   │           │   │   │   │           ├── core.js
│   │           │   │   │   │           ├── inlines.js
│   │           │   │   │   │           ├── jquery.init.js
│   │           │   │   │   │           ├── popup_response.js
│   │           │   │   │   │           ├── prepopulate.js
│   │           │   │   │   │           ├── prepopulate_init.js
│   │           │   │   │   │           ├── timeparse.js
│   │           │   │   │   │           ├── urlify.js
│   │           │   │   │   │           └── vendor/
│   │           │   │   │   │               ├── jquery/
│   │           │   │   │   │               │   ├── LICENSE.txt
│   │           │   │   │   │               │   └── jquery.js
│   │           │   │   │   │               ├── select2/
│   │           │   │   │   │               │   ├── LICENSE.md
│   │           │   │   │   │               │   ├── i18n/
│   │           │   │   │   │               │   │   ├── ar.js
│   │           │   │   │   │               │   │   ├── az.js
│   │           │   │   │   │               │   │   ├── bg.js
│   │           │   │   │   │               │   │   ├── ca.js
│   │           │   │   │   │               │   │   ├── cs.js
│   │           │   │   │   │               │   │   ├── da.js
│   │           │   │   │   │               │   │   ├── de.js
│   │           │   │   │   │               │   │   ├── el.js
│   │           │   │   │   │               │   │   ├── en.js
│   │           │   │   │   │               │   │   ├── es.js
│   │           │   │   │   │               │   │   ├── et.js
│   │           │   │   │   │               │   │   ├── eu.js
│   │           │   │   │   │               │   │   ├── fa.js
│   │           │   │   │   │               │   │   ├── fi.js
│   │           │   │   │   │               │   │   ├── fr.js
│   │           │   │   │   │               │   │   ├── gl.js
│   │           │   │   │   │               │   │   ├── he.js
│   │           │   │   │   │               │   │   ├── hi.js
│   │           │   │   │   │               │   │   ├── hr.js
│   │           │   │   │   │               │   │   ├── hu.js
│   │           │   │   │   │               │   │   ├── id.js
│   │           │   │   │   │               │   │   ├── is.js
│   │           │   │   │   │               │   │   ├── it.js
│   │           │   │   │   │               │   │   ├── ja.js
│   │           │   │   │   │               │   │   ├── km.js
│   │           │   │   │   │               │   │   ├── ko.js
│   │           │   │   │   │               │   │   ├── lt.js
│   │           │   │   │   │               │   │   ├── lv.js
│   │           │   │   │   │               │   │   ├── mk.js
│   │           │   │   │   │               │   │   ├── ms.js
│   │           │   │   │   │               │   │   ├── nb.js
│   │           │   │   │   │               │   │   ├── nl.js
│   │           │   │   │   │               │   │   ├── pl.js
│   │           │   │   │   │               │   │   ├── pt-BR.js
│   │           │   │   │   │               │   │   ├── pt.js
│   │           │   │   │   │               │   │   ├── ro.js
│   │           │   │   │   │               │   │   ├── ru.js
│   │           │   │   │   │               │   │   ├── sk.js
│   │           │   │   │   │               │   │   ├── sr-Cyrl.js
│   │           │   │   │   │               │   │   ├── sr.js
│   │           │   │   │   │               │   │   ├── sv.js
│   │           │   │   │   │               │   │   ├── th.js
│   │           │   │   │   │               │   │   ├── tr.js
│   │           │   │   │   │               │   │   ├── uk.js
│   │           │   │   │   │               │   │   ├── vi.js
│   │           │   │   │   │               │   │   ├── zh-CN.js
│   │           │   │   │   │               │   │   └── zh-TW.js
│   │           │   │   │   │               │   └── select2.full.js
│   │           │   │   │   │               └── xregexp/
│   │           │   │   │   │                   ├── LICENSE.txt
│   │           │   │   │   │                   └── xregexp.js
│   │           │   │   │   ├── templates/
│   │           │   │   │   │   ├── admin/
│   │           │   │   │   │   │   ├── 404.html
│   │           │   │   │   │   │   ├── 500.html
│   │           │   │   │   │   │   ├── actions.html
│   │           │   │   │   │   │   ├── app_index.html
│   │           │   │   │   │   │   ├── auth/
│   │           │   │   │   │   │   │   └── user/
│   │           │   │   │   │   │   │       ├── add_form.html
│   │           │   │   │   │   │   │       └── change_password.html
│   │           │   │   │   │   │   ├── base.html
│   │           │   │   │   │   │   ├── base_site.html
│   │           │   │   │   │   │   ├── change_form.html
│   │           │   │   │   │   │   ├── change_form_object_tools.html
│   │           │   │   │   │   │   ├── change_list.html
│   │           │   │   │   │   │   ├── change_list_object_tools.html
│   │           │   │   │   │   │   ├── change_list_results.html
│   │           │   │   │   │   │   ├── date_hierarchy.html
│   │           │   │   │   │   │   ├── delete_confirmation.html
│   │           │   │   │   │   │   ├── delete_selected_confirmation.html
│   │           │   │   │   │   │   ├── edit_inline/
│   │           │   │   │   │   │   │   ├── stacked.html
│   │           │   │   │   │   │   │   └── tabular.html
│   │           │   │   │   │   │   ├── filter.html
│   │           │   │   │   │   │   ├── includes/
│   │           │   │   │   │   │   │   ├── fieldset.html
│   │           │   │   │   │   │   │   └── object_delete_summary.html
│   │           │   │   │   │   │   ├── index.html
│   │           │   │   │   │   │   ├── invalid_setup.html
│   │           │   │   │   │   │   ├── login.html
│   │           │   │   │   │   │   ├── object_history.html
│   │           │   │   │   │   │   ├── pagination.html
│   │           │   │   │   │   │   ├── popup_response.html
│   │           │   │   │   │   │   ├── prepopulated_fields_js.html
│   │           │   │   │   │   │   ├── related_widget_wrapper.html
│   │           │   │   │   │   │   ├── search_form.html
│   │           │   │   │   │   │   ├── submit_line.html
│   │           │   │   │   │   │   └── widgets/
│   │           │   │   │   │   │       ├── clearable_file_input.html
│   │           │   │   │   │   │       ├── foreign_key_raw_id.html
│   │           │   │   │   │   │       ├── many_to_many_raw_id.html
│   │           │   │   │   │   │       ├── radio.html
│   │           │   │   │   │   │       ├── related_widget_wrapper.html
│   │           │   │   │   │   │       ├── split_datetime.html
│   │           │   │   │   │   │       └── url.html
│   │           │   │   │   │   └── registration/
│   │           │   │   │   │       ├── logged_out.html
│   │           │   │   │   │       ├── password_change_done.html
│   │           │   │   │   │       ├── password_change_form.html
│   │           │   │   │   │       ├── password_reset_complete.html
│   │           │   │   │   │       ├── password_reset_confirm.html
│   │           │   │   │   │       ├── password_reset_done.html
│   │           │   │   │   │       ├── password_reset_email.html
│   │           │   │   │   │       └── password_reset_form.html
│   │           │   │   │   ├── templatetags/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   ├── admin_list.py
│   │           │   │   │   │   ├── admin_modify.py
│   │           │   │   │   │   ├── admin_static.py
│   │           │   │   │   │   ├── admin_urls.py
│   │           │   │   │   │   ├── base.py
│   │           │   │   │   │   └── log.py
│   │           │   │   │   ├── tests.py
│   │           │   │   │   ├── utils.py
│   │           │   │   │   ├── views/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   ├── autocomplete.py
│   │           │   │   │   │   ├── decorators.py
│   │           │   │   │   │   └── main.py
│   │           │   │   │   └── widgets.py
│   │           │   │   ├── admindocs/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── apps.py
│   │           │   │   │   ├── locale/
│   │           │   │   │   │   ├── af/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ar/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ast/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── az/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── be/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bg/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── br/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ca/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── cs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── cy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── da/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── de/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── dsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── el/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en_AU/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en_GB/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── eo/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_AR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_CO/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_MX/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_VE/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── et/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── eu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ga/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── gd/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── gl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── he/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ia/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── id/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── io/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── is/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── it/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ja/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ka/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kab/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── km/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ko/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ml/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── my/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ne/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── os/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pt_BR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ro/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ru/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sq/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sr_Latn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sw/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ta/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── te/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── th/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── tr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── tt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── udm/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── uk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ur/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── vi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── zh_Hans/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   └── zh_Hant/
│   │           │   │   │   │       └── LC_MESSAGES/
│   │           │   │   │   │           ├── django.mo
│   │           │   │   │   │           └── django.po
│   │           │   │   │   ├── middleware.py
│   │           │   │   │   ├── templates/
│   │           │   │   │   │   └── admin_doc/
│   │           │   │   │   │       ├── bookmarklets.html
│   │           │   │   │   │       ├── index.html
│   │           │   │   │   │       ├── missing_docutils.html
│   │           │   │   │   │       ├── model_detail.html
│   │           │   │   │   │       ├── model_index.html
│   │           │   │   │   │       ├── template_detail.html
│   │           │   │   │   │       ├── template_filter_index.html
│   │           │   │   │   │       ├── template_tag_index.html
│   │           │   │   │   │       ├── view_detail.html
│   │           │   │   │   │       └── view_index.html
│   │           │   │   │   ├── urls.py
│   │           │   │   │   ├── utils.py
│   │           │   │   │   └── views.py
│   │           │   │   ├── auth/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── admin.py
│   │           │   │   │   ├── apps.py
│   │           │   │   │   ├── backends.py
│   │           │   │   │   ├── base_user.py
│   │           │   │   │   ├── checks.py
│   │           │   │   │   ├── context_processors.py
│   │           │   │   │   ├── decorators.py
│   │           │   │   │   ├── forms.py
│   │           │   │   │   ├── handlers/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── modwsgi.py
│   │           │   │   │   ├── hashers.py
│   │           │   │   │   ├── locale/
│   │           │   │   │   │   ├── af/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ar/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ast/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── az/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── be/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bg/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── br/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ca/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── cs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── cy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── da/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── de/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── dsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── el/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en_AU/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en_GB/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── eo/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_AR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_CO/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_MX/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_VE/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── et/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── eu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ga/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── gd/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── gl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── he/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ia/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── id/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── io/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── is/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── it/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ja/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ka/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kab/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── km/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ko/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ml/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── my/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ne/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── os/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pt_BR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ro/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ru/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sq/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sr_Latn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sw/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ta/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── te/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── th/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── tr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── tt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── udm/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── uk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ur/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── vi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── zh_Hans/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   └── zh_Hant/
│   │           │   │   │   │       └── LC_MESSAGES/
│   │           │   │   │   │           ├── django.mo
│   │           │   │   │   │           └── django.po
│   │           │   │   │   ├── management/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── commands/
│   │           │   │   │   │       ├── changepassword.py
│   │           │   │   │   │       └── createsuperuser.py
│   │           │   │   │   ├── middleware.py
│   │           │   │   │   ├── migrations/
│   │           │   │   │   │   ├── 0001_initial.py
│   │           │   │   │   │   ├── 0002_alter_permission_name_max_length.py
│   │           │   │   │   │   ├── 0003_alter_user_email_max_length.py
│   │           │   │   │   │   ├── 0004_alter_user_username_opts.py
│   │           │   │   │   │   ├── 0005_alter_user_last_login_null.py
│   │           │   │   │   │   ├── 0006_require_contenttypes_0002.py
│   │           │   │   │   │   ├── 0007_alter_validators_add_error_messages.py
│   │           │   │   │   │   ├── 0008_alter_user_username_max_length.py
│   │           │   │   │   │   ├── 0009_alter_user_last_name_max_length.py
│   │           │   │   │   │   └── __init__.py
│   │           │   │   │   ├── mixins.py
│   │           │   │   │   ├── models.py
│   │           │   │   │   ├── password_validation.py
│   │           │   │   │   ├── signals.py
│   │           │   │   │   ├── templates/
│   │           │   │   │   │   ├── auth/
│   │           │   │   │   │   │   └── widgets/
│   │           │   │   │   │   │       └── read_only_password_hash.html
│   │           │   │   │   │   └── registration/
│   │           │   │   │   │       └── password_reset_subject.txt
│   │           │   │   │   ├── tokens.py
│   │           │   │   │   ├── urls.py
│   │           │   │   │   ├── validators.py
│   │           │   │   │   └── views.py
│   │           │   │   ├── contenttypes/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── admin.py
│   │           │   │   │   ├── apps.py
│   │           │   │   │   ├── checks.py
│   │           │   │   │   ├── fields.py
│   │           │   │   │   ├── forms.py
│   │           │   │   │   ├── locale/
│   │           │   │   │   │   ├── af/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ar/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ast/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── az/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── be/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bg/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── br/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ca/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── cs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── cy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── da/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── de/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── dsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── el/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en_AU/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en_GB/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── eo/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_AR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_CO/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_MX/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_VE/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── et/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── eu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ga/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── gd/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── gl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── he/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ia/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── id/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── io/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── is/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── it/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ja/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ka/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── km/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ko/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ml/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── my/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ne/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── os/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pt_BR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ro/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ru/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sq/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sr_Latn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sw/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ta/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── te/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── th/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── tr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── tt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── udm/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── uk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ur/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── vi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │ 

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

================================================
FILE: .gitattributes
================================================
*.js linguist-language=python
*.css linguist-language=python
*.html linguist-language=python


================================================
FILE: README.md
================================================
# TravelWeb
+ Django旅游网实战项目
+ 欢迎交流,QQ群:429555565,也可以在issues中向我提问
+ 欢迎star

## 开发环境
+ python3.6
+ django2.1
+ 基于xadmin的后台管理系统
+ django-simple-captcha0.5.9:验证码功能
+ mysql8.0

## 知乎专栏地址
+ https://zhuanlan.zhihu.com/zhiqi-django

## 前端素材
素材来源:http://www.17sucai.com/pins/24378.html , 为了防止侵权,并适应项目的需要,已经将素材改的面目全非了

## 设计流程
![思维导图](https://github.com/ZhiqiKou/TravelWeb/blob/master/Travel%20Web.png)


================================================
FILE: TravelWebsite.sql
================================================
/*
Navicat MySQL Data Transfer

Source Server         : ubantuDB
Source Server Version : 80013
Source Host           : 192.168.0.175:3306
Source Database       : TravelWebsite

Target Server Type    : MYSQL
Target Server Version : 80013
File Encoding         : 65001

Date: 2018-11-21 14:53:58
*/

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------
-- Table structure for auth_group
-- ----------------------------
DROP TABLE IF EXISTS `auth_group`;
CREATE TABLE `auth_group` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(80) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of auth_group
-- ----------------------------

-- ----------------------------
-- Table structure for auth_group_permissions
-- ----------------------------
DROP TABLE IF EXISTS `auth_group_permissions`;
CREATE TABLE `auth_group_permissions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group_id` int(11) NOT NULL,
  `permission_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_group_permissions_group_id_permission_id_0cd325b0_uniq` (`group_id`,`permission_id`),
  KEY `auth_group_permissio_permission_id_84c5c92e_fk_auth_perm` (`permission_id`),
  CONSTRAINT `auth_group_permissio_permission_id_84c5c92e_fk_auth_perm` FOREIGN KEY (`permission_id`) REFERENCES `auth_permission` (`id`),
  CONSTRAINT `auth_group_permissions_group_id_b120cbf9_fk_auth_group_id` FOREIGN KEY (`group_id`) REFERENCES `auth_group` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of auth_group_permissions
-- ----------------------------

-- ----------------------------
-- Table structure for auth_permission
-- ----------------------------
DROP TABLE IF EXISTS `auth_permission`;
CREATE TABLE `auth_permission` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `content_type_id` int(11) NOT NULL,
  `codename` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_permission_content_type_id_codename_01ab375a_uniq` (`content_type_id`,`codename`),
  CONSTRAINT `auth_permission_content_type_id_2f476e4b_fk_django_co` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=137 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of auth_permission
-- ----------------------------
INSERT INTO `auth_permission` VALUES ('1', 'Can add log entry', '1', 'add_logentry');
INSERT INTO `auth_permission` VALUES ('2', 'Can change log entry', '1', 'change_logentry');
INSERT INTO `auth_permission` VALUES ('3', 'Can delete log entry', '1', 'delete_logentry');
INSERT INTO `auth_permission` VALUES ('4', 'Can view log entry', '1', 'view_logentry');
INSERT INTO `auth_permission` VALUES ('5', 'Can add permission', '2', 'add_permission');
INSERT INTO `auth_permission` VALUES ('6', 'Can change permission', '2', 'change_permission');
INSERT INTO `auth_permission` VALUES ('7', 'Can delete permission', '2', 'delete_permission');
INSERT INTO `auth_permission` VALUES ('8', 'Can view permission', '2', 'view_permission');
INSERT INTO `auth_permission` VALUES ('9', 'Can add group', '3', 'add_group');
INSERT INTO `auth_permission` VALUES ('10', 'Can change group', '3', 'change_group');
INSERT INTO `auth_permission` VALUES ('11', 'Can delete group', '3', 'delete_group');
INSERT INTO `auth_permission` VALUES ('12', 'Can view group', '3', 'view_group');
INSERT INTO `auth_permission` VALUES ('13', 'Can add content type', '4', 'add_contenttype');
INSERT INTO `auth_permission` VALUES ('14', 'Can change content type', '4', 'change_contenttype');
INSERT INTO `auth_permission` VALUES ('15', 'Can delete content type', '4', 'delete_contenttype');
INSERT INTO `auth_permission` VALUES ('16', 'Can view content type', '4', 'view_contenttype');
INSERT INTO `auth_permission` VALUES ('17', 'Can add session', '5', 'add_session');
INSERT INTO `auth_permission` VALUES ('18', 'Can change session', '5', 'change_session');
INSERT INTO `auth_permission` VALUES ('19', 'Can delete session', '5', 'delete_session');
INSERT INTO `auth_permission` VALUES ('20', 'Can view session', '5', 'view_session');
INSERT INTO `auth_permission` VALUES ('21', 'Can add 游记信息', '6', 'add_diary');
INSERT INTO `auth_permission` VALUES ('22', 'Can change 游记信息', '6', 'change_diary');
INSERT INTO `auth_permission` VALUES ('23', 'Can delete 游记信息', '6', 'delete_diary');
INSERT INTO `auth_permission` VALUES ('24', 'Can view 游记信息', '6', 'view_diary');
INSERT INTO `auth_permission` VALUES ('25', 'Can add news', '7', 'add_news');
INSERT INTO `auth_permission` VALUES ('26', 'Can change news', '7', 'change_news');
INSERT INTO `auth_permission` VALUES ('27', 'Can delete news', '7', 'delete_news');
INSERT INTO `auth_permission` VALUES ('28', 'Can view news', '7', 'view_news');
INSERT INTO `auth_permission` VALUES ('29', 'Can add 活动评论', '8', 'add_activecomments');
INSERT INTO `auth_permission` VALUES ('30', 'Can change 活动评论', '8', 'change_activecomments');
INSERT INTO `auth_permission` VALUES ('31', 'Can delete 活动评论', '8', 'delete_activecomments');
INSERT INTO `auth_permission` VALUES ('32', 'Can view 活动评论', '8', 'view_activecomments');
INSERT INTO `auth_permission` VALUES ('33', 'Can add 游记评论', '9', 'add_diarycomments');
INSERT INTO `auth_permission` VALUES ('34', 'Can change 游记评论', '9', 'change_diarycomments');
INSERT INTO `auth_permission` VALUES ('35', 'Can delete 游记评论', '9', 'delete_diarycomments');
INSERT INTO `auth_permission` VALUES ('36', 'Can view 游记评论', '9', 'view_diarycomments');
INSERT INTO `auth_permission` VALUES ('37', 'Can add 景区评论', '10', 'add_spotscomments');
INSERT INTO `auth_permission` VALUES ('38', 'Can change 景区评论', '10', 'change_spotscomments');
INSERT INTO `auth_permission` VALUES ('39', 'Can delete 景区评论', '10', 'delete_spotscomments');
INSERT INTO `auth_permission` VALUES ('40', 'Can view 景区评论', '10', 'view_spotscomments');
INSERT INTO `auth_permission` VALUES ('41', 'Can add 游记收藏', '11', 'add_usercollect');
INSERT INTO `auth_permission` VALUES ('42', 'Can change 游记收藏', '11', 'change_usercollect');
INSERT INTO `auth_permission` VALUES ('43', 'Can delete 游记收藏', '11', 'delete_usercollect');
INSERT INTO `auth_permission` VALUES ('44', 'Can view 游记收藏', '11', 'view_usercollect');
INSERT INTO `auth_permission` VALUES ('45', 'Can add 旅游活动', '12', 'add_active');
INSERT INTO `auth_permission` VALUES ('46', 'Can change 旅游活动', '12', 'change_active');
INSERT INTO `auth_permission` VALUES ('47', 'Can delete 旅游活动', '12', 'delete_active');
INSERT INTO `auth_permission` VALUES ('48', 'Can view 旅游活动', '12', 'view_active');
INSERT INTO `auth_permission` VALUES ('49', 'Can add 轮播图', '13', 'add_gallery');
INSERT INTO `auth_permission` VALUES ('50', 'Can change 轮播图', '13', 'change_gallery');
INSERT INTO `auth_permission` VALUES ('51', 'Can delete 轮播图', '13', 'delete_gallery');
INSERT INTO `auth_permission` VALUES ('52', 'Can view 轮播图', '13', 'view_gallery');
INSERT INTO `auth_permission` VALUES ('53', 'Can add 旅游景区', '14', 'add_spots');
INSERT INTO `auth_permission` VALUES ('54', 'Can change 旅游景区', '14', 'change_spots');
INSERT INTO `auth_permission` VALUES ('55', 'Can delete 旅游景区', '14', 'delete_spots');
INSERT INTO `auth_permission` VALUES ('56', 'Can view 旅游景区', '14', 'view_spots');
INSERT INTO `auth_permission` VALUES ('57', 'Can add 用户信息', '15', 'add_myuser');
INSERT INTO `auth_permission` VALUES ('58', 'Can change 用户信息', '15', 'change_myuser');
INSERT INTO `auth_permission` VALUES ('59', 'Can delete 用户信息', '15', 'delete_myuser');
INSERT INTO `auth_permission` VALUES ('60', 'Can view 用户信息', '15', 'view_myuser');
INSERT INTO `auth_permission` VALUES ('61', 'Can add 轮播图', '16', 'add_banner');
INSERT INTO `auth_permission` VALUES ('62', 'Can change 轮播图', '16', 'change_banner');
INSERT INTO `auth_permission` VALUES ('63', 'Can delete 轮播图', '16', 'delete_banner');
INSERT INTO `auth_permission` VALUES ('64', 'Can view 轮播图', '16', 'view_banner');
INSERT INTO `auth_permission` VALUES ('65', 'Can add 邮箱验证码信息', '17', 'add_emailverifyrecord');
INSERT INTO `auth_permission` VALUES ('66', 'Can change 邮箱验证码信息', '17', 'change_emailverifyrecord');
INSERT INTO `auth_permission` VALUES ('67', 'Can delete 邮箱验证码信息', '17', 'delete_emailverifyrecord');
INSERT INTO `auth_permission` VALUES ('68', 'Can view 邮箱验证码信息', '17', 'view_emailverifyrecord');
INSERT INTO `auth_permission` VALUES ('69', 'Can add 常用联系人信息', '18', 'add_thecontact');
INSERT INTO `auth_permission` VALUES ('70', 'Can change 常用联系人信息', '18', 'change_thecontact');
INSERT INTO `auth_permission` VALUES ('71', 'Can delete 常用联系人信息', '18', 'delete_thecontact');
INSERT INTO `auth_permission` VALUES ('72', 'Can view 常用联系人信息', '18', 'view_thecontact');
INSERT INTO `auth_permission` VALUES ('73', 'Can add Bookmark', '19', 'add_bookmark');
INSERT INTO `auth_permission` VALUES ('74', 'Can change Bookmark', '19', 'change_bookmark');
INSERT INTO `auth_permission` VALUES ('75', 'Can delete Bookmark', '19', 'delete_bookmark');
INSERT INTO `auth_permission` VALUES ('76', 'Can view Bookmark', '19', 'view_bookmark');
INSERT INTO `auth_permission` VALUES ('77', 'Can add User Setting', '20', 'add_usersettings');
INSERT INTO `auth_permission` VALUES ('78', 'Can change User Setting', '20', 'change_usersettings');
INSERT INTO `auth_permission` VALUES ('79', 'Can delete User Setting', '20', 'delete_usersettings');
INSERT INTO `auth_permission` VALUES ('80', 'Can view User Setting', '20', 'view_usersettings');
INSERT INTO `auth_permission` VALUES ('81', 'Can add User Widget', '21', 'add_userwidget');
INSERT INTO `auth_permission` VALUES ('82', 'Can change User Widget', '21', 'change_userwidget');
INSERT INTO `auth_permission` VALUES ('83', 'Can delete User Widget', '21', 'delete_userwidget');
INSERT INTO `auth_permission` VALUES ('84', 'Can view User Widget', '21', 'view_userwidget');
INSERT INTO `auth_permission` VALUES ('85', 'Can add log entry', '22', 'add_log');
INSERT INTO `auth_permission` VALUES ('86', 'Can change log entry', '22', 'change_log');
INSERT INTO `auth_permission` VALUES ('87', 'Can delete log entry', '22', 'delete_log');
INSERT INTO `auth_permission` VALUES ('88', 'Can view log entry', '22', 'view_log');
INSERT INTO `auth_permission` VALUES ('89', 'Can add 商品信息', '23', 'add_product');
INSERT INTO `auth_permission` VALUES ('90', 'Can change 商品信息', '23', 'change_product');
INSERT INTO `auth_permission` VALUES ('91', 'Can delete 商品信息', '23', 'delete_product');
INSERT INTO `auth_permission` VALUES ('92', 'Can view 商品信息', '23', 'view_product');
INSERT INTO `auth_permission` VALUES ('93', 'Can add 商品图片', '24', 'add_propic');
INSERT INTO `auth_permission` VALUES ('94', 'Can change 商品图片', '24', 'change_propic');
INSERT INTO `auth_permission` VALUES ('95', 'Can delete 商品图片', '24', 'delete_propic');
INSERT INTO `auth_permission` VALUES ('96', 'Can view 商品图片', '24', 'view_propic');
INSERT INTO `auth_permission` VALUES ('97', 'Can add captcha store', '25', 'add_captchastore');
INSERT INTO `auth_permission` VALUES ('98', 'Can change captcha store', '25', 'change_captchastore');
INSERT INTO `auth_permission` VALUES ('99', 'Can delete captcha store', '25', 'delete_captchastore');
INSERT INTO `auth_permission` VALUES ('100', 'Can view captcha store', '25', 'view_captchastore');
INSERT INTO `auth_permission` VALUES ('101', 'Can add area info', '26', 'add_areainfo');
INSERT INTO `auth_permission` VALUES ('102', 'Can change area info', '26', 'change_areainfo');
INSERT INTO `auth_permission` VALUES ('103', 'Can delete area info', '26', 'delete_areainfo');
INSERT INTO `auth_permission` VALUES ('104', 'Can view area info', '26', 'view_areainfo');
INSERT INTO `auth_permission` VALUES ('105', 'Can add 游记点赞', '27', 'add_userfav');
INSERT INTO `auth_permission` VALUES ('106', 'Can change 游记点赞', '27', 'change_userfav');
INSERT INTO `auth_permission` VALUES ('107', 'Can delete 游记点赞', '27', 'delete_userfav');
INSERT INTO `auth_permission` VALUES ('108', 'Can view 游记点赞', '27', 'view_userfav');
INSERT INTO `auth_permission` VALUES ('109', 'Can add shopping cart', '28', 'add_shoppingcart');
INSERT INTO `auth_permission` VALUES ('110', 'Can change shopping cart', '28', 'change_shoppingcart');
INSERT INTO `auth_permission` VALUES ('111', 'Can delete shopping cart', '28', 'delete_shoppingcart');
INSERT INTO `auth_permission` VALUES ('112', 'Can view shopping cart', '28', 'view_shoppingcart');
INSERT INTO `auth_permission` VALUES ('113', 'Can add 商品订单主表', '29', 'add_goodsordersmaintable');
INSERT INTO `auth_permission` VALUES ('114', 'Can change 商品订单主表', '29', 'change_goodsordersmaintable');
INSERT INTO `auth_permission` VALUES ('115', 'Can delete 商品订单主表', '29', 'delete_goodsordersmaintable');
INSERT INTO `auth_permission` VALUES ('116', 'Can view 商品订单主表', '29', 'view_goodsordersmaintable');
INSERT INTO `auth_permission` VALUES ('117', 'Can add 用户购买商品信息', '30', 'add_orderitems');
INSERT INTO `auth_permission` VALUES ('118', 'Can change 用户购买商品信息', '30', 'change_orderitems');
INSERT INTO `auth_permission` VALUES ('119', 'Can delete 用户购买商品信息', '30', 'delete_orderitems');
INSERT INTO `auth_permission` VALUES ('120', 'Can view 用户购买商品信息', '30', 'view_orderitems');
INSERT INTO `auth_permission` VALUES ('121', 'Can add 直接购买商品', '31', 'add_shopping');
INSERT INTO `auth_permission` VALUES ('122', 'Can change 直接购买商品', '31', 'change_shopping');
INSERT INTO `auth_permission` VALUES ('123', 'Can delete 直接购买商品', '31', 'delete_shopping');
INSERT INTO `auth_permission` VALUES ('124', 'Can view 直接购买商品', '31', 'view_shopping');
INSERT INTO `auth_permission` VALUES ('125', 'Can add 商品评论', '32', 'add_productcomments');
INSERT INTO `auth_permission` VALUES ('126', 'Can change 商品评论', '32', 'change_productcomments');
INSERT INTO `auth_permission` VALUES ('127', 'Can delete 商品评论', '32', 'delete_productcomments');
INSERT INTO `auth_permission` VALUES ('128', 'Can view 商品评论', '32', 'view_productcomments');
INSERT INTO `auth_permission` VALUES ('129', 'Can add 门票订单', '33', 'add_ticketsordersmaintable');
INSERT INTO `auth_permission` VALUES ('130', 'Can change 门票订单', '33', 'change_ticketsordersmaintable');
INSERT INTO `auth_permission` VALUES ('131', 'Can delete 门票订单', '33', 'delete_ticketsordersmaintable');
INSERT INTO `auth_permission` VALUES ('132', 'Can view 门票订单', '33', 'view_ticketsordersmaintable');
INSERT INTO `auth_permission` VALUES ('133', 'Can add 旅游订单', '34', 'add_scenicordersmaintable');
INSERT INTO `auth_permission` VALUES ('134', 'Can change 旅游订单', '34', 'change_scenicordersmaintable');
INSERT INTO `auth_permission` VALUES ('135', 'Can delete 旅游订单', '34', 'delete_scenicordersmaintable');
INSERT INTO `auth_permission` VALUES ('136', 'Can view 旅游订单', '34', 'view_scenicordersmaintable');

-- ----------------------------
-- Table structure for captcha_captchastore
-- ----------------------------
DROP TABLE IF EXISTS `captcha_captchastore`;
CREATE TABLE `captcha_captchastore` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `challenge` varchar(32) NOT NULL,
  `response` varchar(32) NOT NULL,
  `hashkey` varchar(40) NOT NULL,
  `expiration` datetime(6) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hashkey` (`hashkey`)
) ENGINE=InnoDB AUTO_INCREMENT=159 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of captcha_captchastore
-- ----------------------------
INSERT INTO `captcha_captchastore` VALUES ('157', '8*7=', '56', '1629cf1ecd71517e65d1f3d47ea05f5d6be2e538', '2018-10-18 16:33:59.104375');

-- ----------------------------
-- Table structure for diarys_diary
-- ----------------------------
DROP TABLE IF EXISTS `diarys_diary`;
CREATE TABLE `diarys_diary` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(20) NOT NULL,
  `content` longtext NOT NULL,
  `image` varchar(100) NOT NULL,
  `checknum` int(11) NOT NULL,
  `commentsnum` int(11) NOT NULL,
  `is_published` tinyint(1) NOT NULL,
  `add_times` datetime(6) NOT NULL,
  `user_id` int(11) NOT NULL,
  `praisenum` int(11) NOT NULL,
  `collectnum` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `diarys_diary_user_id_6a600bd5_fk_users_myuser_id` (`user_id`),
  CONSTRAINT `diarys_diary_user_id_6a600bd5_fk_users_myuser_id` FOREIGN KEY (`user_id`) REFERENCES `users_myuser` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=80 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of diarys_diary
-- ----------------------------
INSERT INTO `diarys_diary` VALUES ('3', '人间仙境白云山,最美人间十月天', '<p>对于热爱旅行的人来说,十月是个美好的季节,它可以金灿耀眼,可以绿意盎然,也可以白雪皑皑,它同时带来惊艳,让人念念不忘。</p><p><br/></p><p>对于还未上路的人来说,十一月是个特殊的季节,候鸟的邂逅、色彩的碰撞,还是古村的静候,都在这个时刻释放出无限光彩。</p><p><br/></p><p>网友经常问我:“你经常出去旅行,是因为爱好吗?”</p><p><br/></p><p>我说:“旅行不是爱好,而是生活”,不论是向左走,还是向右行,抑或是精心规划行程,又或者是说走就走,都是一种生活的态度。于是在这个收获的季节,我又出发了——人间仙境白云山。</p><p><br/></p><p>&nbsp;</p><p>洛阳白云山位于河南省洛阳市嵩县南部伏牛山腹地原始林区,总面积168平方公里,动物204种,植物1991种,森林覆盖率98.5%以上,被专家学者誉为“自然博物馆”。</p><p><br/></p><p>世界地质公园,国家5A级旅游景区,国家级森林公园、国家级自然保护区,中国十佳休闲胜地,中国最美地方之一,河南省十佳景区好去处第三名, 自有“人间仙境”之称。2010年更晋升世界地质公园。平均海拔1800米,海拔1500米以上的山峰37座,其中玉皇顶海拔2216米,为白云山第一峰,是看日出观云海的最佳处之一。</p><p><br/></p><p>白云山夏季最高气温不超过26℃,是国内首屈一指的避暑胜地。</p><p><br/></p><p>白云山主要景区有:白云峰、玉皇顶、小黄山、九龙瀑布、原始森林五大观光区和白云湖、高山森林氧吧、高山牡丹园、留侯祠、芦花谷五大休闲区。建议游玩时间2--3天。</p><p><img src=\"/media/ueimages/10070m000000dwnkw8E39_R_1024_10000_Q90_20181025135132_689.jpg\" title=\"\" alt=\"10070m000000dwnkw8E39_R_1024_10000_Q90.jpg\"/></p>', 'diary/2018/10/bg_S7RQs7B.jpg', '16', '0', '1', '2018-10-25 13:51:38.381751', '1', '6', '0');
INSERT INTO `diarys_diary` VALUES ('4', '人间仙境白云山', '<p>对于热爱旅行的人来说,十月是个美好的季节,它可以金灿耀眼,可以绿意盎然,也可以白雪皑皑,它同时带来惊艳,让人念念不忘。</p><p><br/></p><p>对于还未上路的人来说,十一月是个特殊的季节,候鸟的邂逅、色彩的碰撞,还是古村的静候,都在这个时刻释放出无限光彩。</p><p><br/></p><p>网友经常问我:“你经常出去旅行,是因为爱好吗?”</p><p><br/></p><p>我说:“旅行不是爱好,而是生活”,不论是向左走,还是向右行,抑或是精心规划行程,又或者是说走就走,都是一种生活的态度。于是在这个收获的季节,我又出发了——人间仙境白云山。</p><p><br/></p><p>&nbsp;</p><p>洛阳白云山位于河南省洛阳市嵩县南部伏牛山腹地原始林区,总面积168平方公里,动物204种,植物1991种,森林覆盖率98.5%以上,被专家学者誉为“自然博物馆”。</p><p><br/></p><p>世界地质公园,国家5A级旅游景区,国家级森林公园、国家级自然保护区,中国十佳休闲胜地,中国最美地方之一,河南省十佳景区好去处第三名, 自有“人间仙境”之称。2010年更晋升世界地质公园。平均海拔1800米,海拔1500米以上的山峰37座,其中玉皇顶海拔2216米,为白云山第一峰,是看日出观云海的最佳处之一。</p><p><br/></p><p>白云山夏季最高气温不超过26℃,是国内首屈一指的避暑胜地。</p><p><br/></p><p>白云山主要景区有:白云峰、玉皇顶、小黄山、九龙瀑布、原始森林五大观光区和白云湖、高山森林氧吧、高山牡丹园、留侯祠、芦花谷五大休闲区。建议游玩时间2--3天。</p><p><img src=\"/media/ueimages/10070m000000dwnkw8E39_R_1024_10000_Q90_20181025135132_689.jpg\" title=\"\" alt=\"10070m000000dwnkw8E39_R_1024_10000_Q90.jpg\"/></p>', 'diary/2018/10/bg_S7RQs7B.jpg', '2', '0', '1', '2018-10-25 13:51:38.381751', '1', '0', '0');
INSERT INTO `diarys_diary` VALUES ('5', '赏千年银杏林', '<p>每年</p><p>给自己定个小目标,</p><p>春天去看一场花开;</p><p>夏天去看一次大海;</p><p>秋天去看一片银杏。</p><p>带着这个梦想来到洛阳,白云山。</p><p style=\"text-align:center\"><img src=\"http://127.0.0.1:8000/media/1_20181029155011_609.png\" title=\"\" alt=\"1.png\"/></p><p><br/></p><p>洛阳·白云山&nbsp;</p><p><br/></p>', 'diary/2018/10/1_9UMmOAm.png', '3', '0', '1', '2018-10-29 15:51:24.664372', '19', '3', '0');
INSERT INTO `diarys_diary` VALUES ('6', '全攻略', '<p>在年少的岁月里,从书中初读洛阳的时候,我年轻而朝气蓬勃地心,充满了向往。那股迎面扑来的气息奔放着几千年前的唐风汉雅直闯我的心扉,向往便如美丽的伊洛河水流淌过日月的岁岁年年,古都洛阳在遥远的地方,如一颗明星般闪耀在我的脑际,夕阳红,朝霞更红。</p><p><br/></p><p>怀揣着仰慕的心情,低头在白马的蹄印里读洛阳的时候,残梦便从魏晋的繁华里耸立起一座名为白马的寺院,一柱香点燃历史的明灭,钟声就再也没有沉寂,钟声就在沧桑里坚强而又深情地唱响了几干年。而几千年后的白马,依然站在它最后的蹄印里,谛听着马寺钟声,守望着艰难跋涉的洛阳。</p><p><br/></p><p>行走在洛阳之东,在龙门石窟里读洛阳的时候,心底依稀望见几千年前风雪的黄昏,先民们被铁链紧锁着的身躯和被神光所笼罩的灵魂,那斑斑血迹里痛苦的呻吟声和冰冷石崖上钎锤的敲击声以及撞击出的凄美的火花,石崖上的人归去了,如轻烟细雨般没有痕迹,石头上的文化却留下来了。伊河因此而美丽,龙门因此而名符其实地身价百倍。其实这正是洛阳的不凡之处啊,龙门石窟,那是先祖们穿透岁月、穿透历史烟尘而一直凝望我们的目光…………</p><p style=\"text-align: center;\"><img src=\"/media/6e06f50f6e8741b2938a01e514f6b8f1_R_1024_10000_Q90_20181029155324_809.jpg\" title=\"\" alt=\"6e06f50f6e8741b2938a01e514f6b8f1_R_1024_10000_Q90.jpg\"/></p>', 'diary/2018/10/fb10a87f433747b1bdaad3910f805c5b_R_1024_10000_Q90.jpg', '53', '0', '1', '2018-10-29 15:53:43.925177', '19', '0', '0');
INSERT INTO `diarys_diary` VALUES ('7', '賞花行', '<p>4月中,突然心血來潮,和姐姐到洛陽看牡丹。趕快定行程、訂機票、酒店,因有些事情耽擱,4月21晚出發。</p><p>4月21日</p><p>因為直飛洛陽的票價貴近一倍,故取廣州至鄭州 (深航ZH9607 (18:25-20:40),含稅770元),飛機異常準時,20:40抵鄭,如按原計劃是可以直接坐八逹航空公司的大巴到洛陽(車程三小時,車費80元/人(?)晚上9:00、10:30、12:00),因耽心飛機晚點,改先停鄭州,訂了火車站北側的紅珊瑚酒店。次日早再乘高鐵往洛陽。</p><p>順利乘晚上從新鄭機場至市區的民航大巴,到金水路民航大酒店( 大巴服務至航班結束),</p><p>路程 約一小時,票價20元。</p><p>下車後,原擬打車到5公里外的鄭州火車站,沒想到,兩輛警車就停在民航巴士旁,出租車不能停靠,警察叫我們往前走到三十米外那裡等車。實際上那裡停了幾輛出租車或私家車,都不打錶,往火車站叫價30元。正討價還價間,又來了一輛民航大巴,出租車即時坐地起價:30元包車也不行了,要併車,每人15元。無奈之下,只有與另一年輕人併車,收了我們兩人25。我不明白,為什麼警察就在旁邊,他們也敢這樣做?</p><p>紅珊瑚酒店Red Coral Hotel (四星)溫馨特惠房(雙床雙早) 228元 (由攜程介紹訂)</p><p>郑州 二七区 二马路20号 (火车站北出站口斜对面 ,步行3-4分鐘可到火車站入口)</p><p>這間酒店是老牌四星酒店,外觀顯得有點陳舊。幸而房內床舖較新淨,房間很大,而且包兩位自助早餐 (早餐品種多樣,不錯) ,價位可以接受。有點不足的是只有大堂有WIFI。</p><p>4月22日</p><p>睡到自然醒,享受酒店提供的自助早餐後,乘動車往洛陽。</p><p>鄭州火車站往洛陽龙门站:9:00(D1001_39.5元/人,47分鐘) (列車從鄭州站到西安北)</p><p>(如果想早,從鄭州站始發的還有:7:12 (D5309_39.5元/人,約1 小時) 、8:00 (G1001_59.5元/人,37分鐘)、</p><p>注意:1. 鄭州乘高鐵和動車有兩個站:鄭州站(在二七區)和鄭州東站(在鄭東新區),買票時不要搞錯了。</p><p>2. 洛陽高鐵和動車停靠洛陽城南洛龍區洛陽龍門站,距王城廣場約十二公里。有多班公交車直到市內。</p><p>3. 廣州南至洛陽龍門的高鐵每天有6班,其中3班為廣州南始發。車程約7.5小時,票價不到700元。我們乘飛機表面快,但左右折騰,實在累,兼且時間也沒省。所以應常考慮高鐵。</p><p>10:00AM寄存行李在龙门火车站(每個行李箱15元),預購4.24往西安的動車票(D1001,9:49-12:08)</p><p>打車(約5公里,10.5元)往游龙门石窟、白园 (约4小时)</p><p>龍門石窟為國家5A級景區,門票120元,60-69歲半票,70以上免票。</p><p><img src=\"/media/1ae3ae23ec92443d9126f6bf6daa5f81_R_671_10000_Q90_20181029155559_330.jpg\" title=\"\" alt=\"1ae3ae23ec92443d9126f6bf6daa5f81_R_671_10000_Q90.jpg\"/></p>', 'diary/2018/10/893aebb481754feea54d7124d10b3b7f_R_671_10000_Q90.jpg', '2', '0', '0', '2018-10-29 15:56:09.247553', '19', '0', '0');
INSERT INTO `diarys_diary` VALUES ('8', '千年洛阳', '<p><img src=\"/media/CggYHFbN1-yAHQCsAANf2YxMj6E011_C_350_234_Q90_20181029155827_411.jpg\" style=\"\"/></p><p><img src=\"/media/CggYHVbN1-6ASzkYAAJyMreTpvk475_R_10000_500_Q90_20181029155827_606.jpg\" style=\"\"/></p><p><img src=\"/media/CggYs1bN1-yAUNw5AAOOjgStrss989_R_10000_500_Q90_20181029155827_317.jpg\" style=\"\"/></p><p><img src=\"/media/CggYslbN1-2ARx-PAAItNbzMpP8974_R_10000_500_Q90_20181029155827_667.jpg\" style=\"\"/></p><p><img src=\"/media/CggYtFbN1-yACKs6AAL5e7SJYoQ470_R_1024_10000_Q90_20181029155827_359.jpg\" style=\"\"/></p><p><br/></p>', 'diary/2018/10/CggYs1bN1-yAUNw5AAOOjgStrss989_R_10000_500_Q90.jpg', '9', '0', '1', '2018-10-29 15:58:42.898813', '19', '0', '2');
INSERT INTO `diarys_diary` VALUES ('74', '  登两千米白云山,赏千年银杏林', '<p>每年</p><p>给自己定个小目标,</p><p>春天去看一场花开;</p><p>夏天去看一次大海;</p><p>秋天去看一片银杏。</p><p>带着这个梦想来到洛阳,白云山。</p><p style=\"text-align:center\"><img src=\"http://127.0.0.1:8000/media/1_20181029155011_609.png\" title=\"\" alt=\"1.png\"/></p><p><br/></p><p>洛阳·白云山&nbsp;</p><p><br/></p>', 'diary/2018/10/1_9UMmOAm.png', '3', '0', '1', '2018-10-29 15:51:24.664372', '1', '51', '0');
INSERT INTO `diarys_diary` VALUES ('75', '  洛阳全攻略', '<p>在年少的岁月里,从书中初读洛阳的时候,我年轻而朝气蓬勃地心,充满了向往。那股迎面扑来的气息奔放着几千年前的唐风汉雅直闯我的心扉,向往便如美丽的伊洛河水流淌过日月的岁岁年年,古都洛阳在遥远的地方,如一颗明星般闪耀在我的脑际,夕阳红,朝霞更红。</p><p><br/></p><p>怀揣着仰慕的心情,低头在白马的蹄印里读洛阳的时候,残梦便从魏晋的繁华里耸立起一座名为白马的寺院,一柱香点燃历史的明灭,钟声就再也没有沉寂,钟声就在沧桑里坚强而又深情地唱响了几干年。而几千年后的白马,依然站在它最后的蹄印里,谛听着马寺钟声,守望着艰难跋涉的洛阳。</p><p><br/></p><p>行走在洛阳之东,在龙门石窟里读洛阳的时候,心底依稀望见几千年前风雪的黄昏,先民们被铁链紧锁着的身躯和被神光所笼罩的灵魂,那斑斑血迹里痛苦的呻吟声和冰冷石崖上钎锤的敲击声以及撞击出的凄美的火花,石崖上的人归去了,如轻烟细雨般没有痕迹,石头上的文化却留下来了。伊河因此而美丽,龙门因此而名符其实地身价百倍。其实这正是洛阳的不凡之处啊,龙门石窟,那是先祖们穿透岁月、穿透历史烟尘而一直凝望我们的目光…………</p><p style=\"text-align: center;\"><img src=\"/media/6e06f50f6e8741b2938a01e514f6b8f1_R_1024_10000_Q90_20181029155324_809.jpg\" title=\"\" alt=\"6e06f50f6e8741b2938a01e514f6b8f1_R_1024_10000_Q90.jpg\"/></p>', 'diary/2018/10/fb10a87f433747b1bdaad3910f805c5b_R_1024_10000_Q90.jpg', '73', '6', '1', '2018-10-29 15:53:43.925177', '1', '0', '3');
INSERT INTO `diarys_diary` VALUES ('76', '  4月洛陽賞花行', '<p>4月中,突然心血來潮,和姐姐到洛陽看牡丹。趕快定行程、訂機票、酒店,因有些事情耽擱,4月21晚出發。</p><p>4月21日</p><p>因為直飛洛陽的票價貴近一倍,故取廣州至鄭州 (深航ZH9607 (18:25-20:40),含稅770元),飛機異常準時,20:40抵鄭,如按原計劃是可以直接坐八逹航空公司的大巴到洛陽(車程三小時,車費80元/人(?)晚上9:00、10:30、12:00),因耽心飛機晚點,改先停鄭州,訂了火車站北側的紅珊瑚酒店。次日早再乘高鐵往洛陽。</p><p>順利乘晚上從新鄭機場至市區的民航大巴,到金水路民航大酒店( 大巴服務至航班結束),</p><p>路程 約一小時,票價20元。</p><p>下車後,原擬打車到5公里外的鄭州火車站,沒想到,兩輛警車就停在民航巴士旁,出租車不能停靠,警察叫我們往前走到三十米外那裡等車。實際上那裡停了幾輛出租車或私家車,都不打錶,往火車站叫價30元。正討價還價間,又來了一輛民航大巴,出租車即時坐地起價:30元包車也不行了,要併車,每人15元。無奈之下,只有與另一年輕人併車,收了我們兩人25。我不明白,為什麼警察就在旁邊,他們也敢這樣做?</p><p>紅珊瑚酒店Red Coral Hotel (四星)溫馨特惠房(雙床雙早) 228元 (由攜程介紹訂)</p><p>郑州 二七区 二马路20号 (火车站北出站口斜对面 ,步行3-4分鐘可到火車站入口)</p><p>這間酒店是老牌四星酒店,外觀顯得有點陳舊。幸而房內床舖較新淨,房間很大,而且包兩位自助早餐 (早餐品種多樣,不錯) ,價位可以接受。有點不足的是只有大堂有WIFI。</p><p>4月22日</p><p>睡到自然醒,享受酒店提供的自助早餐後,乘動車往洛陽。</p><p>鄭州火車站往洛陽龙门站:9:00(D1001_39.5元/人,47分鐘) (列車從鄭州站到西安北)</p><p>(如果想早,從鄭州站始發的還有:7:12 (D5309_39.5元/人,約1 小時) 、8:00 (G1001_59.5元/人,37分鐘)、</p><p>注意:1. 鄭州乘高鐵和動車有兩個站:鄭州站(在二七區)和鄭州東站(在鄭東新區),買票時不要搞錯了。</p><p>2. 洛陽高鐵和動車停靠洛陽城南洛龍區洛陽龍門站,距王城廣場約十二公里。有多班公交車直到市內。</p><p>3. 廣州南至洛陽龍門的高鐵每天有6班,其中3班為廣州南始發。車程約7.5小時,票價不到700元。我們乘飛機表面快,但左右折騰,實在累,兼且時間也沒省。所以應常考慮高鐵。</p><p>10:00AM寄存行李在龙门火车站(每個行李箱15元),預購4.24往西安的動車票(D1001,9:49-12:08)</p><p>打車(約5公里,10.5元)往游龙门石窟、白园 (约4小时)</p><p>龍門石窟為國家5A級景區,門票120元,60-69歲半票,70以上免票。</p><p><img src=\"/media/1ae3ae23ec92443d9126f6bf6daa5f81_R_671_10000_Q90_20181029155559_330.jpg\" title=\"\" alt=\"1ae3ae23ec92443d9126f6bf6daa5f81_R_671_10000_Q90.jpg\"/></p>', 'diary/2018/10/893aebb481754feea54d7124d10b3b7f_R_671_10000_Q90.jpg', '3', '1', '0', '2018-10-29 15:56:09.247553', '19', '8', '1');
INSERT INTO `diarys_diary` VALUES ('77', '古都清明 千年洛阳', '<p><img src=\"/media/CggYHFbN1-yAHQCsAANf2YxMj6E011_C_350_234_Q90_20181029155827_411.jpg\" style=\"\"/></p><p><img src=\"/media/CggYHVbN1-6ASzkYAAJyMreTpvk475_R_10000_500_Q90_20181029155827_606.jpg\" style=\"\"/></p><p><img src=\"/media/CggYs1bN1-yAUNw5AAOOjgStrss989_R_10000_500_Q90_20181029155827_317.jpg\" style=\"\"/></p><p><img src=\"/media/CggYslbN1-2ARx-PAAItNbzMpP8974_R_10000_500_Q90_20181029155827_667.jpg\" style=\"\"/></p><p><img src=\"/media/CggYtFbN1-yACKs6AAL5e7SJYoQ470_R_1024_10000_Q90_20181029155827_359.jpg\" style=\"\"/></p><p><br/></p>', 'diary/2018/10/CggYs1bN1-yAUNw5AAOOjgStrss989_R_10000_500_Q90.jpg', '142', '0', '1', '2018-10-29 15:58:42.898813', '1', '0', '0');

-- ----------------------------
-- Table structure for django_admin_log
-- ----------------------------
DROP TABLE IF EXISTS `django_admin_log`;
CREATE TABLE `django_admin_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `action_time` datetime(6) NOT NULL,
  `object_id` longtext,
  `object_repr` varchar(200) NOT NULL,
  `action_flag` smallint(5) unsigned NOT NULL,
  `change_message` longtext NOT NULL,
  `content_type_id` int(11) DEFAULT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `django_admin_log_content_type_id_c4bce8eb_fk_django_co` (`content_type_id`),
  KEY `django_admin_log_user_id_c564eba6_fk_users_myuser_id` (`user_id`),
  CONSTRAINT `django_admin_log_content_type_id_c4bce8eb_fk_django_co` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`),
  CONSTRAINT `django_admin_log_user_id_c564eba6_fk_users_myuser_id` FOREIGN KEY (`user_id`) REFERENCES `users_myuser` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of django_admin_log
-- ----------------------------

-- ----------------------------
-- Table structure for django_content_type
-- ----------------------------
DROP TABLE IF EXISTS `django_content_type`;
CREATE TABLE `django_content_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `app_label` varchar(100) NOT NULL,
  `model` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `django_content_type_app_label_model_76bd3d3b_uniq` (`app_label`,`model`)
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of django_content_type
-- ----------------------------
INSERT INTO `django_content_type` VALUES ('1', 'admin', 'logentry');
INSERT INTO `django_content_type` VALUES ('3', 'auth', 'group');
INSERT INTO `django_content_type` VALUES ('2', 'auth', 'permission');
INSERT INTO `django_content_type` VALUES ('25', 'captcha', 'captchastore');
INSERT INTO `django_content_type` VALUES ('4', 'contenttypes', 'contenttype');
INSERT INTO `django_content_type` VALUES ('6', 'diarys', 'diary');
INSERT INTO `django_content_type` VALUES ('7', 'news', 'news');
INSERT INTO `django_content_type` VALUES ('8', 'operation', 'activecomments');
INSERT INTO `django_content_type` VALUES ('9', 'operation', 'diarycomments');
INSERT INTO `django_content_type` VALUES ('32', 'operation', 'productcomments');
INSERT INTO `django_content_type` VALUES ('31', 'operation', 'shopping');
INSERT INTO `django_content_type` VALUES ('28', 'operation', 'shoppingcart');
INSERT INTO `django_content_type` VALUES ('10', 'operation', 'spotscomments');
INSERT INTO `django_content_type` VALUES ('11', 'operation', 'usercollect');
INSERT INTO `django_content_type` VALUES ('27', 'operation', 'userfav');
INSERT INTO `django_content_type` VALUES ('29', 'pay', 'goodsordersmaintable');
INSERT INTO `django_content_type` VALUES ('30', 'pay', 'orderitems');
INSERT INTO `django_content_type` VALUES ('34', 'pay', 'scenicordersmaintable');
INSERT INTO `django_content_type` VALUES ('33', 'pay', 'ticketsordersmaintable');
INSERT INTO `django_content_type` VALUES ('12', 'scenicspots', 'active');
INSERT INTO `django_content_type` VALUES ('13', 'scenicspots', 'gallery');
INSERT INTO `django_content_type` VALUES ('14', 'scenicspots', 'spots');
INSERT INTO `django_content_type` VALUES ('5', 'sessions', 'session');
INSERT INTO `django_content_type` VALUES ('23', 'shop', 'product');
INSERT INTO `django_content_type` VALUES ('24', 'shop', 'propic');
INSERT INTO `django_content_type` VALUES ('26', 'users', 'areainfo');
INSERT INTO `django_content_type` VALUES ('16', 'users', 'banner');
INSERT INTO `django_content_type` VALUES ('17', 'users', 'emailverifyrecord');
INSERT INTO `django_content_type` VALUES ('15', 'users', 'myuser');
INSERT INTO `django_content_type` VALUES ('18', 'users', 'thecontact');
INSERT INTO `django_content_type` VALUES ('19', 'xadmin', 'bookmark');
INSERT INTO `django_content_type` VALUES ('22', 'xadmin', 'log');
INSERT INTO `django_content_type` VALUES ('20', 'xadmin', 'usersettings');
INSERT INTO `django_content_type` VALUES ('21', 'xadmin', 'userwidget');

-- ----------------------------
-- Table structure for django_migrations
-- ----------------------------
DROP TABLE IF EXISTS `django_migrations`;
CREATE TABLE `django_migrations` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `app` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `applied` datetime(6) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=85 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of django_migrations
-- ----------------------------
INSERT INTO `django_migrations` VALUES ('1', 'contenttypes', '0001_initial', '2018-10-09 16:26:05.433260');
INSERT INTO `django_migrations` VALUES ('2', 'contenttypes', '0002_remove_content_type_name', '2018-10-09 16:26:05.851075');
INSERT INTO `django_migrations` VALUES ('3', 'auth', '0001_initial', '2018-10-09 16:26:07.159414');
INSERT INTO `django_migrations` VALUES ('4', 'auth', '0002_alter_permission_name_max_length', '2018-10-09 16:26:07.469071');
INSERT INTO `django_migrations` VALUES ('5', 'auth', '0003_alter_user_email_max_length', '2018-10-09 16:26:07.489161');
INSERT INTO `django_migrations` VALUES ('6', 'auth', '0004_alter_user_username_opts', '2018-10-09 16:26:07.508064');
INSERT INTO `django_migrations` VALUES ('7', 'auth', '0005_alter_user_last_login_null', '2018-10-09 16:26:07.525505');
INSERT INTO `django_migrations` VALUES ('8', 'auth', '0006_require_contenttypes_0002', '2018-10-09 16:26:07.539623');
INSERT INTO `django_migrations` VALUES ('9', 'auth', '0007_alter_validators_add_error_messages', '2018-10-09 16:26:07.561272');
INSERT INTO `django_migrations` VALUES ('10', 'auth', '0008_alter_user_username_max_length', '2018-10-09 16:26:07.578811');
INSERT INTO `django_migrations` VALUES ('11', 'auth', '0009_alter_user_last_name_max_length', '2018-10-09 16:26:07.596594');
INSERT INTO `django_migrations` VALUES ('12', 'users', '0001_initial', '2018-10-09 16:26:09.742026');
INSERT INTO `django_migrations` VALUES ('13', 'admin', '0001_initial', '2018-10-09 16:26:10.401200');
INSERT INTO `django_migrations` VALUES ('14', 'admin', '0002_logentry_remove_auto_add', '2018-10-09 16:26:10.421689');
INSERT INTO `django_migrations` VALUES ('15', 'admin', '0003_logentry_add_action_flag_choices', '2018-10-09 16:26:10.450370');
INSERT INTO `django_migrations` VALUES ('16', 'diarys', '0001_initial', '2018-10-09 16:26:10.564613');
INSERT INTO `django_migrations` VALUES ('17', 'diarys', '0002_diary_user', '2018-10-09 16:26:10.936283');
INSERT INTO `django_migrations` VALUES ('18', 'news', '0001_initial', '2018-10-09 16:26:11.069816');
INSERT INTO `django_migrations` VALUES ('19', 'scenicspots', '0001_initial', '2018-10-09 16:26:11.858810');
INSERT INTO `django_migrations` VALUES ('20', 'operation', '0001_initial', '2018-10-09 16:26:12.484342');
INSERT INTO `django_migrations` VALUES ('21', 'operation', '0002_auto_20181009_1624', '2018-10-09 16:26:15.011204');
INSERT INTO `django_migrations` VALUES ('22', 'sessions', '0001_initial', '2018-10-09 16:26:15.222733');
INSERT INTO `django_migrations` VALUES ('23', 'xadmin', '0001_initial', '2018-10-09 16:26:16.579197');
INSERT INTO `django_migrations` VALUES ('24', 'xadmin', '0002_log', '2018-10-09 16:26:17.276652');
INSERT INTO `django_migrations` VALUES ('25', 'xadmin', '0003_auto_20160715_0100', '2018-10-09 16:26:17.598662');
INSERT INTO `django_migrations` VALUES ('26', 'shop', '0001_initial', '2018-10-10 09:56:09.849007');
INSERT INTO `django_migrations` VALUES ('27', 'news', '0002_auto_20181011_0944', '2018-10-11 09:44:43.587982');
INSERT INTO `django_migrations` VALUES ('28', 'news', '0003_auto_20181011_1059', '2018-10-11 10:59:30.523816');
INSERT INTO `django_migrations` VALUES ('29', 'captcha', '0001_initial', '2018-10-11 14:11:54.926549');
INSERT INTO `django_migrations` VALUES ('30', 'scenicspots', '0002_auto_20181015_1654', '2018-10-15 16:54:27.987588');
INSERT INTO `django_migrations` VALUES ('31', 'scenicspots', '0003_auto_20181016_1412', '2018-10-16 14:12:47.106173');
INSERT INTO `django_migrations` VALUES ('32', 'scenicspots', '0003_auto_20181016_1605', '2018-10-16 16:05:56.341874');
INSERT INTO `django_migrations` VALUES ('33', 'scenicspots', '0004_auto_20181016_1607', '2018-10-16 16:07:04.562935');
INSERT INTO `django_migrations` VALUES ('34', 'scenicspots', '0005_auto_20181016_1608', '2018-10-16 16:08:24.317636');
INSERT INTO `django_migrations` VALUES ('35', 'users', '0002_myuser_integral', '2018-10-17 09:50:27.796235');
INSERT INTO `django_migrations` VALUES ('36', 'users', '0003_myuser_check_time', '2018-10-17 14:44:34.508524');
INSERT INTO `django_migrations` VALUES ('37', 'users', '0004_auto_20181018_1011', '2018-10-18 10:11:24.027408');
INSERT INTO `django_migrations` VALUES ('38', 'users', '0005_areainfo', '2018-10-18 10:26:50.224997');
INSERT INTO `django_migrations` VALUES ('39', 'users', '0006_auto_20181018_1043', '2018-10-18 10:44:09.789843');
INSERT INTO `django_migrations` VALUES ('40', 'users', '0004_auto_20181018_1048', '2018-10-18 10:49:05.642659');
INSERT INTO `django_migrations` VALUES ('41', 'users', '0005_auto_20181018_1101', '2018-10-18 11:01:48.904530');
INSERT INTO `django_migrations` VALUES ('42', 'users', '0006_auto_20181018_1506', '2018-10-18 15:07:57.965127');
INSERT INTO `django_migrations` VALUES ('43', 'users', '0007_auto_20181018_1559', '2018-10-18 15:59:30.366503');
INSERT INTO `django_migrations` VALUES ('44', 'users', '0004_auto_20181018_1601', '2018-10-18 16:01:17.792776');
INSERT INTO `django_migrations` VALUES ('45', 'users', '0005_auto_20181018_1623', '2018-10-18 16:24:04.737184');
INSERT INTO `django_migrations` VALUES ('46', 'users', '0006_auto_20181018_1625', '2018-10-18 16:25:18.133600');
INSERT INTO `django_migrations` VALUES ('47', 'users', '0006_auto_20181018_1627', '2018-10-18 16:27:58.880720');
INSERT INTO `django_migrations` VALUES ('48', 'users', '0007_auto_20181019_1006', '2018-10-19 10:06:06.415892');
INSERT INTO `django_migrations` VALUES ('49', 'users', '0008_auto_20181019_1416', '2018-10-19 14:16:46.260110');
INSERT INTO `django_migrations` VALUES ('50', 'users', '0007_auto_20181019_1452', '2018-10-19 15:26:44.480658');
INSERT INTO `django_migrations` VALUES ('51', 'users', '0008_auto_20181019_1523', '2018-10-19 15:27:09.875443');
INSERT INTO `django_migrations` VALUES ('52', 'diarys', '0003_auto_20181025_1137', '2018-10-25 11:37:35.109152');
INSERT INTO `django_migrations` VALUES ('53', 'diarys', '0004_auto_20181025_1403', '2018-10-25 14:03:49.659776');
INSERT INTO `django_migrations` VALUES ('54', 'diarys', '0003_auto_20181026_1325', '2018-10-26 13:25:39.725773');
INSERT INTO `django_migrations` VALUES ('55', 'diarys', '0004_auto_20181026_1450', '2018-10-26 14:51:03.916641');
INSERT INTO `django_migrations` VALUES ('56', 'diarys', '0005_diary_praisenum', '2018-10-29 16:25:12.485427');
INSERT INTO `django_migrations` VALUES ('57', 'diarys', '0006_diary_collectnum', '2018-10-29 16:29:17.860055');
INSERT INTO `django_migrations` VALUES ('58', 'operation', '0003_userfav', '2018-10-31 10:03:11.776788');
INSERT INTO `django_migrations` VALUES ('59', 'shop', '0002_auto_20181101_1411', '2018-11-01 14:11:35.125966');
INSERT INTO `django_migrations` VALUES ('60', 'shop', '0003_propic_add_time', '2018-11-01 14:24:05.931082');
INSERT INTO `django_migrations` VALUES ('61', 'shop', '0004_auto_20181101_1433', '2018-11-01 14:33:41.060981');
INSERT INTO `django_migrations` VALUES ('62', 'shop', '0005_auto_20181101_1520', '2018-11-01 15:20:30.030885');
INSERT INTO `django_migrations` VALUES ('63', 'operation', '0004_shoppingcart', '2018-11-02 14:18:44.006037');
INSERT INTO `django_migrations` VALUES ('64', 'operation', '0005_auto_20181106_0941', '2018-11-06 09:42:00.064744');
INSERT INTO `django_migrations` VALUES ('65', 'pay', '0001_initial', '2018-11-08 13:59:49.988765');
INSERT INTO `django_migrations` VALUES ('66', 'pay', '0002_auto_20181108_1406', '2018-11-08 14:06:37.056286');
INSERT INTO `django_migrations` VALUES ('67', 'pay', '0003_auto_20181109_1110', '2018-11-09 11:10:45.960591');
INSERT INTO `django_migrations` VALUES ('68', 'pay', '0004_auto_20181109_1323', '2018-11-09 13:23:52.491480');
INSERT INTO `django_migrations` VALUES ('69', 'pay', '0002_orderitems_good_price', '2018-11-09 14:00:00.964442');
INSERT INTO `django_migrations` VALUES ('70', 'pay', '0003_auto_20181109_1404', '2018-11-09 14:04:11.181572');
INSERT INTO `django_migrations` VALUES ('71', 'pay', '0004_orderitems_good_image', '2018-11-09 14:12:05.059083');
INSERT INTO `django_migrations` VALUES ('72', 'pay', '0005_orderitems_good_id', '2018-11-09 15:26:31.905550');
INSERT INTO `django_migrations` VALUES ('73', 'operation', '0006_shopping', '2018-11-12 10:29:12.530515');
INSERT INTO `django_migrations` VALUES ('74', 'operation', '0007_productcomments', '2018-11-12 15:14:51.659297');
INSERT INTO `django_migrations` VALUES ('75', 'pay', '0006_ticketsordersmaintable', '2018-11-13 15:04:13.132703');
INSERT INTO `django_migrations` VALUES ('76', 'pay', '0007_ticketsordersmaintable_cdk', '2018-11-14 10:20:53.136136');
INSERT INTO `django_migrations` VALUES ('77', 'pay', '0008_auto_20181114_1036', '2018-11-14 10:36:06.076438');
INSERT INTO `django_migrations` VALUES ('78', 'pay', '0009_auto_20181114_1317', '2018-11-14 13:17:10.539366');
INSERT INTO `django_migrations` VALUES ('79', 'scenicspots', '0003_auto_20181016_1625', '2018-11-19 10:41:36.210767');
INSERT INTO `django_migrations` VALUES ('80', 'scenicspots', '0004_auto_20181119_1037', '2018-11-19 10:41:36.322340');
INSERT INTO `django_migrations` VALUES ('81', 'pay', '0010_auto_20181119_1545', '2018-11-19 15:45:46.302588');
INSERT INTO `django_migrations` VALUES ('82', 'users', '0009_auto_20181109_1338', '2018-11-20 11:48:47.917988');
INSERT INTO `django_migrations` VALUES ('83', 'users', '0010_remove_banner_index', '2018-11-20 11:48:48.206575');
INSERT INTO `django_migrations` VALUES ('84', 'users', '0011_auto_20181120_1353', '2018-11-20 13:54:07.160925');

-- ----------------------------
-- Table structure for django_session
-- ----------------------------
DROP TABLE IF EXISTS `django_session`;
CREATE TABLE `django_session` (
  `session_key` varchar(40) NOT NULL,
  `session_data` longtext NOT NULL,
  `expire_date` datetime(6) NOT NULL,
  PRIMARY KEY (`session_key`),
  KEY `django_session_expire_date_a5c62663` (`expire_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of django_session
-- ----------------------------
INSERT INTO `django_session` VALUES ('5b9yqp0jwrw9erg53kuf16mtx03mpyne', 'ODUzY2NlMDAxZGJiYmM0MGViOGI4OTdmZjRmODY0ZDUwYTlkNWYyYTp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIwOTY5MDFiYmZmMGRjNjI3ZTM5NGU3ODE4ZTc5ODZhNTNhZmFiYjU3IiwiTElTVF9RVUVSWSI6W1sic2hvcCIsInByb2R1Y3QiXSwiIl0sIndpemFyZF94YWRtaW51c2Vyd2lkZ2V0X2FkbWluX3dpemFyZF9mb3JtX3BsdWdpbiI6eyJzdGVwIjpudWxsLCJzdGVwX2RhdGEiOnt9LCJzdGVwX2ZpbGVzIjp7fSwiZXh0cmFfZGF0YSI6e319fQ==', '2018-11-15 16:04:43.816724');
INSERT INTO `django_session` VALUES ('80yzhy03f4fd629kifkk73d0z05eoy4t', 'MWM4NzgwOTU3YWNlZGNjY2E4YzYwNjBmOGRiNmFjNDgwMTUyMWZhNTp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiIwOTY5MDFiYmZmMGRjNjI3ZTM5NGU3ODE4ZTc5ODZhNTNhZmFiYjU3IiwiTElTVF9RVUVSWSI6W1sidXNlcnMiLCJiYW5uZXIiXSwiIl0sIm5hdl9tZW51IjoiW3tcInRpdGxlXCI6IFwiVXNlcnNcIiwgXCJtZW51c1wiOiBbe1widGl0bGVcIjogXCJcdTc1MjhcdTYyMzdcdTRmZTFcdTYwNmZcIiwgXCJ1cmxcIjogXCIveGFkbWluL3VzZXJzL215dXNlci9cIiwgXCJpY29uXCI6IFwiZmEgZmEtdXNlclwiLCBcIm9yZGVyXCI6IDN9LCB7XCJ0aXRsZVwiOiBcIlx1OGY2ZVx1NjRhZFx1NTZmZVwiLCBcInVybFwiOiBcIi94YWRtaW4vdXNlcnMvYmFubmVyL1wiLCBcImljb25cIjogXCJmYSBmYS1waG90b1wiLCBcIm9yZGVyXCI6IDExfV0sIFwiZmlyc3RfaWNvblwiOiBcImZhIGZhLXVzZXJcIiwgXCJmaXJzdF91cmxcIjogXCIveGFkbWluL3VzZXJzL215dXNlci9cIn0sIHtcInRpdGxlXCI6IFwiXHU1NTQ2XHU1N2NlXHU0ZmUxXHU2MDZmXCIsIFwibWVudXNcIjogW3tcInRpdGxlXCI6IFwiXHU1NTQ2XHU1NGMxXHU0ZmUxXHU2MDZmXCIsIFwidXJsXCI6IFwiL3hhZG1pbi9zaG9wL3Byb2R1Y3QvXCIsIFwiaWNvblwiOiBcImZhIGZhLXNob3BwaW5nLWNhcnRcIiwgXCJvcmRlclwiOiA5fSwge1widGl0bGVcIjogXCJcdTU1NDZcdTU0YzFcdTU2ZmVcdTcyNDdcIiwgXCJ1cmxcIjogXCIveGFkbWluL3Nob3AvcHJvcGljL1wiLCBcImljb25cIjogXCJmYSBmYS1waWN0dXJlLW9cIiwgXCJvcmRlclwiOiAxMH1dLCBcImZpcnN0X2ljb25cIjogXCJmYSBmYS1zaG9wcGluZy1jYXJ0XCIsIFwiZmlyc3RfdXJsXCI6IFwiL3hhZG1pbi9zaG9wL3Byb2R1Y3QvXCJ9LCB7XCJ0aXRsZVwiOiBcIlx1NjViMFx1OTVmYlx1OGQ0NFx1OGJhZlwiLCBcIm1lbnVzXCI6IFt7XCJ0aXRsZVwiOiBcIlx1NjViMFx1OTVmYlx1NGZlMVx1NjA2ZlwiLCBcInVybFwiOiBcIi94YWRtaW4vbmV3cy9uZXdzL1wiLCBcImljb25cIjogXCJmYSBmYS1uZXdzcGFwZXItb1wiLCBcIm9yZGVyXCI6IDV9XSwgXCJmaXJzdF9pY29uXCI6IFwiZmEgZmEtbmV3c3BhcGVyLW9cIiwgXCJmaXJzdF91cmxcIjogXCIveGFkbWluL25ld3MvbmV3cy9cIn0sIHtcInRpdGxlXCI6IFwiXHU2NjZmXHU1MzNhXHU1MjE3XHU4ODY4XCIsIFwibWVudXNcIjogW3tcInRpdGxlXCI6IFwiXHU2NWM1XHU2ZTM4XHU2NjZmXHU1MzNhXCIsIFwidXJsXCI6IFwiL3hhZG1pbi9zY2VuaWNzcG90cy9zcG90cy9cIiwgXCJpY29uXCI6IFwiZmEgZmEtYmFua1wiLCBcIm9yZGVyXCI6IDZ9LCB7XCJ0aXRsZVwiOiBcIlx1OGY2ZVx1NjRhZFx1NTZmZVwiLCBcInVybFwiOiBcIi94YWRtaW4vc2Nlbmljc3BvdHMvZ2FsbGVyeS9cIiwgXCJpY29uXCI6IFwiZmEgZmEtcGljdHVyZS1vXCIsIFwib3JkZXJcIjogN30sIHtcInRpdGxlXCI6IFwiXHU2NWM1XHU2ZTM4XHU2ZDNiXHU1MmE4XCIsIFwidXJsXCI6IFwiL3hhZG1pbi9zY2VuaWNzcG90cy9hY3RpdmUvXCIsIFwiaWNvblwiOiBcImZhIGZhLWNsaXBib2FyZFwiLCBcIm9yZGVyXCI6IDh9XSwgXCJmaXJzdF9pY29uXCI6IFwiZmEgZmEtYmFua1wiLCBcImZpcnN0X3VybFwiOiBcIi94YWRtaW4vc2Nlbmljc3BvdHMvc3BvdHMvXCJ9LCB7XCJ0aXRsZVwiOiBcIlx1N2JhMVx1NzQwNlwiLCBcIm1lbnVzXCI6IFt7XCJ0aXRsZVwiOiBcIlx1NjVlNVx1NWZkN1x1OGJiMFx1NWY1NVwiLCBcInVybFwiOiBcIi94YWRtaW4veGFkbWluL2xvZy9cIiwgXCJpY29uXCI6IFwiZmEgZmEtY29nXCIsIFwib3JkZXJcIjogMTN9XSwgXCJmaXJzdF9pY29uXCI6IFwiZmEgZmEtY29nXCIsIFwiZmlyc3RfdXJsXCI6IFwiL3hhZG1pbi94YWRtaW4vbG9nL1wifSwge1widGl0bGVcIjogXCJcdThiYTRcdThiYzFcdTU0OGNcdTYzODhcdTY3NDNcIiwgXCJtZW51c1wiOiBbe1widGl0bGVcIjogXCJcdTdlYzRcIiwgXCJ1cmxcIjogXCIveGFkbWluL2F1dGgvZ3JvdXAvXCIsIFwiaWNvblwiOiBcImZhIGZhLWdyb3VwXCIsIFwib3JkZXJcIjogMn0sIHtcInRpdGxlXCI6IFwiXHU2NzQzXHU5NjUwXCIsIFwidXJsXCI6IFwiL3hhZG1pbi9hdXRoL3Blcm1pc3Npb24vXCIsIFwiaWNvblwiOiBcImZhIGZhLWxvY2tcIiwgXCJvcmRlclwiOiA0fV0sIFwiZmlyc3RfaWNvblwiOiBcImZhIGZhLWdyb3VwXCIsIFwiZmlyc3RfdXJsXCI6IFwiL3hhZG1pbi9hdXRoL2dyb3VwL1wifV0ifQ==', '2018-12-05 14:37:41.626802');
INSERT INTO `django_session` VALUES ('ev7jwhjt20x2hsa2ma1o0xs1hu0qngow', 'YThkOWE0M2ZjNmZiODkwOTg3MmVmNjQwNzNlMTVlOGU5ZDM3OWE2NTp7Il9hdXRoX3VzZXJfaWQiOiIxOSIsIl9hdXRoX3VzZXJfYmFja2VuZCI6ImRqYW5nby5jb250cmliLmF1dGguYmFja2VuZHMuTW9kZWxCYWNrZW5kIiwiX2F1dGhfdXNlcl9oYXNoIjoiNzBhYmFmYWY1ZjZhZDY3MTAzODE0N2U2MjllZmRjMzgyM2Q5N2FkYiJ9', '2018-10-26 14:32:18.516868');
INSERT INTO `django_session` VALUES ('s9333wadrnmd1l5q93m71jd6hghx4prm', 'MTZkYTdiZjVlYmY1MTJlMTdjYzAyYzJmNDc5YjEzNjMzNjkxZDQ3Nzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI1NTIzMTZkYzYwOGUzZGY4MmQ1ZDUwYTc2ZWE3NWUyOGZlZmU4YjEwIiwiX3Nlc3Npb25fZXhwaXJ5IjowfQ==', '2018-10-26 16:39:26.919838');

-- ----------------------------
-- Table structure for news_news
-- ----------------------------
DROP TABLE IF EXISTS `news_news`;
CREATE TABLE `news_news` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(50) NOT NULL,
  `content` longtext NOT NULL,
  `image` varchar(100) NOT NULL,
  `checknum` int(11) NOT NULL,
  `classification` varchar(10) NOT NULL,
  `add_times` datetime(6) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of news_news
-- ----------------------------
INSERT INTO `news_news` VALUES ('1', '河南90后运动员摘得亚残会金牌', '24岁的爱笑的90后姑娘,又拿金牌了。10月9日中午,从印度尼西亚雅加达传来消息,郑州大学体育学院的姑娘李露,拿到了T45/46/47第三届亚洲残疾人运动会田径200米冠军。\r\n\r\n  照片里,李露身着比赛服,披着鲜艳的五星国旗,笑得格外灿烂。全国残运会冠军、里约残奥会冠军、残疾人世锦赛冠军、亚洲残运会冠军……李露用努力与实力,终于拿到了属于自己的“大满贯”。', 'news/2018/10/TVgz-hktxqai3239835.jpg', '5', 'hot', '2018-10-10 10:40:00.000000');
INSERT INTO `news_news` VALUES ('2', '洛阳市将沿瀍河建隋唐大运河文化公园', '近日,市城乡规划委员会2018年第十次会议召开,审议并原则通过了《洛阳隋唐大运河文化公园景观规划设计方案》《洛宁县城乡总体规划(2017—2035)》《洛阳轨道交通控制中心方案》《隆安东方明珠三期建筑单体设计方案》等。洛阳日报今日继续对相关规划方案进行解读。敬请关注。', 'news/2018/10/00300203755_5fdd830f.jpg', '1', 'life', '2018-10-10 11:05:00.000000');
INSERT INTO `news_news` VALUES ('3', '河洛典故:前倨后恭', '“前倨后恭”,起先傲慢,然后恭敬,形容对人的态度前后截然不同。\r\n\r\n  这个典故的主人公,是苏秦和他的嫂子。\r\n\r\n  苏秦,洛阳人,战国时期著名的纵横家、外交家、军事家。\r\n\r\n  苏秦年轻时拜鬼谷子为师,学习纵横术。学成后,他到秦国劝秦王“连横”,但建议未被采纳。最后,盘缠用完了,他只好穿着草鞋狼狈离开秦国,回到故乡。\r\n\r\n  “归至家,妻不下纴,嫂不为炊,父母不与言。”苏秦回到老家,妻子不下织布机,嫂子不给他做饭,父母不和他说话。\r\n\r\n  受此冷遇,苏秦更加发奋读书。读书读困了,他就拿一把锥子,用力刺自己的大腿,以此自省。\r\n\r\n  苏秦主攻姜太公的兵书,一年后,他将此书研究透了,于是再次出山,游说国君。\r\n\r\n  这次他游说的主题是“合纵”。他先来到赵国,侃侃而谈,有理有据,说得赵王心花怒放,连连称好,于是封他为宰相,赐其兵车一百辆、锦绣一千匹、白璧一百对、黄金一万镒(yì,古代重量单位,一镒合二十两,一说二十四两),让他带着这些东西去游说其他国家,共同抗秦。\r\n\r\n  苏秦成功说动齐、楚、燕、魏、韩五国,加上赵国,六国“合纵”,他被推为“纵约长”,六国都聘他为宰相。\r\n\r\n  苏秦说服楚王后,回赵国向赵王汇报,途中经过洛阳,周显王听说了,吓得不得了,赶紧派人清扫道路,在洛阳城外迎接他。他的家人都跪在地上,不敢抬起头来看他。\r\n\r\n  《史记》中记载:“苏秦笑谓其嫂曰:‘何前倨而后恭也?’”\r\n\r\n  苏秦故意让嫂子难堪,笑着问她:“你为什么以前那么傲慢,现在却这么恭敬?”\r\n\r\n  他的嫂子回答:“因为你现在官高钱多。”', 'news/2018/10/ac4bd11373f0820221facfa542fbfbedab641b3b.jpg', '11', 'culture', '2018-10-10 11:07:00.000000');
INSERT INTO `news_news` VALUES ('4', '洛阳:描绘“诗和远方”新画卷', '<p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">金秋的河洛大地,风光旖旎,美不胜收。刚刚落幕的2018洛阳河洛文化旅游节好戏连台,吸引了八方来客。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  进入“十三五”以来,我市用抓文化的理念抓旅游、用抓旅游的方法抓文化,着力加快文旅融合步伐,积极发展智慧旅游、全域旅游,为节会活动注入了新活力,推动了文化旅游产业的转型升级和提质增效。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><br/></p><p><span style=\"margin: 0px; padding: 0px; border: 0px;\"><img border=\"0\" height=\"532\" src=\"http://news.lyd.com.cn/pic/003/002/039/00300203976_e0d829ed.jpg\" width=\"800\" style=\"margin: 0px auto; padding: 0px; border: 0px; max-width: 300px; height: auto; display: block;\"/></span></p><p><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-family: 楷体;\">洛邑古城文峰塔</span></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><br/></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"> <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\"> 文旅融合</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">  助推节会创新提升</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  “不出洛阳就能逛国际展会,还能观赏原汁原味的非遗展示,挑选各式各样的特色商品,这样的博览会,多多益善!”今年中秋假期,精品荟萃的首届中原文化旅游产业博览会让前来观展的市民和游客纷纷称赞、流连忘返。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  这场以“创新、融合、共赢、发展”为主题的文化旅游盛会,是今年河洛文化旅游节的一大亮点。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  据悉,首届中原文化旅游产业博览会设置13个主题展区和服务功能区,展览面积达3万平方米,来自国内外的1500多家文化旅游企业参展,让广大市民和游客共享异彩纷呈的文化旅游盛宴;来自俄罗斯、法国、美国等30多个国家和地区的100家国际采购商与中原地区100余家文化旅游企业进行了洽谈对接,助推中原文旅融合、产业转型;来自国内文化旅游领域的行业专家、高校学者齐聚一堂,围绕洛阳文化旅游产业融合发展建言献策……</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  文化是旅游的灵魂,旅游是文化的载体。作为文旅融合的重头戏,本届博览会是我市积极顺应文化旅游融合发展新趋势、推动文化旅游产业转型升级、加快国际文化旅游名城建设的一次全新布局。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  2004年,我市举办首届河洛文化旅游节,目的在于以十一黄金周为中心拉动洛阳秋季旅游市场。近年,河洛文化旅游节影响日益扩大,贴上“河洛文化”这个标签,瞄准“文化旅游”这个市场,正努力打造成既有文化特色又有旅游优势的品牌盛会。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  同时,首届中原文化旅游产业博览会打破路径依赖、拓宽运作视野,首次与河洛文化旅游节两会合一、相互促进,在更深层次、更广领域、更高起点推动文化和旅游深度融合。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  根在河洛——客家文化学术交流会、“丝路起点·异域风情”文艺巡演、百强旅行商(洛阳)采购大会……纵览今年河洛文化旅游节的13项活动安排,基本上都是为“突出文旅融合”而谋,内容与形式不断创新的河洛文化旅游节,正努力“让诗和远方走在一起”。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><br/></p><p><span style=\"margin: 0px; padding: 0px; border: 0px;\"><img border=\"0\" height=\"399\" src=\"http://news.lyd.com.cn/pic/003/002/039/00300203975_41e28442.jpg\" width=\"800\" style=\"margin: 0px auto; padding: 0px; border: 0px; max-width: 300px; height: auto; display: block;\"/></span></p><p><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-family: 楷体;\">皮影表演</span></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><br/></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">以节惠民</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">  群众共享发展成果</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  刚刚过去的十一黄金周,我市游客接待量再创新高。短短七天,前来观光度假的游客超过628万人次。在洛阳,游客不仅能欣赏到美景,还能感受到惠民政策给群众带来的获得感和幸福感。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  今年河洛文化旅游节期间,我市延续了以往的“旅游年票正常使用、文化活动免费看”等惠民措施,在坚持“以节惠民”中,为人们带来一场异彩纷呈的文化旅游盛宴。作为一大亮点,首届中原文化旅游产业博览会不收取任何门票,免费进行非遗等各类文化展演的惠民举措,把博览会变为一场别开生面的文化惠民盛宴。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  依托河洛文化旅游节与文化旅游产业博览会的“节会新组合”,洛阳在与民共享中“分好蛋糕”,写实写深惠民“大文章”。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  文化旅游的盛会,人民群众的节日。近年,我市“以节惠民”重磅举措不断,从去年牡丹文化节推出“旅游年票不受限、部分公园不收费、社会车辆不禁行、餐饮住宿控涨幅”等四项惠民举措,到去年河洛文化旅游节延展惠民范围、丰富惠民内容,扩大为“景区免费或半价,精品剧目预约领票免费看,环城高速免费通行”等惠民大礼包,再到今年牡丹文化节的“5+1”惠民政策,洛阳“以节惠民”不断丰富内涵和刷新样式,直接带动了文化旅游人气的“爆棚”,在市民和游客中留下了好口碑。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  在业内人士看来,以节惠民的“洛阳模式”,体现了共享发展理念和以人为本的执政理念,让本地群众享受到了节会的红利,有利于打破“门票经济”壁垒,推动文化旅游业迈向高质量发展,把节会带来的巨量旅游人次转化成更多效益,使节会真正成为人民的节日、百姓的盛会。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  让群众感到满意的不仅是这些惠民政策。进入“十三五”以来,围绕牡丹文化节和河洛文化旅游节两大节会,我市坚持“以节促建、以节促管、以节推介、利民惠民、全面提升”的办节宗旨,使两大节会成为弘扬优秀文化、促进多产融合、建设美丽城市、幸福广大群众的重要纽带和平台,也推进了各项工作全面提升。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><br/></p><p><span style=\"margin: 0px; padding: 0px; border: 0px;\"><img border=\"0\" height=\"579\" src=\"http://news.lyd.com.cn/pic/003/002/039/00300203973_ddf8ac3a.jpg\" width=\"800\" style=\"margin: 0px auto; padding: 0px; border: 0px; max-width: 300px; height: auto; display: block;\"/></span></p><p><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-family: 楷体;\">参观洛阳博物馆</span></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><br/></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">以节为媒</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">  加快产业转型升级</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  走进新时代,人民群众的美好生活需求不断增长,已从“到此一游”转变为“深度体验”。要让静态的历史文化在旅游产品中活化,满足游客的多元化需求,加快文化旅游产业转型升级是发力的关键。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  今年的政府工作报告明确提出,积极发展智慧旅游、全域旅游,实现文化旅游产业由“老三篇”向“新三篇”、“门票经济”向“产业经济”、“旅游城市”向“城市旅游”的转型升级。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  市旅发委相关负责人表示,围绕“建设国际文化旅游名城”这一目标,我市将依托牡丹文化节、河洛文化旅游节等节会,充分发挥洛阳文化旅游资源优势,着力推动文化旅游产业由“老三篇”向“新三篇”、“门票经济”向“产业经济”、“旅游城市”向“城市旅游”转型发展,打造洛阳文化旅游“升级版”。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  文化旅游产业的竞争也是品牌的竞争。我市将进一步提升牡丹文化节、河洛文化旅游节的国际知名度和影响力,深度开拓海外客源市场,积极引客入洛,把特色鲜明的文化旅游产品推向世界,不断提升文化旅游产业的核心竞争力,擦亮“古今辉映、诗和远方”的城市品牌。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  文化旅游产品有特色才能吸引游客。我市将深入挖掘洛阳特色文化旅游资源,把历史活化为故事、把资源转化为优势,推动文化旅游产业与农业、工业、科技、体育、创意等深度融合,推出更具特色的节会活动,培育更丰富的文化旅游新业态,打造更多精品文化旅游项目。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  借力智慧旅游,将洛阳厚重的历史文化讲好、讲活。我市将着力推进智慧景区、智慧旅行社、智慧酒店等建设,积极推进全市景区、酒店、文化旅游企业建设电子商务平台,开展网上预订、在线支付等电子商务业务,加快建设集城市形象展示、智慧旅游体验、游客咨询投诉服务、旅游产品预订、旅游产业监测、旅游应急指挥、旅游票务服务等于一体的智慧旅游服务中心,以智慧旅游建设推进文化旅游产业转型升级。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  我市还将按照国际旅游目的地标准,持续推进旅游标准化建设,不断完善各城市区、各县(市)的旅游集散中心、旅游咨询网点、旅游交通标志、旅游停车场、自驾车营地、旅游公厕、无障碍设施等旅游基础设施,提升旅游公共服务水平,助推全域旅游发展。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  把文化基因注入旅游资源,为旅游供给丰富文化内涵,着力加快文旅融合步伐,推动文化旅游产业迈向高质量发展。如今的洛阳,正描绘一幅“诗和远方”新画卷。(洛阳日报记者 戚帅华 图片由记者 曾宪平 鲁博 刘冰 摄)</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><br/></p><p><span style=\"margin: 0px; padding: 0px; border: 0px;\"><img border=\"0\" height=\"392\" src=\"http://news.lyd.com.cn/pic/003/002/039/00300203977_93ecf7e7.jpg\" width=\"800\" style=\"margin: 0px auto; padding: 0px; border: 0px; max-width: 300px; height: auto; display: block;\"/></span></p><p><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-family: 楷体;\">洛浦风光</span></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><br/></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"> <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\"> 连线基层</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">  “以节惠民”效应明显</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  今年十一黄金周,家住老城区的孙磊和朋友一起去龙门石窟、关林等景区游玩,他们是刷旅游年票进入景区的。“在没有取消旅游年票使用限制之前,只有在外地亲戚朋友来洛阳时,才会去这些景区逛一逛。现在拿着旅游年票逛景区不用再买票,在洛阳游玩变得更自在了。”说起旅游年票惠民政策,孙磊不住地称赞。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  今年河洛文化旅游节期间,洛阳旅游年票仍可正常使用,旅游年票所涵盖的景区都设有绿色通道,越来越多的居民持旅游年票赏花观景,惠民政策让市民得到了实实在在的实惠。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"> <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\"> 声音</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  洛阳文化旅游资源丰富,发展文化旅游有着得天独厚的优势。近年,洛阳的文化旅游品牌知名度不断提高,但在国际上的宣传和推广还不够,应持续加强国际化视野“营销”洛阳,进一步提升洛阳的国际知名度和影响力,叫响洛阳文化旅游品牌。</p><p><br/></p>', 'news/2018/10/00300203976_e0d829ed.jpg', '4', 'culture', '2018-10-11 10:41:00.000000');
INSERT INTO `news_news` VALUES ('5', '30多个国家300余位知名摄影家用镜头推介洛阳', '<p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">作为今年河洛文化旅游节重大活动之一,第二十六届亚洲影艺联盟大会暨“世界摄影家看洛阳”摄影采风活动于近日圆满落幕。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  此次活动由河南省摄影家协会、亚洲影艺联盟、丝路影像国际联盟、洛阳市摄影家协会共同主办,以“新时代、新丝路、新影像”为主题。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  作为此次活动主办方之一的亚洲影艺联盟,由摄影大师郎静山联合亚洲多个国家(地区)的主要摄影团体共同创立,是经国际影艺联盟(FIAP)认可的世界四大摄影组织之一。</p><p><span style=\"margin: 0px; padding: 0px; border: 0px;\"><img border=\"0\" height=\"600\" src=\"http://news.lyd.com.cn/pic/003/002/035/00300203533_2bbd1d33.jpg\" width=\"450\" style=\"margin: 0px auto; padding: 0px; border: 0px; max-width: 300px; height: auto; display: block;\"/></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px;\"><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-family: 楷体;\">游龙门 张翠玲 摄</span></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  在此次活动期间,来自日本、缅甸、斯里兰卡、泰国、印度尼西亚、印度、新加坡、马来西亚等30多个国家及中国台湾、香港、澳门的300余位知名摄影家,走进龙门石窟、白马寺、魏家坡、三彩小镇、爱和小镇等景点。洛阳厚重的历史文化、时尚的城市风貌、美丽的自然风光和独特的风俗民情,给摄影家们留下深刻印象。他们纷纷表示,要再到洛阳一游。一名来自缅甸的摄影家说,古都洛阳有看不完的景色和拍不完的摄影题材。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><br/></p><p><span style=\"margin: 0px; padding: 0px; border: 0px;\"><img border=\"0\" height=\"600\" src=\"http://news.lyd.com.cn/pic/003/002/035/00300203532_58dcd1b9.jpg\" width=\"800\" style=\"margin: 0px auto; padding: 0px; border: 0px; max-width: 300px; height: auto; display: block;\"/></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: center;\"><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-family: 楷体;\">看过来 韩建斌 摄</span></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  在此次活动期间,还举办了“花与世界——国际摄影大展”“丝路影像——世界摄影师获奖作品展”“丝路传奇——四国摄影交流展”“世界的眼睛——‘亚洲影艺联盟’‘丝路影像国际联盟’成员组织交流展”四场大型摄影展览,并出版同名画册。</p><p><span style=\"margin: 0px; padding: 0px; border: 0px;\"><img border=\"0\" height=\"600\" src=\"http://news.lyd.com.cn/pic/003/002/035/00300203531_d3520204.jpg\" width=\"800\" style=\"margin: 0px auto; padding: 0px; border: 0px; max-width: 300px; height: auto; display: block;\"/></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: center;\"><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-family: 楷体;\">爱和小镇 关建华 摄</span></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  此次活动的一大亮点是在洛宁县三彩(国际)陶艺村建立了国际摄影创作基地。该创作基地落户我市,将吸引更多来自世界各地的知名摄影家走进洛阳,用细腻的光影向世界推介古都洛阳,通过艺术扶贫、摄影扶贫,进一步助推洛阳文化旅游产业发展,提升洛阳的知名度。</p><p><br/></p>', 'news/2018/10/00300203530_d346d26b.jpg', '2', 'hot', '2018-10-11 10:59:00.000000');
INSERT INTO `news_news` VALUES ('6', '首届中原文化旅游产业博览会圆满落幕', '<p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">昨日,首届中原文化旅游产业博览会在洛阳会展中心圆满落幕。本届博览会共接待观展市民和游客3.8万人次,这场以“创新、融合、共赢、发展”为主题的文化旅游盛会,在3天的时间里可谓盛况空前亮点纷呈。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"><br/></p><p><span style=\"margin: 0px; padding: 0px; border: 0px;\"><img border=\"0\" height=\"533\" src=\"http://news.lyd.com.cn/pic/003/002/007/00300200781_d74fd6de.jpg\" width=\"800\" style=\"margin: 0px auto; padding: 0px; border: 0px; max-width: 300px; height: auto; display: block;\"/></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px;\"><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-family: 楷体;\">搭建“一带一路”交流合作平台</span></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">-文旅融合捧盛宴</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  首届中原文化旅游产业博览会共设出彩中原馆、“一带一路”国际馆、印象洛阳馆3个展馆,展览面积达3万平方米,来自国内外的1500多家文化旅游企业参展,展览面积大,参展企业多。博览会设置有序馆、出彩中原展区、省辖市精品展区、陶瓷源陶瓷大师精品展区、博物馆之都(文博)展区、书香满城展区、非遗展区、全域旅游展区、智慧文旅展区、工美文创展区、休闲生活展区、中原文创旅游产品大赛暨“老家礼物”评选区、“一带一路”(国际)展区等13个主题展区和服务功能区,内容丰富、精品荟萃,让广大市民和游客共享异彩纷呈的文化旅游盛宴。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">- “国际采购”成果丰</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  在本届博览会期间举办的“一带一路”国际采购洽谈会上,来自西班牙、意大利、俄罗斯、法国、美国、澳大利亚、埃及、土耳其等30多个国家和地区的100家国际采购商与中原地区100余家文化旅游企业进行了洽谈对接,最终达成合作意向36个,总金额达4.3亿美元,为中原地区深化同世界各国交流合作搭建了重要平台。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  本届博览会期间,还以“文旅新时代、产融新思路”为主题,举办了“一带一路”文化旅游产业论坛。论坛上,来自国内文化旅游领域的行业专家、高校学者齐聚一堂,围绕洛阳文化旅游产业融合发展、文化旅游品牌打造等话题建言献策,助推我市文化旅游产业发展。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">-会场展示“国际范儿”</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  巴基斯坦的玉石、印度的铜雕、西班牙的葡萄酒……本届博览会设置有“一带一路”(国际)展区,吸引了来自西班牙、意大利、法国、德国、俄罗斯、加拿大、澳大利亚、韩国、泰国、马来西亚、印度、日本、加纳、肯尼亚等30多个国家和地区的企业参展,参展商品包括陶瓷工艺品、木制工艺品、玉石工艺品及燕窝、咖啡、葡萄酒等,国际化、多元化的元素更丰富,让市民在家门口就能观赏和购买异域特色商品。</p><p><span style=\"margin: 0px; padding: 0px; border: 0px;\"><img border=\"0\" height=\"524\" src=\"http://news.lyd.com.cn/pic/003/002/007/00300200782_e17693d3.jpg\" width=\"800\" style=\"margin: 0px auto; padding: 0px; border: 0px; max-width: 300px; height: auto; display: block;\"/></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: center;\"><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-family: 楷体;\">开创文旅融合新时代</span></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"> <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\"> -文化精品“讲故事”</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  本届博览会注重展示文化精品,其中,博物馆之都(文博)展区集中展示我市“博物馆之都”建设亮点,非遗展区展示了6个国家级、11个省级非物质文化遗产代表性项目。除了我市的洛阳宫灯、孟津剪纸、洛宁竹编等,还有灵宝皮影戏、淮阳泥泥狗、开封汴绣等外地的非遗项目,让观众大饱眼福。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"> <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\"> -互动体验魅力足</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  本届博览会上,一些高科技企业带来了智能语音交互机器人、VR(虚拟现实)和AR(增强现实)等体验设备,参观者带上VR设备,就可以在一些景区虚拟漫游,通过智慧化手段增强旅游产品与游客的互动性。同时,我市文化旅游产业在智慧化体验、智慧化管理、智慧化营销等方面的亮点也得到展示,展现了科技与文化旅游产业融合的魅力。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">-文创产品促升级</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  本届博览会期间举办了中原文创旅游产品大赛暨“老家礼物”评选活动,吸引了来自河南、安徽、山东、陕西、山西等地的200多家企业参展,参展作品500多件,涉及陶艺、瓷器、刺绣、竹编、剪纸等。其中,我市多件参展商品获奖。大赛旨在引导本地企业创新开发理念,推出更多特色鲜明、内涵丰富、便捷实用的文创旅游产品,为全市文创旅游产品创新升级带来更多动力。</p><p><br/></p>', 'news/2018/10/00300200783_0cabb0bc.jpg', '1', 'active', '2018-10-11 11:01:00.000000');
INSERT INTO `news_news` VALUES ('7', '洛阳地铁1号线又有两个隧洞单线贯通', '<p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">昨日,我市地铁建设又传来好消息——地铁1号线应天门站至丽景门站区间、史家湾站至杨湾站区间实现单线洞通!至此,地铁1号线全线已实现三条隧道贯通。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\"><img src=\"http://news.lyd.com.cn/pic/003/002/019/00300201907_785dd758.jpg\"/></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">地铁1号线应天门站至丽景门站区间南线贯通</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  此次洞通的为地铁1号线应天门站至丽景门站区间南线,全长780米,服役的盾构机是“牡丹13号”,它于5月29日从应天门站始发,9月27日该条隧道贯通。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  这台盾构机直径6.47米,巨型娇艳的状元红牡丹在盾构机刀盘上“绽放”,它还开过“粉丝见面会”,不少晚报的幸运读者还到现场见识过它的高颜值。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  当记者再次看到它时,它斑驳的刀盘上满是黏土、砂石。该区间盾构负责人张雄介绍,同样彩绘的盾构机在郑州、西安等地施工完毕时,都还能看到原貌,但我市地质层结构复杂,该作业区域卵石含量及砂层块石含量高,对刀盘的磨损较为严重,导致“牡丹13号”的容颜受损严重,最严重的部位刀片磨损了2.5厘米左右,好的地方刀片也被磨损0.6厘米。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  “接下来,‘牡丹13号’将被送回厂里进行修整,更换部件,然后重新上岗。”张雄说,预计10月20日前后它将从地铁1号线应天门站出发,向周王城广场站掘进。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">史家湾站至杨湾站:一口气“行进”1.6公里不换刀,全国罕见</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  此次洞通的还有地铁1号线史家湾站至杨湾站区间北线,该段长1621米,服役的盾构机为“牡丹2号”,它于3月31日从史家湾站始发,9月28日该条隧道贯通。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  该区间是我市地铁1号线正线施工最长的区间,也是地质结构最复杂的区间,整个施工区处于砂卵石混合板结层,且地下水丰沛,施工难度大。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  “在这样的地质条件下,通常盾构机每掘进500米左右就需要更换一次刀片。”该区间段项目负责人王小刚说,更换一次刀片通常会延误一个半月的工期,且盾构停滞段容易出现地面沉降,不但给施工人员带来安全隐患,也易引发地面道路沉陷,影响市民出行安全。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  为避免中途更换刀片,该区间承建单位定制了盾构机,将液压驱动改为电机驱动,使得盾构机动力更足、提速更快,避免了刀片卡死的情况。此外刀盘、刀片均进行了改良,增加了刀片数量和刀盘的耐磨性。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  承建单位还专门从成都等地调来6名有相同地质条件施工工作经验的司机,制定了严密的渣土改良方法,准确控制各项技术参数,使盾构机花最少的损耗行进最长的距离。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  最终,“牡丹2号”完成了掘进6个月、1.6公里不更换刀片的壮举,这在全国同等地质条件施工中都属罕见。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">预计10月底,地铁1号线将有6条隧道实现贯通</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  市轨道交通有限公司工程一部副部长康跃进介绍,截至目前,洛阳地铁1号线18个车站已全部进入主体结构施工,并已累计下井15台盾构机,累计掘进8000多米。已实现贯通的3条隧道分别是塔湾站至史家湾站区间南线、应天门站至丽景门站区间南线、史家湾站至杨湾站区间北线。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  根据施工计划,预计10月底,史家湾站至杨湾站区间南线、应天门站至丽景门站区间北线、塔湾站至启明南路站区间北线也将贯通。届时,地铁1号线将有6条隧道实现贯通,其中史家湾站至杨湾站、应天门站至丽景门站均为双洞贯通。</p><p><br/></p>', 'news/2018/10/00300201907_785dd758.jpg', '2', 'hot', '2018-10-11 11:02:00.000000');
INSERT INTO `news_news` VALUES ('8', '“双创”英才 洛城探秘', '<p><span style=\"margin: 0px; padding: 0px; border: 0px;\"><img border=\"0\" height=\"396\" src=\"http://news.lyd.com.cn/pic/003/002/044/00300204463_22935061.jpg\" width=\"600\" style=\"margin: 0px auto; padding: 0px; border: 0px; max-width: 300px; height: auto; display: block;\"/></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: center; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><span style=\"margin: 0px; padding: 0px; border: 0px; font-family: 楷体;\">洛阳北玻研制的4.5米世界最大弧长弯钢玻璃</span></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  13日上午,在洛参加第七届中国创新创业大赛先进制造行业总决赛的先进制造参赛企业代表,参观了东方红农耕博物馆、中国一拖、洛阳北玻、金鹭公司、洛阳博物馆,感悟洛阳当地先进制造优秀企业的创新精神,感受河洛大地积极创新创业的氛围。这是参赛企业代表在中国一拖生产线,感受“共和国制造”及背后的创新精神。</p><p><br/></p>', 'news/2018/10/00300204462_64b4dfa2.jpg', '3', 'culture', '2018-10-15 09:57:00.000000');
INSERT INTO `news_news` VALUES ('9', '洛阳牡丹', '<p><a href=\"http://shop.bytravel.cn/produce/738B9EBB5B50526A5200/\" style=\"color: rgb(0, 0, 153); text-decoration-line: none;\"><img src=\"http://h2.bytravel.cn/shop/head/120.gif\" hspace=\"2\" vspace=\"2\" class=\"hpic\" alt=\"洛阳牡丹\" style=\"border: 1px solid rgb(170, 170, 170);\"/></a></p><p></p><p>洛阳牡丹为地理标志保护产品。</p><p>  洛阳是著名的牡丹之乡,有许多吟咏赞美牡丹的诗句留传于世,唐代诗人刘禹锡就有“唯有牡丹真国色,花开时节动帝京”的诗句,到了宋代诗人李正封的“国色朝酣酒,天香染夜衣”一句更使牡丹获得了“国色天香”的称号。&nbsp;<br/></p><p style=\"line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px;\"><br/></p><p style=\"line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;洛阳牡丹千姿百态,根据颜色、花形、产地、种植等不同特点,可以分成90多个品种,其中以“姚黄”、“魏紫”最是有名。&nbsp;<br/></p><p style=\"line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px;\">       春日赏牡丹的习俗由来以久,最早始于唐代,赏花时间最长可达20多天。从1982年开始,洛阳市把每年的4月15日至25日定为“牡丹花会”,在赏花的同时还举办丰富多彩的灯展、诗会、影展、书画展等文化娱乐活动,每年花会期间,中外游客纷至沓来,络绎不绝,盛况空前。</p><p><br/></p>', 'news/2018/10/mudan.jpg', '1', 'specialty', '2018-10-15 10:25:00.000000');
INSERT INTO `news_news` VALUES ('10', '孟津黄河鲤鱼', '<p><span style=\"font-family: 宋体; font-size: 14px; background-color: rgb(255, 255, 255);\"> “黄河三尺鲤,本在</span><a href=\"http://shop.bytravel.cn/produce/index994.html\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153); font-family: 宋体; font-size: 14px; white-space: normal; background-color: rgb(255, 255, 255);\">孟津</a><span style=\"font-family: 宋体; font-size: 14px; background-color: rgb(255, 255, 255);\">居”。这里所产鲤鱼尾巴浅红、肚皮鲜白,肉质细嫩,味道鲜美,无泥腥味,营养丰富,滋补健身,为宴席佳肴。</span></p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\"><br/></p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  孟津<a href=\"http://shop.bytravel.cn/produce/9EC46CB39CA49C7C/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">黄河鲤鱼</a>是<a href=\"http://shop.bytravel.cn/produce/index124.html\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">河南</a>省<a href=\"http://shop.bytravel.cn/produce/index221.html\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">洛阳</a>市孟津县的特产。孟津以东黄河河道开始放宽,河床宽而浅,含沙量少,透明度高,水中富含鱼类生长所需的各种营养盐类,此处的鲤鱼因而味道鲜美。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  唐朝大诗人李白曾赋诗:“黄河三尺鲤,本在孟津居,点额不成龙,归来伴凡鱼。”这恐怕是孟津红烧黄河鲤鱼最好的广告词。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  孟津县会盟镇调优水产养殖品种结构,突出特色产业。大力发展黄河鲤鱼养殖生产,加快黄河鲤鱼产业的发展,打造洛阳最大的万亩无公害黄河鲤鱼养殖基地,计划年产3万吨、实现产值4亿元。</p><p><br/></p>', 'news/2018/10/liyu.jpg', '0', 'specialty', '2018-10-15 10:28:00.000000');
INSERT INTO `news_news` VALUES ('11', '洛阳唐三彩', '<p><a href=\"http://shop.bytravel.cn/produce/index221.html\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153); font-family: 宋体; font-size: 14px; white-space: normal; background-color: rgb(255, 255, 255);\">洛阳</a><a href=\"http://shop.bytravel.cn/produce/55104E095F69/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153); font-family: 宋体; font-size: 14px; white-space: normal; background-color: rgb(255, 255, 255);\">唐三彩</a><span style=\"font-family: 宋体; font-size: 14px; background-color: rgb(255, 255, 255);\">品种繁多,内容丰富,囊括了当时社会生活的各个方面。唐三彩主要用作陪葬明器,有俑像类和生活器皿类。俑像类主要有人物俑和动物俑。人物俑题材广泛,主要有妇女、文吏俑、武士俑等。唐三彩女俑取材于唐代社会活生生的女性人物,有立俑、坐俑、乐舞俑、乐唱俑、骑马俑、对镜梳妆俑等,着重表现唐代妇女姿态自由、面容丰腴、肌肤细腻、双手纤巧、两足丰柔的形象。文吏俑是唐朝社会文臣的形象,在社会上有较高的社会地位和优裕的生活条件。但“伴君如伴虎”,所以这些人物文静端庄、思绪深沉、气派不凡,虽说衣帽齐整、峨冠博带,仍不能掩饰内心的惶恐。武士俑,是唐王朝武装力量的缩影,多为英俊潇洒的年轻战士,有的站立,有的骑马,拉弓射箭。唐三彩器胡人、乐舞、杂技俑中从另一个侧面表现出唐人生活的多样化,丰富化,可谓千姿百态,色彩纷呈。再现了唐代盛世时中原与边疆各族人民</span><a href=\"http://shop.bytravel.cn/produce/index2998.html\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153); font-family: 宋体; font-size: 14px; white-space: normal; background-color: rgb(255, 255, 255);\">友好</a><span style=\"font-family: 宋体; font-size: 14px; background-color: rgb(255, 255, 255);\">相处、中外频繁交往的情景。</span></p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\"><br/></p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  洛阳出土的唐三彩已有300多个品种,生动地反映出当时繁荣的社会面貌和精湛的釉陶工艺。洛阳龙门<a href=\"http://beijing.bytravel.cn/Scenery/xiangshan/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">香山</a>出土的三彩高颈瓶,是仿照佛教法器中的净水瓶烧制的,而龙首杯、凤首壶则是仿西亚流行的兽首杯、扁壶制成的。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  从近年出土的三彩器物分析,盛唐是唐三彩制作的极盛时期,品种丰富,做工精美,产量巨大;天宝以后数量逐渐减少;安史之乱以后,其制作进入尾声,逐渐衰落。唐代三彩釉工艺对宋三彩和清三彩都有影响,在<a href=\"http://japan.bytravel.cn/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">日本</a>曾仿制成所谓“<a href=\"http://japan.bytravel.cn/Scenery/Nara/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">奈良</a>三彩”,<a href=\"http://as.bytravel.cn/v/26/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">朝鲜</a>半岛曾仿制成所谓“<a href=\"http://shop.bytravel.cn/produce/index958.html\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">新罗</a>三彩”。在今<a href=\"http://as.bytravel.cn/v/68/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">乌兹别克</a>斯坦撒马尔罕出土有三彩碗,今<a href=\"http://as.bytravel.cn/v/72/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">伊拉克</a>、<a href=\"http://as.bytravel.cn/v/76/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">伊朗</a>、<a href=\"http://as.bytravel.cn/v/58/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">叙利亚</a>、<a href=\"http://aftour.bytravel.cn/v/3/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">埃及</a>和<a href=\"http://aftour.bytravel.cn/v/16/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">苏丹</a>境内都发现有洛阳唐三彩,充分说明了当地人对唐三彩的喜爱,这也是唐代洛阳对外文化交流、通商贸易的重要物证。1976年,在洛阳附近<a href=\"http://shop.bytravel.cn/produce/index698.html\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">巩义</a>市(唐时为洛州巩县)的小黄冶、<a href=\"http://shop.bytravel.cn/produce/59279EC4/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">大黄</a>冶发现三彩窑址、作坊,经考证,是当时洛阳唐三彩的重要产地。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  唐三彩的制作工艺十分复杂。除少数红陶胎为普通陶土烧制外,多数采用比较纯净的白色高岭土烧制。这种土具有很强的可塑性,晾干时不会开裂。唐三彩的制作工艺较为复杂,先将高岭土舂捣、洗滤、制胎,再将制好的坯胎放在窑内烧至1100℃左右,然后取出挂彩施釉,再入窑内以900℃左右的氧化焰进行第二次焙烧,就可以生产出绚丽多彩的各种器物。三彩釉质的主要成分是硅酸铝,呈色剂则为种类不同的金属氧化物,如浅黄为铁或锑、褐黄为铁、绿为铜、蓝为铜或钴、紫为锰。用得最多的三种颜色是黄、绿、白,还有蓝、赭、紫、黑等。釉中的铅质助溶剂使釉汁在烧制品上流淌,形成丰富瑰丽的变化,所谓三彩实则釉色变化多端,并非只有三种颜色。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  唐三彩是中国古代<a href=\"http://shop.bytravel.cn/produce/967674F7/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">陶瓷</a>艺术宝库中一朵绚丽夺目的奇葩,是中国唐代工艺美术的精华之作,它吸纳了中国绘画、<a href=\"http://usa.bytravel.cn/jd/Sculpture/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">雕塑</a>等工艺美术的优点,采用印花、堆贴、刻画等形式的装饰图案,造型浑厚丰满,工整细腻,线条简朴、流畅,具有独特的艺术风格和鲜明的民族特色。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  自清光绪年间在洛阳发现首批唐三彩以来,中外古董商争相来洛阳重金购买。为满足当时文物界对唐三彩的需求,洛阳一带出现了<a href=\"http://shop.bytravel.cn/produce/4EFF55104E095F69/\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">仿唐三彩</a>的作坊,开始了仿唐三彩的制作,但仿品粗糙,效果不佳。新中国成立后,在中央领导的关注下,设立专门机构研究唐三彩的制作工艺,使“洛阳唐三彩”的制作工艺和技术水平达到了一个新的高度。目前,洛阳生产唐三彩的工厂多达数十家,尤以洛阳<a href=\"http://shop.bytravel.cn/produce2/7F8E672F967674F7.html\" target=\"_blank\" class=\"blue\" style=\"color: rgb(0, 0, 153);\">美术陶瓷</a>厂生产的“九都牌”唐三彩最为有名。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; margin-top: 0px; margin-bottom: 0px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  洛阳唐三彩曾作为国家珍贵礼品,赠送给30多个国家的元首和政府首脑。目前,唐三彩仍然是古都洛阳传统的出口商品,远销世界五十多个国家和地区,深受世界各国人民的青睐。</p><p><br/></p>', 'news/2018/10/tangsancai.jpg', '0', 'specialty', '2018-10-15 10:32:00.000000');
INSERT INTO `news_news` VALUES ('12', '不翻汤', '<p><span style=\"color: rgb(51, 51, 51); font-family: arial; text-align: justify; background-color: rgb(255, 255, 255);\">洛阳不翻汤是一道色香味俱全的地方传统名吃。味道纯正、酸辣利口、油而不腻。已有120多年的历史。用小勺舀一些稀绿豆面糊往平底锅里一倒,即成一张类似春卷的薄片,不用翻个就熟,所以就叫&quot;不翻&quot;。再把两张晶莹翠绿的&quot;不翻&quot;叠着放在碗里,舀些滚烫的猪骨头汤浇在上面,放上些粉条、木耳等,还放些醋、胡椒粉,这样一碗不翻汤就做好了。</span></p>', 'news/2018/10/bufantang.jpg', '4', 'food', '2018-10-15 10:34:00.000000');
INSERT INTO `news_news` VALUES ('13', '双11,洛阳人花了8亿多元 收发快件1390万件', '<p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\"> “双11”买的东西,您都收到了吗?</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  阿里巴巴数据显示,今年“双11”,洛阳人贡献了8.236亿元,比去年多花了2.403亿元。昨日下午,记者从市邮政管理局了解到,我市今年“双11”期间(11日至16日)的快件业务量达到1390万件,比去年“双11”的989.78万件增加约400万件。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  1390万件是啥概念?</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  以平均每个快件20厘米长来计算,如果把这些快件连起来,其长度将达到2780公里</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  几乎可以从洛阳排到乌鲁木齐</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  这段距离,我们开车走高速公路(以时速100公里计算),跑一天一夜还跑不完</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  在百度地图上测算洛阳到乌鲁木齐的距离约为2896公里</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\"><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">在这6天里</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\"><span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">  我市平均每分钟收发件约1609件</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  ●平均到我市快递行业3500余名从业人员身上</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  ●平均每人每天要发送快件约620件</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  当然,这已经远远超出了快递员的日工作量,所以各快递品牌普遍在“双11”期间聘请“外援”,比如来自我市各高校勤工助学的大学生等。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  以平均每个快件1公斤来计算</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  这些快件摞在一起的重量将达1.39万吨</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  每头成年亚洲象的体重约为5吨</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  也就是说今年“双11”我市全部快件的重量相当于2780头成年亚洲象</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  在这1390万件快件中</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">进港量(由外地发往我市)达560万件</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  同比增长约34.4%</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  出港量(由我市发往外地)达450万件</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  同比增长约51%</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  中转量达380万件</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  同比增长约38.6%</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  而在2017年“双11”期间,我市快件的进港量为416.86万件,出港量为298.83万件,经我市中转的快件量达到274.09万件。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">我市快递数据速读</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  33目前全市快递品牌33个</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  3百世汇通、圆通、韵达排我市“双11”快件量前3名</p><article id=\"article-CEVMA6N600018AOR\" style=\"margin: 0px 0px 0.2rem; padding: 0px 0.3rem 0.4rem; border-bottom: 1px solid rgb(230, 230, 230); background-color: rgb(246, 246, 246);\"><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\"> 800全市自动智能快递柜目前有800多组,洛龙区最多</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  2在国家邮政局发布的2017年快递服务满意度调查结果中,洛阳在50个样本城市中排名第2位</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  99.6我市的揽收件实名录入率在99.6%以上</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  在1390万件的背后,是“快递+”战略及末端派送能力的增强:</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">“快递+”战略</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  目前,我市已经实现乡镇快递100%覆盖,初步搭建起“农产品进城和工业品下乡”的通道,日发货量达到5.5万件,网络销售量连年提升。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  偃师布鞋、新安樱桃、洛阳牡丹、洛宁苹果等走出洛阳,走向各地。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  <span style=\"margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 128);\"><strong style=\"margin: 0px; padding: 0px; border: 0px;\">快递“三进”工程</strong></span></p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify;\">  “三进”即进机关、进社区、进高校,是破解“最后一公里”投递难题的关键。</p></article>', 'news/2018/11/kuaidi.jpeg', '0', 'active', '2018-11-12 11:34:00.000000');
INSERT INTO `news_news` VALUES ('14', '央视纪录片《大戏记忆》在洛拍摄', '<p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\"> 记者昨日从市文广新局获悉,日前,央视大型纪录片《大戏记忆》豫剧篇《穆桂英挂帅》在我市取景拍摄,97岁高龄的马金凤先生专程参与,还与戏迷朋友进行了互动。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  豫剧《穆桂英挂帅》是豫剧大师马金凤的代表剧目,该剧一经问世就引起轰动,独创了我国戏剧表演艺术中“帅旦”这一行当。数十年来,由马金凤主演的豫剧《穆桂英挂帅》红遍大江南北,成为豫剧“马派”的优秀传统保留剧目。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  市文广新局相关负责人介绍,纪录片在洛拍摄期间,97岁高龄的马金凤先生专程参与,还同戏迷朋友进行了互动。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  记者了解到,纪录片《大戏记忆》豫剧篇选取了《花木兰》《穆桂英挂帅》《程婴救孤》三个剧目进行拍摄。该片以大戏为载体,挖掘大戏背后的鲜活人物和动人故事,同时运用新的技术手段,使中国传统戏曲艺术与当下先进的虚拟现实技术相融合,从而更好地传播和弘扬戏曲艺术。</p><p><br/></p>', 'news/2018/11/c67fb8715a2190683b0926576d37ef00.jpg', '0', 'active', '2018-10-20 11:38:00.000000');
INSERT INTO `news_news` VALUES ('15', '第五届龙门诗会举行', '<p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">18日晚,第五届龙门诗会在洛阳师范学院举行。如水夜色中,饱含深情的朗诵为观众呈献了一场诗词盛宴。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  本届诗会围绕“运河诗情”主题,分为水运、物运、城运、国运4个篇章,节目异彩纷呈。中国作家协会诗歌委员会主任、《诗刊》原主编叶延滨,《中国作家》杂志社文学部主任方文,中国诗歌学会理事张况,《北京文学》杂志社主编助理王童等诗人参加诗会。</p><p style=\"margin-top: 0.6rem; margin-bottom: 0.6rem; padding: 0px; border: 0px; text-align: justify; color: rgb(64, 64, 64); font-family: STHeiti, &quot;Microsoft YaHei&quot;, Helvetica, Arial, sans-serif; font-size: 17.28px; white-space: normal; background-color: rgb(246, 246, 246);\">  从2014年至今,龙门诗会已成功举办5届,先后邀请余光中、汪国真、郑愁予等20多位海内外著名诗人、学者,以诗歌为媒介,传承河洛文化,进行文化交流。</p><p><br/></p>', 'news/2018/11/146111130.jpg', '0', 'active', '2018-10-10 09:41:00.000000');

-- ----------------------------
-- Table structure for operation_activecomments
-- ----------------------------
DROP TABLE IF EXISTS `operation_activecomments`;
CREATE TABLE `operation_activecomments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `comments` varchar(200) NOT NULL,
  `add_time` datetime(6) NOT NULL,
  `active_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `operation_activecomm_active_id_fa517fb5_fk_scenicspo` (`active_id`),
  KEY `operation_activecomments_user_id_ae1153b0_fk_users_myuser_id` (`user_id`),
  CONSTRAINT `operation_activecomm_active_id_fa517fb5_fk_scenicspo` FOREIGN KEY (`active_id`) REFERENCES `scenicspots_active` (`id`),
  CONSTRAINT `operation_activecomments_user_id_ae1153b0_fk_users_myuser_id` FOREIGN KEY (`user_id`) REFERENCES `users_myuser` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of operation_activecomments
-- ----------------------------
INSERT INTO `operation_activecomments` VALUES ('1', '龙门石窟是洛阳最经典的景点,其中西山石窟是龙门最精华的部分,包括奉先寺的卢舍那佛像和古阳洞中的“龙门二十品”', '2018-11-19 17:07:42.503174', '2', '1');
INSERT INTO `operation_activecomments` VALUES ('2', '独立成团·私家享受,完美!', '2018-11-20 10:10:49.023945', '3', '1');

-- ----------------------------
-- Table structure for operation_diarycomments
-- ----------------------------
DROP TABLE IF EXISTS `operation_diarycomments`;
CREATE TABLE `operation_diarycomments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `comments` varchar(200) NOT NULL,
  `add_time` datetime(6) NOT NULL,
  `diary_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `operation_diarycomments_diary_id_a5054431_fk_diarys_diary_id` (`diary_id`),
  KEY `operation_diarycomments_user_id_90fe7301_fk_users_myuser_id` (`user_id`),
  CONSTRAINT `operation_diarycomments_diary_id_a5054431_fk_diarys_diary_id` FOREIGN KEY (`diary_id`) REFERENCES `diarys_diary` (`id`),
  CONSTRAINT `operation_diarycomments_user_id_90fe7301_fk_users_myuser_id` FOREIGN KEY (`user_id`) REFERENCES `users_myuser` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of operation_diarycomments
-- ----------------------------
INSERT INTO `operation_diarycomments` VALUES ('1', '一般化', '2018-10-31 15:20:43.142073', '76', '1');
INSERT INTO `operation_diarycomments` VALUES ('2', '还可以', '2018-10-31 15:44:29.000000', '75', '19');
INSERT INTO `operation_diarycomments` VALUES ('3', '学习了', '2018-10-31 15:49:02.384543', '75', '1');
INSERT INTO `operation_diarycomments` VALUES ('4', '很好', '2018-10-31 15:49:58.802799', '75', '19');
INSERT INTO `operation_diarycomments` VALUES ('5', 'hahahahahahhahah', '2018-10-31 15:51:28.044170', '75', '1');
INSERT INTO `operation_diarycomments` VALUES ('6', '好好好好好', '2018-10-31 16:17:25.236691', '75', '1');
INSERT INTO `operation_diarycomments` VALUES ('7', '很好很好很好!', '2018-11-14 15:31:24.000000', '75', '19');

-- ----------------------------
-- Table structure for operation_productcomments
-- ----------------------------
DROP TABLE IF EXISTS `operation_productcomments`;
CREATE TABLE `operation_productcomments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `order_num` varchar(25) NOT NULL,
  `comments` varchar(200) NOT NULL,
  `add_time` datetime(6) NOT NULL,
  `product_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `operation_productcomments_product_id_07f2dc10_fk_shop_product_id` (`product_id`),
  KEY `operation_productcomments_user_id_c7452db3_fk_users_myuser_id` (`user_id`),
  CONSTRAINT `operation_productcomments_product_id_07f2dc10_fk_shop_product_id` FOREIGN KEY (`product_id`) REFERENCES `shop_product` (`id`),
  CONSTRAINT `operation_productcomments_user_id_c7452db3_fk_users_myuser_id` FOREIGN KEY (`user_id`) REFERENCES `users_myuser` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of operation_productcomments
-- ----------------------------
INSERT INTO `operation_productcomments` VALUES ('1', '1541999329971653321', '很好看的摆件!', '2018-11-12 16:22:17.564157', '6', '1');

-- ----------------------------
-- Table structure for operation_shopping
-- ----------------------------
DROP TABLE IF EXISTS `operation_shopping`;
CREATE TABLE `operation_shopping` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `num` int(11) NOT NULL,
  `add_time` datetime(6) NOT NULL,
  `product_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `operation_shopping_product_id_13d02d24_fk_shop_product_id` (`product_id`),
  KEY `operation_shopping_user_id_0b58005c_fk_users_myuser_id` (`user_id`),
  CONSTRAINT `operation_shopping_product_id_13d02d24_fk_shop_product_id` FOREIGN KEY (`product_id`) REFERENCES `shop_product` (`id`),
  CONSTRAINT `operation_shopping_user_id_0b58005c_fk_users_myuser_id` FOREIGN KEY (`user_id`) REFERENCES `users_myuser` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of operation_shopping
-- ----------------------------
INSERT INTO `operation_shopping` VALUES ('8', '4', '2018-11-12 11:08:55.376533', '8', '1');
INSERT INTO `operation_shopping` VALUES ('9', '1', '2018-11-12 11:17:27.335778', '6', '1');
INSERT INTO `operation_shopping` VALUES ('10', '1', '2018-11-12 13:07:37.909377', '5', '1');
INSERT INTO `operation_shopping` VALUES ('11', '1', '2018-11-13 13:14:13.822066', '3', '1');

-- ----------------------------
-- Table structure for operation_shoppingcart
-- ----------------------------
DROP TABLE IF EXISTS `operation_shoppingcart`;
CREATE TABLE `operation_shoppingcart` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `num` int(11) NOT NULL,
  `add_time` datetime(6) NOT NULL,
  `product_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `is_check` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `operation_shoppingcart_product_id_39e6948f_fk_shop_product_id` (`product_id`),
  KEY `operation_shoppingcart_user_id_afb642bb_fk_users_myuser_id` (`user_id`),
  CONSTRAINT `operation_shoppingcart_product_id_39e6948f_fk_shop_product_id` FOREIGN KEY (`product_id`) REFERENCES `shop_product` (`id`),
  CONSTRAINT `operation_shoppingcart_user_id_afb642bb_fk_users_myuser_id` FOREIGN KEY (`user_id`) REFERENCES `users_myuser` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of operation_shoppingcart
-- ----------------------------
INSERT INTO `operation_shoppingcart` VALUES ('1', '1', '2018-11-02 15:27:57.042176', '7', '1', '1');
INSERT INTO `operation_shoppingcart` VALUES ('5', '10', '2018-11-09 14:02:08.433645', '5', '1', '0');
INSERT INTO `operation_shoppingcart` VALUES ('6', '3', '2018-11-09 15:21:18.795222', '8', '1', '0');
INSERT INTO `operation_shoppingcart` VALUES ('7', '1', '2018-11-09 15:22:19.405650', '6', '1', '1');
INSERT INTO `operation_shoppingcart` VALUES ('8', '12', '2018-11-09 15:28:33.228581', '1', '1', '0');

-- ----------------------------
-- Table structure for operation_spotscomments
-- ----------------------------
DROP TABLE IF EXISTS `operation_spotscomments`;
CREATE TABLE `operation_spotscomments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `comments` varchar(200) NOT NULL,
  `add_time` datetime(6) NOT NULL,
  `spots_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `operation_spotscomme_spots_id_9e05aeab_fk_scenicspo` (`spots_id`),
  KEY `operation_spotscomments_user_id_1ab65cb3_fk_users_myuser_id` (`user_id`),
  CONSTRAINT `operation_spotscomme_spots_id_9e05aeab_fk_scenicspo` FOREIGN KEY (`spots_id`) REFERENCES `scenicspots_spots` (`id`),
  CONSTRAINT `operation_spotscomments_user_id_1ab65cb3_fk_users_myuser_id` FOREIGN KEY (`user_id`) REFERENCES `users_myuser` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of operation_spotscomments
-- ----------------------------
INSERT INTO `operation_spotscomments` VALUES ('1', '白马寺本身并不大,就是那五座殿宇;可白马寺景区却很大,全部走完至少要有两小时。挺好的!', '2018-11-14 14:11:23.012778', '4', '1');
INSERT INTO `operation_spotscomments` VALUES ('2', '花园以隋唐历史文化为底蕴,以牡丹文化为主要内容,融历史文化、牡丹文化和园林景观为一体,充分展示了牡丹之美、之清、之幽', '2018-11-19 17:07:01.251005', '5', '1');

-- ----------------------------
-- Table structure for operation_usercollect
-- ----------------------------
DROP TABLE IF EXISTS `operation_usercollect`;
CREATE TABLE `operation_usercollect` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `add_time` datetime(6) NOT NULL,
  `diary_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `operation_usercollect_diary_id_645e38c5_fk_diarys_diary_id` (`diary_id`),
  KEY `operation_usercollect_user_id_bd2b08b4_fk_users_myuser_id` (`user_id`),
  CONSTRAINT `operation_usercollect_diary_id_645e38c5_fk_diarys_diary_id` FOREIGN KEY (`diary_id`) REFERENCES `diarys_diary` (`id`),
  CONSTRAINT `operation_usercollect_user_id_bd2b08b4_fk_users_myuser_id` FOREIGN KEY (`user_id`) REFERENCES `users_myuser` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of operation_usercollect
-- ----------------------------
INSERT INTO `operation_usercollect` VALUES ('4', '2018-11-14 16:45:32.729416', '8', '1');
INSERT INTO `operation_usercollect` VALUES ('5', '2018-11-14 16:45:39.214790', '76', '1');
INSERT INTO `operation_usercollect` VALUES ('23', '2018-11-15 10:09:58.238369', '75', '1');

-- ----------------------------
-- Table structure for operation_userfav
-- ----------------------------
DROP TABLE IF EXISTS `operation_userfav`;
CREATE TABLE `operation_userfav` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `add_time` datetime(6) NOT NULL,
  `diary_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `operation_userfav_diary_id_15f80041_fk_diarys_diary_id` (`diary_id`),
  KEY `operation_userfav_user_id_1f1a4c7e_fk_users_myuser_id` (`user_id`),
  CONSTRAINT `operation_userfav_diary_id_15f80041_fk_diarys_diary_id` FOREIGN KEY (`diary_id`) REFERENCES `diarys_diary` (`id`),
  CONSTRAINT `operation_userfav_user_id_1f1a4c7e_fk_users_myuser_id` FOREIGN KEY (`user_id`) REFERENCES `users_myuser` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of operation_userfav
-- ----------------------------

-- ----------------------------
-- Table structure for pay_goodsordersmaintable
-- ----------------------------
DROP TABLE IF EXISTS `pay_goodsordersmaintable`;
CREATE TABLE `pay_goodsordersmaintable` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `order_num` varchar(25) NOT NULL,
  `order_describe` varchar(50) NOT NULL,
  `total_amount` decimal(11,2) NOT NULL,
  `consignee` varchar(30) NOT NULL,
  `address` varchar(100) NOT NULL,
  `mobile` varchar(11) NOT NULL,
  `zip_code` varchar(6) NOT NULL,
  `order_state` varchar(3) NOT NULL,
  `create_time` datetime(6) NOT NULL,
  `pay_time` datetime(6) DEFAULT NULL,
  `received_time` datetime(6) DEFAULT NULL,
  `finish_time` datetime(6) DEFAULT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `pay_goodsordersmaintable_user_id_a9d1ec06_fk_users_myuser_id` (`user_id`),
  CONSTRAINT `pay_goodsordersmaintable_user_id_a9d1ec06_fk_users_myuser_id` FOREIGN KEY (`user_id`) REFERENCES `users_myuser` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of pay_goodsordersmaintable
-- ----------------------------
INSERT INTO `pay_goodsordersmaintable` VALUES ('1', '1541742473926987561', '木制帆船33cm深蓝色2050 客厅酒柜电视柜摆件家居装饰品', '1598.00', 'ABC', '河南  洛阳  洛龙区 洛龙区123123', '12345678910', '000000', 'yzf', '2018-11-09 13:47:54.061815', '2018-11-09 13:48:27.810196', null, null, '1');
INSERT INTO `pay_goodsordersmaintable` VALUES ('2', '1541743460533560781', '木制帆船33cm深蓝色2050 客厅酒柜电视柜摆件家居装饰品等多件商品', '2318.00', 'ABC', '河南  洛阳  洛龙区 洛龙区123123', '12345678910', '000000', 'yzf', '2018-11-09 14:04:20.671379', '2018-11-09 14:04:52.403942', '2018-11-13 16:28:30.732406', null, '1');
INSERT INTO `pay_goodsordersmaintable` VALUES ('3', '1541748091988500191', '德芙 Dove巧克力分享碗装 丝滑牛奶巧克力 糖果巧克力', '89.40', '黄鹤', '浙江  温州  龙湾区 江南皮革厂', '18888888888', '123456', 'ysh', '2018-11-09 15:21:32.077866', '2018-11-09 15:22:03.476689', '2018-11-12 14:59:26.761479', null, '1');
INSERT INTO `pay_goodsordersmaintable` VALUES ('4', '1541748152642443961', '纯铜梅花鹿摆件新中式家居客厅装饰品玄关茶几电视柜创意艺术工艺', '498.00', '黄鹤', '浙江  温州  龙湾区 江南皮革厂', '18888888888', '123456', 'wzf', '2018-11-09 15:22:32.765393', null, null, null, '1');
INSERT INTO `pay_goodsordersmaintable` VALUES ('5', '1541748525478583981', '红心柚子10斤整箱福建平和管溪蜜柚新鲜水果包邮红肉密柚', '89.40', 'ABC', '河南  洛阳  洛龙区 洛龙区123123', '12345678910', '000000', 'yzf', '2018-11-09 15:28:45.602637', '2018-11-12 14:42:06.874718', null, null, '1');
INSERT INTO `pay_goodsordersmaintable` VALUES ('6', '1541985947829919171', '红心柚子10斤整箱福建平和管溪蜜柚新鲜水果包邮红肉密柚', '357.60', '黄鹤', '浙江  温州  龙湾区 江南皮革厂', '18888888888', '123456', 'yzf', '2018-11-12 09:25:47.941859', '2018-11-12 09:26:29.903241', null, null, '1');
INSERT INTO `pay_goodsordersmaintable` VALUES ('7', '1541999260727173981', '黄豆江西农家非转基因自种 5斤打豆浆生豆芽专用散装小黄豆', '72.00', '黄鹤', '浙江  温州  龙湾区 江南皮革厂', '18888888888', '123456', 'ysh', '2018-11-12 13:07:40.769128', '2018-11-12 13:08:13.367202', '2018-11-13 16:28:24.196619', null, '1');
INSERT INTO `pay_goodsordersmaintable` VALUES ('8', '1541999329971653321', '纯铜梅花鹿摆件新中式家居客厅装饰品玄关茶几电视柜创意艺术工艺', '498.00', 'zhiqi123', '河南  郑州  二七区 二七区123', '13345678910', '000000', 'ywc', '2018-11-12 13:08:50.050936', '2018-11-12 13:09:21.050126', '2018-11-12 14:53:59.056294', '2018-11-12 16:22:17.590178', '1');
INSERT INTO `pay_goodsordersmaintable` VALUES ('10', '1542098120652654161', '木制帆船33cm深蓝色2050 客厅酒柜电视柜摆件家居装饰品等多件商品', '2096.00', '黄鹤', '浙江  温州  龙湾区 江南皮革厂', '18888888888', '123456', 'ysh', '2018-11-13 16:35:20.783212', '2018-11-13 16:35:55.580379', '2018-11-13 16:35:58.684523', null, '1');

-- ----------------------------
-- Table structure for pay_orderitems
-- ----------------------------
DROP TABLE IF EXISTS `pay_orderitems`;
CREATE TABLE `pay_orderitems` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `good_name` varchar(30) NOT NULL,
  `good_num` int(11) NOT NULL,
  `order_num` varchar(25) NOT NULL,
  `good_price` double NOT NULL,
  `good_image` varchar(100) NOT NULL,
  `good_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of pay_orderitems
-- ----------------------------
INSERT INTO `pay_orderitems` VALUES ('1', '木制帆船33cm深蓝色2050 客厅酒柜电视柜摆件家居装饰品', '1', '1541742473926987561', '1598', 'product/mainimg/2018/11/123asd.jpeg', '7');
INSERT INTO `pay_orderitems` VALUES ('2', '木制帆船33cm深蓝色2050 客厅酒柜电视柜摆件家居装饰品', '1', '1541743460533560781', '1598', 'product/mainimg/2018/11/123asd.jpeg', '7');
INSERT INTO `pay_orderitems` VALUES ('3', '黄豆江西农家非转基因自种 5斤打豆浆生豆芽专用散装小黄豆', '10', '1541743460533560781', '72', 'product/mainimg/2018/11/u8602493881365701743fm200gp0.jpg', '5');
INSERT INTO `pay_orderitems` VALUES ('6', '德芙 Dove巧克力分享碗装 丝滑牛奶巧克力 糖果巧克力', '3', '1541748091988500191', '29.8', 'product/mainimg/2018/11/timg.jpeg', '8');
INSERT INTO `pay_orderitems` VALUES ('7', '纯铜梅花鹿摆件新中式家居客厅装饰品玄关茶几电视柜创意艺术工艺', '1', '1541748152642443961', '498', 'product/mainimg/2018/11/342355.jpeg', '6');
INSERT INTO `pay_orderitems` VALUES ('8', '红心柚子10斤整箱福建平和管溪蜜柚新鲜水果包邮红肉密柚', '3', '1541748525478583981', '29.8', 'product/mainimg/2018/11/u8997057393192590278fm26gp0.jpg', '1');
INSERT INTO `pay_orderitems` VALUES ('9', '红心柚子10斤整箱福建平和管溪蜜柚新鲜水果包邮红肉密柚', '12', '1541985947829919171', '29.8', 'product/mainimg/2018/11/u8997057393192590278fm26gp0.jpg', '1');
INSERT INTO `pay_orderitems` VALUES ('10', '黄豆江西农家非转基因自种 5斤打豆浆生豆芽专用散装小黄豆', '1', '1541999260727173981', '72', 'product/mainimg/2018/11/u8602493881365701743fm200gp0.jpg', '5');
INSERT INTO `pay_orderitems` VALUES ('11', '纯铜梅花鹿摆件新中式家居客厅装饰品玄关茶几电视柜创意艺术工艺', '1', '1541999329971653321', '498', 'product/mainimg/2018/11/342355.jpeg', '6');
INSERT INTO `pay_orderitems` VALUES ('12', '德芙 Dove巧克力分享碗装 丝滑牛奶巧克力 糖果巧克力', '3', '1542097549359671461', '29.8', 'product/mainimg/2018/11/timg.jpeg', '8');
INSERT INTO `pay_orderitems` VALUES ('13', '纯铜梅花鹿摆件新中式家居客厅装饰品玄关茶几电视柜创意艺术工艺', '2', '1542097549359671461', '498', 'product/mainimg/2018/11/342355.jpeg', '6');
INSERT INTO `pay_orderitems` VALUES ('14', '木制帆船33cm深蓝色2050 客厅酒柜电视柜摆件家居装饰品', '1', '1542098120652654161', '1598', 'product/mainimg/2018/11/123asd.jpeg', '7');
INSERT INTO `pay_orderitems` VALUES ('15', '纯铜梅花鹿摆件新中式家居客厅装饰品玄关茶几电视柜创意艺术工艺', '1', '1542098120652654161', '498', 'product/mainimg/2018/11/342355.jpeg', '6');

-- ----------------------------
-- Table structure for pay_scenicordersmaintable
-- ----------------------------
DROP TABLE IF EXISTS `pay_scenicordersmaintable`;
CREATE TABLE `pay_scenicordersmaintable` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `scenic_name` varchar(30) NOT NULL,
  `buy_num` int(11) NOT NULL,
  `ticket_price` double NOT NULL,
  `scenic_image` varchar(100) NOT NULL,
  `scenic_id` int(11) NOT NULL,
  `order_num` varchar(25) NOT NULL,
  `cdk` varchar(25) NOT NULL,
  `order_describe` varchar(50) NOT NULL,
  `total_amount` decimal(11,2) NOT NULL,
  `consignee` varchar(30) NOT NULL,
  `mobile` varchar(11) NOT NULL,
  `order_state` varchar(3) NOT NULL,
  `classification` varchar(2) NOT NULL,
  `create_time` datetime(6) NOT NULL,
  `pay_time` datetime(6) DEFAULT NULL,
  `received_time` datetime(6) DEFAULT NULL,
  `finish_time` datetime(6) DEFAULT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `pay_scenicordersmaintable_user_id_1fd20704_fk_users_myuser_id` (`user_id`),
  CONSTRAINT `pay_scenicordersmaintable_user_id_1fd20704_fk_users_myuser_id` FOREIGN KEY (`user_id`) REFERENCES `users_myuser` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of pay_scenicordersmaintable
-- ----------------------------
INSERT INTO `pay_scenicordersmaintable` VALUES ('2', '中国国花园', '1', '10', 'spots/thumbnail/2018/10/timg_7Squhac.jpeg', '5', '154261410049883401', '9Por5-hhOAk-jFbqr-CvB78', '中国国花园门票', '10.00', '黄鹤', '18888888888', 'ywc', 'mp', '2018-11-19 15:55:00.500821', '2018-11-19 15:55:42.774384', null, '2018-11-19 17:07:01.332485', '1');
INSERT INTO `pay_scenicordersmaintable` VALUES ('3', '洛阳白马寺', '2', '50', 'spots/thumbnail/2018/10/b151f8198618367a39ac6bc927738bd4b31ce5f9_a4KWxIC.jpg', '4', '154261510662321741', 'amjtW-6zhVy-j2oir-nWmfA', '洛阳白马寺门票', '100.00', '慕容铁蛋', '13255684466', 'yzf', 'mp', '2018-11-19 16:11:46.626726', '2018-11-19 16:12:31.405169', null, null, '1');
INSERT INTO `pay_scenicordersmaintable` VALUES ('4', '鸡冠洞', '1', '80', 'spots/thumbnail/2018/10/eb4f9f6b-bebf-44b5-835a-5d356ab3119c_480_320_T7UrY8k.jpg', '3', '154261531998408111', 'rcr4X-iaZjV-PJwZ2-8AMFF', '鸡冠洞门票', '80.00', '李白', '13345678910', 'yzf', 'mp', '2018-11-19 16:15:19.987236', '2018-11-19 16:15:49.953833', null, null, '1');
INSERT INTO `pay_scenicordersmaintable` VALUES ('5', '洛阳2日1晚跟团游·龙门石窟-白马寺-少林寺纯玩2日游', '1', '399', 'active/2018/11/longmenshiku_VmtBGlg.jpeg', '2', '1542616228676335021', 'JYp52-xRRdQ-lRtfk-x8dNJ', '洛阳2日1晚跟团游·龙门石窟-白马寺-少林寺纯玩2日游', '399.00', '黄鹤', '18888888888', 'ywc', 'hd', '2018-11-19 16:30:28.679494', '2018-11-19 16:31:04.595318', null, '2018-11-19 17:07:42.604363', '1');
INSERT INTO `pay_scenicordersmaintable` VALUES ('6', '洛阳龙门石窟+白马寺院+少林寺+龙潭大峡谷3日2晚跟团游', '2', '699', 'active/2018/11/shaolin.jpeg', '1', '1542616675465996671', '', '洛阳龙门石窟+白马寺院+少林寺+龙潭大峡谷3日2晚跟团游', '1398.00', '黄鹤', '18888888888', 'wzf', 'hd', '2018-11-19 16:37:55.468917', null, null, null, '1');
INSERT INTO `pay_scenicordersmaintable` VALUES ('7', '洛阳2日1晚跟团游·龙门石窟-白马寺-少林寺纯玩2日游', '1', '399', 'active/2018/11/longmenshiku_VmtBGlg.jpeg', '2', '1542678331860761191', 'cuU2X-rPgCP-BiAA3-XVG0I', '洛阳2日1晚跟团游·龙门石窟-白马寺-少林寺纯玩2日游', '399.00', '黄鹤', '18888888888', 'yzf', 'hd', '2018-11-20 09:45:32.086806', '2018-11-20 09:46:40.816136', null, null, '1');
INSERT INTO `pay_scenicordersmaintable` VALUES ('8', '洛阳2日1晚跟团游·龙门石窟-白马寺-少林寺纯玩2日游', '1', '399', 'active/2018/11/longmenshiku_VmtBGlg.jpeg', '2', '1542678357330589961', '8G0xr-XUdDa-m0BIt-WbmMi', '洛阳2日1晚跟团游·龙门石窟-白马寺-少林寺纯玩2日游', '399.00', '慕容铁主', '18835641234', 'yzf', 'hd', '2018-11-20 09:45:57.367523', '2018-11-20 10:10:07.016571', null, null, '1');
INSERT INTO `pay_scenicordersmaintable` VALUES ('9', '洛阳+云台山4日私家团(4钻)·『独立成团·私家享受』', '2', '2995', 'active/2018/11/sdfsdfsdgsdgss.jpeg', '3', '1542678468301508341', 'IjYJf-2Hpqx-mGAdm-BIpHY', '洛阳+云台山4日私家团(4钻)·『独立成团·私家享受』', '5990.00', '黄鹤', '18888888888', 'ywc', 'hd', '2018-11-20 09:47:48.349429', '2018-11-20 09:48:20.097284', null, '2018-11-20 10:10:49.130609', '1');
INSERT INTO `pay_scenicordersmaintable` VALUES ('10', '洛阳2日1晚跟团游·龙门石窟-白马寺-少林寺纯玩2日游', '1', '399', 'active/2018/11/longmenshiku_VmtBGlg.jpeg', '2', '1542678937707499421', 'zSRRq-DTOxV-O9tX2-UxJHv', '洛阳2日1晚跟团游·龙门石窟-白马寺-少林寺纯玩2日游', '399.00', '鲁迅', '12345678910', 'yzf', 'hd', '2018-11-20 09:55:37.712928', '2018-11-20 09:56:26.595082', null, null, '1');

-- ----------------------------
-- Table structure for scenicspots_active
-- ----------------------------
DROP TABLE IF EXISTS `scenicspots_active`;
CREATE TABLE `scenicspots_active` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(30) NOT NULL,
  `introduce` longtext NOT NULL,
  `image` varchar(100) NOT NULL,
  `classification` varchar(10) NOT NULL,
  `phone` varchar(15) NOT NULL,
  `go_time` datetime(6) NOT NULL,
  `address` varchar(50) NOT NULL,
  `price` double NOT NULL,
  `now_num` int(11) NOT NULL,
  `all_num` int(11) NOT NULL,
  `add_time` datetime(6) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of scenicspots_active
-- ----------------------------
INSERT INTO `scenicspots_active` VALUES ('1', '洛阳龙门石窟+白马寺院+少林寺+龙潭大峡谷3日2晚跟团游', '<h3 class=\"hd\" data-reactid=\"302\" style=\"margin: 0px; padding: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 24px; line-height: 1; font-family: &quot;microsoft yahei&quot;; text-align: center; white-space: normal;\">费用</h3><ul class=\"mod_info_box list-paddingleft-2\" data-reactid=\"304\" style=\"margin: 0px 0px 20px; padding: 0px 0px 0px 115px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: 24px; min-height: 48px;\"><li><p>费用包含</p></li><li><p><br/></p></li><ul class=\"txt_list list-paddingleft-2\" data-reactid=\"307\" style=\"list-style-type: square;\"><li><p>往返旅游巴士</p></li><li><p>行程所列酒店住宿费用</p></li><li><p>酒店标准2人间</p></li><li><p>行程内所列餐食,具体情况请见行程推荐/安排。</p></li><li><p>当地中文导游服务。</p></li><li><p>行程中所列景点首道大门票龙门石窟、白马寺、少林寺、龙潭大峡谷</p></li><li><p>身高0.8--1.2米(含),不占床,儿童只含当地用车,其余产生自理</p></li></ul></ul><ul class=\"mod_info_box list-paddingleft-2\" data-reactid=\"315\" style=\"margin: 0px 0px 20px; padding: 0px 0px 0px 115px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; line-height: 24px; min-height: 48px;\"><li><p>自理费用</p></li><li><p><br/></p></li><ul class=\"txt_list list-paddingleft-2\" data-reactid=\"318\" style=\"list-style-type: square;\"><li><p>超重行李的托运费、保管费; 因交通延阻、罢工、天气、机器故障等不可抗力原因所导致的额外费用: 酒店内洗衣、理发、电话、传真、收费电视、饮品、烟酒等个人消费; 自由活动期间的用车服务; 提供导游服务的产品在自由活动期间无陪同服务; 当地参加的自费以及“费用包含”中不包含的其它项目。</p></li></ul></ul><p><br/></p>', 'active/2018/11/shaolin.jpeg', 'natural', '0379-00000000', '2019-01-20 08:00:00.000000', '洛阳火车站', '699', '0', '30', '2018-11-19 10:43:00.000000');
INSERT INTO `scenicspots_active` VALUES ('2', '洛阳2日1晚跟团游·龙门石窟-白马寺-少林寺纯玩2日游', '<h3 class=\"mult_data_tit\" style=\"margin: 0px 0px 20px; padding: 0px; font-weight: 100; font-size: 22px;\"><p>洛阳_龙门石窟_白马寺_洛阳</p></h3><h5 style=\"margin: 0px; padding: 10px 0px 0px; font-weight: 100; font-size: 18px;\"><span class=\"i_sce\" style=\"background-repeat: no-repeat; display: inline-block; vertical-align: middle; position: relative; top: -1px; height: 20px; width: 20px; margin: 5px 0px 0px -87px; background-image: url(&quot;//pic.c-ctrip.com/VacationOnlinePic/vacation_v2/searchresult/ico_travel03.png&quot;); background-position: 0px -40px; float: left;\"></span>08:00</h5><h4 class=\"sce_tit\" style=\"margin: 0px; padding: 0px; font-weight: 100; font-size: 18px;\">前往景点:<a data-json=\"{&quot;GSScenicSpotID&quot;:77498,&quot;PreName&quot;:&quot;&quot;,&quot;Name&quot;:&quot;龙门石窟&quot;,&quot;SuffixName&quot;:&quot;&quot;}\" class=\"J_mapPointHook\" style=\"color: rgb(25, 160, 240); outline: none;\">龙门石窟</a><span class=\"mult_score\" style=\"font-size: 12px; color: rgb(25, 160, 240); margin-left: 25px;\"><span style=\"margin: 0px; padding: 0px; font-size: 18px;\">4.6</span>/5分</span></h4><p>早8:00乘车赴世界文化遗产、中国武术发源地少林寺景区游览,少林寺,又名僧人寺,以禅宗和武术并称于世,有“禅宗祖廷,中国汉传佛教禅宗祖庭。少林寺属国家5A级旅游景区。联合国教科文组织将少林寺、“天地之中”等8处11项历史建筑列为世界文化遗产。包括:少林寺寺院、 功夫表演、 塔林,(参观时间约3小时),中餐后(自理)下午16:00左右到达古都洛阳,结束愉快旅程。<br/></p><p>。。。。。。。。。。。。。。</p><p>。。。。。。。</p><p>。。。。。。。</p><p>。。。。。。。</p><p>。。。。。。。</p><p><br/> </p><p style=\"position: absolute; width: 1px; height: 1px; overflow: hidden; left: -1000px; white-space: nowrap; top: 365px;\"><span style=\"white-space: normal;\">。。。。。。。</span></p>', 'active/2018/11/longmenshiku_VmtBGlg.jpeg', 'natural', '0379-00000000', '2018-12-20 09:00:00.000000', '龙门石窟门口', '399', '4', '25', '2018-11-19 11:02:00.000000');
INSERT INTO `scenicspots_active` VALUES ('3', '洛阳+云台山4日私家团(4钻)·『独立成团·私家享受』', '<ul data-reactid=\"88\" style=\"padding: 0px; color: rgb(34, 34, 34); font-family: &quot;microsoft yahei&quot;; font-size: 12px; white-space: normal; background-color: rgb(255, 255, 255);\" class=\" list-paddingleft-2\"><li><p><span style=\"font-size: 20px; color: rgb(255, 0, 0);\"><strong>★ 私人定制:每张订单独立成团,管家式导游服务,专车,人多价更优!</strong></span></p></li><li><p><span style=\"font-size: 20px; color: rgb(255, 0, 0);\"><strong>★ 龙门石窟+少林寺;云台山体验刺激玻璃栈道!景点门票全含,全程纯玩无购物!</strong></span></p></li><li><p><span style=\"font-size: 20px; color: rgb(255, 0, 0);\"><strong>★ 一晚宿洛阳,一晚宿云台山景区内,边走边住!全程纯玩无购物,回归纯真旅游!</strong></span></p></li></ul><p><br/></p>', 'active/2018/11/sdfsdfsdgsdgss.jpeg', 'leisure', '0379-00000000', '2019-03-20 08:00:00.000000', '洛阳火车站', '2995', '2', '10', '2018-11-19 11:09:00.000000');

-- ----------------------------
-- Table structure for scenicspots_gallery
-- ----------------------------
DROP TABLE IF EXISTS `scenicspots_gallery`;
CREATE TABLE `scenicspots_gallery` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(100) NOT NULL,
  `image` varchar(100) NOT NULL,
  `add_time` datetime(6) NOT NULL,
  `spots_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `scenicspots_gallery_spots_id_43d90e33_fk_scenicspots_spots_id` (`spots_id`),
  CONSTRAINT `scenicspots_gallery_spots_id_43d90e33_fk_scenicspots_spots_id` FOREIGN KEY (`spots_id`) REFERENCES `scenicspots_spots` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of scenicspots_gallery
-- ----------------------------
INSERT INTO `scenicspots_gallery` VALUES ('1', '往事越千年', 'spots/banner/2018/10/timg.jpeg', '2018-10-16 14:31:00.000000', '1');
INSERT INTO `scenicspots_gallery` VALUES ('2', '远景', 'spots/banner/2018/10/timg_1.jpeg', '2018-10-16 14:32:00.000000', '1');
INSERT INTO `scenicspots_gallery` VALUES ('3', '庐舍那大佛', 'spots/banner/2018/10/timg_2.jpeg', '2018-10-16 14:33:00.000000', '1');
INSERT INTO `scenicspots_gallery` VALUES ('4', '奉先寺', 'spots/banner/2018/10/timg_3.jpeg', '2018-10-16 14:34:00.000000', '1');
INSERT INTO `scenicspots_gallery` VALUES ('5', '全景', 'spots/banner/2018/10/u3190787190571207846fm26gp0.jpg', '2018-10-16 14:34:00.000000', '1');
INSERT INTO `scenicspots_gallery` VALUES ('6', '白云山风光1', 'spots/banner/2018/10/43f2_b.jpg', '2018-10-16 14:35:00.000000', '2');
INSERT INTO `scenicspots_gallery` VALUES ('7', '白云山风光2', 'spots/banner/2018/10/2017050105.jpg', '2018-10-16 14:37:00.000000', '2');
INSERT INTO `scenicspots_gallery` VALUES ('8', '白云山风光3', 'spots/banner/2018/10/d01373f082025aafe06feaf1f0edab64034f1aae.jpg', '2018-10-16 14:37:00.000000', '2');
INSERT INTO `scenicspots_gallery` VALUES ('9', '全景', 'spots/banner/2018/10/国花园.jpeg', '2018-10-16 14:38:00.000000', '5');
INSERT INTO `scenicspots_gallery` VALUES ('10', '东门', 'spots/banner/2018/10/sdfasfsd.jpeg', '2018-10-16 14:39:00.000000', '5');
INSERT INTO `scenicspots_gallery` VALUES ('11', '西门', 'spots/banner/2018/10/15643.jpeg', '2018-10-16 14:39:00.000000', '5');
INSERT INTO `scenicspots_gallery` VALUES ('12', '马寺钟声', 'spots/banner/2018/10/dsefsfg.jpeg', '2018-10-16 14:40:00.000000', '4');
INSERT INTO `scenicspots_gallery` VALUES ('13', '白马寺', 'spots/banner/2018/10/safasfg.jpeg', '2018-10-16 14:41:00.000000', '4');
INSERT INTO `scenicspots_gallery` VALUES ('14', '马寺印象', 'spots/banner/2018/10/dfsafsfg.jpeg', '2018-10-16 14:41:00.000000', '4');
INSERT INTO `scenicspots_gallery` VALUES ('15', '鸡冠洞1', 'spots/banner/2018/10/013e355875ca65a801219c77a66943.jpg1280w_1l_2o_100sh.jpg', '2018-10-16 14:43:00.000000', '3');
INSERT INTO `scenicspots_gallery` VALUES ('16', '鸡冠洞2', 'spots/banner/2018/10/bf096b63f6246b60138698a0e1f81a4c500fa25d.jpg', '2018-10-16 14:43:00.000000', '3');
INSERT INTO `scenicspots_gallery` VALUES ('17', '鸡冠洞3', 'spots/banner/2018/10/dbb44aed2e738bd4e03f33fbab8b87d6267ff9da.jpg', '2018-10-16 14:44:00.000000', '3');
INSERT INTO `scenicspots_gallery` VALUES ('18', '鸡冠洞4', 'spots/banner/2018/10/f703738da9773912282ad258f3198618367ae2ff.jpg', '2018-10-16 14:44:00.000000', '3');
INSERT INTO `scenicspots_gallery` VALUES ('19', '鸡冠洞5', 'spots/banner/2018/10/u5763711552706764766fm26gp0.jpg', '2018-10-16 14:44:00.000000', '3');

-- ----------------------------
-- Table structure for scenicspots_spots
-- ----------------------------
DROP TABLE IF EXISTS `scenicspots_spots`;
CREATE TABLE `scenicspots_spots` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(30) NOT NULL,
  `content` longtext NOT NULL,
  `image` varchar(100) NOT NULL,
  `picture` varchar(100) NOT NULL,
  `classification` varchar(10) NOT NULL,
  `phone` varchar(15) NOT NULL,
  `businessHours` varchar(10) NOT NULL,
  `address` varchar(50) NOT NULL,
  `price` double NOT NULL,
  `add_times` datetime(6) NOT NULL,
  `x` decimal(9,6) NOT NULL,
  `y` decimal(9,6) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of scenicspots_spots
-- ----------------------------
INSERT INTO `scenicspots_spots` VALUES ('1', '龙门石窟', '<p><span style=\"background-color: rgb(255, 255, 255); font-family: 宋体; font-size: 14px;\">  龙门石窟位于洛阳市区南12公里处,是与大同云岗石窟、敦煌千佛洞石窟齐名的我国三大石窟之一,国家5A景区。</span><br/> </p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  龙门是一个风景秀丽的地方,这里有东、西两座青山对峙,伊水缓缓北流。远远望去,犹如一座天然门阙,所以古称“伊阙”。“伊阙”,自古以来,已成为游龙门的第一景观。唐诗人白居易曾说过:“洛阳四郊山水之胜,龙门首焉”。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  龙门石窟始凿于北魏孝文帝迁都洛阳(公元494年)前后,后来,历经东魏、北齐、北周,到隋唐至宋等朝代又连续大规模营造达400余年之久。密布于伊水东西两山的峭壁上,南北长达1公里,共有97000余尊佛像,1300多个石窟。现存窟龛2345个,题记和碑刻3600余品,佛塔50余座,造像10万余尊。其中最大的佛像高达17.14米,最小的仅有2厘米。这些都体现出了我国古代劳动人民很高的艺术造诣。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  奉先寺是龙门唐代石窟中最大的一个石窟,长宽各30余米。据碑文记载,此窟开凿于唐代武则天时期,历时三年。洞中佛像明显体现了唐代佛像艺术特点,面形丰肥、两耳下垂,形态0、安详、温存、亲切,极为动人。石窟正中卢舍那佛坐像为龙门石窟最大佛像,身高17.14米,头高4米,耳朵长1.9米,造型丰满,仪表堂皇,衣纹流畅,具有高度的艺术感染力,实在是一件精美绝伦的艺术杰作。据佛经说,卢舍那意即光明普照。这尊佛像,丰颐秀目,嘴角微翘,呈微笑状,头部稍低,略作俯视态,宛若一位睿智而慈祥的中年妇女,令人敬而不惧。有人评论说,在塑造这尊佛像时,把高尚的情操、丰富的感情、开阔的胸怀和典雅的外貌完美地结合在一起,因此,她具有巨大的艺术魅力。卢舍那佛像两边还有二弟子迦叶和阿难,形态温顺虔诚,二菩萨和善开朗。天王手托宝塔,显得魁梧刚劲。而力士像就更动人了,只见他右手叉腰,左手合十,威武雄壮。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  金刚力士雕像比卢舍那佛像旁的力士像更加动人,是龙门石窟中的珍品,1953年清理洞窟积土时,在极南洞附近发现的,是被盗凿而未能运走遗留下的。只见金刚力士两眼暴突,怒视前方,二手握拳,胸上、手、腿上的肌肉高高隆起。整座雕像造型粗犷豪放,雄健有力,气势逼人。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  龙门石窟中另一个著名洞窟是宾阳洞。这个窟前后用了24年才完成,是开凿时间最长的一个洞窟。洞内有11尊大佛像。主像释迦牟尼像,高鼻大眼、体态端祥,左右二边有弟子、菩萨侍立,佛和菩萨面相清瘦,目大额平,衣锦纹理周密刻划,有明显西域艺术痕迹。窟顶雕有飞天,挺健飘逸,是北魏中期石雕艺术的杰作。洞中原有两幅大型浮雕《皇帝礼佛图》、《太后礼佛图》,画面上分别以魏孝文帝和文明皇太后为中心,前簇后拥,组成礼佛行列,构图精美,雕刻细致,艺术价值很高,是一幅反映当时帝王生活的图画。可惜被美国人勾结中国奸商盗运到美国,现分别藏于美国堪萨斯城纳尔逊艺术馆和纽约市艺术博物馆。而洞口唐宰相书法家褚遂良书碑铭,很值得一览。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  万佛洞在宾阳洞南边,洞中刻像丰富,南北石壁上刻满了小佛像,很多佛像仅一寸,或几厘米高,计有1500多尊。正壁菩萨佛像端坐于束腰八角莲花座上。束腰处有四力士,肩托仰莲。后壁刻有莲花54枝,每枝花上坐着一菩萨或供养人,壁顶上浮雕伎乐人,个个婀娜多姿,形象逼真。沿口南壁上还有一座观音菩萨像,手提净瓶举尘尾,体态圆润丰满,姿势优美,十分传神。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  古阳洞也很出名。这里有丰富造像题记,为人称道的龙门十二品,大部分集中在这里。清代学者康有为盛赞这里的书法之美为:魄力雄强、气象浑穆、笔法跳越、点画峻厚、意态奇逸、精神飞动、骨法洞达、结构天成、血肉丰美。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  还有一个药方洞,刻有140个药方,反映了我国古代医学的成就。把一些药方刻在石碑上或洞窟中,在别的地方也有发现,这是古代医学成就传之后世的一个重要方法。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  龙门石窟不仅仅是佛像雕刻技艺精湛,而石窟中造像题记也不乏艺术精品。龙门石窟造像题记遍布许许多多的洞窟,约有3600品,其中龙门二十品,是我国优秀文化遗产的一部分,在国内外学术界、书法界有很广泛的影响。龙门二十品,十九品集中于古阳洞,另有一品在西山中部偏南老龙洞崖壁的慈香窟里。古阳洞是龙门石窟中开凿最早的一个窟,凿于北魏孝文帝迁都洛阳前一年。洞内小佛龛琳琅满目,雕刻精巧。</p><p style=\"font-size: 14px; font-family: 宋体; line-height: 22.4px; padding: 0px; white-space: normal; background-color: rgb(255, 255, 255);\">  龙门石窟保留著大量的宗教、美术、书法、音乐、服饰、医药、建筑和中外交通等方面的实物史料。因此,它堪称为一座大型石刻艺术博物馆。它与甘肃敦煌莫高窟、山西大同云冈石窟并称为中国三大石刻艺术宝库。2000年11月洛阳龙门石窟被联合国教科文组织遗产委员会列入《世界遗产名录》。</p><p><br/> </p>', 'spots/thumbnail/2018/10/下载_0iTJ0CT.jpeg', 'spots/mainfigure/2018/10/u30829683821652909244fm200gp0_VO5wJX9.jpg', 'natural', '0379-65980972', '全年', '洛阳市洛龙区238省道', '120', '2018-10-16 09:50:00.000000', '112.485281', '34.567362');
INSERT INTO `scenicspots_spots` VALUES ('2', '洛阳白云山', '<p>白云山位于河南省<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E6%B4%9B%E9%98%B3\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">洛阳</a>市<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E5%B5%A9%E5%8E%BF/2542808\" data-lemmaid=\"2542808\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">嵩县</a>南部<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E4%BC%8F%E7%89%9B%E5%B1%B1/1177338\" data-lemmaid=\"1177338\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">伏牛山</a>腹地原始林区,总面积168平方公里,动物204种,植物1991种,森林覆盖率98.5%以上,被专家学者誉为“<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E8%87%AA%E7%84%B6%E5%8D%9A%E7%89%A9%E9%A6%86/7493762\" data-lemmaid=\"7493762\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">自然博物馆</a>”。</p><p>海拔1500米以上的山峰37座,其中玉皇顶海拔2216米,为白云山第一峰,是看<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E6%97%A5%E5%87%BA/25307\" data-lemmaid=\"25307\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">日出</a>观云海的最佳处之一。</p><p>白云山(Baiyun Mountain):<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E4%B8%96%E7%95%8C%E5%9C%B0%E8%B4%A8%E5%85%AC%E5%9B%AD/3604728\" data-lemmaid=\"3604728\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">世界地质公园</a>,<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E5%9B%BD%E5%AE%B6AAAAA%E7%BA%A7%E6%97%85%E6%B8%B8%E6%99%AF%E5%8C%BA\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">国家AAAAA级旅游景区</a>,国家级森林公园、<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E5%9B%BD%E5%AE%B6%E7%BA%A7%E8%87%AA%E7%84%B6%E4%BF%9D%E6%8A%A4%E5%8C%BA/7516695\" data-lemmaid=\"7516695\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">国家级自然保护区</a>,中国十佳休闲胜地,中国最美地方之一,河南省十佳景区好去处第三名。<span class=\"sup--normal\" data-sup=\"1\" style=\"font-size: 12px; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; margin-left: 2px; color: rgb(51, 102, 204); cursor: pointer; padding: 0px 2px;\">&nbsp;[1]</span><a style=\"color: rgb(19, 110, 194); position: relative; top: -50px; font-size: 0px; line-height: 0;\" name=\"ref_[1]_5065565\"></a>&nbsp;</p><p>白云山主要景区有:白云峰、玉皇顶、鸡角曼(小黄山)、九龙瀑布、原始森林五大观光区和白云湖、高山<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E6%A3%AE%E6%9E%97%E6%B0%A7%E5%90%A7/6827100\" data-lemmaid=\"6827100\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">森林氧吧</a>、高山牡丹园、<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E7%95%99%E4%BE%AF%E7%A5%A0/9710395\" data-lemmaid=\"9710395\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">留侯祠</a>、芦花谷五大休闲区。</p><p><a target=\"_blank\" href=\"https://baike.baidu.com/item/%E7%99%BD%E4%BA%91%E5%B1%B1/1365\" data-lemmaid=\"1365\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">白云山</a>融山、石、水、洞、林、草、花、鸟、兽为一体,雄、险、奇、幽、美、妙交相生辉,形成各具特色的景观区,成为中原地区集观光旅游、度假避暑、科研实习、寻古探幽为一体的复合型旅游区,被誉为“人间仙境”、“中原名山”。</p><p><br/> </p>', 'spots/thumbnail/2018/10/5aa745f69bc83_9oqheqt_CxnpWIh.jpg', 'spots/mainfigure/2018/10/659ac7198618367a4cec2e7a2e738bd4b21ce578_DQK3MNA.jpg', 'leisure', '0379-66586666', '全年', '河南省洛阳市嵩县南部伏牛山腹地原始林区', '75', '2018-10-16 09:57:00.000000', '111.859577', '33.680906');
INSERT INTO `scenicspots_spots` VALUES ('3', '鸡冠洞', '<p><span style=\"color: rgb(51, 51, 51); font-family: arial, &quot;Microsoft YaHei&quot;, 宋体, sans-serif, tahoma; font-size: 14px; background-color: rgb(255, 255, 255);\">大型石灰岩溶洞,喀斯特岩溶地貌,鸡冠洞长达5600米,供观赏长度1800余米,观赏面积2.3万平方米。5A级景区。此类洞穴在北方少见,被誉为北国第一洞府。八大景区,玉柱潭、溢彩殿、叠帏宫、洞天河、聚仙宫、瑶池宫、藏秀阁、石林坊。溢彩殿顶悬挂的钟乳石,地面上的石笋星罗棋布、流光溢彩,故而得名。各个景区都各有特色,奇异美丽。</span></p><p><br/> </p><p>鸡冠洞位于河南省<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E6%B4%9B%E9%98%B3%E5%B8%82\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">洛阳市</a><a target=\"_blank\" href=\"https://baike.baidu.com/item/%E6%A0%BE%E5%B7%9D%E5%8E%BF/2542573\" data-lemmaid=\"2542573\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">栾川县</a>,县城西三公里,<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E7%A7%A6%E5%B2%AD\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">秦岭</a>余脉<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E4%BC%8F%E7%89%9B%E5%B1%B1\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">伏牛山</a>支脉鸡冠山的半山腰上,海拔1021米。</p><p>鸡冠洞是一处大型的石灰岩溶洞,喀斯特岩溶地貌,鸡冠洞长达5600米,供观赏长度1800余米,观赏面积2.3万平方米。此类洞穴在北方少见,被誉为北国第一洞府。</p><p>2012年1月9日被中国国家旅游局授予国家5A级旅游景区称号。</p><p><br/> </p>', 'spots/thumbnail/2018/10/eb4f9f6b-bebf-44b5-835a-5d356ab3119c_480_320_T7UrY8k.jpg', 'spots/mainfigure/2018/10/50047581-5abe-400f-90cf-5b4dd9b1a6b5_480_320_8udunHe.jpg', 'natural', '0379-00000000', '全年', '河南省洛阳市栾川县城西三公里', '80', '2018-10-16 09:59:00.000000', '111.577142', '33.789745');
INSERT INTO `scenicspots_spots` VALUES ('4', '洛阳白马寺', '<p><a target=\"_blank\" href=\"https://baike.baidu.com/item/%E7%99%BD%E9%A9%AC%E5%AF%BA/4680\" data-lemmaid=\"4680\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">白马寺</a>位于河南省洛阳市老城以东12公里,洛龙区白马寺镇内。创建于<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E4%B8%9C%E6%B1%89/395223\" data-lemmaid=\"395223\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">东汉</a>永平十一年(公元68年),中国第一<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E5%8F%A4%E5%88%B9/6565710\" data-lemmaid=\"6565710\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">古刹</a>,世界著名伽蓝,是佛教传入中国后兴建的第一座官办寺院,有<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E4%B8%AD%E5%9B%BD%E4%BD%9B%E6%95%99/364238\" data-lemmaid=\"364238\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">中国佛教</a>的“祖庭”和“释源”之称,距今已有1900多年的历史。现存的遗址古迹为元、明、清时所留。寺内保存了大量元代夹纻干漆造像如三世佛、二天将、十八罗汉等,弥足珍贵。</p><p>1961年,白马寺被中华人民共和国国务院公布为第一批<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E5%85%A8%E5%9B%BD%E9%87%8D%E7%82%B9%E6%96%87%E7%89%A9%E4%BF%9D%E6%8A%A4%E5%8D%95%E4%BD%8D\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">全国重点文物保护单位</a>。1983年,被国务院确定为全国<a target=\"_blank\" href=\"https://baike.baidu.com/item/%E6%B1%89%E4%BC%A0%E4%BD%9B%E6%95%99/3498693\" data-lemmaid=\"3498693\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">汉传佛教</a>重点寺院。2001年1月,白马寺被国家旅游局命名为首批<a target=\"_blank\" href=\"https://baike.baidu.com/item/AAAA%E7%BA%A7%E6%99%AF%E5%8C%BA\" style=\"color: rgb(19, 110, 194); text-decoration-line: none;\">AAAA级景区</a>。</p><p><br/> </p>', 'spots/thumbnail/2018/10/b151f8198618367a39ac6bc927738bd4b31ce5f9_a4KWxIC.jpg', 'spots/mainfigure/2018/10/908fa0ec08fa513d21fb78ca346d55fbb2fbd954_x4azeuQ.jpg', 'natural', '0379-63781065', '全年', '河南省洛阳市洛龙区白马寺镇', '50', '2018-10-16 10:03:00.000000', '112.611892', '34.727587');
INSERT INTO `scenicspots_spots` VALUES ('5', '中国国花园', '<p><span style=\"color: rgb(51, 51, 51); font-family: arial, 宋体, sans-serif; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);\">中国国花园始建于2001年9月,是我国目前最大的牡丹专类观赏园,位于河南省洛阳市洛河南岸隋唐城遗址之上,东起洛龙路,西至</span><a target=\"_blank\" href=\"https://baike.baidu.com/item/%E7%89%A1%E4%B8%B9%E6%A1%A5\" style=\"color: rgb(19, 110, 194); text-decoration-line: none; font-family: arial, 宋体, sans-serif; font-size: 14px; text-indent: 28px; white-space: normal; background-color: rgb(255, 255, 255);\">牡丹桥</a><span style=\"color: rgb(51, 51, 51); font-family: arial, 宋体, sans-serif; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);\">,南临洛宜路,北依</span><a target=\"_blank\" href=\"https://baike.baidu.com/item/%E6%B4%9B%E6%B2%B3\" style=\"color: rgb(19, 110, 194); text-decoration-line: none; font-family: arial, 宋体, sans-serif; font-size: 14px; text-indent: 28px; white-space: normal; background-color: rgb(255, 255, 255);\">洛河</a><span style=\"color: rgb(51, 51, 51); font-family: arial, 宋体, sans-serif; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);\">,东西长2400米,南北最宽524米,占地1548亩。中国国花园以隋唐历史文化为底蕴,以牡丹文化为主要内容,融历史文化、牡丹文化和园林景观为一体,充分展示了牡丹之美、之清、之幽,享有“中国国花第一园”之美誉。自西向东共分为六个景区,即:西入口景区、牡丹文化区、牡丹历史文化区、堤面游赏区、东入口景区、生产管理区。其中种植牡丹1000多个品种50万株,包含牡丹的九大色系,种植乔、灌木及各类植物100多个品种200余万株。在环境布置上以植物见长,自然</span><a class=\"lemma-album layout-right nslog:10000206\" title=\"洛阳半龛居士刘中州牡丹画册页\" href=\"https://baike.baidu.com/pic/%E4%B8%AD%E5%9B%BD%E5%9B%BD%E8%8A%B1%E5%9B%AD/2955321/10333718/5fdf8db1cb134954cb1c01c3544e9258d1094a13?fr=lemma&ct=cover\" target=\"_blank\" nslog-type=\"10000206\" style=\"color: rgb(19, 110, 194); text-decoration-line: none; display: block; width: 221px; border-bottom: 0px; margin: 10px 0px; position: relative; float: right; clear: right; font-family: arial, 宋体, sans-serif; font-size: 14px; text-indent: 28px; white-space: normal; background-color: rgb(255, 255, 255);\"></a></p><p></p><p><span style=\"color: rgb(51, 51, 51); font-family: arial, 宋体, sans-serif; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);\">流畅,突出体现了传统</span><a target=\"_blank\" href=\"https://baike.baidu.com/item/%E7%9A%87%E5%AE%B6%E5%9B%AD%E6%9E%97\" style=\"color: rgb(19, 110, 194); text-decoration-line: none; font-family: arial, 宋体, sans-serif; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);\">皇家园林</a><span style=\"color: rgb(51, 51, 51); font-family: arial, 宋体, sans-serif; font-size: 14px; text-indent: 28px; background-color: rgb(255, 255, 255);\">的造园风格。</span></p><p><br/></p>', 'spots/thumbnail/2018/10/timg_7Squhac.jpeg', 'spots/mainfigure/2018/10/timg_1_cKWahDn_H3hLvUv.jpeg', 'leisure', '0379-65522119', '全年', '东门:洛阳桥南,西门:牡丹桥南', '10', '2018-10-16 10:07:00.000000', '112.465145', '34.661831');

-- ----------------------------
-- Table structure for shop_product
-- ----------------------------
DROP TABLE IF EXISTS `shop_product`;
CREATE TABLE `shop_product` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(30) NOT NULL,
  `price` double NOT NULL,
  `num` int(11) NOT NULL,
  `freight` int(11) NOT NULL,
  `origin` varchar(20) NOT NULL,
  `pro_type` varchar(3) NOT NULL,
  `buyers` int(11) NOT NULL,
  `comments` int(11) NOT NULL,
  `details` longtext NOT NULL,
  `add_time` datetime(6) NOT NULL,
  `mainimg` varchar(100) NOT NULL,
  `remind` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of shop_product
-- ----------------------------
INSERT INTO `shop_product` VALUES ('1', '红心柚子10斤整箱福建平和管溪蜜柚新鲜水果包邮红肉密柚', '29.8', '473', '0', '福建漳州', 'sg', '30', '0', '<p><span style=\"color: rgb(255, 0, 0);\"><em><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">新品上市</span></em></span></p><p><span style=\"color: rgb(255, 0, 0);\"><em><span style=\"font-size: 24px; font-family: 隶书, SimLi;\"><br/> </span></em></span></p><p><span style=\"color: rgb(255, 0, 0);\"><em><span style=\"font-size: 24px; font-family: 隶书, SimLi;\"><img src=\"/media/shop/ueditor/image_20181101141949_382.png\" title=\"\" alt=\"image.png\"/> </span></em></span></p><p><span style=\"color: rgb(255, 0, 0);\"><em><span style=\"font-size: 24px; font-family: 隶书, SimLi;\"><br/> </span></em></span></p><p><span style=\"color: rgb(255, 0, 0);\"><em><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍<em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0);\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0);\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0);\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0);\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0);\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0);\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em><em style=\"color: rgb(255, 0, 0); white-space: normal;\"><span style=\"font-size: 24px; font-family: 隶书, SimLi;\">产品介绍</span></em></span></em></span></p>', '2018-08-01 10:11:00.000000', 'product/mainimg/2018/11/u8997057393192590278fm26gp0.jpg', '此商品为鲜活易腐类,不支持7天无理由退货');
INSERT INTO `shop_product` VALUES ('2', '无籽青柠檬 皮薄汁多新鲜水果 500g', '10', '553', '10', '福建厦门', 'sg', '0', '0', '<p><img src=\"/media/shop/ueditor/image_20181101142048_101.png\" title=\"\" alt=\"image.png\"/> </p>', '2018-10-06 14:20:00.000000', 'product/mainimg/2018/11/546475.jpeg', '此商品为鲜活易腐类,不支持7天无理由退货');
INSERT INTO `shop_product` VALUES ('3', '新鲜有机水果大红寒富苹果农场现摘红富士甜脆可口1斤包邮', '10', '561', '0', '辽宁鞍山', 'sg', '50', '0', '<p style=\"text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\">脆甜多汁大苹果</span></p><p style=\"text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\">脆甜多汁大苹果</span></span></p><p style=\"text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\">脆甜多汁大苹果</span></span></span></p><p style=\"text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\">脆甜多汁大苹果</span></span></span></span></p><p style=\"text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\"><span style=\"color: rgb(227, 108, 9); font-size: 36px; text-align: center;\">脆甜多汁大苹果</span></span></span></span></span></p>', '2018-11-01 14:36:00.000000', 'product/mainimg/2018/11/34553434.jpeg', null);
INSERT INTO `shop_product` VALUES ('4', '东北大米新米 农家自产长粒香大米5kg精选不抛光散装粳米10', '59', '129', '5', '东北', 'ncp', '0', '0', '<p>大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介大米简介</p>', '2018-11-01 14:42:00.000000', 'product/mainimg/2018/11/2142345.jpeg', null);
INSERT INTO `shop_product` VALUES ('5', '黄豆江西农家非转基因自种 5斤打豆浆生豆芽专用散装小黄豆', '72', '1402', '0', '江西', 'ncp', '15', '0', '<ul class=\"parameter2 p-parameter-list list-paddingleft-2\" style=\"list-style-type: none;\"><li><p style=\"text-align: center;\"><span style=\"color: rgb(255, 0, 0);\">商品名称:黄豆江西农家非转基因自种 5斤打豆浆生豆芽专用散装小黄豆</span></p></li><li><p style=\"text-align: center;\"><span style=\"color: rgb(255, 0, 0);\">商品编号:32519106186</span></p></li><li><p style=\"text-align: center;\"><span style=\"color: rgb(255, 0, 0);\">商品毛重:2.5kg</span></p></li><li><p style=\"text-align: center;\"><span style=\"color: rgb(255, 0, 0);\">货号:557403272799</span></p></li><li><p style=\"text-align: center;\"><span style=\"color: rgb(255, 0, 0);\">分类:黄豆</span></p></li></ul><p><br/> </p>', '2018-11-01 14:48:00.000000', 'product/mainimg/2018/11/u8602493881365701743fm200gp0.jpg', null);
INSERT INTO `shop_product` VALUES ('6', '纯铜梅花鹿摆件新中式家居客厅装饰品玄关茶几电视柜创意艺术工艺', '498', '25', '0', '广东中山', 'gyp', '3', '0', '<ul class=\"parameter2 p-parameter-list list-paddingleft-2\" style=\"list-style-type: none;\"><li><p>商品名称:纯铜梅花鹿摆件新中式家居客厅装饰品玄关茶几电视柜创意艺术工艺品办公室书房铜摆设开业招财乔迁礼物礼品 铜梅花鹿</p></li><li><p>商品编号:00000000</p></li><li><p>商品毛重:1.5kg</p></li><li><p>材质:铜</p></li><li><p>风格:新中式</p></li><li><p>类型:桌面摆件</p></li><li><p>分类:装饰摆件</p></li><li><p>适用场景:客厅,玄关,书房,餐厅</p></li></ul><p><br/> </p>', '2018-11-01 14:51:00.000000', 'product/mainimg/2018/11/342355.jpeg', '支持七天无理由退货');
INSERT INTO `shop_product` VALUES ('7', '木制帆船33cm深蓝色2050 客厅酒柜电视柜摆件家居装饰品', '1598', '45', '0', '浙江义乌', 'gyp', '21', '0', '<ul class=\"parameter2 p-parameter-list list-paddingleft-2\" style=\"list-style-type: none;\"><li><p>商品名称:墨斗鱼木制帆船33cm 深蓝色2050</p></li><li><p>商品编号:7476412</p></li><li><p>商品毛重:0.66kg</p></li><li><p>商品产地:浙江义乌</p></li><li><p>材质:木质</p></li><li><p>风格:现代简约</p></li><li><p>类型:桌面摆件</p></li><li><p>外观造型:建筑</p></li><li><p>分类:装饰摆件</p></li><li><p>用途:事业</p></li><li><p>适用场景:客厅,玄关,书房,餐厅</p></li></ul><p><br/> </p>', '2018-11-01 14:54:00.000000', 'product/mainimg/2018/11/123asd.jpeg', '支持七天无理由退货');
INSERT INTO `shop_product` VALUES ('8', '德芙 Dove巧克力分享碗装 丝滑牛奶巧克力 糖果巧克力', '29.8', '839', '0', '北京', 'fsp', '1', '0', '<ul class=\"parameter2 p-parameter-list list-paddingleft-2\" style=\"list-style-type: none;\"><li><p>商品名称:德芙牛奶巧克力</p></li><li><p>商品编号:1178879</p></li><li><p>商品毛重:310.00g</p></li><li><p>商品产地:北京/嘉兴</p></li><li><p>国产/进口:国产</p></li><li><p>分类:巧克力</p></li><li><p>形状:排块</p></li></ul><p><br/> </p>', '2018-11-01 14:55:00.000000', 'product/mainimg/2018/11/timg.jpeg', '');

-- ----------------------------
-- Table structure for shop_propic
-- ----------------------------
DROP TABLE IF EXISTS `shop_propic`;
CREATE TABLE `shop_propic` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `image` varchar(100) NOT NULL,
  `product_id` int(11) NOT NULL,
  `add_time` datetime(6) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `shop_propic_product_id_32f51b91_fk_shop_product_id` (`product_id`),
  CONSTRAINT `shop_propic_product_id_32f51b91_fk_shop_product_id` FOREIGN KEY (`product_id`) REFERENCES `shop_product` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of shop_propic
-- ----------------------------
INSERT INTO `shop_propic` VALUES ('1', 'product/2018/11/sdadasdsf.jpeg', '1', '2018-11-01 14:33:00.000000');
INSERT INTO `shop_propic` VALUES ('2', 'product/2018/11/u13169828951304490032fm26gp0.jpg', '1', '2018-11-01 14:34:00.000000');
INSERT INTO `shop_propic` VALUES ('3', 'product/2018/11/u18929235521492736427fm200gp0.jpg', '1', '2018-11-01 14:34:00.000000');
INSERT INTO `shop_propic` VALUES ('5', 'product/2018/11/youzi1.jpeg', '1', '2018-11-01 14:34:00.000000');
INSERT INTO `shop_propic` VALUES ('6', 'product/2018/11/u5982165093666614667fm26gp0.jpg', '2', '2018-11-01 14:35:00.000000');
INSERT INTO `shop_propic` VALUES ('7', 'product/2018/11/u7601192363179539404fm26gp0.jpg', '2', '2018-11-01 14:36:00.000000');
INSERT INTO `shop_propic` VALUES ('8', 'product/2018/11/u10823352311037865581fm200gp0.jpg', '2', '2018-11-01 14:36:00.000000');
INSERT INTO `shop_propic` VALUES ('9', 'product/2018/11/u13006401731507832118fm200gp0.jpg', '3', '2018-11-01 14:39:00.000000');
INSERT INTO `shop_propic` VALUES ('10', 'product/2018/11/u21326009963129401320fm200gp0.jpg', '3', '2018-11-01 14:40:00.000000');
INSERT INTO `shop_propic` VALUES ('11', 'product/2018/11/u2619906361712776241fm200gp0.jpg', '3', '2018-11-01 14:40:00.000000');
INSERT INTO `shop_propic` VALUES ('12', 'product/2018/11/5b6176c3N4ace3d7a.jpg', '4', '2018-11-01 14:46:00.000000');
INSERT INTO `shop_propic` VALUES ('13', 'product/2018/11/5b6176caNdd0e0859.jpg', '4', '2018-11-01 14:47:00.000000');
INSERT INTO `shop_propic` VALUES ('14', 'product/2018/11/u21469647391264340391fm200gp0.jpg', '5', '2018-11-01 14:50:00.000000');
INSERT INTO `shop_propic` VALUES ('15', 'product/2018/11/u22923944891760817181fm200gp0.jpg', '5', '2018-11-01 14:50:00.000000');
INSERT INTO `shop_propic` VALUES ('16', 'product/2018/11/u257853416681158271fm200gp0.jpg', '5', '2018-11-01 14:50:00.000000');
INSERT INTO `shop_propic` VALUES ('17', 'product/2018/11/u42067941022732747374fm26gp0.jpg', '5', '2018-11-01 14:50:00.000000');
INSERT INTO `shop_propic` VALUES ('18', 'product/2018/11/5b5edba5N60720245.jpg', '6', '2018-11-01 14:53:00.000000');
INSERT INTO `shop_propic` VALUES ('19', 'product/2018/11/5b5edba6N904080ff.jpg', '6', '2018-11-01 14:53:00.000000');
INSERT INTO `shop_propic` VALUES ('20', 'product/2018/11/5b068a12N6bb7b1e4.jpg', '7', '2018-11-01 14:55:00.000000');
INSERT INTO `shop_propic` VALUES ('21', 'product/2018/11/u12968643141600296057fm26gp0.jpg', '8', '2018-11-01 14:59:00.000000');
INSERT INTO `shop_propic` VALUES ('22', 'product/2018/11/u23076616973972066607fm26gp0.jpg', '8', '2018-11-01 14:59:00.000000');
INSERT INTO `shop_propic` VALUES ('23', 'product/2018/11/u36642129033322461283fm26gp0.jpg', '8', '2018-11-01 14:59:00.000000');

-- ----------------------------
-- Table structure for users_areainfo
-- ----------------------------
DROP TABLE IF EXISTS `users_areainfo`;
CREATE TABLE `users_areainfo` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(30) NOT NULL,
  `Parent_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `users_areainfo_Parent_id_1438e84c_fk_users_areainfo_id` (`Parent_id`),
  CONSTRAINT `users_areainfo_Parent_id_1438e84c_fk_users_areainfo_id` FOREIGN KEY (`Parent_id`) REFERENCES `users_areainfo` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=990101 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of users_areainfo
-- ----------------------------
INSERT INTO `users_areainfo` VALUES ('110000', '北京', '0');
INSERT INTO `users_areainfo` VALUES ('110100', '北京市', '110000');
INSERT INTO `users_areainfo` VALUES ('110101', '东城', '110100');
INSERT INTO `users_areainfo` VALUES ('110102', '西城', '110100');
INSERT INTO `users_areainfo` VALUES ('110103', '崇文', '110100');
INSERT INTO `users_areainfo` VALUES ('110104', '宣武', '110100');
INSERT INTO `users_areainfo` VALUES ('110105', '朝阳', '110100');
INSERT INTO `users_areainfo` VALUES ('110106', '丰台', '110100');
INSERT INTO `users_areainfo` VALUES ('110107', '石景山', '110100');
INSERT INTO `users_areainfo` VALUES ('110108', '海淀', '110100');
INSERT INTO `users_areainfo` VALUES ('110109', '门头沟', '110100');
INSERT INTO `users_areainfo` VALUES ('110111', '房山', '110100');
INSERT INTO `users_areainfo` VALUES ('110112', '通州', '110100');
INSERT INTO `users_areainfo` VALUES ('110113', '顺义', '110100');
INSERT INTO `users_areainfo` VALUES ('110114', '昌平', '110100');
INSERT INTO `users_areainfo` VALUES ('110115', '大兴', '110100');
INSERT INTO `users_areainfo` VALUES ('110116', '怀柔', '110100');
INSERT INTO `users_areainfo` VALUES ('110117', '平谷', '110100');
INSERT INTO `users_areainfo` VALUES ('110228', '密云', '110100');
INSERT INTO `users_areainfo` VALUES ('110229', '延庆', '110100');
INSERT INTO `users_areainfo` VALUES ('110230', '其它', '110100');
INSERT INTO `users_areainfo` VALUES ('120000', '天津', '0');
INSERT INTO `users_areainfo` VALUES ('120100', '天津市', '120000');
INSERT INTO `users_areainfo` VALUES ('120101', '和平', '120100');
INSERT INTO `users_areainfo` VALUES ('120102', '河东', '120100');
INSERT INTO `users_areainfo` VALUES ('120103', '河西', '120100');
INSERT INTO `users_areainfo` VALUES ('120104', '南开', '120100');
INSERT INTO `users_areainfo` VALUES ('120105', '河北', '120100');
INSERT INTO `users_areainfo` VALUES ('120106', '红桥', '120100');
INSERT INTO `users_areainfo` VALUES ('120107', '塘沽', '120100');
INSERT INTO `users_areainfo` VALUES ('120108', '汉沽', '120100');
INSERT INTO `users_areainfo` VALUES ('120109', '大港', '120100');
INSERT INTO `users_areainfo` VALUES ('120110', '东丽', '120100');
INSERT INTO `users_areainfo` VALUES ('120111', '西青', '120100');
INSERT INTO `users_areainfo` VALUES ('120112', '津南', '120100');
INSERT INTO `users_areainfo` VALUES ('120113', '北辰', '120100');
INSERT INTO `users_areainfo` VALUES ('120114', '武清', '120100');
INSERT INTO `users_areainfo` VALUES ('120115', '宝坻', '120100');
INSERT INTO `users_areainfo` VALUES ('120221', '宁河', '120100');
INSERT INTO `users_areainfo` VALUES ('120223', '静海', '120100');
INSERT INTO `users_areainfo` VALUES ('120225', '蓟县', '120100');
INSERT INTO `users_areainfo` VALUES ('120226', '其它', '120100');
INSERT INTO `users_areainfo` VALUES ('130000', '河北', '0');
INSERT INTO `users_areainfo` VALUES ('130100', '石家庄', '130000');
INSERT INTO `users_areainfo` VALUES ('130102', '长安区', '130100');
INSERT INTO `users_areainfo` VALUES ('130103', '桥东区', '130100');
INSERT INTO `users_areainfo` VALUES ('130104', '桥西区', '130100');
INSERT INTO `users_areainfo` VALUES ('130105', '新华区', '130100');
INSERT INTO `users_areainfo` VALUES ('130107', '井陉矿区', '130100');
INSERT INTO `users_areainfo` VALUES ('130108', '裕华区', '130100');
INSERT INTO `users_areainfo` VALUES ('130121', '井陉县', '130100');
INSERT INTO `users_areainfo` VALUES ('130123', '正定县', '130100');
INSERT INTO `users_areainfo` VALUES ('130124', '栾城县', '130100');
INSERT INTO `users_areainfo` VALUES ('130125', '行唐县', '130100');
INSERT INTO `users_areainfo` VALUES ('130126', '灵寿县', '130100');
INSERT INTO `users_areainfo` VALUES ('130127', '高邑县', '130100');
INSERT INTO `users_areainfo` VALUES ('130128', '深泽县', '130100');
INSERT INTO `users_areainfo` VALUES ('130129', '赞皇县', '130100');
INSERT INTO `users_areainfo` VALUES ('130130', '无极县', '130100');
INSERT INTO `users_areainfo` VALUES ('130131', '平山县', '130100');
INSERT INTO `users_areainfo` VALUES ('130132', '元氏县', '130100');
INSERT INTO `users_areainfo` VALUES ('130133', '赵县', '130100');
INSERT INTO `users_areainfo` VALUES ('130181', '辛集市', '130100');
INSERT INTO `users_areainfo` VALUES ('130182', '藁城市', '130100');
INSERT INTO `users_areainfo` VALUES ('130183', '晋州市', '130100');
INSERT INTO `users_areainfo` VALUES ('130184', '新乐市', '130100');
INSERT INTO `users_areainfo` VALUES ('130185', '鹿泉市', '130100');
INSERT INTO `users_areainfo` VALUES ('130186', '其它区', '130100');
INSERT INTO `users_areainfo` VALUES ('130200', '唐山', '130000');
INSERT INTO `users_areainfo` VALUES ('130202', '路南区', '130200');
INSERT INTO `users_areainfo` VALUES ('130203', '路北区', '130200');
INSERT INTO `users_areainfo` VALUES ('130204', '古冶区', '130200');
INSERT INTO `users_areainfo` VALUES ('130205', '开平区', '130200');
INSERT INTO `users_areainfo` VALUES ('130207', '丰南区', '130200');
INSERT INTO `users_areainfo` VALUES ('130208', '丰润区', '130200');
INSERT INTO `users_areainfo` VALUES ('130223', '滦县', '130200');
INSERT INTO `users_areainfo` VALUES ('130224', '滦南县', '130200');
INSERT INTO `users_areainfo` VALUES ('130225', '乐亭县', '130200');
INSERT INTO `users_areainfo` VALUES ('130227', '迁西县', '130200');
INSERT INTO `users_areainfo` VALUES ('130229', '玉田县', '130200');
INSERT INTO `users_areainfo` VALUES ('130230', '唐海县', '130200');
INSERT INTO `users_areainfo` VALUES ('130281', '遵化市', '130200');
INSERT INTO `users_areainfo` VALUES ('130283', '迁安市', '130200');
INSERT INTO `users_areainfo` VALUES ('130284', '其它区', '130200');
INSERT INTO `users_areainfo` VALUES ('130300', '秦皇岛', '130000');
INSERT INTO `users_areainfo` VALUES ('130302', '海港区', '130300');
INSERT INTO `users_areainfo` VALUES ('130303', '山海关区', '130300');
INSERT INTO `users_areainfo` VALUES ('130304', '北戴河区', '130300');
INSERT INTO `users_areainfo` VALUES ('130321', '青龙满族自治县', '130300');
INSERT INTO `users_areainfo` VALUES ('130322', '昌黎县', '130300');
INSERT INTO `users_areainfo` VALUES ('130323', '抚宁县', '130300');
INSERT INTO `users_areainfo` VALUES ('130324', '卢龙县', '130300');
INSERT INTO `users_areainfo` VALUES ('130398', '其它区', '130300');
INSERT INTO `users_areainfo` VALUES ('130399', '经济技术开发区', '130300');
INSERT INTO `users_areainfo` VALUES ('130400', '邯郸', '130000');
INSERT INTO `users_areainfo` VALUES ('130402', '邯山区', '130400');
INSERT INTO `users_areainfo` VALUES ('130403', '丛台区', '130400');
INSERT INTO `users_areainfo` VALUES ('130404', '复兴区', '130400');
INSERT INTO `users_areainfo` VALUES ('130406', '峰峰矿区', '130400');
INSERT INTO `users_areainfo` VALUES ('130421', '邯郸县', '130400');
INSERT INTO `users_areainfo` VALUES ('130423', '临漳县', '130400');
INSERT INTO `users_areainfo` VALUES ('130424', '成安县', '130400');
INSERT INTO `users_areainfo` VALUES ('130425', '大名县', '130400');
INSERT INTO `users_areainfo` VALUES ('130426', '涉县', '130400');
INSERT INTO `users_areainfo` VALUES ('130427', '磁县', '130400');
INSERT INTO `users_areainfo` VALUES ('130428', '肥乡县', '130400');
INSERT INTO `users_areainfo` VALUES ('130429', '永年县', '130400');
INSERT INTO `users_areainfo` VALUES ('130430', '邱县', '130400');
INSERT INTO `users_areainfo` VALUES ('130431', '鸡泽县', '130400');
INSERT INTO `users_areainfo` VALUES ('130432', '广平县', '130400');
INSERT INTO `users_areainfo` VALUES ('130433', '馆陶县', '130400');
INSERT INTO `users_areainfo` VALUES ('130434', '魏县', '130400');
INSERT INTO `users_areainfo` VALUES ('130435', '曲周县', '130400');
INSERT INTO `users_areainfo` VALUES ('130481', '武安市', '130400');
INSERT INTO `users_areainfo` VALUES ('130482', '其它区', '130400');
INSERT INTO `users_areainfo` VALUES ('130500', '邢台', '130000');
INSERT INTO `users_areainfo` VALUES ('130502', '桥东区', '130500');
INSERT INTO `users_areainfo` VALUES ('130503', '桥西区', '130500');
INSERT INTO `users_areainfo` VALUES ('130521', '邢台县', '130500');
INSERT INTO `users_areainfo` VALUES ('130522', '临城县', '130500');
INSERT INTO `users_areainfo` VALUES ('130523', '内丘县', '130500');
INSERT INTO `users_areainfo` VALUES ('130524', '柏乡县', '130500');
INSERT INTO `users_areainfo` VALUES ('130525', '隆尧县', '130500');
INSERT INTO `users_areainfo` VALUES ('130526', '任县', '130500');
INSERT INTO `users_areainfo` VALUES ('130527', '南和县', '130500');
INSERT INTO `users_areainfo` VALUES ('130528', '宁晋县', '130500');
INSERT INTO `users_areainfo` VALUES ('130529', '巨鹿县', '130500');
INSERT INTO `users_areainfo` VALUES ('130530', '新河县', '130500');
INSERT INTO `users_areainfo` VALUES ('130531', '广宗县', '130500');
INSERT INTO `users_areainfo` VALUES ('130532', '平乡县', '130500');
INSERT INTO `users_areainfo` VALUES ('130533', '威县', '130500');
INSERT INTO `users_areainfo` VALUES ('130534', '清河县', '130500');
INSERT INTO `users_areainfo` VALUES ('130535', '临西县', '130500');
INSERT INTO `users_areainfo` VALUES ('130581', '南宫市', '130500');
INSERT INTO `users_areainfo` VALUES ('130582', '沙河市', '130500');
INSERT INTO `users_areainfo` VALUES ('130583', '其它区', '130500');
INSERT INTO `users_areainfo` VALUES ('130600', '保定', '130000');
INSERT INTO `users_areainfo` VALUES ('130602', '新市区', '130600');
INSERT INTO `users_areainfo` VALUES ('130603', '北市区', '130600');
INSERT INTO `users_areainfo` VALUES ('130604', '南市区', '130600');
INSERT INTO `users_areainfo` VALUES ('130621', '满城县', '130600');
INSERT INTO `users_areainfo` VALUES ('130622', '清苑县', '130600');
INSERT INTO `users_areainfo` VALUES ('130623', '涞水县', '130600');
INSERT INTO `users_areainfo` VALUES ('130624', '阜平县', '130600');
INSERT INTO `users_areainfo` VALUES ('130625', '徐水县', '130600');
INSERT INTO `users_areainfo` VALUES ('130626', '定兴县', '130600');
INSERT INTO `users_areainfo` VALUES ('130627', '唐县', '130600');
INSERT INTO `users_areainfo` VALUES ('130628', '高阳县', '130600');
INSERT INTO `users_areainfo` VALUES ('130629', '容城县', '130600');
INSERT INTO `users_areainfo` VALUES ('130630', '涞源县', '130600');
INSERT INTO `users_areainfo` VALUES ('130631', '望都县', '130600');
INSERT INTO `users_areainfo` VALUES ('130632', '安新县', '130600');
INSERT INTO `users_areainfo` VALUES ('130633', '易县', '130600');
INSERT INTO `users_areainfo` VALUES ('130634', '曲阳县', '130600');
INSERT INTO `users_areainfo` VALUES ('130635', '蠡县', '130600');
INSERT INTO `users_areainfo` VALUES ('130636', '顺平县', '130600');
INSERT INTO `users_areainfo` VALUES ('130637', '博野县', '130600');
INSERT INTO `users_areainfo` VALUES ('130638', '雄县', '130600');
INSERT INTO `users_areainfo` VALUES ('130681', '涿州市', '130600');
INSERT INTO `users_areainfo` VALUES ('130682', '定州市', '130600');
INSERT INTO `users_areainfo` VALUES ('130683', '安国市', '130600');
INSERT INTO `users_areainfo` VALUES ('130684', '高碑店市', '130600');
INSERT INTO `users_areainfo` VALUES ('130698', '高开区', '130600');
INSERT INTO `users_areainfo` VALUES ('130699', '其它区', '130600');
INSERT INTO `users_areainfo` VALUES ('130700', '张家口', '130000');
INSERT INTO `users_areainfo` VALUES ('130702', '桥东区', '130700');
INSERT INTO `users_areainfo` VALUES ('130703', '桥西区', '130700');
INSERT INTO `users_areainfo` VALUES ('130705', '宣化区', '130700');
INSERT INTO `users_areainfo` VALUES ('130706', '下花园区', '130700');
INSERT INTO `users_areainfo` VALUES ('130721', '宣化县', '130700');
INSERT INTO `users_areainfo` VALUES ('130722', '张北县', '130700');
INSERT INTO `users_areainfo` VALUES ('130723', '康保县', '130700');
INSERT INTO `users_areainfo` VALUES ('130724', '沽源县', '130700');
INSERT INTO `users_areainfo` VALUES ('130725', '尚义县', '130700');
INSERT INTO `users_areainfo` VALUES ('130726', '蔚县', '130700');
INSERT INTO `users_areainfo` VALUES ('130727', '阳原县', '130700');
INSERT INTO `users_areainfo` VALUES ('130728', '怀安县', '130700');
INSERT INTO `users_areainfo` VALUES ('130729', '万全县', '130700');
INSERT INTO `users_areainfo` VALUES ('130730', '怀来县', '130700');
INSERT INTO `users_areainfo` VALUES ('130731', '涿鹿县', '130700');
INSERT INTO `users_areainfo` VALUES ('130732', '赤城县', '130700');
INSERT INTO `users_areainfo` VALUES ('130733', '崇礼县', '130700');
INSERT INTO `users_areainfo` VALUES ('130734', '其它区', '130700');
INSERT INTO `users_areainfo` VALUES ('130800', '承德', '130000');
INSERT INTO `users_areainfo` VALUES ('130802', '双桥区', '130800');
INSERT INTO `users_areainfo` VALUES ('130803', '双滦区', '130800');
INSERT INTO `users_areainfo` VALUES ('130804', '鹰手营子矿区', '130800');
INSERT INTO `users_areainfo` VALUES ('130821', '承德县', '130800');
INSERT INTO `users_areainfo` VALUES ('130822', '兴隆县', '130800');
INSERT INTO `users_areainfo` VALUES ('130823', '平泉县', '130800');
INSERT INTO `users_areainfo` VALUES ('130824', '滦平县', '130800');
INSERT INTO `users_areainfo` VALUES ('130825', '隆化县', '130800');
INSERT INTO `users_areainfo` VALUES ('130826', '丰宁满族自治县', '130800');
INSERT INTO `users_areainfo` VALUES ('130827', '宽城满族自治县', '130800');
INSERT INTO `users_areainfo` VALUES ('130828', '围场满族蒙古族自治县', '130800');
INSERT INTO `users_areainfo` VALUES ('130829', '其它区', '130800');
INSERT INTO `users_areainfo` VALUES ('130900', '沧州', '130000');
INSERT INTO `users_areainfo` VALUES ('130902', '新华区', '130900');
INSERT INTO `users_areainfo` VALUES ('130903', '运河区', '130900');
INSERT INTO `users_areainfo` VALUES ('130921', '沧县', '130900');
INSERT INTO `users_areainfo` VALUES ('130922', '青县', '130900');
INSERT INTO `users_areainfo` VALUES ('130923', '东光县', '130900');
INSERT INTO `users_areainfo` VALUES ('130924', '海兴县', '130900');
INSERT INTO `users_areainfo` VALUES ('130925', '盐山县', '130900');
INSERT INTO `users_areainfo` VALUES ('130926', '肃宁县', '130900');
INSERT INTO `users_areainfo` VALUES ('130927', '南皮县', '130900');
INSERT INTO `users_areainfo` VALUES ('130928', '吴桥县', '130900');
INSERT INTO `users_areainfo` VALUES ('130929', '献县', '130900');
INSERT INTO `users_areainfo` VALUES ('130930', '孟村回族自治县', '130900');
INSERT INTO `users_areainfo` VALUES ('130981', '泊头市', '130900');
INSERT INTO `users_areainfo` VALUES ('130982', '任丘市', '130900');
INSERT INTO `users_areainfo` VALUES ('130983', '黄骅市', '130900');
INSERT INTO `users_areainfo` VALUES ('130984', '河间市', '130900');
INSERT INTO `users_areainfo` VALUES ('130985', '其它区', '130900');
INSERT INTO `users_areainfo` VALUES ('131000', '廊坊', '130000');
INSERT INTO `users_areainfo` VALUES ('131002', '安次区', '131000');
INSERT INTO `users_areainfo` VALUES ('131003', '广阳区', '131000');
INSERT INTO `users_areainfo` VALUES ('131022', '固安县', '131000');
INSERT INTO `users_areainfo` VALUES ('131023', '永清县', '131000');
INSERT INTO `users_areainfo` VALUES ('131024', '香河县', '131000');
INSERT INTO `users_areainfo` VALUES ('131025', '大城县', '131000');
INSERT INTO `users_areainfo` VALUES ('131026', '文安县', '131000');
INSERT INTO `users_areainfo` VALUES ('131028', '大厂回族自治县', '131000');
INSERT INTO `users_areainfo` VALUES ('131051', '开发区', '131000');
INSERT INTO `users_areainfo` VALUES ('131052', '燕郊经济技术开发区', '131000');
INSERT INTO `users_areainfo` VALUES ('131081', '霸州市', '131000');
INSERT INTO `users_areainfo` VALUES ('131082', '三河市', '131000');
INSERT INTO `users_areainfo` VALUES ('131083', '其它区', '131000');
INSERT INTO `users_areainfo` VALUES ('131100', '衡水', '130000');
INSERT INTO `users_areainfo` VALUES ('131102', '桃城区', '131100');
INSERT INTO `users_areainfo` VALUES ('131121', '枣强县', '131100');
INSERT INTO `users_areainfo` VALUES ('131122', '武邑县', '131100');
INSERT INTO `users_areainfo` VALUES ('131123', '武强县', '131100');
INSERT INTO `users_areainfo` VALUES ('131124', '饶阳县', '131100');
INSERT INTO `users_areainfo` VALUES ('131125', '安平县', '131100');
INSERT INTO `users_areainfo` VALUES ('131126', '故城县', '131100');
INSERT INTO `users_areainfo` VALUES ('131127', '景县', '131100');
INSERT INTO `users_areainfo` VALUES ('131128', '阜城县', '131100');
INSERT INTO `users_areainfo` VALUES ('131181', '冀州市', '131100');
INSERT INTO `users_areainfo` VALUES ('131182', '深州市', '131100');
INSERT INTO `users_areainfo` VALUES ('131183', '其它区', '131100');
INSERT INTO `users_areainfo` VALUES ('140000', '山西', '0');
INSERT INTO `users_areainfo` VALUES ('140100', '太原', '140000');
INSERT INTO `users_areainfo` VALUES ('140105', '小店区', '140100');
INSERT INTO `users_areainfo` VALUES ('140106', '迎泽区', '140100');
INSERT INTO `users_areainfo` VALUES ('140107', '杏花岭区', '140100');
INSERT INTO `users_areainfo` VALUES ('140108', '尖草坪区', '140100');
INSERT INTO `users_areainfo` VALUES ('140109', '万柏林区', '140100');
INSERT INTO `users_areainfo` VALUES ('140110', '晋源区', '140100');
INSERT INTO `users_areainfo` VALUES ('140121', '清徐县', '140100');
INSERT INTO `users_areainfo` VALUES ('140122', '阳曲县', '140100');
INSERT INTO `users_areainfo` VALUES ('140123', '娄烦县', '140100');
INSERT INTO `users_areainfo` VALUES ('140181', '古交市', '140100');
INSERT INTO `users_areainfo` VALUES ('140182', '其它区', '140100');
INSERT INTO `users_areainfo` VALUES ('140200', '大同', '140000');
INSERT INTO `users_areainfo` VALUES ('140202', '城区', '140200');
INSERT INTO `users_areainfo` VALUES ('140203', '矿区', '140200');
INSERT INTO `users_areainfo` VALUES ('140211', '南郊区', '140200');
INSERT INTO `users_areainfo` VALUES ('140212', '新荣区', '140200');
INSERT INTO `users_areainfo` VALUES ('140221', '阳高县', '140200');
INSERT INTO `users_areainfo` VALUES ('140222', '天镇县', '140200');
INSERT INTO `users_areainfo` VALUES ('140223', '广灵县', '140200');
INSERT INTO `users_areainfo` VALUES ('140224', '灵丘县', '140200');
INSERT INTO `users_areainfo` VALUES ('140225', '浑源县', '140200');
INSERT INTO `users_areainfo` VALUES ('140226', '左云县', '140200');
INSERT INTO `users_areainfo` VALUES ('140227', '大同县', '140200');
INSERT INTO `users_areainfo` VALUES ('140228', '其它区', '140200');
INSERT INTO `users_areainfo` VALUES ('140300', '阳泉', '140000');
INSERT INTO `users_areainfo` VALUES ('140302', '城区', '140300');
INSERT INTO `users_areainfo` VALUES ('140303', '矿区', '140300');
INSERT INTO `users_areainfo` VALUES ('140311', '郊区', '140300');
INSERT INTO `users_areainfo` VALUES ('140321', '平定县', '140300');
INSERT INTO `users_areainfo` VALUES ('140322', '盂县', '140300');
INSERT INTO `users_areainfo` VALUES ('140323', '其它区', '140300');
INSERT INTO `users_areainfo` VALUES ('140400', '长治', '140000');
INSERT INTO `users_areainfo` VALUES ('140421', '长治县', '140400');
INSERT INTO `users_areainfo` VALUES ('140423', '襄垣县', '140400');
INSERT INTO `users_areainfo` VALUES ('140424', '屯留县', '140400');
INSERT INTO `users_areainfo` VALUES ('140425', '平顺县', '140400');
INSERT INTO `users_areainfo` VALUES ('140426', '黎城县', '140400');
INSERT INTO `users_areainfo` VALUES ('140427', '壶关县', '140400');
INSERT INTO `users_areainfo` VALUES ('140428', '长子县', '140400');
INSERT INTO `users_areainfo` VALUES ('140429', '武乡县', '140400');
INSERT INTO `users_areainfo` VALUES ('140430', '沁县', '140400');
INSERT INTO `users_areainfo` VALUES ('140431', '沁源县', '140400');
INSERT INTO `users_areainfo` VALUES ('140481', '潞城市', '140400');
INSERT INTO `users_areainfo` VALUES ('140482', '城区', '140400');
INSERT INTO `users_areainfo` VALUES ('140483', '郊区', '140400');
INSERT INTO `users_areainfo` VALUES ('140484', '高新区', '140400');
INSERT INTO `users_areainfo` VALUES ('140485', '其它区', '140400');
INSERT INTO `users_areainfo` VALUES ('140500', '晋城', '140000');
INSERT INTO `users_areainfo` VALUES ('140502', '城区', '140500');
INSERT INTO `users_areainfo` VALUES ('140521', '沁水县', '140500');
INSERT INTO `users_areainfo` VALUES ('140522', '阳城县', '140500');
INSERT INTO `users_areainfo` VALUES ('140524', '陵川县', '140500');
INSERT INTO `users_areainfo` VALUES ('140525', '泽州县', '140500');
INSERT INTO `users_areainfo` VALUES ('140581', '高平市', '140500');
INSERT INTO `users_areainfo` VALUES ('140582', '其它区', '140500');
INSERT INTO `users_areainfo` VALUES ('140600', '朔州', '140000');
INSERT INTO `users_areainfo` VALUES ('140602', '朔城区', '140600');
INSERT INTO `users_areainfo` VALUES ('140603', '平鲁区', '140600');
INSERT INTO `users_areainfo` VALUES ('140621', '山阴县', '140600');
INSERT INTO `users_areainfo` VALUES ('140622', '应县', '140600');
INSERT INTO `users_areainfo` VALUES ('140623', '右玉县', '140600');
INSERT INTO `users_areainfo` VALUES ('140624', '怀仁县', '140600');
INSERT INTO `users_areainfo` VALUES ('140625', '其它区', '140600');
INSERT INTO `users_areainfo` VALUES ('140700', '晋中', '140000');
INSERT INTO `users_areainfo` VALUES ('140702', '榆次区', '140700');
INSERT INTO `users_areainfo` VALUES ('140721', '榆社县', '140700');
INSERT INTO `users_areainfo` VALUES ('140722', '左权县', '140700');
INSERT INTO `users_areainfo` VALUES ('140723', '和顺县', '140700');
INSERT INTO `users_areainfo` VALUES ('140724', '昔阳县', '140700');
INSERT INTO `users_areainfo` VALUES ('140725', '寿阳县', '140700');
INSERT INTO `users_areainfo` VALUES ('140726', '太谷县', '140700');
INSERT INTO `users_areainfo` VALUES ('140727', '祁县', '140700');
INSERT INTO `users_areainfo` VALUES ('140728', '平遥县', '140700');
INSERT INTO `users_areainfo` VALUES ('140729', '灵石县', '140700');
INSERT INTO `users_areainfo` VALUES ('140781', '介休市', '140700');
INSERT INTO `users_areainfo` VALUES ('140782', '其它区', '140700');
INSERT INTO `users_areainfo` VALUES ('140800', '运城', '140000');
INSERT INTO `users_areainfo` VALUES ('140802', '盐湖区', '140800');
INSERT INTO `users_areainfo` VALUES ('140821', '临猗县', '140800');
INSERT INTO `users_areainfo` VALUES ('140822', '万荣县', '140800');
INSERT INTO `users_areainfo` VALUES ('140823', '闻喜县', '140800');
INSERT INTO `users_areainfo` VALUES ('140824', '稷山县', '140800');
INSERT INTO `users_areainfo` VALUES ('140825', '新绛县', '140800');
INSERT INTO `users_areainfo` VALUES ('140826', '绛县', '140800');
INSERT INTO `users_areainfo` VALUES ('140827', '垣曲县', '140800');
INSERT INTO `users_areainfo` VALUES ('140828', '夏县', '140800');
INSERT INTO `users_areainfo` VALUES ('140829', '平陆县', '140800');
INSERT INTO `users_areainfo` VALUES ('140830', '芮城县', '140800');
INSERT INTO `users_areainfo` VALUES ('140881', '永济市', '140800');
INSERT INTO `users_areainfo` VALUES ('140882', '河津市', '140800');
INSERT INTO `users_areainfo` VALUES ('140883', '其它区', '140800');
INSERT INTO `users_areainfo` VALUES ('140900', '忻州', '140000');
INSERT INTO `users_areainfo` VALUES ('140902', '忻府区', '140900');
INSERT INTO `users_areainfo` VALUES ('140921', '定襄县', '140900');
INSERT INTO `users_areainfo` VALUES ('140922', '五台县', '140900');
INSERT INTO `users_areainfo` VALUES ('140923', '代县', '140900');
INSERT INTO `users_areainfo` VALUES ('140924', '繁峙县', '140900');
INSERT INTO `users_areainfo` VALUES ('140925', '宁武县', '140900');
INSERT INTO `users_areainfo` VALUES ('140926', '静乐县', '140900');
INSERT INTO `users_areainfo` VALUES ('140927', '神池县', '140900');
INSERT INTO `users_areainfo` VALUES ('140928', '五寨县', '140900');
INSERT INTO `users_areainfo` VALUES ('140929', '岢岚县', '140900');
INSERT INTO `users_areainfo` VALUES ('140930', '河曲县', '140900');
INSERT INTO `users_areainfo` VALUES ('140931', '保德县', '140900');
INSERT INTO `users_areainfo` VALUES ('140932', '偏关县', '140900');
INSERT INTO `users_areainfo` VALUES ('140981', '原平市', '140900');
INSERT INTO `users_areainfo` VALUES ('140982', '其它区', '140900');
INSERT INTO `users_areainfo` VALUES ('141000', '临汾', '140000');
INSERT INTO `users_areainfo` VALUES ('141002', '尧都区', '141000');
INSERT INTO `users_areainfo` VALUES ('141021', '曲沃县', '141000');
INSERT INTO `users_areainfo` VALUES ('141022', '翼城县', '141000');
INSERT INTO `users_areainfo` VALUES ('141023', '襄汾县', '141000');
INSERT INTO `users_areainfo` VALUES ('141024', '洪洞县', '141000');
INSERT INTO `users_areainfo` VALUES ('141025', '古县', '141000');
INSERT INTO `users_areainfo` VALUES ('141026', '安泽县', '141000');
INSERT INTO `users_areainfo` VALUES ('141027', '浮山县', '141000');
INSERT INTO `users_areainfo` VALUES ('141028', '吉县', '141000');
INSERT INTO `users_areainfo` VALUES ('141029', '乡宁县', '141000');
INSERT INTO `users_areainfo` VALUES ('141030', '大宁县', '141000');
INSERT INTO `users_areainfo` VALUES ('141031', '隰县', '141000');
INSERT INTO `users_areainfo` VALUES ('141032', '永和县', '141000');
INSERT INTO `users_areainfo` VALUES ('141033', '蒲县', '141000');
INSERT INTO `users_areainfo` VALUES ('141034', '汾西县', '141000');
INSERT INTO `users_areainfo` VALUES ('141081', '侯马市', '141000');
INSERT INTO `users_areainfo` VALUES ('141082', '霍州市', '141000');
INSERT INTO `users_areainfo` VALUES ('141083', '其它区', '141000');
INSERT INTO `users_areainfo` VALUES ('141100', '吕梁', '140000');
INSERT INTO `users_areainfo` VALUES ('141102', '离石区', '141100');
INSERT INTO `users_areainfo` VALUES ('141121', '文水县', '141100');
INSERT INTO `users_areainfo` VALUES ('141122', '交城县', '141100');
INSERT INTO `users_areainfo` VALUES ('141123', '兴县', '141100');
INSERT INTO `users_areainfo` VALUES ('141124', '临县', '141100');
INSERT INTO `users_areainfo` VALUES ('141125', '柳林县', '141100');
INSERT INTO `users_areainfo` VALUES ('141126', '石楼县', '141100');
INSERT INTO `users_areainfo` VALUES ('141127', '岚县', '141100');
INSERT INTO `users_areainfo` VALUES ('141128', '方山县', '141100');
INSERT INTO `users_areainfo` VALUES ('141129', '中阳县', '141100');
INSERT INTO `users_areainfo` VALUES ('141130', '交口县', '141100');
INSERT INTO `users_areainfo` VALUES ('141181', '孝义市', '141100');
INSERT INTO `users_areainfo` VALUES ('141182', '汾阳市', '141100');
INSERT INTO `users_areainfo` VALUES ('141183', '其它区', '141100');
INSERT INTO `users_areainfo` VALUES ('150000', '内蒙', '0');
INSERT INTO `users_areainfo` VALUES ('150100', '呼和浩特', '150000');
INSERT INTO `users_areainfo` VALUES ('150102', '新城区', '150100');
INSERT INTO `users_areainfo` VALUES ('150103', '回民区', '150100');
INSERT INTO `users_areainfo` VALUES ('150104', '玉泉区', '150100');
INSERT INTO `users_areainfo` VALUES ('150105', '赛罕区', '150100');
INSERT INTO `users_areainfo` VALUES ('150121', '土默特左旗', '150100');
INSERT INTO `users_areainfo` VALUES ('150122', '托克托县', '150100');
INSERT INTO `users_areainfo` VALUES ('150123', '和林格尔县', '150100');
INSERT INTO `users_areainfo` VALUES ('150124', '清水河县', '150100');
INSERT INTO `users_areainfo` VALUES ('150125', '武川县', '150100');
INSERT INTO `users_areainfo` VALUES ('150126', '其它区', '150100');
INSERT INTO `users_areainfo` VALUES ('150200', '包头', '150000');
INSERT INTO `users_areainfo` VALUES ('150202', '东河区', '150200');
INSERT INTO `users_areainfo` VALUES ('150203', '昆都仑区', '150200');
INSERT INTO `users_areainfo` VALUES ('150204', '青山区', '150200');
INSERT INTO `users_areainfo` VALUES ('150205', '石拐区', '150200');
INSERT INTO `users_areainfo` VALUES ('150206', '白云矿区', '150200');
INSERT INTO `users_areainfo` VALUES ('150207', '九原区', '150200');
INSERT INTO `users_areainfo` VALUES ('150221', '土默特右旗', '150200');
INSERT INTO `users_areainfo` VALUES ('150222', '固阳县', '150200');
INSERT INTO `users_areainfo` VALUES ('150223', '达尔罕茂明安联合旗', '150200');
INSERT INTO `users_areainfo` VALUES ('150224', '其它区', '150200');
INSERT INTO `users_areainfo` VALUES ('150300', '乌海', '150000');
INSERT INTO `users_areainfo` VALUES ('150302', '海勃湾区', '150300');
INSERT INTO `users_areainfo` VALUES ('150303', '海南区', '150300');
INSERT INTO `users_areainfo` VALUES ('150304', '乌达区', '150300');
INSERT INTO `users_areainfo` VALUES ('150305', '其它区', '150300');
INSERT INTO `users_areainfo` VALUES ('150400', '赤峰', '150000');
INSERT INTO `users_areainfo` VALUES ('150402', '红山区', '150400');
INSERT INTO `users_areainfo` VALUES ('150403', '元宝山区', '150400');
INSERT INTO `users_areainfo` VALUES ('150404', '松山区', '150400');
INSERT INTO `users_areainfo` VALUES ('150421', '阿鲁科尔沁旗', '150400');
INSERT INTO `users_areainfo` VALUES ('150422', '巴林左旗', '150400');
INSERT INTO `users_areainfo` VALUES ('150423', '巴林右旗', '150400');
INSERT INTO `users_areainfo` VALUES ('150424', '林西县', '150400');
INSERT INTO `users_areainfo` VALUES ('150425', '克什克腾旗', '150400');
INSERT INTO `users_areainfo` VALUES ('150426', '翁牛特旗', '150400');
INSERT INTO `users_areainfo` VALUES ('150428', '喀喇沁旗', '150400');
INSERT INTO `users_areainfo` VALUES ('150429', '宁城县', '150400');
INSERT INTO `users_areainfo` VALUES ('150430', '敖汉旗', '150400');
INSERT INTO `users_areainfo` VALUES ('150431', '其它区', '150400');
INSERT INTO `users_areainfo` VALUES ('150500', '通辽', '150000');
INSERT INTO `users_areainfo` VALUES ('150502', '科尔沁区', '150500');
INSERT INTO `users_areainfo` VALUES ('150521', '科尔沁左翼中旗', '150500');
INSERT INTO `users_areainfo` VALUES ('150522', '科尔沁左翼后旗', '150500');
INSERT INTO `users_areainfo` VALUES ('150523', '开鲁县', '150500');
INSERT INTO `users_areainfo` VALUES ('150524', '库伦旗', '150500');
INSERT INTO `users_areainfo` VALUES ('150525', '奈曼旗', '150500');
INSERT INTO `users_areainfo` VALUES ('150526', '扎鲁特旗', '150500');
INSERT INTO `users_areainfo` VALUES ('150581', '霍林郭勒市', '150500');
INSERT INTO `users_areainfo` VALUES ('150582', '其它区', '150500');
INSERT INTO `users_areainfo` VALUES ('150600', '鄂尔多斯', '150000');
INSERT INTO `users_areainfo` VALUES ('150602', '东胜区', '150600');
INSERT INTO `users_areainfo` VALUES ('150621', '达拉特旗', '150600');
INSERT INTO `users_areainfo` VALUES ('150622', '准格尔旗', '150600');
INSERT INTO `users_areainfo` VALUES ('150623', '鄂托克前旗', '150600');
INSERT INTO `users_areainfo` VALUES ('150624', '鄂托克旗', '150600');
INSERT INTO `users_areainfo` VALUES ('150625', '杭锦旗', '150600');
INSERT INTO `users_areainfo` VALUES ('150626', '乌审旗', '150600');
INSERT INTO `users_areainfo` VALUES ('150627', '伊金霍洛旗', '150600');
INSERT INTO `users_areainfo` VALUES ('150628', '其它区', '150600');
INSERT INTO `users_areainfo` VALUES ('150700', '呼伦贝尔', '150000');
INSERT INTO `users_areainfo` VALUES ('150702', '海拉尔区', '150700');
INSERT INTO `users_areainfo` VALUES ('150721', '阿荣旗', '150700');
INSERT INTO `users_areainfo` VALUES ('150722', '莫力达瓦达斡尔族自治旗', '150700');
INSERT INTO `users_areainfo` VALUES ('150723', '鄂伦春自治旗', '150700');
INSERT INTO `users_areainfo` VALUES ('150724', '鄂温克族自治旗', '150700');
INSERT INTO `users_areainfo` VALUES ('150725', '陈巴尔虎旗', '150700');
INSERT INTO `users_areainfo` VALUES ('150726', '新巴尔虎左旗', '150700');
INSERT INTO `users_areainfo` VALUES ('150727', '新巴尔虎右旗', '150700');
INSERT INTO `users_areainfo` VALUES ('150781', '满洲里市', '150700');
INSERT INTO `users_areainfo` VALUES ('150782', '牙克石市', '150700');
INSERT INTO `users_areainfo` VALUES ('150783', '扎兰屯市', '150700');
INSERT INTO `users_areainfo` VALUES ('150784', '额尔古纳市', '150700');
INSERT INTO `users_areainfo` VALUES ('150785', '根河市', '150700');
INSERT INTO `users_areainfo` VALUES ('150786', '其它区', '150700');
INSERT INTO `users_areainfo` VALUES ('150800', '巴彦淖尔', '150000');
INSERT INTO `users_areainfo` VALUES ('150802', '临河区', '150800');
INSERT INTO `users_areainfo` VALUES ('150821', '五原县', '150800');
INSERT INTO `users_areainfo` VALUES ('150822', '磴口县', '150800');
INSERT INTO `users_areainfo` VALUES ('150823', '乌拉特前旗', '150800');
INSERT INTO `users_areainfo` VALUES ('150824', '乌拉特中旗', '150800');
INSERT INTO `users_areainfo` VALUES ('150825', '乌拉特后旗', '150800');
INSERT INTO `users_areainfo` VALUES ('150826', '杭锦后旗', '150800');
INSERT INTO `users_areainfo` VALUES ('150827', '其它区', '150800');
INSERT INTO `users_areainfo` VALUES ('150900', '乌兰察布', '150000');
INSERT INTO `users_areainfo` VALUES ('150902', '集宁区', '150900');
INSERT INTO `users_areainfo` VALUES ('150921', '卓资县', '150900');
INSERT INTO `users_areainfo` VALUES ('150922', '化德县', '150900');
INSERT INTO `users_areainfo` VALUES ('150923', '商都县', '150900');
INSERT INTO `users_areainfo` VALUES ('150924', '兴和县', '150900');
INSERT INTO `users_areainfo` VALUES ('150925', '凉城县', '150900');
INSERT INTO `users_areainfo` VALUES ('150926', '察哈尔右翼前旗', '150900');
INSERT INTO `users_areainfo` VALUES ('150927', '察哈尔右翼中旗', '150900');
INSERT INTO `users_areainfo` VALUES ('150928', '察哈尔右翼后旗', '150900');
INSERT INTO `users_areainfo` VALUES ('150929', '四子王旗', '150900');
INSERT INTO `users_areainfo` VALUES ('150981', '丰镇市', '150900');
INSERT INTO `users_areainfo` VALUES ('150982', '其它区', '150900');
INSERT INTO `users_areainfo` VALUES ('152200', '兴安盟', '150000');
INSERT INTO `users_areainfo` VALUES ('152201', '乌兰浩特市', '152200');
INSERT INTO `users_areainfo` VALUES ('152202', '阿尔山市', '152200');
INSERT INTO `users_areainfo` VALUES ('152221', '科尔沁右翼前旗', '152200');
INSERT INTO `users_areainfo` VALUES ('152222', '科尔沁右翼中旗', '152200');
INSERT INTO `users_areainfo` VALUES ('152223', '扎赉特旗', '152200');
INSERT INTO `users_areainfo` VALUES ('152224', '突泉县', '152200');
INSERT INTO `users_areainfo` VALUES ('152225', '其它区', '152200');
INSERT INTO `users_areainfo` VALUES ('152500', '锡林郭勒盟', '150000');
INSERT INTO `users_areainfo` VALUES ('152501', '二连浩特市', '152500');
INSERT INTO `users_areainfo` VALUES ('152502', '锡林浩特市', '152500');
INSERT INTO `users_areainfo` VALUES ('152522', '阿巴嘎旗', '152500');
INSERT INTO `users_areainfo` VALUES ('152523', '苏尼特左旗', '152500');
INSERT INTO `users_areainfo` VALUES ('152524', '苏尼特右旗', '152500');
INSERT INTO `users_areainfo` VALUES ('152525', '东乌珠穆沁旗', '152500');
INSERT INTO `users_areainfo` VALUES ('152526', '西乌珠穆沁旗', '152500');
INSERT INTO `users_areainfo` VALUES ('152527', '太仆寺旗', '152500');
INSERT INTO `users_areainfo` VALUES ('152528', '镶黄旗', '152500');
INSERT INTO `users_areainfo` VALUES ('152529', '正镶白旗', '152500');
INSERT INTO `users_areainfo` VALUES ('152530', '正蓝旗', '152500');
INSERT INTO `users_areainfo` VALUES ('152531', '多伦县', '152500');
INSERT INTO `users_areainfo` VALUES ('152532', '其它区', '152500');
INSERT INTO `users_areainfo` VALUES ('152900', '阿拉善盟', '150000');
INSERT INTO `users_areainfo` VALUES ('152921', '阿拉善左旗', '152900');
INSERT INTO `users_areainfo` VALUES ('152922', '阿拉善右旗', '152900');
INSERT INTO `users_areainfo` VALUES ('152923', '额济纳旗', '152900');
INSERT INTO `users_areainfo` VALUES ('152924', '其它区', '152900');
INSERT INTO `users_areainfo` VALUES ('210000', '辽宁', '0');
INSERT INTO `users_areainfo` VALUES ('210100', '沈阳', '210000');
INSERT INTO `users_areainfo` VALUES ('210102', '和平区', '210100');
INSERT INTO `users_areainfo` VALUES ('210103', '沈河区', '210100');
INSERT INTO `users_areainfo` VALUES ('210104', '大东区', '210100');
INSERT INTO `users_areainfo` VALUES ('210105', '皇姑区', '210100');
INSERT INTO `users_areainfo` VALUES ('210106', '铁西区', '210100');
INSERT INTO `users_areainfo` VALUES ('210111', '苏家屯区', '210100');
INSERT INTO `users_areainfo` VALUES ('210112', '东陵区', '210100');
INSERT INTO `users_areainfo` VALUES ('210113', '新城子区', '210100');
INSERT INTO `users_areainfo` VALUES ('210114', '于洪区', '210100');
INSERT INTO `users_areainfo` VALUES ('210122', '辽中县', '210100');
INSERT INTO `users_areainfo` VALUES ('210123', '康平县', '210100');
INSERT INTO `users_areainfo` VALUES ('210124', '法库县', '210100');
INSERT INTO `users_areainfo` VALUES ('210181', '新民市', '210100');
INSERT INTO `users_areainfo` VALUES ('210182', '浑南新区', '210100');
INSERT INTO `users_areainfo` VALUES ('210183', '张士开发区', '210100');
INSERT INTO `users_areainfo` VALUES ('210184', '沈北新区', '210100');
INSERT INTO `users_areainfo` VALUES ('210185', '其它区', '210100');
INSERT INTO `users_areainfo` VALUES ('210200', '大连', '210000');
INSERT INTO `users_areainfo` VALUES ('210202', '中山区', '210200');
INSERT INTO `users_areainfo` VALUES ('210203', '西岗区', '210200');
INSERT INTO `users_areainfo` VALUES ('210204', '沙河口区', '210200');
INSERT INTO `users_areainfo` VALUES ('210211', '甘井子区', '210200');
INSERT INTO `users_areainfo` VALUES ('210212', '旅顺口区', '210200');
INSERT INTO `users_areainfo` VALUES ('210213', '金州区', '210200');
INSERT INTO `users_areainfo` VALUES ('210224', '长海县', '210200');
INSERT INTO `users_areainfo` VALUES ('210251', '开发区', '210200');
INSERT INTO `users_areainfo` VALUES ('210281', '瓦房店市', '210200');
INSERT INTO `users_areainfo` VALUES ('210282', '普兰店市', '210200');
INSERT INTO `users_areainfo` VALUES ('210283', '庄河市', '210200');
INSERT INTO `users_areainfo` VALUES ('210297', '岭前区', '210200');
INSERT INTO `users_areainfo` VALUES ('210298', '其它区', '210200');
INSERT INTO `users_areainfo` VALUES ('210300', '鞍山', '210000');
INSERT INTO `users_areainfo` VALUES ('210302', '铁东区', '210300');
INSERT INTO `users_areainfo` VALUES ('210303', '铁西区', '210300');
INSERT INTO `users_areainfo` VALUES ('210304', '立山区', '210300');
INSERT INTO `users_areainfo` VALUES ('210311', '千山区', '210300');
INSERT INTO `users_areainfo` VALUES ('210321', '台安县', '210300');
INSERT INTO `users_areainfo` VALUES ('210323', '岫岩满族自治县', '210300');
INSERT INTO `users_areainfo` VALUES ('210351', '高新区', '210300');
INSERT INTO `users_areainfo` VALUES ('210381', '海城市', '210300');
INSERT INTO `users_areainfo` VALUES ('210382', '其它区', '210300');
INSERT INTO `users_areainfo` VALUES ('210400', '抚顺', '210000');
INSERT INTO `users_areainfo` VALUES ('210402', '新抚区', '210400');
INSERT INTO `users_areainfo` VALUES ('210403', '东洲区', '210400');
INSERT INTO `users_areainfo` VALUES ('210404', '望花区', '210400');
INSERT INTO `users_areainfo` VALUES ('210411', '顺城区', '210400');
INSERT INTO `users_areainfo` VALUES ('210421', '抚顺县', '210400');
INSERT INTO `users_areainfo` VALUES ('210422', '新宾满族自治县', '210400');
INSERT INTO `users_areainfo` VALUES ('210423', '清原满族自治县', '210400');
INSERT INTO `users_areainfo` VALUES ('210424', '其它区', '210400');
INSERT INTO `users_areainfo` VALUES ('210500', '本溪', '210000');
INSERT INTO `users_areainfo` VALUES ('210502', '平山区', '210500');
INSERT INTO `users_areainfo` VALUES ('210503', '溪湖区', '210500');
INSERT INTO `users_areainfo` VALUES ('210504', '明山区', '210500');
INSERT INTO `users_areainfo` VALUES ('210505', '南芬区', '210500');
INSERT INTO `users_areainfo` VALUES ('210521', '本溪满族自治县', '210500');
INSERT INTO `users_areainfo` VALUES ('210522', '桓仁满族自治县', '210500');
INSERT INTO `users_areainfo` VALUES ('210523', '其它区', '210500');
INSERT INTO `users_areainfo` VALUES ('210600', '丹东', '210000');
INSERT INTO `users_areainfo` VALUES ('210602', '元宝区', '210600');
INSERT INTO `users_areainfo` VALUES ('210603', '振兴区', '210600');
INSERT INTO `users_areainfo` VALUES ('210604', '振安区', '210600');
INSERT INTO `users_areainfo` VALUES ('210624', '宽甸满族自治县', '210600');
INSERT INTO `users_areainfo` VALUES ('210681', '东港市', '210600');
INSERT INTO `users_areainfo` VALUES ('210682', '凤城市', '210600');
INSERT INTO `users_areainfo` VALUES ('210683', '其它区', '210600');
INSERT INTO `users_areainfo` VALUES ('210700', '锦州', '210000');
INSERT INTO `users_areainfo` VALUES ('210702', '古塔区', '210700');
INSERT INTO `users_areainfo` VALUES ('210703', '凌河区', '210700');
INSERT INTO `users_areainfo` VALUES ('210711', '太和区', '210700');
INSERT INTO `users_areainfo` VALUES ('210726', '黑山县', '210700');
INSERT INTO `users_areainfo` VALUES ('210727', '义县', '210700');
INSERT INTO `users_areainfo` VALUES ('210781', '凌海市', '210700');
INSERT INTO `users_areainfo` VALUES ('210782', '北镇市', '210700');
INSERT INTO `users_areainfo` VALUES ('210783', '其它区', '210700');
INSERT INTO `users_areainfo` VALUES ('210800', '营口', '210000');
INSERT INTO `users_areainfo` VALUES ('210802', '站前区', '210800');
INSERT INTO `users_areainfo` VALUES ('210803', '西市区', '210800');
INSERT INTO `users_areainfo` VALUES ('210804', '鲅鱼圈区', '210800');
INSERT INTO `users_areainfo` VALUES ('210811', '老边区', '210800');
INSERT INTO `users_areainfo` VALUES ('210881', '盖州市', '210800');
INSERT INTO `users_areainfo` VALUES ('210882', '大石桥市', '210800');
INSERT INTO `users_areainfo` VALUES ('210883', '其它区', '210800');
INSERT INTO `users_areainfo` VALUES ('210900', '阜新', '210000');
INSERT INTO `users_areainfo` VALUES ('210902', '海州区', '210900');
INSERT INTO `users_areainfo` VALUES ('210903', '新邱区', '210900');
INSERT INTO `users_areainfo` VALUES ('210904', '太平区', '210900');
INSERT INTO `users_areainfo` VALUES ('210905', '清河门区', '210900');
INSERT INTO `users_areainfo` VALUES ('210911', '细河区', '210900');
INSERT INTO `users_areainfo` VALUES ('210921', '阜新蒙古族自治县', '210900');
INSERT INTO `users_areainfo` VALUES ('210922', '彰武
Download .txt
Showing preview only (605K chars total). Download the full file or copy to clipboard to get everything.
gitextract_lndi0tnv/

├── .gitattributes
├── README.md
├── TravelWebsite.sql
├── requirements.txt
├── templates/
│   ├── .idea/
│   │   ├── deployment.xml
│   │   ├── libraries/
│   │   │   └── R_User_Library.xml
│   │   ├── misc.xml
│   │   ├── modules.xml
│   │   ├── workspace.xml
│   │   └── 旅游网.iml
│   ├── activities.html
│   ├── activities_comments.html
│   ├── activities_list.html
│   ├── article.html
│   ├── collection_list.html
│   ├── confirm_order.html
│   ├── confirm_order2.html
│   ├── css/
│   │   ├── amazeui.css
│   │   ├── style.css
│   │   └── user.css
│   ├── fonts/
│   │   └── FontAwesome.otf
│   ├── index.html
│   ├── js/
│   │   ├── amazeui.js
│   │   ├── jquery.Spinner.js
│   │   ├── jquery.select.js
│   │   ├── jquery.superslide.2.1.1.js
│   │   └── payfor.js
│   ├── login.html
│   ├── mall_list.html
│   ├── my_contact.html
│   ├── my_head.html
│   ├── my_index.html
│   ├── my_info.html
│   ├── my_note.html
│   ├── my_note2.html
│   ├── news_list.html
│   ├── note.html
│   ├── note_comments.html
│   ├── note_list.html
│   ├── order_details.html
│   ├── post_comment.html
│   ├── project.html
│   ├── project_comments.html
│   ├── project_order.html
│   ├── register.html
│   ├── scenic.html
│   ├── scenic_comments.html
│   ├── scenic_list.html
│   ├── scenic_order.html
│   ├── security.html
│   ├── shop_car.html
│   ├── submit_orders.html
│   └── write_note.html
├── zhiqiTravel/
│   ├── .idea/
│   │   ├── misc.xml
│   │   ├── modules.xml
│   │   ├── vcs.xml
│   │   ├── webResources.xml
│   │   ├── workspace.xml
│   │   └── zhiqiTravel.iml
│   ├── apps/
│   │   ├── diarys/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── apps.py
│   │   │   ├── forms.py
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_diary_user.py
│   │   │   │   ├── 0003_auto_20181026_1325.py
│   │   │   │   ├── 0004_auto_20181026_1450.py
│   │   │   │   ├── 0005_diary_praisenum.py
│   │   │   │   ├── 0006_diary_collectnum.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── news/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── adminx.py
│   │   │   ├── apps.py
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_auto_20181011_0944.py
│   │   │   │   ├── 0003_auto_20181011_1059.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── operation/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── apps.py
│   │   │   ├── forms.py
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_auto_20181009_1624.py
│   │   │   │   ├── 0003_userfav.py
│   │   │   │   ├── 0004_shoppingcart.py
│   │   │   │   ├── 0005_auto_20181106_0941.py
│   │   │   │   ├── 0006_shopping.py
│   │   │   │   ├── 0007_productcomments.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── templatetags/
│   │   │   │   ├── __init__.py
│   │   │   │   └── operation_extras.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── pay/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── apps.py
│   │   │   ├── keys/
│   │   │   │   ├── alipay_app_private_key
│   │   │   │   └── alipay_public_key
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_orderitems_good_price.py
│   │   │   │   ├── 0003_auto_20181109_1404.py
│   │   │   │   ├── 0004_orderitems_good_image.py
│   │   │   │   ├── 0005_orderitems_good_id.py
│   │   │   │   ├── 0006_ticketsordersmaintable.py
│   │   │   │   ├── 0007_ticketsordersmaintable_cdk.py
│   │   │   │   ├── 0008_auto_20181114_1036.py
│   │   │   │   ├── 0009_auto_20181114_1317.py
│   │   │   │   ├── 0010_auto_20181119_1545.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── scenicspots/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── adminx.py
│   │   │   ├── apps.py
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_auto_20181015_1654.py
│   │   │   │   ├── 0003_auto_20181016_1625.py
│   │   │   │   ├── 0004_auto_20181119_1037.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── shop/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── adminx.py
│   │   │   ├── apps.py
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_auto_20181101_1411.py
│   │   │   │   ├── 0003_propic_add_time.py
│   │   │   │   ├── 0004_auto_20181101_1433.py
│   │   │   │   ├── 0005_auto_20181101_1520.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   ├── users/
│   │   │   ├── __init__.py
│   │   │   ├── admin.py
│   │   │   ├── adminx.py
│   │   │   ├── apps.py
│   │   │   ├── forms.py
│   │   │   ├── migrations/
│   │   │   │   ├── 0001_initial.py
│   │   │   │   ├── 0002_myuser_integral.py
│   │   │   │   ├── 0003_myuser_check_time.py
│   │   │   │   ├── 0004_auto_20181018_1601.py
│   │   │   │   ├── 0005_auto_20181018_1623.py
│   │   │   │   ├── 0006_auto_20181018_1627.py
│   │   │   │   ├── 0007_auto_20181019_1452.py
│   │   │   │   ├── 0008_auto_20181019_1523.py
│   │   │   │   ├── 0009_auto_20181109_1338.py
│   │   │   │   ├── 0010_remove_banner_index.py
│   │   │   │   ├── 0011_auto_20181120_1353.py
│   │   │   │   └── __init__.py
│   │   │   ├── models.py
│   │   │   ├── tests.py
│   │   │   ├── urls.py
│   │   │   └── views.py
│   │   └── utils/
│   │       ├── __init__.py
│   │       ├── mixin_utils.py
│   │       └── send_email.py
│   ├── extra_apps/
│   │   ├── DjangoUeditor/
│   │   │   ├── __init__.py
│   │   │   ├── adminx.py
│   │   │   ├── commands.py
│   │   │   ├── forms.py
│   │   │   ├── models.py
│   │   │   ├── readme.txt
│   │   │   ├── settings.py
│   │   │   ├── static/
│   │   │   │   └── ueditor/
│   │   │   │       ├── _examples/
│   │   │   │       │   ├── addCustomizeButton.js
│   │   │   │       │   ├── addCustomizeCombox.js
│   │   │   │       │   ├── addCustomizeDialog.js
│   │   │   │       │   ├── charts.html
│   │   │   │       │   ├── completeDemo.html
│   │   │   │       │   ├── customPluginDemo.html
│   │   │   │       │   ├── customToolbarDemo.html
│   │   │   │       │   ├── customizeDialogPage.html
│   │   │   │       │   ├── customizeToolbarUIDemo.html
│   │   │   │       │   ├── editor_api.js
│   │   │   │       │   ├── filterRuleDemo.html
│   │   │   │       │   ├── highlightDemo.html
│   │   │   │       │   ├── index.html
│   │   │   │       │   ├── jqueryCompleteDemo.html
│   │   │   │       │   ├── jqueryValidation.html
│   │   │   │       │   ├── multiDemo.html
│   │   │   │       │   ├── multiEditorWithOneInstance.html
│   │   │   │       │   ├── renderInTable.html
│   │   │   │       │   ├── resetDemo.html
│   │   │   │       │   ├── sectiondemo.html
│   │   │   │       │   ├── server/
│   │   │   │       │   │   ├── getContent.ashx
│   │   │   │       │   │   ├── getContent.asp
│   │   │   │       │   │   ├── getContent.jsp
│   │   │   │       │   │   └── getContent.php
│   │   │   │       │   ├── setWidthHeightDemo.html
│   │   │   │       │   ├── simpleDemo.html
│   │   │   │       │   ├── sortableDemo.html
│   │   │   │       │   ├── submitFormDemo.html
│   │   │   │       │   ├── textareaDemo.html
│   │   │   │       │   └── uparsedemo.html
│   │   │   │       ├── dialogs/
│   │   │   │       │   ├── anchor/
│   │   │   │       │   │   └── anchor.html
│   │   │   │       │   ├── attachment/
│   │   │   │       │   │   ├── attachment.css
│   │   │   │       │   │   ├── attachment.html
│   │   │   │       │   │   └── attachment.js
│   │   │   │       │   ├── background/
│   │   │   │       │   │   ├── background.css
│   │   │   │       │   │   ├── background.html
│   │   │   │       │   │   └── background.js
│   │   │   │       │   ├── charts/
│   │   │   │       │   │   ├── chart.config.js
│   │   │   │       │   │   ├── charts.css
│   │   │   │       │   │   ├── charts.html
│   │   │   │       │   │   └── charts.js
│   │   │   │       │   ├── emotion/
│   │   │   │       │   │   ├── emotion.css
│   │   │   │       │   │   ├── emotion.html
│   │   │   │       │   │   └── emotion.js
│   │   │   │       │   ├── gmap/
│   │   │   │       │   │   └── gmap.html
│   │   │   │       │   ├── help/
│   │   │   │       │   │   ├── help.css
│   │   │   │       │   │   ├── help.html
│   │   │   │       │   │   └── help.js
│   │   │   │       │   ├── image/
│   │   │   │       │   │   ├── image.css
│   │   │   │       │   │   ├── image.html
│   │   │   │       │   │   └── image.js
│   │   │   │       │   ├── insertframe/
│   │   │   │       │   │   └── insertframe.html
│   │   │   │       │   ├── internal.js
│   │   │   │       │   ├── link/
│   │   │   │       │   │   └── link.html
│   │   │   │       │   ├── map/
│   │   │   │       │   │   ├── map.html
│   │   │   │       │   │   └── show.html
│   │   │   │       │   ├── music/
│   │   │   │       │   │   ├── music.css
│   │   │   │       │   │   ├── music.html
│   │   │   │       │   │   └── music.js
│   │   │   │       │   ├── preview/
│   │   │   │       │   │   └── preview.html
│   │   │   │       │   ├── scrawl/
│   │   │   │       │   │   ├── scrawl.css
│   │   │   │       │   │   ├── scrawl.html
│   │   │   │       │   │   └── scrawl.js
│   │   │   │       │   ├── searchreplace/
│   │   │   │       │   │   ├── searchreplace.html
│   │   │   │       │   │   └── searchreplace.js
│   │   │   │       │   ├── snapscreen/
│   │   │   │       │   │   └── snapscreen.html
│   │   │   │       │   ├── spechars/
│   │   │   │       │   │   ├── spechars.html
│   │   │   │       │   │   └── spechars.js
│   │   │   │       │   ├── table/
│   │   │   │       │   │   ├── edittable.css
│   │   │   │       │   │   ├── edittable.html
│   │   │   │       │   │   ├── edittable.js
│   │   │   │       │   │   ├── edittd.html
│   │   │   │       │   │   └── edittip.html
│   │   │   │       │   ├── template/
│   │   │   │       │   │   ├── config.js
│   │   │   │       │   │   ├── template.css
│   │   │   │       │   │   ├── template.html
│   │   │   │       │   │   └── template.js
│   │   │   │       │   ├── video/
│   │   │   │       │   │   ├── video.css
│   │   │   │       │   │   ├── video.html
│   │   │   │       │   │   └── video.js
│   │   │   │       │   ├── webapp/
│   │   │   │       │   │   └── webapp.html
│   │   │   │       │   └── wordimage/
│   │   │   │       │       ├── fClipboard_ueditor.swf
│   │   │   │       │       ├── imageUploader.swf
│   │   │   │       │       ├── tangram.js
│   │   │   │       │       ├── wordimage.html
│   │   │   │       │       └── wordimage.js
│   │   │   │       ├── index.html
│   │   │   │       ├── lang/
│   │   │   │       │   ├── en/
│   │   │   │       │   │   └── en.js
│   │   │   │       │   └── zh-cn/
│   │   │   │       │       └── zh-cn.js
│   │   │   │       ├── php/
│   │   │   │       │   ├── Uploader.class.php
│   │   │   │       │   ├── action_crawler.php
│   │   │   │       │   ├── action_list.php
│   │   │   │       │   ├── action_upload.php
│   │   │   │       │   ├── config.json
│   │   │   │       │   └── controller.php
│   │   │   │       ├── themes/
│   │   │   │       │   ├── default/
│   │   │   │       │   │   ├── css/
│   │   │   │       │   │   │   └── ueditor.css
│   │   │   │       │   │   └── dialogbase.css
│   │   │   │       │   └── iframe.css
│   │   │   │       ├── third-party/
│   │   │   │       │   ├── SyntaxHighlighter/
│   │   │   │       │   │   ├── shCore.js
│   │   │   │       │   │   └── shCoreDefault.css
│   │   │   │       │   ├── codemirror/
│   │   │   │       │   │   ├── codemirror.css
│   │   │   │       │   │   └── codemirror.js
│   │   │   │       │   ├── highcharts/
│   │   │   │       │   │   ├── adapters/
│   │   │   │       │   │   │   ├── mootools-adapter.js
│   │   │   │       │   │   │   ├── mootools-adapter.src.js
│   │   │   │       │   │   │   ├── prototype-adapter.js
│   │   │   │       │   │   │   ├── prototype-adapter.src.js
│   │   │   │       │   │   │   ├── standalone-framework.js
│   │   │   │       │   │   │   └── standalone-framework.src.js
│   │   │   │       │   │   ├── highcharts-more.js
│   │   │   │       │   │   ├── highcharts-more.src.js
│   │   │   │       │   │   ├── highcharts.js
│   │   │   │       │   │   ├── highcharts.src.js
│   │   │   │       │   │   ├── modules/
│   │   │   │       │   │   │   ├── annotations.js
│   │   │   │       │   │   │   ├── annotations.src.js
│   │   │   │       │   │   │   ├── canvas-tools.js
│   │   │   │       │   │   │   ├── canvas-tools.src.js
│   │   │   │       │   │   │   ├── data.js
│   │   │   │       │   │   │   ├── data.src.js
│   │   │   │       │   │   │   ├── drilldown.js
│   │   │   │       │   │   │   ├── drilldown.src.js
│   │   │   │       │   │   │   ├── exporting.js
│   │   │   │       │   │   │   ├── exporting.src.js
│   │   │   │       │   │   │   ├── funnel.js
│   │   │   │       │   │   │   ├── funnel.src.js
│   │   │   │       │   │   │   ├── heatmap.js
│   │   │   │       │   │   │   ├── heatmap.src.js
│   │   │   │       │   │   │   ├── map.js
│   │   │   │       │   │   │   ├── map.src.js
│   │   │   │       │   │   │   ├── no-data-to-display.js
│   │   │   │       │   │   │   └── no-data-to-display.src.js
│   │   │   │       │   │   └── themes/
│   │   │   │       │   │       ├── dark-blue.js
│   │   │   │       │   │       ├── dark-green.js
│   │   │   │       │   │       ├── gray.js
│   │   │   │       │   │       ├── grid.js
│   │   │   │       │   │       └── skies.js
│   │   │   │       │   ├── jquery-1.10.2.js
│   │   │   │       │   ├── video-js/
│   │   │   │       │   │   ├── video-js.css
│   │   │   │       │   │   ├── video-js.swf
│   │   │   │       │   │   ├── video.dev.js
│   │   │   │       │   │   └── video.js
│   │   │   │       │   ├── webuploader/
│   │   │   │       │   │   ├── Uploader.swf
│   │   │   │       │   │   ├── webuploader.css
│   │   │   │       │   │   ├── webuploader.custom.js
│   │   │   │       │   │   ├── webuploader.flashonly.js
│   │   │   │       │   │   ├── webuploader.html5only.js
│   │   │   │       │   │   ├── webuploader.js
│   │   │   │       │   │   └── webuploader.withoutimage.js
│   │   │   │       │   └── zeroclipboard/
│   │   │   │       │       ├── ZeroClipboard.js
│   │   │   │       │       └── ZeroClipboard.swf
│   │   │   │       ├── ueditor.all.js
│   │   │   │       ├── ueditor.config.js
│   │   │   │       └── ueditor.parse.js
│   │   │   ├── templates/
│   │   │   │   ├── ueditor.html
│   │   │   │   └── ueditor_old.html
│   │   │   ├── urls.py
│   │   │   ├── utils.py
│   │   │   ├── views.py
│   │   │   └── widgets.py
│   │   └── xadmin/
│   │       ├── .tx/
│   │       │   └── config
│   │       ├── __init__.py
│   │       ├── adminx.py
│   │       ├── apps.py
│   │       ├── filters.py
│   │       ├── forms.py
│   │       ├── layout.py
│   │       ├── locale/
│   │       │   ├── de_DE/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── en/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── es_MX/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── eu/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── id_ID/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── ja/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── lt/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── nl_NL/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── pl/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── pt_BR/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   ├── ru_RU/
│   │       │   │   └── LC_MESSAGES/
│   │       │   │       ├── django.mo
│   │       │   │       ├── django.po
│   │       │   │       ├── djangojs.mo
│   │       │   │       └── djangojs.po
│   │       │   └── zh_Hans/
│   │       │       └── LC_MESSAGES/
│   │       │           ├── django.mo
│   │       │           ├── django.po
│   │       │           ├── djangojs.mo
│   │       │           └── djangojs.po
│   │       ├── migrations/
│   │       │   ├── 0001_initial.py
│   │       │   ├── 0002_log.py
│   │       │   ├── 0003_auto_20160715_0100.py
│   │       │   └── __init__.py
│   │       ├── models.py
│   │       ├── plugins/
│   │       │   ├── __init__.py
│   │       │   ├── actions.py
│   │       │   ├── aggregation.py
│   │       │   ├── ajax.py
│   │       │   ├── auth.py
│   │       │   ├── batch.py
│   │       │   ├── bookmark.py
│   │       │   ├── chart.py
│   │       │   ├── comments.py
│   │       │   ├── details.py
│   │       │   ├── editable.py
│   │       │   ├── export.py
│   │       │   ├── filters.py
│   │       │   ├── images.py
│   │       │   ├── importexport.py
│   │       │   ├── inline.py
│   │       │   ├── language.py
│   │       │   ├── layout.py
│   │       │   ├── mobile.py
│   │       │   ├── multiselect.py
│   │       │   ├── passwords.py
│   │       │   ├── portal.py
│   │       │   ├── quickfilter.py
│   │       │   ├── quickform.py
│   │       │   ├── refresh.py
│   │       │   ├── relate.py
│   │       │   ├── relfield.py
│   │       │   ├── sitemenu.py
│   │       │   ├── sortablelist.py
│   │       │   ├── themes.py
│   │       │   ├── topnav.py
│   │       │   ├── ueditor.py
│   │       │   ├── utils.py
│   │       │   ├── wizard.py
│   │       │   └── xversion.py
│   │       ├── sites.py
│   │       ├── static/
│   │       │   └── xadmin/
│   │       │       ├── component.json
│   │       │       ├── css/
│   │       │       │   ├── themes/
│   │       │       │   │   ├── bootstrap-theme.css
│   │       │       │   │   └── bootstrap-xadmin.css
│   │       │       │   ├── xadmin.form.css
│   │       │       │   ├── xadmin.main.css
│   │       │       │   ├── xadmin.mobile.css
│   │       │       │   ├── xadmin.page.dashboard.css
│   │       │       │   ├── xadmin.plugin.aggregation.css
│   │       │       │   ├── xadmin.plugin.formset.css
│   │       │       │   ├── xadmin.plugin.importexport.css
│   │       │       │   ├── xadmin.plugin.quickfilter.css
│   │       │       │   ├── xadmin.plugins.css
│   │       │       │   ├── xadmin.responsive.css
│   │       │       │   ├── xadmin.widget.editable.css
│   │       │       │   └── xadmin.widget.select-transfer.css
│   │       │       ├── js/
│   │       │       │   ├── xadmin.main.js
│   │       │       │   ├── xadmin.page.dashboard.js
│   │       │       │   ├── xadmin.page.form.js
│   │       │       │   ├── xadmin.page.list.js
│   │       │       │   ├── xadmin.plugin.actions.js
│   │       │       │   ├── xadmin.plugin.batch.js
│   │       │       │   ├── xadmin.plugin.bookmark.js
│   │       │       │   ├── xadmin.plugin.charts.js
│   │       │       │   ├── xadmin.plugin.details.js
│   │       │       │   ├── xadmin.plugin.editable.js
│   │       │       │   ├── xadmin.plugin.filters.js
│   │       │       │   ├── xadmin.plugin.formset.js
│   │       │       │   ├── xadmin.plugin.importexport.js
│   │       │       │   ├── xadmin.plugin.portal.js
│   │       │       │   ├── xadmin.plugin.quick-form.js
│   │       │       │   ├── xadmin.plugin.quickfilter.js
│   │       │       │   ├── xadmin.plugin.refresh.js
│   │       │       │   ├── xadmin.plugin.revision.js
│   │       │       │   ├── xadmin.plugin.sortablelist.js
│   │       │       │   ├── xadmin.plugin.themes.js
│   │       │       │   ├── xadmin.responsive.js
│   │       │       │   ├── xadmin.widget.datetime.js
│   │       │       │   ├── xadmin.widget.multiselect.js
│   │       │       │   ├── xadmin.widget.select-transfer.js
│   │       │       │   └── xadmin.widget.select.js
│   │       │       └── vendor/
│   │       │           ├── autotype/
│   │       │           │   └── index.js
│   │       │           ├── bootstrap/
│   │       │           │   ├── css/
│   │       │           │   │   └── bootstrap.css
│   │       │           │   └── js/
│   │       │           │       └── bootstrap.js
│   │       │           ├── bootstrap-clockpicker/
│   │       │           │   ├── bootstrap-clockpicker.css
│   │       │           │   └── bootstrap-clockpicker.js
│   │       │           ├── bootstrap-datepicker/
│   │       │           │   ├── css/
│   │       │           │   │   └── datepicker.css
│   │       │           │   └── js/
│   │       │           │       ├── bootstrap-datepicker.js
│   │       │           │       └── locales/
│   │       │           │           ├── bootstrap-datepicker.bg.js
│   │       │           │           ├── bootstrap-datepicker.ca.js
│   │       │           │           ├── bootstrap-datepicker.cs.js
│   │       │           │           ├── bootstrap-datepicker.da.js
│   │       │           │           ├── bootstrap-datepicker.de.js
│   │       │           │           ├── bootstrap-datepicker.el.js
│   │       │           │           ├── bootstrap-datepicker.es.js
│   │       │           │           ├── bootstrap-datepicker.fi.js
│   │       │           │           ├── bootstrap-datepicker.fr.js
│   │       │           │           ├── bootstrap-datepicker.he.js
│   │       │           │           ├── bootstrap-datepicker.hr.js
│   │       │           │           ├── bootstrap-datepicker.hu.js
│   │       │           │           ├── bootstrap-datepicker.id.js
│   │       │           │           ├── bootstrap-datepicker.is.js
│   │       │           │           ├── bootstrap-datepicker.it.js
│   │       │           │           ├── bootstrap-datepicker.ja.js
│   │       │           │           ├── bootstrap-datepicker.kr.js
│   │       │           │           ├── bootstrap-datepicker.lt.js
│   │       │           │           ├── bootstrap-datepicker.lv.js
│   │       │           │           ├── bootstrap-datepicker.ms.js
│   │       │           │           ├── bootstrap-datepicker.nb.js
│   │       │           │           ├── bootstrap-datepicker.nl.js
│   │       │           │           ├── bootstrap-datepicker.pl.js
│   │       │           │           ├── bootstrap-datepicker.pt-BR.js
│   │       │           │           ├── bootstrap-datepicker.pt.js
│   │       │           │           ├── bootstrap-datepicker.ro.js
│   │       │           │           ├── bootstrap-datepicker.rs-latin.js
│   │       │           │           ├── bootstrap-datepicker.rs.js
│   │       │           │           ├── bootstrap-datepicker.ru.js
│   │       │           │           ├── bootstrap-datepicker.sk.js
│   │       │           │           ├── bootstrap-datepicker.sl.js
│   │       │           │           ├── bootstrap-datepicker.sv.js
│   │       │           │           ├── bootstrap-datepicker.sw.js
│   │       │           │           ├── bootstrap-datepicker.th.js
│   │       │           │           ├── bootstrap-datepicker.tr.js
│   │       │           │           ├── bootstrap-datepicker.uk.js
│   │       │           │           ├── bootstrap-datepicker.zh-CN.js
│   │       │           │           └── bootstrap-datepicker.zh-TW.js
│   │       │           ├── bootstrap-image-gallery/
│   │       │           │   ├── css/
│   │       │           │   │   └── bootstrap-image-gallery.css
│   │       │           │   └── js/
│   │       │           │       └── bootstrap-image-gallery.js
│   │       │           ├── bootstrap-modal/
│   │       │           │   ├── css/
│   │       │           │   │   └── bootstrap-modal.css
│   │       │           │   └── js/
│   │       │           │       ├── bootstrap-modal.js
│   │       │           │       └── bootstrap-modalmanager.js
│   │       │           ├── bootstrap-multiselect/
│   │       │           │   ├── css/
│   │       │           │   │   └── bootstrap-multiselect.css
│   │       │           │   └── js/
│   │       │           │       └── bootstrap-multiselect.js
│   │       │           ├── bootstrap-timepicker/
│   │       │           │   ├── css/
│   │       │           │   │   └── bootstrap-timepicker.css
│   │       │           │   └── js/
│   │       │           │       └── bootstrap-timepicker.js
│   │       │           ├── flot/
│   │       │           │   ├── excanvas.js
│   │       │           │   ├── jquery.colorhelpers.js
│   │       │           │   ├── jquery.flot.aggregate.js
│   │       │           │   ├── jquery.flot.canvas.js
│   │       │           │   ├── jquery.flot.categories.js
│   │       │           │   ├── jquery.flot.crosshair.js
│   │       │           │   ├── jquery.flot.errorbars.js
│   │       │           │   ├── jquery.flot.fillbetween.js
│   │       │           │   ├── jquery.flot.image.js
│   │       │           │   ├── jquery.flot.js
│   │       │           │   ├── jquery.flot.navigate.js
│   │       │           │   ├── jquery.flot.pie.js
│   │       │           │   ├── jquery.flot.resize.js
│   │       │           │   ├── jquery.flot.selection.js
│   │       │           │   ├── jquery.flot.stack.js
│   │       │           │   ├── jquery.flot.symbol.js
│   │       │           │   ├── jquery.flot.threshold.js
│   │       │           │   └── jquery.flot.time.js
│   │       │           ├── font-awesome/
│   │       │           │   ├── css/
│   │       │           │   │   └── font-awesome.css
│   │       │           │   └── fonts/
│   │       │           │       └── FontAwesome.otf
│   │       │           ├── jquery/
│   │       │           │   └── jquery.js
│   │       │           ├── jquery-ui/
│   │       │           │   ├── jquery.ui.core.js
│   │       │           │   ├── jquery.ui.effect.js
│   │       │           │   ├── jquery.ui.mouse.js
│   │       │           │   ├── jquery.ui.sortable.js
│   │       │           │   └── jquery.ui.widget.js
│   │       │           ├── load-image/
│   │       │           │   └── load-image.js
│   │       │           ├── select2/
│   │       │           │   ├── select2.css
│   │       │           │   ├── select2.js
│   │       │           │   ├── select2_locale_de.js
│   │       │           │   ├── select2_locale_en.js
│   │       │           │   ├── select2_locale_es.js
│   │       │           │   ├── select2_locale_eu.js
│   │       │           │   ├── select2_locale_fr.js
│   │       │           │   ├── select2_locale_hr.js
│   │       │           │   ├── select2_locale_hu.js
│   │       │           │   ├── select2_locale_it.js
│   │       │           │   ├── select2_locale_nl.js
│   │       │           │   ├── select2_locale_pt-BR.js
│   │       │           │   ├── select2_locale_pt-PT.js
│   │       │           │   ├── select2_locale_ro.js
│   │       │           │   ├── select2_locale_ru.js
│   │       │           │   ├── select2_locale_sk.js
│   │       │           │   ├── select2_locale_sv.js
│   │       │           │   ├── select2_locale_tr.js
│   │       │           │   ├── select2_locale_ua.js
│   │       │           │   ├── select2_locale_zh-CN.js
│   │       │           │   └── select2_locale_zh-hans.js
│   │       │           ├── selectize/
│   │       │           │   ├── selectize.bootstrap2.css
│   │       │           │   ├── selectize.bootstrap3.css
│   │       │           │   ├── selectize.css
│   │       │           │   ├── selectize.default.css
│   │       │           │   ├── selectize.js
│   │       │           │   └── selectize.legacy.css
│   │       │           └── snapjs/
│   │       │               ├── snap.css
│   │       │               └── snap.js
│   │       ├── templates/
│   │       │   └── xadmin/
│   │       │       ├── 404.html
│   │       │       ├── 500.html
│   │       │       ├── auth/
│   │       │       │   ├── password_reset/
│   │       │       │   │   ├── complete.html
│   │       │       │   │   ├── confirm.html
│   │       │       │   │   ├── done.html
│   │       │       │   │   ├── email.html
│   │       │       │   │   └── form.html
│   │       │       │   └── user/
│   │       │       │       ├── add_form.html
│   │       │       │       └── change_password.html
│   │       │       ├── base.html
│   │       │       ├── base_site.html
│   │       │       ├── blocks/
│   │       │       │   ├── comm.top.setlang.html
│   │       │       │   ├── comm.top.theme.html
│   │       │       │   ├── comm.top.topnav.html
│   │       │       │   ├── modal_list.left_navbar.quickfilter.html
│   │       │       │   ├── model_form.before_fieldsets.wizard.html
│   │       │       │   ├── model_form.submit_line.wizard.html
│   │       │       │   ├── model_list.nav_form.search_form.html
│   │       │       │   ├── model_list.nav_menu.bookmarks.html
│   │       │       │   ├── model_list.nav_menu.filters.html
│   │       │       │   ├── model_list.results_bottom.actions.html
│   │       │       │   ├── model_list.results_top.charts.html
│   │       │       │   ├── model_list.results_top.date_hierarchy.html
│   │       │       │   ├── model_list.top_toolbar.exports.html
│   │       │       │   ├── model_list.top_toolbar.importexport.export.html
│   │       │       │   ├── model_list.top_toolbar.importexport.import.html
│   │       │       │   ├── model_list.top_toolbar.layouts.html
│   │       │       │   ├── model_list.top_toolbar.refresh.html
│   │       │       │   └── model_list.top_toolbar.saveorder.html
│   │       │       ├── edit_inline/
│   │       │       │   ├── accordion.html
│   │       │       │   ├── base.html
│   │       │       │   ├── blank.html
│   │       │       │   ├── one.html
│   │       │       │   ├── stacked.html
│   │       │       │   ├── tab.html
│   │       │       │   └── tabular.html
│   │       │       ├── filters/
│   │       │       │   ├── char.html
│   │       │       │   ├── checklist.html
│   │       │       │   ├── date.html
│   │       │       │   ├── fk_search.html
│   │       │       │   ├── list.html
│   │       │       │   ├── number.html
│   │       │       │   ├── quickfilter.html
│   │       │       │   └── rel.html
│   │       │       ├── forms/
│   │       │       │   └── transfer.html
│   │       │       ├── grids/
│   │       │       │   └── thumbnails.html
│   │       │       ├── import_export/
│   │       │       │   ├── export_action.html
│   │       │       │   └── import.html
│   │       │       ├── includes/
│   │       │       │   ├── box.html
│   │       │       │   ├── pagination.html
│   │       │       │   ├── sitemenu_accordion.html
│   │       │       │   ├── sitemenu_default.html
│   │       │       │   ├── submit_line.html
│   │       │       │   ├── toggle_back.html
│   │       │       │   └── toggle_menu.html
│   │       │       ├── layout/
│   │       │       │   ├── field_value.html
│   │       │       │   ├── field_value_td.html
│   │       │       │   ├── fieldset.html
│   │       │       │   ├── input_group.html
│   │       │       │   └── td-field.html
│   │       │       ├── views/
│   │       │       │   ├── app_index.html
│   │       │       │   ├── batch_change_form.html
│   │       │       │   ├── dashboard.html
│   │       │       │   ├── form.html
│   │       │       │   ├── invalid_setup.html
│   │       │       │   ├── logged_out.html
│   │       │       │   ├── login.html
│   │       │       │   ├── model_dashboard.html
│   │       │       │   ├── model_delete_confirm.html
│   │       │       │   ├── model_delete_selected_confirm.html
│   │       │       │   ├── model_detail.html
│   │       │       │   ├── model_form.html
│   │       │       │   ├── model_history.html
│   │       │       │   ├── model_list.html
│   │       │       │   ├── quick_detail.html
│   │       │       │   ├── quick_form.html
│   │       │       │   ├── recover_form.html
│   │       │       │   ├── recover_list.html
│   │       │       │   ├── revision_diff.html
│   │       │       │   └── revision_form.html
│   │       │       └── widgets/
│   │       │           ├── addform.html
│   │       │           ├── base.html
│   │       │           ├── chart.html
│   │       │           ├── list.html
│   │       │           └── qbutton.html
│   │       ├── templatetags/
│   │       │   ├── __init__.py
│   │       │   └── xadmin_tags.py
│   │       ├── util.py
│   │       ├── vendors.py
│   │       ├── views/
│   │       │   ├── __init__.py
│   │       │   ├── base.py
│   │       │   ├── dashboard.py
│   │       │   ├── delete.py
│   │       │   ├── detail.py
│   │       │   ├── edit.py
│   │       │   ├── form.py
│   │       │   ├── list.py
│   │       │   └── website.py
│   │       └── widgets.py
│   ├── manage.py
│   ├── static/
│   │   ├── css/
│   │   │   ├── 404style.css
│   │   │   ├── amazeui.css
│   │   │   ├── style.css
│   │   │   └── user.css
│   │   ├── fonts/
│   │   │   └── FontAwesome.otf
│   │   └── js/
│   │       ├── 404jquery.js
│   │       ├── 404public.js
│   │       ├── amazeui.js
│   │       ├── jquery.Spinner.js
│   │       ├── jquery.select.js
│   │       ├── jquery.superslide.2.1.1.js
│   │       ├── payfor.js
│   │       ├── ueditor.all.js
│   │       └── ueditor.config.js
│   ├── templates/
│   │   ├── 404.html
│   │   ├── 500.html
│   │   ├── PayTest.html
│   │   ├── activities.html
│   │   ├── article.html
│   │   ├── base.html
│   │   ├── collection_list.html
│   │   ├── confirm_order.html
│   │   ├── confirm_order2.html
│   │   ├── editor_note.html
│   │   ├── forget_pwd.html
│   │   ├── goods_comment.html
│   │   ├── index.html
│   │   ├── login.html
│   │   ├── mall_list.html
│   │   ├── modify_contact.html
│   │   ├── my_comments.html
│   │   ├── my_contact.html
│   │   ├── my_head.html
│   │   ├── my_index.html
│   │   ├── my_info.html
│   │   ├── my_note.html
│   │   ├── new_pwd.html
│   │   ├── news_list.html
│   │   ├── note.html
│   │   ├── note_list.html
│   │   ├── order_details.html
│   │   ├── order_details2.html
│   │   ├── project.html
│   │   ├── project_order.html
│   │   ├── register.html
│   │   ├── scenic.html
│   │   ├── scenic_list.html
│   │   ├── scenic_order.html
│   │   ├── search_results.html
│   │   ├── security.html
│   │   ├── shop_car(前端实现修改).html
│   │   ├── shop_car.html
│   │   ├── shopbase.html
│   │   ├── spots_comment.html
│   │   ├── submit_active_orders.html
│   │   ├── submit_spots_orders.html
│   │   ├── userbase.html
│   │   └── write_note.html
│   └── zhiqiTravel/
│       ├── __init__.py
│       ├── settings.py
│       ├── urls.py
│       └── wsgi.py
├── zhiqiTravelenv/
│   ├── bin/
│   │   ├── activate
│   │   ├── activate.csh
│   │   ├── activate.fish
│   │   ├── csv2ods
│   │   ├── django-admin
│   │   ├── django-admin.py
│   │   ├── easy_install
│   │   ├── easy_install-3.6
│   │   ├── futurize
│   │   ├── mailodf
│   │   ├── odf2mht
│   │   ├── odf2xhtml
│   │   ├── odf2xml
│   │   ├── odfimgimport
│   │   ├── odflint
│   │   ├── odfmeta
│   │   ├── odfoutline
│   │   ├── odfuserfield
│   │   ├── pasteurize
│   │   ├── pip
│   │   ├── pip3
│   │   ├── pip3.6
│   │   ├── python
│   │   ├── python3
│   │   ├── python3.6
│   │   ├── runxlrd.py
│   │   └── xml2odf
│   ├── lib/
│   │   └── python3.6/
│   │       └── site-packages/
│   │           ├── .libs_cffi_backend/
│   │           │   └── libffi-d78936b1.so.6.0.4
│   │           ├── Cryptodome/
│   │           │   ├── Cipher/
│   │           │   │   ├── AES.py
│   │           │   │   ├── ARC2.py
│   │           │   │   ├── ARC4.py
│   │           │   │   ├── Blowfish.py
│   │           │   │   ├── CAST.py
│   │           │   │   ├── ChaCha20.py
│   │           │   │   ├── ChaCha20_Poly1305.py
│   │           │   │   ├── DES.py
│   │           │   │   ├── DES3.py
│   │           │   │   ├── PKCS1_OAEP.py
│   │           │   │   ├── PKCS1_v1_5.py
│   │           │   │   ├── Salsa20.py
│   │           │   │   ├── __init__.py
│   │           │   │   ├── _mode_cbc.py
│   │           │   │   ├── _mode_ccm.py
│   │           │   │   ├── _mode_cfb.py
│   │           │   │   ├── _mode_ctr.py
│   │           │   │   ├── _mode_eax.py
│   │           │   │   ├── _mode_ecb.py
│   │           │   │   ├── _mode_gcm.py
│   │           │   │   ├── _mode_ocb.py
│   │           │   │   ├── _mode_ofb.py
│   │           │   │   ├── _mode_openpgp.py
│   │           │   │   └── _mode_siv.py
│   │           │   ├── Hash/
│   │           │   │   ├── BLAKE2b.py
│   │           │   │   ├── BLAKE2s.py
│   │           │   │   ├── CMAC.py
│   │           │   │   ├── HMAC.py
│   │           │   │   ├── MD2.py
│   │           │   │   ├── MD4.py
│   │           │   │   ├── MD5.py
│   │           │   │   ├── Poly1305.py
│   │           │   │   ├── RIPEMD.py
│   │           │   │   ├── RIPEMD160.py
│   │           │   │   ├── SHA.py
│   │           │   │   ├── SHA1.py
│   │           │   │   ├── SHA224.py
│   │           │   │   ├── SHA256.py
│   │           │   │   ├── SHA384.py
│   │           │   │   ├── SHA3_224.py
│   │           │   │   ├── SHA3_256.py
│   │           │   │   ├── SHA3_384.py
│   │           │   │   ├── SHA3_512.py
│   │           │   │   ├── SHA512.py
│   │           │   │   ├── SHAKE128.py
│   │           │   │   ├── SHAKE256.py
│   │           │   │   ├── __init__.py
│   │           │   │   └── keccak.py
│   │           │   ├── IO/
│   │           │   │   ├── PEM.py
│   │           │   │   ├── PKCS8.py
│   │           │   │   ├── _PBES.py
│   │           │   │   └── __init__.py
│   │           │   ├── Math/
│   │           │   │   ├── Numbers.py
│   │           │   │   ├── Primality.py
│   │           │   │   ├── _Numbers_custom.py
│   │           │   │   ├── _Numbers_gmp.py
│   │           │   │   ├── _Numbers_int.py
│   │           │   │   └── __init__.py
│   │           │   ├── Protocol/
│   │           │   │   ├── KDF.py
│   │           │   │   ├── SecretSharing.py
│   │           │   │   └── __init__.py
│   │           │   ├── PublicKey/
│   │           │   │   ├── DSA.py
│   │           │   │   ├── ECC.py
│   │           │   │   ├── ElGamal.py
│   │           │   │   ├── RSA.py
│   │           │   │   └── __init__.py
│   │           │   ├── Random/
│   │           │   │   ├── __init__.py
│   │           │   │   └── random.py
│   │           │   ├── SelfTest/
│   │           │   │   ├── Cipher/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── common.py
│   │           │   │   │   ├── test_AES.py
│   │           │   │   │   ├── test_ARC2.py
│   │           │   │   │   ├── test_ARC4.py
│   │           │   │   │   ├── test_Blowfish.py
│   │           │   │   │   ├── test_CAST.py
│   │           │   │   │   ├── test_CBC.py
│   │           │   │   │   ├── test_CCM.py
│   │           │   │   │   ├── test_CFB.py
│   │           │   │   │   ├── test_CTR.py
│   │           │   │   │   ├── test_ChaCha20.py
│   │           │   │   │   ├── test_ChaCha20_Poly1305.py
│   │           │   │   │   ├── test_DES.py
│   │           │   │   │   ├── test_DES3.py
│   │           │   │   │   ├── test_EAX.py
│   │           │   │   │   ├── test_GCM.py
│   │           │   │   │   ├── test_OCB.py
│   │           │   │   │   ├── test_OFB.py
│   │           │   │   │   ├── test_OpenPGP.py
│   │           │   │   │   ├── test_SIV.py
│   │           │   │   │   ├── test_Salsa20.py
│   │           │   │   │   ├── test_pkcs1_15.py
│   │           │   │   │   ├── test_pkcs1_oaep.py
│   │           │   │   │   └── test_vectors/
│   │           │   │   │       ├── AES/
│   │           │   │   │       │   ├── CBCGFSbox128.rsp
│   │           │   │   │       │   ├── CBCGFSbox192.rsp
│   │           │   │   │       │   ├── CBCGFSbox256.rsp
│   │           │   │   │       │   ├── CBCKeySbox128.rsp
│   │           │   │   │       │   ├── CBCKeySbox192.rsp
│   │           │   │   │       │   ├── CBCKeySbox256.rsp
│   │           │   │   │       │   ├── CBCMCT128.rsp
│   │           │   │   │       │   ├── CBCMCT192.rsp
│   │           │   │   │       │   ├── CBCMCT256.rsp
│   │           │   │   │       │   ├── CBCMMT128.rsp
│   │           │   │   │       │   ├── CBCMMT192.rsp
│   │           │   │   │       │   ├── CBCMMT256.rsp
│   │           │   │   │       │   ├── CBCVarKey128.rsp
│   │           │   │   │       │   ├── CBCVarKey192.rsp
│   │           │   │   │       │   ├── CBCVarKey256.rsp
│   │           │   │   │       │   ├── CBCVarTxt128.rsp
│   │           │   │   │       │   ├── CBCVarTxt192.rsp
│   │           │   │   │       │   ├── CBCVarTxt256.rsp
│   │           │   │   │       │   ├── CFB128GFSbox128.rsp
│   │           │   │   │       │   ├── CFB128GFSbox192.rsp
│   │           │   │   │       │   ├── CFB128GFSbox256.rsp
│   │           │   │   │       │   ├── CFB128KeySbox128.rsp
│   │           │   │   │       │   ├── CFB128KeySbox192.rsp
│   │           │   │   │       │   ├── CFB128KeySbox256.rsp
│   │           │   │   │       │   ├── CFB128MCT128.rsp
│   │           │   │   │       │   ├── CFB128MCT192.rsp
│   │           │   │   │       │   ├── CFB128MCT256.rsp
│   │           │   │   │       │   ├── CFB128MMT128.rsp
│   │           │   │   │       │   ├── CFB128MMT192.rsp
│   │           │   │   │       │   ├── CFB128MMT256.rsp
│   │           │   │   │       │   ├── CFB128VarKey128.rsp
│   │           │   │   │       │   ├── CFB128VarKey192.rsp
│   │           │   │   │       │   ├── CFB128VarKey256.rsp
│   │           │   │   │       │   ├── CFB128VarTxt128.rsp
│   │           │   │   │       │   ├── CFB128VarTxt192.rsp
│   │           │   │   │       │   ├── CFB128VarTxt256.rsp
│   │           │   │   │       │   ├── CFB8GFSbox128.rsp
│   │           │   │   │       │   ├── CFB8GFSbox192.rsp
│   │           │   │   │       │   ├── CFB8GFSbox256.rsp
│   │           │   │   │       │   ├── CFB8KeySbox128.rsp
│   │           │   │   │       │   ├── CFB8KeySbox192.rsp
│   │           │   │   │       │   ├── CFB8KeySbox256.rsp
│   │           │   │   │       │   ├── CFB8MCT128.rsp
│   │           │   │   │       │   ├── CFB8MCT192.rsp
│   │           │   │   │       │   ├── CFB8MCT256.rsp
│   │           │   │   │       │   ├── CFB8MMT128.rsp
│   │           │   │   │       │   ├── CFB8MMT192.rsp
│   │           │   │   │       │   ├── CFB8MMT256.rsp
│   │           │   │   │       │   ├── CFB8VarKey128.rsp
│   │           │   │   │       │   ├── CFB8VarKey192.rsp
│   │           │   │   │       │   ├── CFB8VarKey256.rsp
│   │           │   │   │       │   ├── CFB8VarTxt128.rsp
│   │           │   │   │       │   ├── CFB8VarTxt192.rsp
│   │           │   │   │       │   ├── CFB8VarTxt256.rsp
│   │           │   │   │       │   ├── OFBGFSbox128.rsp
│   │           │   │   │       │   ├── OFBGFSbox192.rsp
│   │           │   │   │       │   ├── OFBGFSbox256.rsp
│   │           │   │   │       │   ├── OFBKeySbox128.rsp
│   │           │   │   │       │   ├── OFBKeySbox192.rsp
│   │           │   │   │       │   ├── OFBKeySbox256.rsp
│   │           │   │   │       │   ├── OFBMCT128.rsp
│   │           │   │   │       │   ├── OFBMCT192.rsp
│   │           │   │   │       │   ├── OFBMCT256.rsp
│   │           │   │   │       │   ├── OFBMMT128.rsp
│   │           │   │   │       │   ├── OFBMMT192.rsp
│   │           │   │   │       │   ├── OFBMMT256.rsp
│   │           │   │   │       │   ├── OFBVarKey128.rsp
│   │           │   │   │       │   ├── OFBVarKey192.rsp
│   │           │   │   │       │   ├── OFBVarKey256.rsp
│   │           │   │   │       │   ├── OFBVarTxt128.rsp
│   │           │   │   │       │   ├── OFBVarTxt192.rsp
│   │           │   │   │       │   ├── OFBVarTxt256.rsp
│   │           │   │   │       │   ├── gcmDecrypt128.rsp
│   │           │   │   │       │   └── gcmEncryptExtIV128.rsp
│   │           │   │   │       ├── TDES/
│   │           │   │   │       │   ├── TCBCMMT2.rsp
│   │           │   │   │       │   ├── TCBCMMT3.rsp
│   │           │   │   │       │   ├── TCBCinvperm.rsp
│   │           │   │   │       │   ├── TCBCpermop.rsp
│   │           │   │   │       │   ├── TCBCsubtab.rsp
│   │           │   │   │       │   ├── TCBCvarkey.rsp
│   │           │   │   │       │   ├── TCBCvartext.rsp
│   │           │   │   │       │   ├── TCFB64MMT2.rsp
│   │           │   │   │       │   ├── TCFB64MMT3.rsp
│   │           │   │   │       │   ├── TCFB64invperm.rsp
│   │           │   │   │       │   ├── TCFB64permop.rsp
│   │           │   │   │       │   ├── TCFB64subtab.rsp
│   │           │   │   │       │   ├── TCFB64varkey.rsp
│   │           │   │   │       │   ├── TCFB64vartext.rsp
│   │           │   │   │       │   ├── TCFB8MMT2.rsp
│   │           │   │   │       │   ├── TCFB8MMT3.rsp
│   │           │   │   │       │   ├── TCFB8invperm.rsp
│   │           │   │   │       │   ├── TCFB8permop.rsp
│   │           │   │   │       │   ├── TCFB8subtab.rsp
│   │           │   │   │       │   ├── TCFB8varkey.rsp
│   │           │   │   │       │   ├── TCFB8vartext.rsp
│   │           │   │   │       │   ├── TECBMMT2.rsp
│   │           │   │   │       │   ├── TECBMMT3.rsp
│   │           │   │   │       │   ├── TOFBMMT2.rsp
│   │           │   │   │       │   ├── TOFBMMT3.rsp
│   │           │   │   │       │   ├── TOFBinvperm.rsp
│   │           │   │   │       │   ├── TOFBpermop.rsp
│   │           │   │   │       │   ├── TOFBsubtab.rsp
│   │           │   │   │       │   ├── TOFBvarkey.rsp
│   │           │   │   │       │   └── TOFBvartext.rsp
│   │           │   │   │       └── wycheproof/
│   │           │   │   │           ├── aes_eax_test.json
│   │           │   │   │           ├── aes_gcm_test.json
│   │           │   │   │           ├── aes_siv_cmac_test.json
│   │           │   │   │           └── chacha20_poly1305_test.json
│   │           │   │   ├── Hash/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── common.py
│   │           │   │   │   ├── test_BLAKE2.py
│   │           │   │   │   ├── test_CMAC.py
│   │           │   │   │   ├── test_HMAC.py
│   │           │   │   │   ├── test_MD2.py
│   │           │   │   │   ├── test_MD4.py
│   │           │   │   │   ├── test_MD5.py
│   │           │   │   │   ├── test_Poly1305.py
│   │           │   │   │   ├── test_RIPEMD160.py
│   │           │   │   │   ├── test_SHA1.py
│   │           │   │   │   ├── test_SHA224.py
│   │           │   │   │   ├── test_SHA256.py
│   │           │   │   │   ├── test_SHA384.py
│   │           │   │   │   ├── test_SHA3_224.py
│   │           │   │   │   ├── test_SHA3_256.py
│   │           │   │   │   ├── test_SHA3_384.py
│   │           │   │   │   ├── test_SHA3_512.py
│   │           │   │   │   ├── test_SHA512.py
│   │           │   │   │   ├── test_SHAKE.py
│   │           │   │   │   ├── test_keccak.py
│   │           │   │   │   └── test_vectors/
│   │           │   │   │       ├── BLAKE2b/
│   │           │   │   │       │   ├── blake2b-test.txt
│   │           │   │   │       │   ├── tv1.txt
│   │           │   │   │       │   └── tv2.txt
│   │           │   │   │       ├── BLAKE2s/
│   │           │   │   │       │   ├── blake2s-test.txt
│   │           │   │   │       │   ├── tv1.txt
│   │           │   │   │       │   └── tv2.txt
│   │           │   │   │       ├── SHA1/
│   │           │   │   │       │   └── SHA1ShortMsg.rsp
│   │           │   │   │       ├── SHA2/
│   │           │   │   │       │   ├── SHA512ShortMsg.rsp
│   │           │   │   │       │   ├── SHA512_224ShortMsg.rsp
│   │           │   │   │       │   └── SHA512_256ShortMsg.rsp
│   │           │   │   │       ├── SHA3/
│   │           │   │   │       │   ├── ShortMsgKAT_SHA3-224.txt
│   │           │   │   │       │   ├── ShortMsgKAT_SHA3-256.txt
│   │           │   │   │       │   ├── ShortMsgKAT_SHA3-384.txt
│   │           │   │   │       │   ├── ShortMsgKAT_SHA3-512.txt
│   │           │   │   │       │   ├── ShortMsgKAT_SHAKE128.txt
│   │           │   │   │       │   └── ShortMsgKAT_SHAKE256.txt
│   │           │   │   │       ├── keccak/
│   │           │   │   │       │   ├── ExtremelyLongMsgKAT_224.txt
│   │           │   │   │       │   ├── ExtremelyLongMsgKAT_256.txt
│   │           │   │   │       │   ├── ExtremelyLongMsgKAT_384.txt
│   │           │   │   │       │   ├── ExtremelyLongMsgKAT_512.txt
│   │           │   │   │       │   ├── LongMsgKAT_224.txt
│   │           │   │   │       │   ├── LongMsgKAT_256.txt
│   │           │   │   │       │   ├── LongMsgKAT_384.txt
│   │           │   │   │       │   ├── LongMsgKAT_512.txt
│   │           │   │   │       │   ├── ShortMsgKAT_224.txt
│   │           │   │   │       │   ├── ShortMsgKAT_256.txt
│   │           │   │   │       │   ├── ShortMsgKAT_384.txt
│   │           │   │   │       │   ├── ShortMsgKAT_512.txt
│   │           │   │   │       │   └── readme.txt
│   │           │   │   │       └── wycheproof/
│   │           │   │   │           └── aes_cmac_test.json
│   │           │   │   ├── IO/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── test_PBES.py
│   │           │   │   │   └── test_PKCS8.py
│   │           │   │   ├── Math/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── test_Numbers.py
│   │           │   │   │   ├── test_Primality.py
│   │           │   │   │   └── test_modexp.py
│   │           │   │   ├── Protocol/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── test_KDF.py
│   │           │   │   │   ├── test_SecretSharing.py
│   │           │   │   │   └── test_rfc1751.py
│   │           │   │   ├── PublicKey/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── test_DSA.py
│   │           │   │   │   ├── test_ECC.py
│   │           │   │   │   ├── test_ElGamal.py
│   │           │   │   │   ├── test_RSA.py
│   │           │   │   │   ├── test_import_DSA.py
│   │           │   │   │   ├── test_import_ECC.py
│   │           │   │   │   ├── test_import_RSA.py
│   │           │   │   │   └── test_vectors/
│   │           │   │   │       └── ECC/
│   │           │   │   │           ├── ecc_p256.txt
│   │           │   │   │           ├── ecc_p256_private.der
│   │           │   │   │           ├── ecc_p256_private.pem
│   │           │   │   │           ├── ecc_p256_private_enc_aes128.pem
│   │           │   │   │           ├── ecc_p256_private_enc_aes192.pem
│   │           │   │   │           ├── ecc_p256_private_enc_aes256_gcm.pem
│   │           │   │   │           ├── ecc_p256_private_enc_des3.pem
│   │           │   │   │           ├── ecc_p256_private_p8.der
│   │           │   │   │           ├── ecc_p256_private_p8.pem
│   │           │   │   │           ├── ecc_p256_private_p8_clear.der
│   │           │   │   │           ├── ecc_p256_private_p8_clear.pem
│   │           │   │   │           ├── ecc_p256_public.der
│   │           │   │   │           ├── ecc_p256_public.pem
│   │           │   │   │           ├── ecc_p256_public_compressed.der
│   │           │   │   │           ├── ecc_p256_public_compressed.pem
│   │           │   │   │           ├── ecc_p256_public_openssh.txt
│   │           │   │   │           ├── ecc_p256_x509.der
│   │           │   │   │           ├── ecc_p256_x509.pem
│   │           │   │   │           ├── gen_ecc_p256.sh
│   │           │   │   │           ├── openssl_version.txt
│   │           │   │   │           └── point-at-infinity.org-P256.txt
│   │           │   │   ├── Random/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   └── test_random.py
│   │           │   │   ├── Signature/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── test_dss.py
│   │           │   │   │   ├── test_pkcs1_15.py
│   │           │   │   │   ├── test_pss.py
│   │           │   │   │   └── test_vectors/
│   │           │   │   │       ├── DSA/
│   │           │   │   │       │   ├── FIPS_186_3_SigGen.txt
│   │           │   │   │       │   └── FIPS_186_3_SigVer.rsp
│   │           │   │   │       ├── ECDSA/
│   │           │   │   │       │   ├── README.txt
│   │           │   │   │       │   ├── SigGen.txt
│   │           │   │   │       │   └── SigVer.rsp
│   │           │   │   │       ├── PKCS1-PSS/
│   │           │   │   │       │   ├── SigGenPSS_186-2.txt
│   │           │   │   │       │   ├── SigGenPSS_186-3.txt
│   │           │   │   │       │   └── SigVerPSS_186-3.rsp
│   │           │   │   │       ├── PKCS1-v1.5/
│   │           │   │   │       │   ├── SigGen15_186-2.txt
│   │           │   │   │       │   ├── SigGen15_186-3.txt
│   │           │   │   │       │   └── SigVer15_186-3.rsp
│   │           │   │   │       └── wycheproof/
│   │           │   │   │           ├── dsa_test.json
│   │           │   │   │           ├── ecdsa_secp256r1_sha256_test.json
│   │           │   │   │           ├── ecdsa_test.json
│   │           │   │   │           └── rsa_signature_test.json
│   │           │   │   ├── Util/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── test_Counter.py
│   │           │   │   │   ├── test_Padding.py
│   │           │   │   │   ├── test_asn1.py
│   │           │   │   │   ├── test_number.py
│   │           │   │   │   └── test_strxor.py
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __main__.py
│   │           │   │   ├── loader.py
│   │           │   │   └── st_common.py
│   │           │   ├── Signature/
│   │           │   │   ├── DSS.py
│   │           │   │   ├── PKCS1_PSS.py
│   │           │   │   ├── PKCS1_v1_5.py
│   │           │   │   ├── __init__.py
│   │           │   │   ├── pkcs1_15.py
│   │           │   │   └── pss.py
│   │           │   ├── Util/
│   │           │   │   ├── Counter.py
│   │           │   │   ├── Padding.py
│   │           │   │   ├── RFC1751.py
│   │           │   │   ├── __init__.py
│   │           │   │   ├── _cpu_features.py
│   │           │   │   ├── _file_system.py
│   │           │   │   ├── _raw_api.py
│   │           │   │   ├── asn1.py
│   │           │   │   ├── number.py
│   │           │   │   ├── py3compat.py
│   │           │   │   └── strxor.py
│   │           │   └── __init__.py
│   │           ├── Django-2.1.2.dist-info/
│   │           │   ├── DESCRIPTION.rst
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE.txt
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── entry_points.txt
│   │           │   ├── metadata.json
│   │           │   └── top_level.txt
│   │           ├── PIL/
│   │           │   ├── .libs/
│   │           │   │   ├── libfreetype-7ce95de6.so.6.16.1
│   │           │   │   ├── libjpeg-3fe7dfc0.so.9.3.0
│   │           │   │   ├── liblcms2-a6801db4.so.2.0.8
│   │           │   │   ├── liblzma-6cd627ed.so.5.2.4
│   │           │   │   ├── libopenjp2-e366d6b0.so.2.1.0
│   │           │   │   ├── libpng16-898afbbd.so.16.35.0
│   │           │   │   ├── libtiff-8a6d997d.so.5.3.0
│   │           │   │   ├── libwebp-8ccd29fd.so.7.0.2
│   │           │   │   ├── libwebpdemux-eba3dc32.so.2.0.4
│   │           │   │   ├── libwebpmux-1c63fe99.so.3.0.2
│   │           │   │   └── libz-a147dcb0.so.1.2.3
│   │           │   ├── BdfFontFile.py
│   │           │   ├── BlpImagePlugin.py
│   │           │   ├── BmpImagePlugin.py
│   │           │   ├── BufrStubImagePlugin.py
│   │           │   ├── ContainerIO.py
│   │           │   ├── CurImagePlugin.py
│   │           │   ├── DcxImagePlugin.py
│   │           │   ├── DdsImagePlugin.py
│   │           │   ├── EpsImagePlugin.py
│   │           │   ├── ExifTags.py
│   │           │   ├── FitsStubImagePlugin.py
│   │           │   ├── FliImagePlugin.py
│   │           │   ├── FontFile.py
│   │           │   ├── FpxImagePlugin.py
│   │           │   ├── FtexImagePlugin.py
│   │           │   ├── GbrImagePlugin.py
│   │           │   ├── GdImageFile.py
│   │           │   ├── GifImagePlugin.py
│   │           │   ├── GimpGradientFile.py
│   │           │   ├── GimpPaletteFile.py
│   │           │   ├── GribStubImagePlugin.py
│   │           │   ├── Hdf5StubImagePlugin.py
│   │           │   ├── IcnsImagePlugin.py
│   │           │   ├── IcoImagePlugin.py
│   │           │   ├── ImImagePlugin.py
│   │           │   ├── Image.py
│   │           │   ├── ImageChops.py
│   │           │   ├── ImageCms.py
│   │           │   ├── ImageColor.py
│   │           │   ├── ImageDraw.py
│   │           │   ├── ImageDraw2.py
│   │           │   ├── ImageEnhance.py
│   │           │   ├── ImageFile.py
│   │           │   ├── ImageFilter.py
│   │           │   ├── ImageFont.py
│   │           │   ├── ImageGrab.py
│   │           │   ├── ImageMath.py
│   │           │   ├── ImageMode.py
│   │           │   ├── ImageMorph.py
│   │           │   ├── ImageOps.py
│   │           │   ├── ImagePalette.py
│   │           │   ├── ImagePath.py
│   │           │   ├── ImageQt.py
│   │           │   ├── ImageSequence.py
│   │           │   ├── ImageShow.py
│   │           │   ├── ImageStat.py
│   │           │   ├── ImageTk.py
│   │           │   ├── ImageTransform.py
│   │           │   ├── ImageWin.py
│   │           │   ├── ImtImagePlugin.py
│   │           │   ├── IptcImagePlugin.py
│   │           │   ├── Jpeg2KImagePlugin.py
│   │           │   ├── JpegImagePlugin.py
│   │           │   ├── JpegPresets.py
│   │           │   ├── McIdasImagePlugin.py
│   │           │   ├── MicImagePlugin.py
│   │           │   ├── MpegImagePlugin.py
│   │           │   ├── MpoImagePlugin.py
│   │           │   ├── MspImagePlugin.py
│   │           │   ├── OleFileIO.py
│   │           │   ├── PSDraw.py
│   │           │   ├── PaletteFile.py
│   │           │   ├── PalmImagePlugin.py
│   │           │   ├── PcdImagePlugin.py
│   │           │   ├── PcfFontFile.py
│   │           │   ├── PcxImagePlugin.py
│   │           │   ├── PdfImagePlugin.py
│   │           │   ├── PdfParser.py
│   │           │   ├── PixarImagePlugin.py
│   │           │   ├── PngImagePlugin.py
│   │           │   ├── PpmImagePlugin.py
│   │           │   ├── PsdImagePlugin.py
│   │           │   ├── PyAccess.py
│   │           │   ├── SgiImagePlugin.py
│   │           │   ├── SpiderImagePlugin.py
│   │           │   ├── SunImagePlugin.py
│   │           │   ├── TarIO.py
│   │           │   ├── TgaImagePlugin.py
│   │           │   ├── TiffImagePlugin.py
│   │           │   ├── TiffTags.py
│   │           │   ├── WalImageFile.py
│   │           │   ├── WebPImagePlugin.py
│   │           │   ├── WmfImagePlugin.py
│   │           │   ├── XVThumbImagePlugin.py
│   │           │   ├── XbmImagePlugin.py
│   │           │   ├── XpmImagePlugin.py
│   │           │   ├── __init__.py
│   │           │   ├── _binary.py
│   │           │   ├── _tkinter_finder.py
│   │           │   ├── _util.py
│   │           │   ├── _version.py
│   │           │   └── features.py
│   │           ├── Pillow-5.3.0.dist-info/
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE.txt
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── top_level.txt
│   │           │   └── zip-safe
│   │           ├── PyMySQL-0.9.2.dist-info/
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE.txt
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── PyYAML-3.13.dist-info/
│   │           │   ├── DESCRIPTION.rst
│   │           │   ├── INSTALLER
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── metadata.json
│   │           │   └── top_level.txt
│   │           ├── alipay/
│   │           │   ├── __init__.py
│   │           │   ├── compat.py
│   │           │   └── exceptions.py
│   │           ├── asn1crypto/
│   │           │   ├── __init__.py
│   │           │   ├── _elliptic_curve.py
│   │           │   ├── _errors.py
│   │           │   ├── _ffi.py
│   │           │   ├── _inet.py
│   │           │   ├── _int.py
│   │           │   ├── _iri.py
│   │           │   ├── _ordereddict.py
│   │           │   ├── _perf/
│   │           │   │   ├── __init__.py
│   │           │   │   └── _big_num_ctypes.py
│   │           │   ├── _teletex_codec.py
│   │           │   ├── _types.py
│   │           │   ├── algos.py
│   │           │   ├── cms.py
│   │           │   ├── core.py
│   │           │   ├── crl.py
│   │           │   ├── csr.py
│   │           │   ├── keys.py
│   │           │   ├── ocsp.py
│   │           │   ├── parser.py
│   │           │   ├── pdf.py
│   │           │   ├── pem.py
│   │           │   ├── pkcs12.py
│   │           │   ├── tsp.py
│   │           │   ├── util.py
│   │           │   ├── version.py
│   │           │   └── x509.py
│   │           ├── asn1crypto-0.24.0.dist-info/
│   │           │   ├── DESCRIPTION.rst
│   │           │   ├── INSTALLER
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── metadata.json
│   │           │   └── top_level.txt
│   │           ├── captcha/
│   │           │   ├── __init__.py
│   │           │   ├── conf/
│   │           │   │   ├── __init__.py
│   │           │   │   └── settings.py
│   │           │   ├── fields.py
│   │           │   ├── fonts/
│   │           │   │   ├── COPYRIGHT.TXT
│   │           │   │   └── README.TXT
│   │           │   ├── helpers.py
│   │           │   ├── jinja2/
│   │           │   │   └── captcha/
│   │           │   │       └── widgets/
│   │           │   │           └── captcha.html
│   │           │   ├── locale/
│   │           │   │   ├── bg/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── cs/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── de/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── en/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       └── django.po
│   │           │   │   ├── es/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── fr/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── it/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── ja/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── nl/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── pl/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── pt_BR/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── ru/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── sk/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── tr/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── uk/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   ├── zh_CN/
│   │           │   │   │   └── LC_MESSAGES/
│   │           │   │   │       ├── django.mo
│   │           │   │   │       └── django.po
│   │           │   │   └── zh_Hans/
│   │           │   │       └── LC_MESSAGES/
│   │           │   │           ├── django.mo
│   │           │   │           └── django.po
│   │           │   ├── management/
│   │           │   │   ├── __init__.py
│   │           │   │   └── commands/
│   │           │   │       ├── __init__.py
│   │           │   │       ├── captcha_clean.py
│   │           │   │       └── captcha_create_pool.py
│   │           │   ├── migrations/
│   │           │   │   ├── 0001_initial.py
│   │           │   │   └── __init__.py
│   │           │   ├── models.py
│   │           │   ├── templates/
│   │           │   │   └── captcha/
│   │           │   │       ├── field.html
│   │           │   │       ├── hidden_field.html
│   │           │   │       ├── image.html
│   │           │   │       ├── text_field.html
│   │           │   │       └── widgets/
│   │           │   │           └── captcha.html
│   │           │   ├── tests/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── tests.py
│   │           │   │   ├── urls.py
│   │           │   │   └── views.py
│   │           │   ├── urls.py
│   │           │   └── views.py
│   │           ├── cffi/
│   │           │   ├── __init__.py
│   │           │   ├── _cffi_errors.h
│   │           │   ├── _cffi_include.h
│   │           │   ├── _embedding.h
│   │           │   ├── api.py
│   │           │   ├── backend_ctypes.py
│   │           │   ├── cffi_opcode.py
│   │           │   ├── commontypes.py
│   │           │   ├── cparser.py
│   │           │   ├── error.py
│   │           │   ├── ffiplatform.py
│   │           │   ├── lock.py
│   │           │   ├── model.py
│   │           │   ├── parse_c_type.h
│   │           │   ├── recompiler.py
│   │           │   ├── setuptools_ext.py
│   │           │   ├── vengine_cpy.py
│   │           │   ├── vengine_gen.py
│   │           │   └── verifier.py
│   │           ├── cffi-1.11.5.dist-info/
│   │           │   ├── DESCRIPTION.rst
│   │           │   ├── INSTALLER
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── entry_points.txt
│   │           │   ├── metadata.json
│   │           │   └── top_level.txt
│   │           ├── crispy_forms/
│   │           │   ├── __init__.py
│   │           │   ├── base.py
│   │           │   ├── bootstrap.py
│   │           │   ├── compatibility.py
│   │           │   ├── exceptions.py
│   │           │   ├── helper.py
│   │           │   ├── layout.py
│   │           │   ├── layout_slice.py
│   │           │   ├── templates/
│   │           │   │   ├── bootstrap/
│   │           │   │   │   ├── accordion-group.html
│   │           │   │   │   ├── accordion.html
│   │           │   │   │   ├── betterform.html
│   │           │   │   │   ├── display_form.html
│   │           │   │   │   ├── errors.html
│   │           │   │   │   ├── errors_formset.html
│   │           │   │   │   ├── field.html
│   │           │   │   │   ├── layout/
│   │           │   │   │   │   ├── alert.html
│   │           │   │   │   │   ├── baseinput.html
│   │           │   │   │   │   ├── button.html
│   │           │   │   │   │   ├── buttonholder.html
│   │           │   │   │   │   ├── checkboxselectmultiple.html
│   │           │   │   │   │   ├── checkboxselectmultiple_inline.html
│   │           │   │   │   │   ├── div.html
│   │           │   │   │   │   ├── field_errors.html
│   │           │   │   │   │   ├── field_errors_block.html
│   │           │   │   │   │   ├── field_with_buttons.html
│   │           │   │   │   │   ├── fieldset.html
│   │           │   │   │   │   ├── formactions.html
│   │           │   │   │   │   ├── help_text.html
│   │           │   │   │   │   ├── help_text_and_errors.html
│   │           │   │   │   │   ├── multifield.html
│   │           │   │   │   │   ├── prepended_appended_text.html
│   │           │   │   │   │   ├── radioselect.html
│   │           │   │   │   │   ├── radioselect_inline.html
│   │           │   │   │   │   ├── tab-link.html
│   │           │   │   │   │   ├── tab.html
│   │           │   │   │   │   └── uneditable_input.html
│   │           │   │   │   ├── table_inline_formset.html
│   │           │   │   │   ├── uni_form.html
│   │           │   │   │   ├── uni_formset.html
│   │           │   │   │   ├── whole_uni_form.html
│   │           │   │   │   └── whole_uni_formset.html
│   │           │   │   ├── bootstrap3/
│   │           │   │   │   ├── accordion-group.html
│   │           │   │   │   ├── accordion.html
│   │           │   │   │   ├── betterform.html
│   │           │   │   │   ├── display_form.html
│   │           │   │   │   ├── errors.html
│   │           │   │   │   ├── errors_formset.html
│   │           │   │   │   ├── field.html
│   │           │   │   │   ├── inputs.html
│   │           │   │   │   ├── layout/
│   │           │   │   │   │   ├── alert.html
│   │           │   │   │   │   ├── baseinput.html
│   │           │   │   │   │   ├── button.html
│   │           │   │   │   │   ├── buttonholder.html
│   │           │   │   │   │   ├── checkboxselectmultiple.html
│   │           │   │   │   │   ├── checkboxselectmultiple_inline.html
│   │           │   │   │   │   ├── div.html
│   │           │   │   │   │   ├── field_errors.html
│   │           │   │   │   │   ├── field_errors_block.html
│   │           │   │   │   │   ├── field_with_buttons.html
│   │           │   │   │   │   ├── fieldset.html
│   │           │   │   │   │   ├── formactions.html
│   │           │   │   │   │   ├── help_text.html
│   │           │   │   │   │   ├── help_text_and_errors.html
│   │           │   │   │   │   ├── inline_field.html
│   │           │   │   │   │   ├── multifield.html
│   │           │   │   │   │   ├── prepended_appended_text.html
│   │           │   │   │   │   ├── radioselect.html
│   │           │   │   │   │   ├── radioselect_inline.html
│   │           │   │   │   │   ├── tab-link.html
│   │           │   │   │   │   ├── tab.html
│   │           │   │   │   │   └── uneditable_input.html
│   │           │   │   │   ├── multifield.html
│   │           │   │   │   ├── table_inline_formset.html
│   │           │   │   │   ├── uni_form.html
│   │           │   │   │   ├── uni_formset.html
│   │           │   │   │   ├── whole_uni_form.html
│   │           │   │   │   └── whole_uni_formset.html
│   │           │   │   ├── bootstrap4/
│   │           │   │   │   ├── accordion-group.html
│   │           │   │   │   ├── accordion.html
│   │           │   │   │   ├── betterform.html
│   │           │   │   │   ├── display_form.html
│   │           │   │   │   ├── errors.html
│   │           │   │   │   ├── errors_formset.html
│   │           │   │   │   ├── field.html
│   │           │   │   │   ├── inputs.html
│   │           │   │   │   ├── layout/
│   │           │   │   │   │   ├── alert.html
│   │           │   │   │   │   ├── baseinput.html
│   │           │   │   │   │   ├── button.html
│   │           │   │   │   │   ├── buttonholder.html
│   │           │   │   │   │   ├── checkboxselectmultiple.html
│   │           │   │   │   │   ├── checkboxselectmultiple_inline.html
│   │           │   │   │   │   ├── div.html
│   │           │   │   │   │   ├── field_errors.html
│   │           │   │   │   │   ├── field_errors_block.html
│   │           │   │   │   │   ├── field_with_buttons.html
│   │           │   │   │   │   ├── fieldset.html
│   │           │   │   │   │   ├── formactions.html
│   │           │   │   │   │   ├── help_text.html
│   │           │   │   │   │   ├── help_text_and_errors.html
│   │           │   │   │   │   ├── inline_field.html
│   │           │   │   │   │   ├── multifield.html
│   │           │   │   │   │   ├── prepended_appended_text.html
│   │           │   │   │   │   ├── radioselect.html
│   │           │   │   │   │   ├── radioselect_inline.html
│   │           │   │   │   │   ├── tab-link.html
│   │           │   │   │   │   ├── tab.html
│   │           │   │   │   │   └── uneditable_input.html
│   │           │   │   │   ├── table_inline_formset.html
│   │           │   │   │   ├── uni_form.html
│   │           │   │   │   ├── uni_formset.html
│   │           │   │   │   ├── whole_uni_form.html
│   │           │   │   │   └── whole_uni_formset.html
│   │           │   │   └── uni_form/
│   │           │   │       ├── betterform.html
│   │           │   │       ├── display_form.html
│   │           │   │       ├── errors.html
│   │           │   │       ├── errors_formset.html
│   │           │   │       ├── field.html
│   │           │   │       ├── field.strict.html
│   │           │   │       ├── layout/
│   │           │   │       │   ├── baseinput.html
│   │           │   │       │   ├── buttonholder.html
│   │           │   │       │   ├── div.html
│   │           │   │       │   ├── fieldset.html
│   │           │   │       │   └── multifield.html
│   │           │   │       ├── multifield.html
│   │           │   │       ├── uni_form.html
│   │           │   │       ├── uni_formset.html
│   │           │   │       ├── whole_uni_form.html
│   │           │   │       └── whole_uni_formset.html
│   │           │   ├── templatetags/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── crispy_forms_field.py
│   │           │   │   ├── crispy_forms_filters.py
│   │           │   │   ├── crispy_forms_tags.py
│   │           │   │   └── crispy_forms_utils.py
│   │           │   ├── tests/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── conftest.py
│   │           │   │   ├── forms.py
│   │           │   │   ├── templates/
│   │           │   │   │   ├── crispy_render_template.html
│   │           │   │   │   ├── custom_field_template.html
│   │           │   │   │   ├── custom_form_template.html
│   │           │   │   │   └── custom_form_template_with_context.html
│   │           │   │   ├── test_dynamic_api.py
│   │           │   │   ├── test_form_helper.py
│   │           │   │   ├── test_layout.py
│   │           │   │   ├── test_layout_objects.py
│   │           │   │   ├── test_settings.py
│   │           │   │   ├── test_tags.py
│   │           │   │   ├── test_utils.py
│   │           │   │   ├── urls.py
│   │           │   │   └── utils.py
│   │           │   └── utils.py
│   │           ├── cryptography/
│   │           │   ├── __about__.py
│   │           │   ├── __init__.py
│   │           │   ├── exceptions.py
│   │           │   ├── fernet.py
│   │           │   ├── hazmat/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── backends/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── interfaces.py
│   │           │   │   │   └── openssl/
│   │           │   │   │       ├── __init__.py
│   │           │   │   │       ├── aead.py
│   │           │   │   │       ├── backend.py
│   │           │   │   │       ├── ciphers.py
│   │           │   │   │       ├── cmac.py
│   │           │   │   │       ├── decode_asn1.py
│   │           │   │   │       ├── dh.py
│   │           │   │   │       ├── dsa.py
│   │           │   │   │       ├── ec.py
│   │           │   │   │       ├── encode_asn1.py
│   │           │   │   │       ├── hashes.py
│   │           │   │   │       ├── hmac.py
│   │           │   │   │       ├── rsa.py
│   │           │   │   │       ├── utils.py
│   │           │   │   │       ├── x25519.py
│   │           │   │   │       └── x509.py
│   │           │   │   ├── bindings/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   └── openssl/
│   │           │   │   │       ├── __init__.py
│   │           │   │   │       ├── _conditional.py
│   │           │   │   │       └── binding.py
│   │           │   │   └── primitives/
│   │           │   │       ├── __init__.py
│   │           │   │       ├── asymmetric/
│   │           │   │       │   ├── __init__.py
│   │           │   │       │   ├── dh.py
│   │           │   │       │   ├── dsa.py
│   │           │   │       │   ├── ec.py
│   │           │   │       │   ├── padding.py
│   │           │   │       │   ├── rsa.py
│   │           │   │       │   ├── utils.py
│   │           │   │       │   └── x25519.py
│   │           │   │       ├── ciphers/
│   │           │   │       │   ├── __init__.py
│   │           │   │       │   ├── aead.py
│   │           │   │       │   ├── algorithms.py
│   │           │   │       │   ├── base.py
│   │           │   │       │   └── modes.py
│   │           │   │       ├── cmac.py
│   │           │   │       ├── constant_time.py
│   │           │   │       ├── hashes.py
│   │           │   │       ├── hmac.py
│   │           │   │       ├── kdf/
│   │           │   │       │   ├── __init__.py
│   │           │   │       │   ├── concatkdf.py
│   │           │   │       │   ├── hkdf.py
│   │           │   │       │   ├── kbkdf.py
│   │           │   │       │   ├── pbkdf2.py
│   │           │   │       │   ├── scrypt.py
│   │           │   │       │   └── x963kdf.py
│   │           │   │       ├── keywrap.py
│   │           │   │       ├── mac.py
│   │           │   │       ├── padding.py
│   │           │   │       ├── serialization.py
│   │           │   │       └── twofactor/
│   │           │   │           ├── __init__.py
│   │           │   │           ├── hotp.py
│   │           │   │           ├── totp.py
│   │           │   │           └── utils.py
│   │           │   ├── utils.py
│   │           │   └── x509/
│   │           │       ├── __init__.py
│   │           │       ├── base.py
│   │           │       ├── certificate_transparency.py
│   │           │       ├── extensions.py
│   │           │       ├── general_name.py
│   │           │       ├── name.py
│   │           │       └── oid.py
│   │           ├── cryptography-2.3.1.dist-info/
│   │           │   ├── INSTALLER
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── diff_match_patch/
│   │           │   ├── __init__.py
│   │           │   ├── diff_match_patch.py
│   │           │   └── diff_match_patch_test.py
│   │           ├── diff_match_patch-20121119-py3.6.egg-info/
│   │           │   ├── PKG-INFO
│   │           │   ├── SOURCES.txt
│   │           │   ├── dependency_links.txt
│   │           │   ├── installed-files.txt
│   │           │   └── top_level.txt
│   │           ├── django/
│   │           │   ├── __init__.py
│   │           │   ├── __main__.py
│   │           │   ├── apps/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── config.py
│   │           │   │   └── registry.py
│   │           │   ├── bin/
│   │           │   │   └── django-admin.py
│   │           │   ├── conf/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── app_template/
│   │           │   │   │   ├── __init__.py-tpl
│   │           │   │   │   ├── admin.py-tpl
│   │           │   │   │   ├── apps.py-tpl
│   │           │   │   │   ├── migrations/
│   │           │   │   │   │   └── __init__.py-tpl
│   │           │   │   │   ├── models.py-tpl
│   │           │   │   │   ├── tests.py-tpl
│   │           │   │   │   └── views.py-tpl
│   │           │   │   ├── global_settings.py
│   │           │   │   ├── locale/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── af/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── ar/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ast/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── az/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── be/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── bg/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── bn/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── br/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── bs/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ca/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── cs/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── cy/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── da/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── de/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── de_CH/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── dsb/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── el/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── en/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── en_AU/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── en_GB/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── eo/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es_AR/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es_CO/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es_MX/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es_NI/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es_PR/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── es_VE/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── et/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── eu/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── fa/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── fi/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── fr/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── fy/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ga/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── gd/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── gl/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── he/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── hi/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── hr/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── hsb/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── hu/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ia/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── id/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── io/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── is/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── it/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ja/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ka/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── kab/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── kk/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── km/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── kn/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ko/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── lb/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── lt/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── lv/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── mk/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ml/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── mn/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── mr/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── my/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── nb/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ne/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── nl/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── nn/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── os/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── pa/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── pl/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── pt/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── pt_BR/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ro/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ru/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sk/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sl/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sq/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sr/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sr_Latn/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sv/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── sw/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── ta/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── te/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── th/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── tr/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── tt/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── udm/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── uk/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── ur/
│   │           │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │       ├── django.mo
│   │           │   │   │   │       └── django.po
│   │           │   │   │   ├── vi/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   ├── zh_Hans/
│   │           │   │   │   │   ├── LC_MESSAGES/
│   │           │   │   │   │   │   ├── django.mo
│   │           │   │   │   │   │   └── django.po
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── formats.py
│   │           │   │   │   └── zh_Hant/
│   │           │   │   │       ├── LC_MESSAGES/
│   │           │   │   │       │   ├── django.mo
│   │           │   │   │       │   └── django.po
│   │           │   │   │       ├── __init__.py
│   │           │   │   │       └── formats.py
│   │           │   │   ├── project_template/
│   │           │   │   │   ├── manage.py-tpl
│   │           │   │   │   └── project_name/
│   │           │   │   │       ├── __init__.py-tpl
│   │           │   │   │       ├── settings.py-tpl
│   │           │   │   │       ├── urls.py-tpl
│   │           │   │   │       └── wsgi.py-tpl
│   │           │   │   └── urls/
│   │           │   │       ├── __init__.py
│   │           │   │       ├── i18n.py
│   │           │   │       └── static.py
│   │           │   ├── contrib/
│   │           │   │   ├── __init__.py
│   │           │   │   ├── admin/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── actions.py
│   │           │   │   │   ├── apps.py
│   │           │   │   │   ├── checks.py
│   │           │   │   │   ├── decorators.py
│   │           │   │   │   ├── exceptions.py
│   │           │   │   │   ├── filters.py
│   │           │   │   │   ├── forms.py
│   │           │   │   │   ├── helpers.py
│   │           │   │   │   ├── locale/
│   │           │   │   │   │   ├── af/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── am/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ar/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ast/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── az/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── be/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── bg/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── bn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── br/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── bs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ca/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── cs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── cy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── da/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── de/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── dsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── el/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── en/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── en_AU/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── en_GB/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── eo/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── es/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── es_AR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── es_CO/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── es_MX/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── es_VE/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── et/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── eu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── fa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── fi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── fr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── fy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ga/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── gd/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── gl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── he/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── hi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── hr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── hsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── hu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ia/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── id/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── io/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── is/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── it/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ja/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ka/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── kab/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── kk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── km/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── kn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ko/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── lb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── lt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── lv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── mk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ml/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── mn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── mr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── my/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── nb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ne/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── nl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── nn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── os/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── pa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── pl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── pt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── pt_BR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ro/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ru/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sq/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sr_Latn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── sw/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ta/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── te/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── th/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── tr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── tt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── udm/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── uk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── ur/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── vi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   ├── zh_Hans/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       ├── django.po
│   │           │   │   │   │   │       ├── djangojs.mo
│   │           │   │   │   │   │       └── djangojs.po
│   │           │   │   │   │   └── zh_Hant/
│   │           │   │   │   │       └── LC_MESSAGES/
│   │           │   │   │   │           ├── django.mo
│   │           │   │   │   │           ├── django.po
│   │           │   │   │   │           ├── djangojs.mo
│   │           │   │   │   │           └── djangojs.po
│   │           │   │   │   ├── migrations/
│   │           │   │   │   │   ├── 0001_initial.py
│   │           │   │   │   │   ├── 0002_logentry_remove_auto_add.py
│   │           │   │   │   │   ├── 0003_logentry_add_action_flag_choices.py
│   │           │   │   │   │   └── __init__.py
│   │           │   │   │   ├── models.py
│   │           │   │   │   ├── options.py
│   │           │   │   │   ├── sites.py
│   │           │   │   │   ├── static/
│   │           │   │   │   │   └── admin/
│   │           │   │   │   │       ├── css/
│   │           │   │   │   │       │   ├── autocomplete.css
│   │           │   │   │   │       │   ├── base.css
│   │           │   │   │   │       │   ├── changelists.css
│   │           │   │   │   │       │   ├── dashboard.css
│   │           │   │   │   │       │   ├── fonts.css
│   │           │   │   │   │       │   ├── forms.css
│   │           │   │   │   │       │   ├── login.css
│   │           │   │   │   │       │   ├── responsive.css
│   │           │   │   │   │       │   ├── responsive_rtl.css
│   │           │   │   │   │       │   ├── rtl.css
│   │           │   │   │   │       │   ├── vendor/
│   │           │   │   │   │       │   │   └── select2/
│   │           │   │   │   │       │   │       ├── LICENSE-SELECT2.md
│   │           │   │   │   │       │   │       └── select2.css
│   │           │   │   │   │       │   └── widgets.css
│   │           │   │   │   │       ├── fonts/
│   │           │   │   │   │       │   ├── LICENSE.txt
│   │           │   │   │   │       │   └── README.txt
│   │           │   │   │   │       ├── img/
│   │           │   │   │   │       │   ├── LICENSE
│   │           │   │   │   │       │   └── README.txt
│   │           │   │   │   │       └── js/
│   │           │   │   │   │           ├── SelectBox.js
│   │           │   │   │   │           ├── SelectFilter2.js
│   │           │   │   │   │           ├── actions.js
│   │           │   │   │   │           ├── admin/
│   │           │   │   │   │           │   ├── DateTimeShortcuts.js
│   │           │   │   │   │           │   └── RelatedObjectLookups.js
│   │           │   │   │   │           ├── autocomplete.js
│   │           │   │   │   │           ├── calendar.js
│   │           │   │   │   │           ├── cancel.js
│   │           │   │   │   │           ├── change_form.js
│   │           │   │   │   │           ├── collapse.js
│   │           │   │   │   │           ├── core.js
│   │           │   │   │   │           ├── inlines.js
│   │           │   │   │   │           ├── jquery.init.js
│   │           │   │   │   │           ├── popup_response.js
│   │           │   │   │   │           ├── prepopulate.js
│   │           │   │   │   │           ├── prepopulate_init.js
│   │           │   │   │   │           ├── timeparse.js
│   │           │   │   │   │           ├── urlify.js
│   │           │   │   │   │           └── vendor/
│   │           │   │   │   │               ├── jquery/
│   │           │   │   │   │               │   ├── LICENSE.txt
│   │           │   │   │   │               │   └── jquery.js
│   │           │   │   │   │               ├── select2/
│   │           │   │   │   │               │   ├── LICENSE.md
│   │           │   │   │   │               │   ├── i18n/
│   │           │   │   │   │               │   │   ├── ar.js
│   │           │   │   │   │               │   │   ├── az.js
│   │           │   │   │   │               │   │   ├── bg.js
│   │           │   │   │   │               │   │   ├── ca.js
│   │           │   │   │   │               │   │   ├── cs.js
│   │           │   │   │   │               │   │   ├── da.js
│   │           │   │   │   │               │   │   ├── de.js
│   │           │   │   │   │               │   │   ├── el.js
│   │           │   │   │   │               │   │   ├── en.js
│   │           │   │   │   │               │   │   ├── es.js
│   │           │   │   │   │               │   │   ├── et.js
│   │           │   │   │   │               │   │   ├── eu.js
│   │           │   │   │   │               │   │   ├── fa.js
│   │           │   │   │   │               │   │   ├── fi.js
│   │           │   │   │   │               │   │   ├── fr.js
│   │           │   │   │   │               │   │   ├── gl.js
│   │           │   │   │   │               │   │   ├── he.js
│   │           │   │   │   │               │   │   ├── hi.js
│   │           │   │   │   │               │   │   ├── hr.js
│   │           │   │   │   │               │   │   ├── hu.js
│   │           │   │   │   │               │   │   ├── id.js
│   │           │   │   │   │               │   │   ├── is.js
│   │           │   │   │   │               │   │   ├── it.js
│   │           │   │   │   │               │   │   ├── ja.js
│   │           │   │   │   │               │   │   ├── km.js
│   │           │   │   │   │               │   │   ├── ko.js
│   │           │   │   │   │               │   │   ├── lt.js
│   │           │   │   │   │               │   │   ├── lv.js
│   │           │   │   │   │               │   │   ├── mk.js
│   │           │   │   │   │               │   │   ├── ms.js
│   │           │   │   │   │               │   │   ├── nb.js
│   │           │   │   │   │               │   │   ├── nl.js
│   │           │   │   │   │               │   │   ├── pl.js
│   │           │   │   │   │               │   │   ├── pt-BR.js
│   │           │   │   │   │               │   │   ├── pt.js
│   │           │   │   │   │               │   │   ├── ro.js
│   │           │   │   │   │               │   │   ├── ru.js
│   │           │   │   │   │               │   │   ├── sk.js
│   │           │   │   │   │               │   │   ├── sr-Cyrl.js
│   │           │   │   │   │               │   │   ├── sr.js
│   │           │   │   │   │               │   │   ├── sv.js
│   │           │   │   │   │               │   │   ├── th.js
│   │           │   │   │   │               │   │   ├── tr.js
│   │           │   │   │   │               │   │   ├── uk.js
│   │           │   │   │   │               │   │   ├── vi.js
│   │           │   │   │   │               │   │   ├── zh-CN.js
│   │           │   │   │   │               │   │   └── zh-TW.js
│   │           │   │   │   │               │   └── select2.full.js
│   │           │   │   │   │               └── xregexp/
│   │           │   │   │   │                   ├── LICENSE.txt
│   │           │   │   │   │                   └── xregexp.js
│   │           │   │   │   ├── templates/
│   │           │   │   │   │   ├── admin/
│   │           │   │   │   │   │   ├── 404.html
│   │           │   │   │   │   │   ├── 500.html
│   │           │   │   │   │   │   ├── actions.html
│   │           │   │   │   │   │   ├── app_index.html
│   │           │   │   │   │   │   ├── auth/
│   │           │   │   │   │   │   │   └── user/
│   │           │   │   │   │   │   │       ├── add_form.html
│   │           │   │   │   │   │   │       └── change_password.html
│   │           │   │   │   │   │   ├── base.html
│   │           │   │   │   │   │   ├── base_site.html
│   │           │   │   │   │   │   ├── change_form.html
│   │           │   │   │   │   │   ├── change_form_object_tools.html
│   │           │   │   │   │   │   ├── change_list.html
│   │           │   │   │   │   │   ├── change_list_object_tools.html
│   │           │   │   │   │   │   ├── change_list_results.html
│   │           │   │   │   │   │   ├── date_hierarchy.html
│   │           │   │   │   │   │   ├── delete_confirmation.html
│   │           │   │   │   │   │   ├── delete_selected_confirmation.html
│   │           │   │   │   │   │   ├── edit_inline/
│   │           │   │   │   │   │   │   ├── stacked.html
│   │           │   │   │   │   │   │   └── tabular.html
│   │           │   │   │   │   │   ├── filter.html
│   │           │   │   │   │   │   ├── includes/
│   │           │   │   │   │   │   │   ├── fieldset.html
│   │           │   │   │   │   │   │   └── object_delete_summary.html
│   │           │   │   │   │   │   ├── index.html
│   │           │   │   │   │   │   ├── invalid_setup.html
│   │           │   │   │   │   │   ├── login.html
│   │           │   │   │   │   │   ├── object_history.html
│   │           │   │   │   │   │   ├── pagination.html
│   │           │   │   │   │   │   ├── popup_response.html
│   │           │   │   │   │   │   ├── prepopulated_fields_js.html
│   │           │   │   │   │   │   ├── related_widget_wrapper.html
│   │           │   │   │   │   │   ├── search_form.html
│   │           │   │   │   │   │   ├── submit_line.html
│   │           │   │   │   │   │   └── widgets/
│   │           │   │   │   │   │       ├── clearable_file_input.html
│   │           │   │   │   │   │       ├── foreign_key_raw_id.html
│   │           │   │   │   │   │       ├── many_to_many_raw_id.html
│   │           │   │   │   │   │       ├── radio.html
│   │           │   │   │   │   │       ├── related_widget_wrapper.html
│   │           │   │   │   │   │       ├── split_datetime.html
│   │           │   │   │   │   │       └── url.html
│   │           │   │   │   │   └── registration/
│   │           │   │   │   │       ├── logged_out.html
│   │           │   │   │   │       ├── password_change_done.html
│   │           │   │   │   │       ├── password_change_form.html
│   │           │   │   │   │       ├── password_reset_complete.html
│   │           │   │   │   │       ├── password_reset_confirm.html
│   │           │   │   │   │       ├── password_reset_done.html
│   │           │   │   │   │       ├── password_reset_email.html
│   │           │   │   │   │       └── password_reset_form.html
│   │           │   │   │   ├── templatetags/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   ├── admin_list.py
│   │           │   │   │   │   ├── admin_modify.py
│   │           │   │   │   │   ├── admin_static.py
│   │           │   │   │   │   ├── admin_urls.py
│   │           │   │   │   │   ├── base.py
│   │           │   │   │   │   └── log.py
│   │           │   │   │   ├── tests.py
│   │           │   │   │   ├── utils.py
│   │           │   │   │   ├── views/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   ├── autocomplete.py
│   │           │   │   │   │   ├── decorators.py
│   │           │   │   │   │   └── main.py
│   │           │   │   │   └── widgets.py
│   │           │   │   ├── admindocs/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── apps.py
│   │           │   │   │   ├── locale/
│   │           │   │   │   │   ├── af/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ar/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ast/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── az/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── be/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bg/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── br/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ca/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── cs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── cy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── da/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── de/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── dsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── el/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en_AU/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en_GB/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── eo/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_AR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_CO/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_MX/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_VE/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── et/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── eu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ga/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── gd/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── gl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── he/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ia/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── id/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── io/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── is/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── it/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ja/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ka/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kab/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── km/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ko/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ml/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── my/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ne/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── os/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pt_BR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ro/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ru/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sq/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sr_Latn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sw/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ta/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── te/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── th/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── tr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── tt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── udm/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── uk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ur/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── vi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── zh_Hans/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   └── zh_Hant/
│   │           │   │   │   │       └── LC_MESSAGES/
│   │           │   │   │   │           ├── django.mo
│   │           │   │   │   │           └── django.po
│   │           │   │   │   ├── middleware.py
│   │           │   │   │   ├── templates/
│   │           │   │   │   │   └── admin_doc/
│   │           │   │   │   │       ├── bookmarklets.html
│   │           │   │   │   │       ├── index.html
│   │           │   │   │   │       ├── missing_docutils.html
│   │           │   │   │   │       ├── model_detail.html
│   │           │   │   │   │       ├── model_index.html
│   │           │   │   │   │       ├── template_detail.html
│   │           │   │   │   │       ├── template_filter_index.html
│   │           │   │   │   │       ├── template_tag_index.html
│   │           │   │   │   │       ├── view_detail.html
│   │           │   │   │   │       └── view_index.html
│   │           │   │   │   ├── urls.py
│   │           │   │   │   ├── utils.py
│   │           │   │   │   └── views.py
│   │           │   │   ├── auth/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── admin.py
│   │           │   │   │   ├── apps.py
│   │           │   │   │   ├── backends.py
│   │           │   │   │   ├── base_user.py
│   │           │   │   │   ├── checks.py
│   │           │   │   │   ├── context_processors.py
│   │           │   │   │   ├── decorators.py
│   │           │   │   │   ├── forms.py
│   │           │   │   │   ├── handlers/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── modwsgi.py
│   │           │   │   │   ├── hashers.py
│   │           │   │   │   ├── locale/
│   │           │   │   │   │   ├── af/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ar/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ast/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── az/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── be/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bg/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── br/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ca/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── cs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── cy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── da/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── de/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── dsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── el/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en_AU/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en_GB/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── eo/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_AR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_CO/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_MX/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_VE/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── et/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── eu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ga/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── gd/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── gl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── he/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ia/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── id/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── io/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── is/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── it/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ja/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ka/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kab/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── km/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ko/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ml/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── my/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ne/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── os/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pt_BR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ro/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ru/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sq/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sr_Latn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sw/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ta/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── te/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── th/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── tr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── tt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── udm/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── uk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ur/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── vi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── zh_Hans/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   └── zh_Hant/
│   │           │   │   │   │       └── LC_MESSAGES/
│   │           │   │   │   │           ├── django.mo
│   │           │   │   │   │           └── django.po
│   │           │   │   │   ├── management/
│   │           │   │   │   │   ├── __init__.py
│   │           │   │   │   │   └── commands/
│   │           │   │   │   │       ├── changepassword.py
│   │           │   │   │   │       └── createsuperuser.py
│   │           │   │   │   ├── middleware.py
│   │           │   │   │   ├── migrations/
│   │           │   │   │   │   ├── 0001_initial.py
│   │           │   │   │   │   ├── 0002_alter_permission_name_max_length.py
│   │           │   │   │   │   ├── 0003_alter_user_email_max_length.py
│   │           │   │   │   │   ├── 0004_alter_user_username_opts.py
│   │           │   │   │   │   ├── 0005_alter_user_last_login_null.py
│   │           │   │   │   │   ├── 0006_require_contenttypes_0002.py
│   │           │   │   │   │   ├── 0007_alter_validators_add_error_messages.py
│   │           │   │   │   │   ├── 0008_alter_user_username_max_length.py
│   │           │   │   │   │   ├── 0009_alter_user_last_name_max_length.py
│   │           │   │   │   │   └── __init__.py
│   │           │   │   │   ├── mixins.py
│   │           │   │   │   ├── models.py
│   │           │   │   │   ├── password_validation.py
│   │           │   │   │   ├── signals.py
│   │           │   │   │   ├── templates/
│   │           │   │   │   │   ├── auth/
│   │           │   │   │   │   │   └── widgets/
│   │           │   │   │   │   │       └── read_only_password_hash.html
│   │           │   │   │   │   └── registration/
│   │           │   │   │   │       └── password_reset_subject.txt
│   │           │   │   │   ├── tokens.py
│   │           │   │   │   ├── urls.py
│   │           │   │   │   ├── validators.py
│   │           │   │   │   └── views.py
│   │           │   │   ├── contenttypes/
│   │           │   │   │   ├── __init__.py
│   │           │   │   │   ├── admin.py
│   │           │   │   │   ├── apps.py
│   │           │   │   │   ├── checks.py
│   │           │   │   │   ├── fields.py
│   │           │   │   │   ├── forms.py
│   │           │   │   │   ├── locale/
│   │           │   │   │   │   ├── af/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ar/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ast/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── az/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── be/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bg/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── br/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── bs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ca/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── cs/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── cy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── da/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── de/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── dsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── el/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en_AU/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── en_GB/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── eo/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_AR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_CO/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_MX/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── es_VE/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── et/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── eu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── fy/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ga/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── gd/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── gl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── he/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hsb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── hu/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ia/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── id/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── io/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── is/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── it/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ja/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ka/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── km/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── kn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ko/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── lv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ml/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── mr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── my/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nb/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ne/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── nn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── os/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pa/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── pt_BR/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ro/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ru/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sl/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sq/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sr_Latn/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sv/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── sw/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ta/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── te/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── th/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── tr/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── tt/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── udm/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── uk/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── ur/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── vi/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
│   │           │   │   │   │   │       └── django.po
│   │           │   │   │   │   ├── zh_Hans/
│   │           │   │   │   │   │   └── LC_MESSAGES/
│   │           │   │   │   │   │       ├── django.mo
Download .txt
Showing preview only (2,448K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (32700 symbols across 1883 files)

FILE: TravelWebsite.sql
  type `auth_group` (line 22) | CREATE TABLE `auth_group` (
  type `auth_group_permissions` (line 37) | CREATE TABLE `auth_group_permissions` (
  type `auth_permission` (line 56) | CREATE TABLE `auth_permission` (
  type `captcha_captchastore` (line 210) | CREATE TABLE `captcha_captchastore` (
  type `diarys_diary` (line 229) | CREATE TABLE `diarys_diary` (
  type `django_admin_log` (line 264) | CREATE TABLE `django_admin_log` (
  type `django_content_type` (line 288) | CREATE TABLE `django_content_type` (
  type `django_migrations` (line 338) | CREATE TABLE `django_migrations` (
  type `django_session` (line 438) | CREATE TABLE `django_session` (
  type `news_news` (line 458) | CREATE TABLE `news_news` (
  type `operation_activecomments` (line 492) | CREATE TABLE `operation_activecomments` (
  type `operation_diarycomments` (line 515) | CREATE TABLE `operation_diarycomments` (
  type `operation_productcomments` (line 543) | CREATE TABLE `operation_productcomments` (
  type `operation_shopping` (line 566) | CREATE TABLE `operation_shopping` (
  type `operation_shoppingcart` (line 591) | CREATE TABLE `operation_shoppingcart` (
  type `operation_spotscomments` (line 618) | CREATE TABLE `operation_spotscomments` (
  type `operation_usercollect` (line 641) | CREATE TABLE `operation_usercollect` (
  type `operation_userfav` (line 664) | CREATE TABLE `operation_userfav` (
  type `pay_goodsordersmaintable` (line 684) | CREATE TABLE `pay_goodsordersmaintable` (
  type `pay_orderitems` (line 721) | CREATE TABLE `pay_orderitems` (
  type `pay_scenicordersmaintable` (line 753) | CREATE TABLE `pay_scenicordersmaintable` (
  type `scenicspots_active` (line 795) | CREATE TABLE `scenicspots_active` (
  type `scenicspots_gallery` (line 822) | CREATE TABLE `scenicspots_gallery` (
  type `scenicspots_spots` (line 860) | CREATE TABLE `scenicspots_spots` (
  type `shop_product` (line 890) | CREATE TABLE `shop_product` (
  type `shop_propic` (line 923) | CREATE TABLE `shop_propic` (
  type `users_areainfo` (line 963) | CREATE TABLE `users_areainfo` (
  type `users_banner` (line 4685) | CREATE TABLE `users_banner` (
  type `users_emailverifyrecord` (line 4705) | CREATE TABLE `users_emailverifyrecord` (
  type `users_myuser` (line 4734) | CREATE TABLE `users_myuser` (
  type `users_myuser_groups` (line 4769) | CREATE TABLE `users_myuser_groups` (
  type `users_myuser_user_permissions` (line 4788) | CREATE TABLE `users_myuser_user_permissions` (
  type `users_thecontact` (line 4807) | CREATE TABLE `users_thecontact` (
  type `xadmin_bookmark` (line 4832) | CREATE TABLE `xadmin_bookmark` (
  type `xadmin_log` (line 4855) | CREATE TABLE `xadmin_log` (
  type `xadmin_usersettings` (line 4980) | CREATE TABLE `xadmin_usersettings` (
  type `xadmin_userwidget` (line 5000) | CREATE TABLE `xadmin_userwidget` (

FILE: templates/js/amazeui.js
  function s (line 2) | function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&re...
  function fireCallBack (line 334) | function fireCallBack(e) {
  function loaded (line 442) | function loaded() {
  function bindLoad (line 446) | function bindLoad() {
  function loaded (line 680) | function loaded() {
  function ath (line 691) | function ath(options) {
  function _extend (line 1276) | function _extend(target, obj) {
  function _removeToken (line 1284) | function _removeToken() {
  function processAlert (line 1339) | function processAlert() {
  function Plugin (line 1611) | function Plugin(option) {
  function complete (line 2409) | function complete() {
  function onTouchStart (line 3086) | function onTouchStart(e) {
  function onTouchMove (line 3113) | function onTouchMove(e) {
  function onTouchEnd (line 3135) | function onTouchEnd(e) {
  function onMSPointerDown (line 3165) | function onMSPointerDown(e) {
  function onMSGestureChange (line 3185) | function onMSGestureChange(e) {
  function onMSGestureEnd (line 3218) | function onMSGestureEnd(e) {
  function _prefixStyle (line 3984) | function _prefixStyle(style) {
  function IScroll (line 4210) | function IScroll(el, options) {
  function step (line 4823) | function step() {
  function Plugin (line 5171) | function Plugin(option, relatedTarget) {
  function complete (line 5309) | function complete() {
  function Plugin (line 5362) | function Plugin(option, relatedElement) {
  function sizePopover (line 6204) | function sizePopover() {
  function clamp (line 6687) | function clamp(n, min, max) {
  function toBarPerc (line 6698) | function toBarPerc(n) {
  function barPositionCSS (line 6708) | function barPositionCSS(n, speed, ease) {
  function next (line 6731) | function next() {
  function camelCase (line 6756) | function camelCase(string) {
  function getVendorProp (line 6762) | function getVendorProp(name) {
  function getStyleProp (line 6777) | function getStyleProp(name) {
  function applyCss (line 6782) | function applyCss(element, prop, value) {
  function hasClass (line 6807) | function hasClass(element, name) {
  function addClass (line 6816) | function addClass(element, name) {
  function removeClass (line 6830) | function removeClass(element, name) {
  function classList (line 6849) | function classList(element) {
  function removeElement (line 6857) | function removeElement(element) {
  function resetBody (line 7235) | function resetBody() {
  function pushOption (line 7682) | function pushOption(index, item, group) {
  function smooth (line 8249) | function smooth(pos) {
  function abort (line 8257) | function abort() {
  function render (line 8269) | function render(now) {
  function Plugin (line 8740) | function Plugin(option) {
  function regexToPattern (line 9041) | function regexToPattern(regex) {
  function bindEvents (line 9091) | function bindEvents(fields, eventFlags, debounce) {
  function setTimeoutContext (line 9756) | function setTimeoutContext(fn, timeout, context) {
  function invokeArrayArg (line 9769) | function invokeArrayArg(arg, fn, context) {
  function each (line 9783) | function each(obj, iterator, context) {
  function extend (line 9813) | function extend(dest, src, merge) {
  function merge (line 9832) | function merge(dest, src) {
  function inherit (line 9842) | function inherit(child, base, properties) {
  function bindFn (line 9861) | function bindFn(fn, context) {
  function boolOrFn (line 9874) | function boolOrFn(val, args) {
  function ifUndefined (line 9887) | function ifUndefined(val1, val2) {
  function addEventListeners (line 9897) | function addEventListeners(target, types, handler) {
  function removeEventListeners (line 9909) | function removeEventListeners(target, types, handler) {
  function hasParent (line 9922) | function hasParent(node, parent) {
  function inStr (line 9938) | function inStr(str, find) {
  function splitStr (line 9947) | function splitStr(str) {
  function inArray (line 9958) | function inArray(src, find, findByKey) {
  function toArray (line 9978) | function toArray(obj) {
  function uniqueArray (line 9989) | function uniqueArray(src, key, sort) {
  function prefixed (line 10022) | function prefixed(obj, property) {
  function uniqueId (line 10044) | function uniqueId() {
  function getWindowForElement (line 10053) | function getWindowForElement(element) {
  function Input (line 10096) | function Input(manager, callback) {
  function createInputInstance (line 10148) | function createInputInstance(manager) {
  function inputHandler (line 10172) | function inputHandler(manager, eventType, input) {
  function computeInputData (line 10204) | function computeInputData(manager, input) {
  function computeDeltaXY (line 10248) | function computeDeltaXY(session, input) {
  function computeIntervalInputData (line 10275) | function computeIntervalInputData(session, input) {
  function simpleCloneInputData (line 10310) | function simpleCloneInputData(input) {
  function getCenter (line 10337) | function getCenter(pointers) {
  function getVelocity (line 10368) | function getVelocity(deltaTime, x, y) {
  function getDirection (line 10381) | function getDirection(x, y) {
  function getDistance (line 10399) | function getDistance(p1, p2, props) {
  function getAngle (line 10416) | function getAngle(p1, p2, props) {
  function getRotation (line 10431) | function getRotation(start, end) {
  function getScale (line 10442) | function getScale(start, end) {
  function MouseInput (line 10460) | function MouseInput() {
  function PointerEventInput (line 10535) | function PointerEventInput() {
  function SingleTouchInput (line 10609) | function SingleTouchInput() {
  function normalizeSingleTouches (line 10652) | function normalizeSingleTouches(ev, type) {
  function TouchInput (line 10677) | function TouchInput() {
  function getTouches (line 10707) | function getTouches(ev, type) {
  function TouchMouseInput (line 10771) | function TouchMouseInput() {
  function TouchAction (line 10833) | function TouchAction(manager, value) {
  function cleanTouchActions (line 10922) | function cleanTouchActions(actions) {
  function Recognizer (line 10990) | function Recognizer(options) {
  function emit (line 11122) | function emit(withState) {
  function stateStr (line 11230) | function stateStr(state) {
  function directionStr (line 11248) | function directionStr(direction) {
  function getRecognizerByNameIfManager (line 11267) | function getRecognizerByNameIfManager(otherRecognizer, recognizer) {
  function AttrRecognizer (line 11280) | function AttrRecognizer() {
  function PanRecognizer (line 11342) | function PanRecognizer() {
  function PinchRecognizer (line 11421) | function PinchRecognizer() {
  function PressRecognizer (line 11460) | function PressRecognizer() {
  function RotateRecognizer (line 11531) | function RotateRecognizer() {
  function SwipeRecognizer (line 11562) | function SwipeRecognizer() {
  function TapRecognizer (line 11621) | function TapRecognizer() {
  function Hammer (line 11732) | function Hammer(element, options) {
  function Manager (line 11864) | function Manager(element, options) {
  function toggleCssProps (line 12117) | function toggleCssProps(manager, add) {
  function triggerDomEvent (line 12129) | function triggerDomEvent(event, data) {
  function hammerify (line 12196) | function hammerify(el, options) {
  function unicodeFormat8 (line 12420) | function unicodeFormat8(code) {
  function getUTF8Bytes (line 12443) | function getUTF8Bytes(string) {
  function QRCodeAlg (line 12460) | function QRCodeAlg(data, errorCorrectLevel) {
  function QRPolynomial (line 13181) | function QRPolynomial(num, shift) {
  function QRBitBuffer (line 13540) | function QRBitBuffer() {
  function unicodeFormat8 (line 13578) | function unicodeFormat8(code) {
  function getUTF8Bytes (line 13601) | function getUTF8Bytes(string) {
  function QRCodeAlg (line 13618) | function QRCodeAlg(data, errorCorrectLevel) {
  function QRPolynomial (line 14339) | function QRPolynomial(num, shift) {
  function QRBitBuffer (line 14698) | function QRBitBuffer() {
  function isLocalStorageNameSupported (line 14814) | function isLocalStorageNameSupported() {
  function accordionInit (line 14884) | function accordionInit() {
  function duoshuoInit (line 14943) | function duoshuoInit() {
  function figureInit (line 15004) | function figureInit() {
  function footerInit (line 15045) | function footerInit() {
  function galleryInit (line 15081) | function galleryInit() {
  function goTopInit (line 15108) | function goTopInit() {
  function headerInit (line 15146) | function headerInit() {
  function addMapApi (line 15189) | function addMapApi(callback) {
  function addBdMap (line 15218) | function addBdMap() {
  function mechatInit (line 15313) | function mechatInit() {
  function navbarInit (line 15498) | function navbarInit() {
  function paragraphInit (line 15694) | function paragraphInit() {
  function sliderInit (line 15730) | function sliderInit() {
  function tabsInit (line 15752) | function tabsInit() {
  function appendWeChatSDK (line 15783) | function appendWeChatSDK(callback) {
  function payHandler (line 15795) | function payHandler() {

FILE: templates/js/jquery.Spinner.js
  function cv (line 25) | function cv(n){
  function f (line 35) | function f(o,t,c,s){

FILE: templates/js/jquery.select.js
  function createSelect (line 9) | function createSelect(select_container,index){
  function createOptions (line 51) | function createOptions(index,ul_list){

FILE: templates/js/payfor.js
  function BuyUrl (line 165) | function BuyUrl(wid) {
  function recalc (line 186) | function recalc() {

FILE: zhiqiTravel/apps/diarys/apps.py
  class DiarysConfig (line 4) | class DiarysConfig(AppConfig):

FILE: zhiqiTravel/apps/diarys/migrations/0001_initial.py
  class Migration (line 8) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/diarys/migrations/0002_diary_user.py
  class Migration (line 8) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/diarys/migrations/0003_auto_20181026_1325.py
  class Migration (line 7) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/diarys/migrations/0004_auto_20181026_1450.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/diarys/migrations/0005_diary_praisenum.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/diarys/migrations/0006_diary_collectnum.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/diarys/models.py
  class Diary (line 9) | class Diary(models.Model):
    class Meta (line 24) | class Meta:
    method __str__ (line 28) | def __str__(self):

FILE: zhiqiTravel/apps/diarys/views.py
  class GetdiarayView (line 15) | class GetdiarayView(View):
    method get (line 19) | def get(self, request, diary_id):
  class SetdiarayView (line 35) | class SetdiarayView(View):
    method post (line 39) | def post(self, request, operation_type, diary_id):
  class MyDetailsView (line 76) | class MyDetailsView(View):
    method get (line 80) | def get(self, request, is_published):
  class PublishView (line 97) | class PublishView(View):
    method get (line 101) | def get(self, request, diary_id):
  class DetailsView (line 109) | class DetailsView(View):
    method get (line 113) | def get(self, request, diary_id):
  class DeleteView (line 143) | class DeleteView(View):
    method post (line 147) | def post(self, request):
  class AllDiaryView (line 156) | class AllDiaryView(View):
    method get (line 160) | def get(self, request, diary_type):

FILE: zhiqiTravel/apps/news/adminx.py
  class NewsAdmin (line 11) | class NewsAdmin:
  class GlobalSettings (line 24) | class GlobalSettings:
  class BaseSetting (line 30) | class BaseSetting:

FILE: zhiqiTravel/apps/news/apps.py
  class NewsConfig (line 4) | class NewsConfig(AppConfig):

FILE: zhiqiTravel/apps/news/migrations/0001_initial.py
  class Migration (line 7) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/news/migrations/0002_auto_20181011_0944.py
  class Migration (line 7) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/news/migrations/0003_auto_20181011_1059.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/news/models.py
  class News (line 9) | class News(models.Model):
    class Meta (line 28) | class Meta:
    method __str__ (line 32) | def __str__(self):

FILE: zhiqiTravel/apps/news/views.py
  class NewsView (line 7) | class NewsView(View):
    method get (line 11) | def get(self, request):
  class NewsDetails (line 30) | class NewsDetails(View):
    method get (line 35) | def get(self, request, news_id):
  function get_public_box (line 51) | def get_public_box():

FILE: zhiqiTravel/apps/operation/apps.py
  class OperationConfig (line 4) | class OperationConfig(AppConfig):

FILE: zhiqiTravel/apps/operation/forms.py
  class CommentsForm (line 10) | class CommentsForm(forms.Form):

FILE: zhiqiTravel/apps/operation/migrations/0001_initial.py
  class Migration (line 8) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/operation/migrations/0002_auto_20181009_1624.py
  class Migration (line 8) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/operation/migrations/0003_userfav.py
  class Migration (line 9) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/operation/migrations/0004_shoppingcart.py
  class Migration (line 9) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/operation/migrations/0005_auto_20181106_0941.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/operation/migrations/0006_shopping.py
  class Migration (line 9) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/operation/migrations/0007_productcomments.py
  class Migration (line 9) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/operation/models.py
  class UserCollect (line 12) | class UserCollect(models.Model):
    class Meta (line 17) | class Meta:
  class UserFav (line 22) | class UserFav(models.Model):
    class Meta (line 27) | class Meta:
  class DiaryComments (line 32) | class DiaryComments(models.Model):
    class Meta (line 38) | class Meta:
  class SpotsComments (line 43) | class SpotsComments(models.Model):
    class Meta (line 49) | class Meta:
  class ActiveComments (line 54) | class ActiveComments(models.Model):
    class Meta (line 60) | class Meta:
  class ShoppingCart (line 65) | class ShoppingCart(models.Model):
    class Meta (line 72) | class Meta:
  class Shopping (line 77) | class Shopping(models.Model):
    class Meta (line 83) | class Meta:
  class ProductComments (line 88) | class ProductComments(models.Model):
    class Meta (line 95) | class Meta:

FILE: zhiqiTravel/apps/operation/templatetags/operation_extras.py
  function CalculateThePrice (line 12) | def CalculateThePrice(TheUnitPrice, num, freight):
  function QueryTheAddress (line 26) | def QueryTheAddress(id):

FILE: zhiqiTravel/apps/operation/views.py
  class FavView (line 18) | class FavView(View):
    method post (line 23) | def post(self, request):
  class CollView (line 42) | class CollView(View):
    method post (line 46) | def post(self, request):
  class CommentsView (line 65) | class CommentsView(View):
    method post (line 69) | def post(self, request):
  class ShopcarView (line 90) | class ShopcarView(View):
    method post (line 94) | def post(self, request):
    method get (line 127) | def get(self, request):
  class ShopcarOperationView (line 154) | class ShopcarOperationView(View):
    method post (line 158) | def post(self, request):
  class ShopingView (line 219) | class ShopingView(View):
    method post (line 223) | def post(self, request):
  class ConfirmView (line 248) | class ConfirmView(View):
    method get (line 252) | def get(self, request):
  class ConfirmGoodsView (line 283) | class ConfirmGoodsView(View):
    method get (line 287) | def get(self, request):
  class CommentsGoodsView (line 306) | class CommentsGoodsView(View):
    method get (line 307) | def get(self, request):
    method post (line 314) | def post(self, request):
  class TravelBuyView (line 352) | class TravelBuyView(View):
    method get (line 356) | def get(self, request):
  class CommentsSpotsView (line 377) | class CommentsSpotsView(View):
    method get (line 381) | def get(self, request):
    method post (line 388) | def post(self, request):
  class SearchView (line 438) | class SearchView(View):
    method post (line 442) | def post(self, request):

FILE: zhiqiTravel/apps/pay/apps.py
  class PayConfig (line 4) | class PayConfig(AppConfig):

FILE: zhiqiTravel/apps/pay/migrations/0001_initial.py
  class Migration (line 9) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/pay/migrations/0002_orderitems_good_price.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/pay/migrations/0003_auto_20181109_1404.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/pay/migrations/0004_orderitems_good_image.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/pay/migrations/0005_orderitems_good_id.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/pay/migrations/0006_ticketsordersmaintable.py
  class Migration (line 9) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/pay/migrations/0007_ticketsordersmaintable_cdk.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/pay/migrations/0008_auto_20181114_1036.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/pay/migrations/0009_auto_20181114_1317.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/pay/migrations/0010_auto_20181119_1545.py
  class Migration (line 9) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/pay/models.py
  class OrderItems (line 8) | class OrderItems(models.Model):
    class Meta (line 16) | class Meta:
    method __str__ (line 20) | def __str__(self):
  class GoodsOrdersMainTable (line 24) | class GoodsOrdersMainTable(models.Model):
    class Meta (line 43) | class Meta:
    method __str__ (line 47) | def __str__(self):
  class ScenicOrdersMainTable (line 51) | class ScenicOrdersMainTable(models.Model):
    class Meta (line 76) | class Meta:
    method __str__ (line 80) | def __str__(self):

FILE: zhiqiTravel/apps/pay/views.py
  function create_alipay (line 19) | def create_alipay():
  function creat_order_num (line 39) | def creat_order_num(user_id):
  function creat_cdk (line 51) | def creat_cdk():
  function check_cdk (line 65) | def check_cdk():
  class AliPayTestView (line 83) | class AliPayTestView(View):
    method get (line 87) | def get(self, request):
    method post (line 90) | def post(self, request):
  class AliPayResultTestView (line 108) | class AliPayResultTestView(View):
    method get (line 109) | def get(self, request):
  class SubmitOrderView (line 118) | class SubmitOrderView(LoginRequiredMixin, View):
    method post (line 122) | def post(self, request):
    method get (line 213) | def get(self, request):
  class FinishPayView (line 245) | class FinishPayView(View):
    method get (line 249) | def get(self, request):
  class ProjectOrderView (line 286) | class ProjectOrderView(View):
    method get (line 290) | def get(self, request):
  class SubmitTravelsOrderView (line 341) | class SubmitTravelsOrderView(View):
    method get (line 345) | def get(self, request):
  class ScenicOrderView (line 414) | class ScenicOrderView(View):
    method get (line 418) | def get(self, request):

FILE: zhiqiTravel/apps/scenicspots/adminx.py
  class SpotsAdmin (line 11) | class SpotsAdmin:
  class GalleryAdmin (line 23) | class GalleryAdmin:
  class ActiveAdmin (line 28) | class ActiveAdmin:

FILE: zhiqiTravel/apps/scenicspots/apps.py
  class ScenicspotsConfig (line 4) | class ScenicspotsConfig(AppConfig):

FILE: zhiqiTravel/apps/scenicspots/migrations/0001_initial.py
  class Migration (line 8) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/scenicspots/migrations/0002_auto_20181015_1654.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/scenicspots/migrations/0003_auto_20181016_1625.py
  class Migration (line 7) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/scenicspots/migrations/0004_auto_20181119_1037.py
  class Migration (line 7) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/scenicspots/models.py
  class Spots (line 9) | class Spots(models.Model):
    class Meta (line 33) | class Meta:
    method __str__ (line 37) | def __str__(self):
  class Gallery (line 41) | class Gallery(models.Model):
    class Meta (line 50) | class Meta:
    method __str__ (line 54) | def __str__(self):
  class Active (line 58) | class Active(models.Model):
    class Meta (line 80) | class Meta:
    method __str__ (line 84) | def __str__(self):

FILE: zhiqiTravel/apps/scenicspots/views.py
  class ScenicListView (line 14) | class ScenicListView(View):
    method get (line 18) | def get(self, request):
  class ScenicDetails (line 41) | class ScenicDetails(View):
    method get (line 45) | def get(self,request, scenic_id):
  class ActiveDetails (line 59) | class ActiveDetails(View):
    method get (line 63) | def get(self, request, active_id):
  class OrderDetailsView (line 75) | class OrderDetailsView(View):
    method get (line 79) | def get(self, request, order_num):

FILE: zhiqiTravel/apps/shop/adminx.py
  class ProAdmin (line 11) | class ProAdmin:
  class ProPicAdmin (line 24) | class ProPicAdmin:

FILE: zhiqiTravel/apps/shop/apps.py
  class ShopConfig (line 4) | class ShopConfig(AppConfig):

FILE: zhiqiTravel/apps/shop/migrations/0001_initial.py
  class Migration (line 8) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/shop/migrations/0002_auto_20181101_1411.py
  class Migration (line 7) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/shop/migrations/0003_propic_add_time.py
  class Migration (line 7) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/shop/migrations/0004_auto_20181101_1433.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/shop/migrations/0005_auto_20181101_1520.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/shop/models.py
  class Product (line 9) | class Product(models.Model):
    class Meta (line 35) | class Meta:
    method __str__ (line 39) | def __str__(self):
  class ProPic (line 43) | class ProPic(models.Model):
    class Meta (line 48) | class Meta:

FILE: zhiqiTravel/apps/shop/views.py
  class AllView (line 12) | class AllView(View):
    method get (line 13) | def get(self, request):
  class ProDetailsView (line 33) | class ProDetailsView(View):
    method get (line 37) | def get(self, request, pro_id):
  class OrderDetailsView (line 55) | class OrderDetailsView(View):
    method get (line 59) | def get(self, request, order_num):

FILE: zhiqiTravel/apps/users/adminx.py
  class BannerAdmin (line 10) | class BannerAdmin:

FILE: zhiqiTravel/apps/users/apps.py
  class UsersConfig (line 4) | class UsersConfig(AppConfig):

FILE: zhiqiTravel/apps/users/forms.py
  class RegisterForm (line 11) | class RegisterForm(forms.Form):
  class LoginForm (line 17) | class LoginForm(forms.Form):
  class ForgetForm (line 22) | class ForgetForm(forms.Form):
  class NewPwdForm (line 27) | class NewPwdForm(forms.Form):
  class InfoForm (line 32) | class InfoForm(forms.ModelForm):
    class Meta (line 33) | class Meta:
  class UploadPortraitForm (line 38) | class UploadPortraitForm(forms.ModelForm):
    class Meta (line 39) | class Meta:
  class InfoNewPwdForm (line 44) | class InfoNewPwdForm(forms.Form):
  class ContactForm (line 50) | class ContactForm(forms.Form):

FILE: zhiqiTravel/apps/users/migrations/0001_initial.py
  class Migration (line 13) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/users/migrations/0002_myuser_integral.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/users/migrations/0003_myuser_check_time.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/users/migrations/0004_auto_20181018_1601.py
  class Migration (line 8) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/users/migrations/0005_auto_20181018_1623.py
  class Migration (line 7) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/users/migrations/0006_auto_20181018_1627.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/users/migrations/0007_auto_20181019_1452.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/users/migrations/0008_auto_20181019_1523.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/users/migrations/0009_auto_20181109_1338.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/users/migrations/0010_remove_banner_index.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/users/migrations/0011_auto_20181120_1353.py
  class Migration (line 6) | class Migration(migrations.Migration):

FILE: zhiqiTravel/apps/users/models.py
  function user_directory_path (line 8) | def user_directory_path(instance, filename):
  class MyUser (line 16) | class MyUser(AbstractUser):
    class Meta (line 32) | class Meta:
    method __str__ (line 36) | def __str__(self):
  class TheContact (line 40) | class TheContact(models.Model):
    class Meta (line 52) | class Meta:
    method __str__ (line 56) | def __str__(self):
  class EmailVerifyRecord (line 60) | class EmailVerifyRecord(models.Model):
    class Meta (line 69) | class Meta:
    method __str__ (line 73) | def __str__(self):
  class Banner (line 77) | class Banner(models.Model):
    class Meta (line 86) | class Meta:
  class AreaInfo (line 91) | class AreaInfo(models.Model):

FILE: zhiqiTravel/apps/users/views.py
  class IndexView (line 28) | class IndexView(View):
    method get (line 32) | def get(self, request):
  class RegisterView (line 67) | class RegisterView(View):
    method get (line 72) | def get(self, request):
    method post (line 82) | def post(self, request):
  class ActiveView (line 113) | class ActiveView(View):
    method get (line 117) | def get(self, request, active_code):
  class LoginView (line 128) | class LoginView(View):
    method get (line 130) | def get(self, request):
    method post (line 133) | def post(self, request):
  class LogoutView (line 154) | class LogoutView(View):
    method get (line 158) | def get(self, request):
  class ForgetPwdView (line 163) | class ForgetPwdView(View):
    method get (line 167) | def get(self, request):
    method post (line 177) | def post(self, request):
  class ResetView (line 198) | class ResetView(View):
    method get (line 200) | def get(self, request, find_code):
  class NewPwdView (line 210) | class NewPwdView(View):
    method post (line 214) | def post(self, request):
  class CheckView (line 237) | class CheckView(View):
    method post (line 241) | def post(self, request):
  class ProvinceView (line 256) | class ProvinceView(View):
    method get (line 260) | def get(self, requset):
  class CityView (line 268) | class CityView(View):
    method get (line 272) | def get(self, requset, pid):
  class CountyView (line 281) | class CountyView(View):
    method get (line 285) | def get(self, requset, pid):
  class UserInfoView (line 293) | class UserInfoView(View):
    method get (line 297) | def get(self, request, info_type):
  class SettingInfoView (line 359) | class SettingInfoView(View):
    method post (line 363) | def post(self, request, setting_type):
  class ModifyContactView (line 427) | class ModifyContactView(View):
    method get (line 431) | def get(self, request, contact_id):
    method post (line 449) | def post(self, request, contact_id):
  class DeleteContactView (line 478) | class DeleteContactView(View):
    method get (line 483) | def get(self, request, contact_id):
  class DefaultContactView (line 489) | class DefaultContactView(View):
    method get (line 493) | def get(self, request, contact_id):
  class MyCommentsView (line 509) | class MyCommentsView(View):
    method get (line 513) | def get(self, request):
  class MyCollectView (line 532) | class MyCollectView(View):
    method get (line 536) | def get(self, request):
  class HomePageView (line 543) | class HomePageView(View):
    method get (line 544) | def get(self, request):

FILE: zhiqiTravel/apps/utils/mixin_utils.py
  class LoginRequiredMixin (line 9) | class LoginRequiredMixin(object):
    method dispatch (line 11) | def dispatch(self,request,*args,**kwargs):

FILE: zhiqiTravel/apps/utils/send_email.py
  function random_str (line 11) | def random_str(randomlength=10):
  function send_register_email (line 21) | def send_register_email(email, send_type='register'):

FILE: zhiqiTravel/extra_apps/DjangoUeditor/adminx.py
  class XadminUEditorWidget (line 12) | class XadminUEditorWidget(UEditorWidget):
    method __init__ (line 13) | def __init__(self,**kwargs):
  class UeditorPlugin (line 18) | class UeditorPlugin(BaseAdminPlugin):
    method get_field_style (line 20) | def get_field_style(self, attrs, db_field, style, **kwargs):
    method block_extrahead (line 28) | def block_extrahead(self, context, nodes):

FILE: zhiqiTravel/extra_apps/DjangoUeditor/commands.py
  class UEditorEventHandler (line 6) | class UEditorEventHandler(object):
    method on_selectionchange (line 9) | def on_selectionchange(self):
    method on_contentchange (line 12) | def on_contentchange(self):
    method render (line 15) | def render(self, editorID):
  class UEditorCommand (line 39) | class UEditorCommand(object):
    method __init__ (line 44) | def __init__(self, **kwargs):
    method render_ui (line 50) | def render_ui(self, editor):
    method render_ajax_command (line 54) | def render_ajax_command(self):
    method render_command (line 73) | def render_command(self):
    method render (line 99) | def render(self, editorID):
    method onExecuteCommand (line 113) | def onExecuteCommand(self):
    method onExecuteAjaxCommand (line 117) | def onExecuteAjaxCommand(self, state):
    method onExecuteQueryvalueCommand (line 121) | def onExecuteQueryvalueCommand(self):
  class UEditorButtonCommand (line 126) | class UEditorButtonCommand(UEditorCommand):
    method __init__ (line 128) | def __init__(self, **kwargs):
    method onClick (line 132) | def onClick(self):
    method render_ui (line 138) | def render_ui(self, editorID):
  class UEditorComboCommand (line 157) | class UEditorComboCommand(UEditorCommand):
    method __init__ (line 159) | def __init__(self, **kwargs):
    method get_items (line 165) | def get_items(self):
    method onSelect (line 168) | def onSelect(self):
    method render_ui (line 171) | def render_ui(self, editorID):
  class UEditorDialogCommand (line 192) | class UEditorDialogCommand(UEditorCommand):

FILE: zhiqiTravel/extra_apps/DjangoUeditor/forms.py
  class UEditorField (line 7) | class UEditorField(forms.CharField):
    method __init__ (line 8) | def __init__(self, label, width=600, height=300, toolbars="full",
  function UpdateUploadPath (line 20) | def UpdateUploadPath(model_form, model_inst=None):
  class UEditorModelForm (line 32) | class UEditorModelForm(forms.ModelForm):
    method __init__ (line 34) | def __init__(self, *args, **kwargs):

FILE: zhiqiTravel/extra_apps/DjangoUeditor/models.py
  class UEditorField (line 7) | class UEditorField(models.TextField):
    method __init__ (line 16) | def __init__(self, verbose_name=None, width=600, height=300,
    method formfield (line 26) | def formfield(self, **kwargs):

FILE: zhiqiTravel/extra_apps/DjangoUeditor/settings.py
  function UpdateUserSettings (line 98) | def UpdateUserSettings():
  function GetUeditorSettings (line 111) | def GetUeditorSettings(key, default=None):

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/dialogs/attachment/attachment.js
  function initTabs (line 19) | function initTabs() {
  function setTabFocus (line 32) | function setTabFocus(id) {
  function initButtons (line 56) | function initButtons() {
  function UploadFile (line 87) | function UploadFile(target) {
  function addFile (line 181) | function addFile(file) {
  function removeFile (line 316) | function removeFile(file) {
  function updateTotalProgress (line 323) | function updateTotalProgress() {
  function setState (line 341) | function setState(val, files) {
  function updateStatus (line 417) | function updateStatus() {
  function OnlineFile (line 568) | function OnlineFile(target) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/dialogs/background/background.js
  function initTabs (line 12) | function initTabs(){
  function initColorSelector (line 35) | function initColorSelector () {
  function initColorPicker (line 77) | function initColorPicker() {
  function initImagePanel (line 116) | function initImagePanel() {
  function updateFormState (line 121) | function updateFormState (radio, color, url, align, x, y) {
  function updateBackground (line 158) | function updateBackground () {
  function OnlineImage (line 184) | function OnlineImage(target) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/dialogs/charts/charts.js
  function initChartsTypeView (line 49) | function initChartsTypeView () {
  function renderTable (line 64) | function renderTable ( table ) {
  function initUserConfig (line 104) | function initUserConfig ( config ) {
  function initEvent (line 125) | function initEvent () {
  function renderCharts (line 201) | function renderCharts () {
  function updateViewType (line 253) | function updateViewType ( index ) {
  function collectData (line 259) | function collectData () {
  function getUserConfig (line 283) | function getUserConfig () {
  function setUserConfig (line 302) | function setUserConfig ( config ) {
  function getSeriesAndCategories (line 317) | function getSeriesAndCategories () {
  function getTableDataFormat (line 367) | function getTableDataFormat () {
  function disableNotPieConfig (line 379) | function disableNotPieConfig() {
  function enableNotPieConfig (line 388) | function enableNotPieConfig() {
  function updateConfigItem (line 394) | function updateConfigItem ( value ) {
  function getSeriesForPieChart (line 420) | function getSeriesForPieChart () {
  function getTableData (line 445) | function getTableData () {
  function getTableInputValue (line 461) | function getTableInputValue () {
  function getCellValue (line 475) | function getCellValue ( cell ) {
  function syncTableData (line 505) | function syncTableData () {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/dialogs/emotion/emotion.js
  function initImgName (line 14) | function initImgName() {
  function initEvtHandler (line 30) | function initEvtHandler( conId ) {
  function InsertSmiley (line 47) | function InsertSmiley( url, evt ) {
  function switchTab (line 58) | function switchTab( index ) {
  function autoHeight (line 79) | function autoHeight( index ) {
  function createTab (line 117) | function createTab( tabName ) {
  function over (line 157) | function over( td, srcPath, posFlag ) {
  function out (line 164) | function out( td ) {
  function createTabList (line 171) | function createTabList( tabNum ) {
  function createArr (line 179) | function createArr( tabNum ) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/dialogs/help/help.js
  function clickHandler (line 14) | function clickHandler( tabHeads,tabBodys,obj ) {
  function switchTab (line 41) | function switchTab( tabParentId ) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/dialogs/image/image.js
  function initTabs (line 22) | function initTabs() {
  function setTabFocus (line 40) | function setTabFocus(id) {
  function initButtons (line 74) | function initButtons() {
  function initAlign (line 115) | function initAlign(){
  function setAlign (line 126) | function setAlign(align){
  function getAlign (line 139) | function getAlign(){
  function RemoteImage (line 146) | function RemoteImage(target) {
  function updatePreview (line 202) | function updatePreview(){
  function UploadImage (line 290) | function UploadImage(target) {
  function addFile (line 401) | function addFile(file) {
  function removeFile (line 531) | function removeFile(file) {
  function updateTotalProgress (line 538) | function updateTotalProgress() {
  function setState (line 556) | function setState(val, files) {
  function updateStatus (line 632) | function updateStatus() {
  function OnlineImage (line 789) | function OnlineImage(target) {
  function SearchImage (line 968) | function SearchImage() {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/dialogs/music/music.js
  function Music (line 1) | function Music() {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/dialogs/scrawl/scrawl.js
  function _appendStyle (line 419) | function _appendStyle() {
  function _getDom (line 441) | function _getDom() {
  function ue_callback (line 570) | function ue_callback(url, state) {
  function removeMaskLayer (line 615) | function removeMaskLayer() {
  function addMaskLayer (line 622) | function addMaskLayer(html) {
  function exec (line 629) | function exec(scrawlObj) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/dialogs/searchreplace/searchreplace.js
  function clickHandler (line 19) | function clickHandler( tabHeads,tabBodys,obj ) {
  function switchTab (line 43) | function switchTab( tabParentId ) {
  function getMatchCase (line 61) | function getMatchCase(id) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/dialogs/spechars/spechars.js
  function toArray (line 55) | function toArray(str) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/dialogs/video/video.js
  function initTabs (line 24) | function initTabs(){
  function initVideo (line 43) | function initVideo(){
  function addOkListener (line 73) | function addOkListener(){
  function updateAlignButton (line 98) | function updateAlignButton( align ) {
  function insertSingle (line 116) | function insertSingle(){
  function insertSearch (line 135) | function insertSearch(id){
  function findFocus (line 156) | function findFocus( id, returnProperty ) {
  function convert_url (line 167) | function convert_url(url){
  function checkNum (line 190) | function checkNum( nodes ) {
  function isNumber (line 207) | function isNumber( value ) {
  function createAlignButton (line 215) | function createAlignButton( ids ) {
  function switchSelect (line 235) | function switchSelect( selectParentId ) {
  function addUrlChangeListener (line 252) | function addUrlChangeListener(url){
  function createPreviewVideo (line 268) | function createPreviewVideo(url){
  function insertUpload (line 284) | function insertUpload(){
  function initUpload (line 310) | function initUpload(){
  function UploadFile (line 316) | function UploadFile(target) {
  function addFile (line 410) | function addFile(file) {
  function removeFile (line 545) | function removeFile(file) {
  function updateTotalProgress (line 552) | function updateTotalProgress() {
  function setState (line 570) | function setState(val, files) {
  function updateStatus (line 646) | function updateStatus() {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/dialogs/wordimage/tangram.js
  function _createString (line 577) | function _createString(){
  function _checkReady (line 587) | function _checkReady(target){
  function _callFn (line 602) | function _callFn(callQueue, target){
  function _createFunName (line 618) | function _createFunName(fun){
  function _render (line 639) | function _render(options){
  function _check (line 728) | function _check(){
  function _call (line 743) | function _call(){
  function getCallBack (line 1197) | function getCallBack(onTimeOut){
  function encodeString (line 1354) | function encodeString(source) {
  function encodeArray (line 1376) | function encodeArray(source) {
  function pad (line 1405) | function pad(source) {
  function encodeDate (line 1413) | function encodeDate(source){

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/dialogs/wordimage/wordimage.js
  function hideFlash (line 24) | function hideFlash(){
  function addOkListener (line 28) | function addOkListener() {
  function addUploadListener (line 59) | function addUploadListener() {
  function showLocalPath (line 66) | function showLocalPath(id) {
  function createFlashUploader (line 83) | function createFlashUploader(opt, callbacks) {
  function extendProperty (line 112) | function extendProperty(fromObj, toObj) {
  function getPasteData (line 123) | function getPasteData(id) {
  function createCopyButton (line 131) | function createCopyButton(id, dataFrom) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/php/Uploader.class.php
  class Uploader (line 10) | class Uploader
    method __construct (line 51) | public function __construct($fileField, $config, $type = "upload")
    method upFile (line 71) | private function upFile()
    method upBase64 (line 130) | private function upBase64()
    method saveRemote (line 171) | private function saveRemote()
    method getStateInfo (line 243) | private function getStateInfo($errCode)
    method getFileExt (line 252) | private function getFileExt()
    method getFullName (line 261) | private function getFullName()
    method getFileName (line 295) | private function getFileName () {
    method getFilePath (line 303) | private function getFilePath()
    method checkType (line 319) | private function checkType()
    method checkSize (line 328) | private function  checkSize()
    method getFileInfo (line 337) | public function getFileInfo()

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/php/action_list.php
  function getfiles (line 71) | function getfiles($path, $allowFiles, &$files = array())

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/SyntaxHighlighter/shCore.js
  function clone (line 499) | function clone (regex, additionalFlags) {
  function getNativeFlags (line 513) | function getNativeFlags (regex) {
  function runTokens (line 521) | function runTokens (pattern, index, scope, context) {
  function indexOf (line 550) | function indexOf (array, item, from) {
  function defaultGetHtml (line 801) | function defaultGetHtml(highlighter, name)
  function getValue (line 839) | function getValue(name)
  function hasClass (line 1036) | function hasClass(target, className)
  function addClass (line 1046) | function addClass(target, className)
  function removeClass (line 1057) | function removeClass(target, className)
  function toArray (line 1068) | function toArray(source)
  function splitLines (line 1083) | function splitLines(block)
  function getHighlighterId (line 1093) | function getHighlighterId(id)
  function getHighlighterById (line 1104) | function getHighlighterById(id)
  function getHighlighterDivById (line 1114) | function getHighlighterDivById(id)
  function storeHighlighter (line 1124) | function storeHighlighter(highlighter)
  function findElement (line 1137) | function findElement(target, search, reverse /* optional */)
  function findParentElement (line 1170) | function findParentElement(target, className)
  function indexOf (line 1182) | function indexOf(array, searchElement, fromIndex)
  function guid (line 1196) | function guid(prefix)
  function merge (line 1208) | function merge(obj1, obj2)
  function toBoolean (line 1226) | function toBoolean(value)
  function popup (line 1241) | function popup(url, name, width, height, options)
  function attachEvent (line 1265) | function attachEvent(obj, type, func, scope)
  function alert (line 1297) | function alert(str)
  function findBrush (line 1309) | function findBrush(alias, showAlert)
  function eachLine (line 1352) | function eachLine(str, callback)
  function trimFirstAndLastLines (line 1370) | function trimFirstAndLastLines(str)
  function parseParams (line 1390) | function parseParams(str)
  function wrapLinesWithCode (line 1434) | function wrapLinesWithCode(str, css)
  function padNumber (line 1484) | function padNumber(number, length)
  function processTabs (line 1501) | function processTabs(code, tabSize)
  function processSmartTabs (line 1518) | function processSmartTabs(code, tabSize)
  function fixInputString (line 1566) | function fixInputString(str)
  function trim (line 1585) | function trim(str)
  function unindent (line 1595) | function unindent(str)
  function matchesSortCallback (line 1637) | function matchesSortCallback(m1, m2)
  function getMatches (line 1664) | function getMatches(code, regexInfo)
  function processUrls (line 1695) | function processUrls(code)
  function getSyntaxHighlighterScriptTags (line 1723) | function getSyntaxHighlighterScriptTags()
  function stripCData (line 1742) | function stripCData(original)
  function quickCodeHandler (line 1774) | function quickCodeHandler(e)
  function offsetMatches (line 1880) | function offsetMatches(matches, offset)
  function process (line 1886) | function process(match, info)
  function getBrushNameCss (line 2169) | function getBrushNameCss(match)
  function Brush (line 2388) | function Brush()
  function Brush (line 2432) | function Brush()
  function Brush (line 2491) | function Brush()
  function Brush (line 2534) | function Brush()
  function Brush (line 2618) | function Brush()
  function Brush (line 2699) | function Brush()
  function Brush (line 2748) | function Brush()
  function Brush (line 2823) | function Brush()
  function Brush (line 2862) | function Brush()
  function Brush (line 2887) | function Brush()
  function Brush (line 2923) | function Brush()
  function Brush (line 2974) | function Brush()
  function Brush (line 3015) | function Brush()
  function Brush (line 3057) | function Brush()
  function Brush (line 3093) | function Brush()
  function Brush (line 3170) | function Brush()
  function Brush (line 3242) | function Brush()
  function Brush (line 3259) | function Brush()
  function Brush (line 3318) | function Brush()
  function Brush (line 3366) | function Brush()
  function Brush (line 3405) | function Brush()
  function Brush (line 3483) | function Brush()
  function Brush (line 3518) | function Brush()
  function Brush (line 3568) | function Brush()
  function Brush (line 3608) | function Brush()

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/codemirror/codemirror.js
  function CodeMirror (line 11) | function CodeMirror(place, givenOptions) {
  function lookupKey (line 1870) | function lookupKey(name, extraMap, map) {
  function isModifierKey (line 1885) | function isModifierKey(event) {
  function save (line 1896) | function save() {textarea.value = instance.getValue();}
  function wrappedSubmit (line 1902) | function wrappedSubmit() {
  function copyState (line 1933) | function copyState(mode, state) {
  function startState (line 1945) | function startState(mode, a1, a2) {
  function StringStream (line 1951) | function StringStream(string, tabSize) {
  function cased (line 1990) | function cased(str) {return caseInsensitive ? str.toLowerCase() : str;}
  function MarkedText (line 2006) | function MarkedText(from, to, className, set) {
  function Bookmark (line 2036) | function Bookmark(pos) {
  function Line (line 2072) | function Line(text, styles) {
  function span (line 2234) | function span(text, style) {
  function nextMark (line 2259) | function nextMark() {
  function copyStyles (line 2306) | function copyStyles(from, to, source, dest) {
  function LeafChunk (line 2322) | function LeafChunk(lines) {
  function BranchChunk (line 2356) | function BranchChunk(children) {
  function getLineAt (line 2454) | function getLineAt(chunk, n) {
  function lineNo (line 2464) | function lineNo(line) {
  function lineAtHeight (line 2475) | function lineAtHeight(chunk, h) {
  function heightAtLine (line 2493) | function heightAtLine(chunk, n) {
  function History (line 2510) | function History() {
  function stopMethod (line 2541) | function stopMethod() {e_stop(this);}
  function addStop (line 2543) | function addStop(event) {
  function e_preventDefault (line 2548) | function e_preventDefault(e) {
  function e_stopPropagation (line 2552) | function e_stopPropagation(e) {
  function e_stop (line 2556) | function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);}
  function e_target (line 2561) | function e_target(e) {return e.target || e.srcElement;}
  function e_button (line 2562) | function e_button(e) {
  function connect (line 2571) | function connect(node, type, handler, disconnect) {
  function Delayed (line 2584) | function Delayed() {this.id = null;}
  function countColumn (line 2610) | function countColumn(string, end, tabSize) {
  function computedStyle (line 2622) | function computedStyle(elt) {
  function eltOffset (line 2629) | function eltOffset(node, screen) {
  function eltText (line 2665) | function eltText(node) {
  function posEq (line 2670) | function posEq(a, b) {return a.line == b.line && a.ch == b.ch;}
  function posLess (line 2671) | function posLess(a, b) {return a.line < b.line || (a.line == b.line && a...
  function copyPos (line 2672) | function copyPos(x) {return {line: x.line, ch: x.ch};}
  function htmlEscape (line 2675) | function htmlEscape(str) {
  function editEnd (line 2697) | function editEnd(from, to) {
  function indexOf (line 2705) | function indexOf(collection, elt) {
  function isWordChar (line 2711) | function isWordChar(ch) {
  function inText (line 2775) | function inText(stream, state) {
  function inTag (line 2821) | function inTag(stream, state) {
  function inAttribute (line 2842) | function inAttribute(quote) {
  function inBlock (line 2854) | function inBlock(style, terminator) {
  function doctype (line 2866) | function doctype(depth) {
  function pass (line 2888) | function pass() {
  function cont (line 2891) | function cont() {
  function pushContext (line 2896) | function pushContext(tagName, startOfLine) {
  function popContext (line 2906) | function popContext() {
  function element (line 2910) | function element(type) {
  function endtag (line 2926) | function endtag(startOfLine) {
  function endclosetag (line 2935) | function endclosetag(err) {
  function attributes (line 2944) | function attributes(type) {
  function attvalue (line 2950) | function attvalue(type) {
  function attvaluemaybe (line 2955) | function attvaluemaybe(type) {
  function kw (line 3021) | function kw(type) {return {type: type, style: "keyword"};}
  function chain (line 3037) | function chain(stream, state, f) {
  function nextUntilUnescaped (line 3042) | function nextUntilUnescaped(stream, end) {
  function ret (line 3055) | function ret(tp, style, cont) {
  function jsTokenBase (line 3060) | function jsTokenBase(stream, state) {
  function jsTokenString (line 3108) | function jsTokenString(quote) {
  function jsTokenComment (line 3116) | function jsTokenComment(stream, state) {
  function JSLexical (line 3132) | function JSLexical(indented, column, type, align, prev, info) {
  function inScope (line 3141) | function inScope(state, varname) {
  function parseJS (line 3146) | function parseJS(state, style, type, content, stream) {
  function pass (line 3170) | function pass() {
  function cont (line 3173) | function cont() {
  function register (line 3177) | function register(varname) {
  function pushcontext (line 3190) | function pushcontext() {
  function popcontext (line 3194) | function popcontext() {
  function pushlex (line 3198) | function pushlex(type, info) {
  function poplex (line 3206) | function poplex() {
  function expect (line 3216) | function expect(wanted) {
  function statement (line 3224) | function statement(type) {
  function expression (line 3242) | function expression(type) {
  function maybeexpression (line 3252) | function maybeexpression(type) {
  function maybeoperator (line 3257) | function maybeoperator(type, value) {
  function maybelabel (line 3265) | function maybelabel(type) {
  function property (line 3269) | function property(type) {
  function objprop (line 3272) | function objprop(type) {
  function commasep (line 3276) | function commasep(what, end) {
  function block (line 3287) | function block(type) {
  function vardef1 (line 3291) | function vardef1(type, value) {
  function vardef2 (line 3295) | function vardef2(type, value) {
  function forspec1 (line 3299) | function forspec1(type) {
  function formaybein (line 3305) | function formaybein(type, value) {
  function forspec2 (line 3309) | function forspec2(type, value) {
  function forspec3 (line 3314) | function forspec3(type) {
  function functiondef (line 3317) | function functiondef(type, value) {
  function funarg (line 3321) | function funarg(type, value) {
  function ret (line 3377) | function ret(style, tp) {type = tp; return style;}
  function tokenBase (line 3379) | function tokenBase(stream, state) {
  function tokenCComment (line 3420) | function tokenCComment(stream, state) {
  function tokenSGMLComment (line 3432) | function tokenSGMLComment(stream, state) {
  function tokenString (line 3444) | function tokenString(quote) {
  function html (line 3504) | function html(stream, state) {
  function maybeBackup (line 3520) | function maybeBackup(stream, pat, style) {
  function javascript (line 3526) | function javascript(stream, state) {
  function css (line 3536) | function css(stream, state) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/adapters/standalone-framework.js
  function o (line 8) | function o(c){function a(a,b,d){a.removeEventListener(b,d,!1)}function d...

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/adapters/standalone-framework.src.js
  function augment (line 29) | function augment(obj) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/highcharts-more.js
  function J (line 8) | function J(a,b,c){this.init.call(this,a,b,c)}
  function K (line 8) | function K(a,b,c){a.call(this,b,c);if(this.chart.polar)this.closeSegment...
  function L (line 8) | function L(a,b){var c=this.chart,d=this.options.animation,g=this.group,f...

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/highcharts-more.src.js
  function Pane (line 42) | function Pane(options, chart, firstAxis) {
  function initArea (line 2028) | function initArea(proceed, chart, options) {
  function polarAnimate (line 2199) | function polarAnimate(proceed, init) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/highcharts.js
  function r (line 8) | function r(a,b){var c;a||(a={});for(c in b)a[c]=b[c];return a}
  function x (line 8) | function x(){var a,b=arguments.length,c={},d=function(a,b){var c,h;typeo...
  function C (line 8) | function C(a,b){return parseInt(a,b||10)}
  function ea (line 8) | function ea(a){return typeof a==="string"}
  function T (line 8) | function T(a){return typeof a===
  function Ia (line 9) | function Ia(a){return Object.prototype.toString.call(a)==="[object Array]"}
  function sa (line 9) | function sa(a){return typeof a==="number"}
  function na (line 9) | function na(a){return R.log(a)/R.LN10}
  function fa (line 9) | function fa(a){return R.pow(10,a)}
  function ga (line 9) | function ga(a,b){for(var c=a.length;c--;)if(a[c]===b){a.splice(c,1);break}}
  function u (line 9) | function u(a){return a!==w&&a!==null}
  function v (line 9) | function v(a,b,c){var d,e;if(ea(b))u(c)?a.setAttribute(b,c):a&&a.getAttr...
  function ja (line 9) | function ja(a){return Ia(a)?
  function o (line 10) | function o(){var a=arguments,b,c,d=a.length;for(b=0;b<d;b++)if(c=a[b],ty...
  function K (line 10) | function K(a,b){if(ta&&b&&b.opacity!==w)b.filter="alpha(opacity="+b.opac...
  function U (line 10) | function U(a,b,c,d,e){a=y.createElement(a);b&&r(a,b);e&&K(a,{padding:0,b...
  function ha (line 10) | function ha(a,b){var c=function(){};c.prototype=new a;r(c.prototype,b);r...
  function Aa (line 10) | function Aa(a,b,c,d){var e=M.lang,a=+a||0,f=b===-1?(a.toString().split("...
  function Ba (line 11) | function Ba(a,b){return Array((b||2)+1-String(a).length).join(0)+a}
  function mb (line 11) | function mb(a,b,c){var d=a[b];a[b]=function(){var a=Array.prototype.slic...
  function Ca (line 11) | function Ca(a,b){for(var c="{",d=!1,
  function nb (line 12) | function nb(a){return R.pow(10,P(R.log(a)/R.LN10))}
  function ob (line 12) | function ob(a,b,c,d){var e,c=o(c,1);e=a/c;b||(b=[1,2,2.5,5,10],d&&d.allo...
  function Cb (line 13) | function Cb(a,b){var c=b||[[Db,[1,2,5,10,20,25,50,100,200,500]],[pb,[1,2...
  function Eb (line 14) | function Eb(a,b,c,d){var e=[],f={},g=M.global.useUTC,h,i=new Date(b),j=a...
  function Jb (line 15) | function Jb(){this.symbol=this.color=0}
  function Kb (line 15) | function Kb(a,b){var c=a.length,d,e;for(e=0;e<c;e++)a[e].ss_i=e;a.sort(f...
  function Ja (line 16) | function Ja(a){for(var b=a.length,c=a[0];b--;)a[b]<c&&(c=a[b]);return c}
  function va (line 16) | function va(a){for(var b=a.length,c=a[0];b--;)a[b]>c&&(c=a[b]);return c}
  function Ka (line 16) | function Ka(a,b){for(var c in a)a[c]&&a[c]!==b&&a[c].destroy&&a[c].destr...
  function Ta (line 16) | function Ta(a){cb||(cb=U(Ea));a&&cb.appendChild(a);cb.innerHTML=""}
  function ka (line 16) | function ka(a,b){var c="Highcharts error #"+a+": www.highcharts.com/erro...
  function ia (line 16) | function ia(a){return parseFloat(a.toPrecision(14))}
  function La (line 17) | function La(a,b){Fa=o(a,b.animation)}
  function Lb (line 17) | function Lb(){var a=M.global.useUTC,b=a?"getUTC":"get",c=a?"setUTC":"set...
  function wa (line 17) | function wa(){}
  function Ma (line 17) | function Ma(a,b,c,d){this.axis=a;this.pos=b;this.type=c||"";this.isNew=!...
  function vb (line 17) | function vb(a,b){this.axis=a;if(b)this.options=
  function Mb (line 18) | function Mb(a,b,c,d,e,f){var g=a.chart.inverted;this.axis=a;this.isNegat...
  function db (line 18) | function db(){this.init.apply(this,arguments)}
  function wb (line 18) | function wb(){this.init.apply(this,arguments)}
  function xb (line 19) | function xb(a,b){this.init(a,b)}
  function eb (line 19) | function eb(a,b){this.init(a,b)}
  function yb (line 19) | function yb(){this.init.apply(this,arguments)}
  function j (line 72) | function j(){var a,b;a=o.element.style;L=(Oa===void 0||la===void 0||q.st...
  function k (line 73) | function k(){var a=q.styles,a=a&&a.textAlign,b=kb+da*(1-s),c;c=h?0:v;if(...
  function l (line 73) | function l(a,b){A?A.attr(a,b):lb[a]=b}
  function m (line 73) | function m(){o.add(q);q.attr({text:a,x:b,y:c});A&&u(e)&&q.attr({anchorX:...
  function a (line 93) | function a(){var a=b.length,d;for(d=0;d<a;d++)b[d]();b=[]}
  function a (line 193) | function a(a){var g=c.width||jb(d,"width"),h=c.height||jb(d,"height"),a=...
  function a (line 248) | function a(){var a={width:b.yAxis.len,height:b.xAxis.len};n(["group","ma...

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/highcharts.src.js
  function extend (line 128) | function extend(a, b) {
  function merge (line 145) | function merge() {
  function hash (line 188) | function hash() {
  function pInt (line 204) | function pInt(s, mag) {
  function isString (line 212) | function isString(s) {
  function isObject (line 220) | function isObject(obj) {
  function isArray (line 228) | function isArray(obj) {
  function isNumber (line 236) | function isNumber(n) {
  function log2lin (line 240) | function log2lin(num) {
  function lin2log (line 243) | function lin2log(num) {
  function erase (line 252) | function erase(arr, item) {
  function defined (line 267) | function defined(obj) {
  function attr (line 279) | function attr(elem, prop, value) {
  function splat (line 308) | function splat(obj) {
  function pick (line 316) | function pick() {
  function css (line 334) | function css(el, styles) {
  function createElement (line 351) | function createElement(tag, attribs, styles, parent, nopad) {
  function extendClass (line 373) | function extendClass(parent, members) {
  function numberFormat (line 387) | function numberFormat(number, decimals, decPoint, thousandsSep) {
  function pad (line 409) | function pad(number, length) {
  function wrap (line 422) | function wrap(obj, method, func) {
  function formatSingle (line 501) | function formatSingle(format, val) {
  function format (line 525) | function format(str, ctx) {
  function getMagnitude (line 575) | function getMagnitude(num) {
  function normalizeTickInterval (line 586) | function normalizeTickInterval(interval, multiples, magnitude, options) {
  function normalizeTimeTickInterval (line 629) | function normalizeTimeTickInterval(tickInterval, unitsOption) {
  function getTimeTicks (line 710) | function getTimeTicks(normalizedInterval, min, max, startOfWeek) {
  function ChartCounters (line 822) | function ChartCounters() {
  function stableSort (line 852) | function stableSort(arr, sortFunction) {
  function arrayMin (line 878) | function arrayMin(data) {
  function arrayMax (line 895) | function arrayMax(data) {
  function destroyObjectProperties (line 914) | function destroyObjectProperties(obj, except) {
  function discardElement (line 933) | function discardElement(element) {
  function error (line 949) | function error(code, stop) {
  function correctFloat (line 962) | function correctFloat(num) {
  function setAnimation (line 974) | function setAnimation(animation, chart) {
  function setTimeMethods (line 1821) | function setTimeMethods() {
  function setOptions (line 1854) | function setOptions(options) {
  function getOptions (line 1874) | function getOptions() {
  function init (line 1891) | function init(input) {
  function get (line 1925) | function get(format) {
  function brighten (line 1954) | function brighten(alpha) {
  function setOpacity (line 1979) | function setOpacity(alpha) {
  function SVGElement (line 2000) | function SVGElement() {}
  function updateBoxSize (line 4272) | function updateBoxSize() {
  function updateTextPadding (line 4312) | function updateTextPadding() {
  function boxAttr (line 4344) | function boxAttr(key, value) {
  function getSizeAfterAdd (line 4352) | function getSizeAfterAdd() {
  function drawDeferred (line 5727) | function drawDeferred() {
  function Tick (line 5763) | function Tick(axis, pos, type, noLabel) {
  function PlotLineOrBand (line 6170) | function PlotLineOrBand(axis, options) {
  function StackItem (line 6345) | function StackItem(axis, options, isNegative, x, stackOption, stacking) {
  function Axis (line 6456) | function Axis() {
  function Tooltip (line 8560) | function Tooltip() {
  function Pointer (line 9010) | function Pointer(chart, options) {
  function Legend (line 9848) | function Legend(chart, options) {
  function Chart (line 10518) | function Chart() {
  function reflow (line 11514) | function reflow(e) {
  function setInvert (line 14818) | function setInvert() {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/modules/annotations.js
  function m (line 1) | function m(a){return typeof a==="number"}
  function n (line 1) | function n(a){return a!==D&&a!==null}

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/modules/annotations.src.js
  function defaultOptions (line 26) | function defaultOptions(shapeType) {
  function isArray (line 64) | function isArray(obj) {
  function isNumber (line 68) | function isNumber(n) {
  function defined (line 72) | function defined(obj) {
  function translatePath (line 76) | function translatePath(d, xAxis, yAxis, xOffset, yOffset) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/modules/canvas-tools.js
  function RGBColor (line 21) | function RGBColor(m){this.ok=!1;m.charAt(0)=="#"&&(m=m.substr(1,6));var ...
  function m (line 31) | function m(){var a={FRAMERATE:30,MAX_VIRTUAL_PIXELS:3E4};a.init=function...

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/modules/canvas-tools.src.js
  function RGBColor (line 8) | function RGBColor(color_string)
  function build (line 382) | function build() {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/modules/drilldown.js
  function q (line 1) | function q(b,a,c){return"rgba("+[Math.round(b[0]+(a[0]-b[0])*c),Math.rou...

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/modules/drilldown.src.js
  function tweenColors (line 28) | function tweenColors(startColor, endColor, pos) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/modules/map.js
  function x (line 8) | function x(a,b,c){for(var d=4,e=[];d--;)e[d]=Math.round(b.rgba[d]+(a.rgb...

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/modules/map.src.js
  function tweenColors (line 40) | function tweenColors(from, to, pos) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/modules/no-data-to-display.js
  function f (line 10) | function f(){return!!this.points.length}
  function g (line 10) | function g(){this.hasData()?this.hideNoData():this.showNoData()}

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/highcharts/modules/no-data-to-display.src.js
  function hasDataPie (line 43) | function hasDataPie() {
  function handleNoData (line 111) | function handleNoData() {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/jquery-1.10.2.js
  function isArraylike (line 983) | function isArraylike( obj ) {
  function Sizzle (line 1183) | function Sizzle( selector, context, results, seed ) {
  function createCache (line 1298) | function createCache() {
  function markFunction (line 1316) | function markFunction( fn ) {
  function assert (line 1325) | function assert( fn ) {
  function addHandle (line 1347) | function addHandle( attrs, handler ) {
  function siblingCheck (line 1362) | function siblingCheck( a, b ) {
  function createInputPseudo (line 1389) | function createInputPseudo( type ) {
  function createButtonPseudo (line 1400) | function createButtonPseudo( type ) {
  function createPositionalPseudo (line 1411) | function createPositionalPseudo( fn ) {
  function setFilters (line 2394) | function setFilters() {}
  function tokenize (line 2398) | function tokenize( selector, parseOnly ) {
  function toSelector (line 2465) | function toSelector( tokens ) {
  function addCombinator (line 2475) | function addCombinator( matcher, combinator, base ) {
  function elementMatcher (line 2525) | function elementMatcher( matchers ) {
  function condense (line 2539) | function condense( unmatched, map, filter, context, xml ) {
  function setMatcher (line 2560) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde...
  function matcherFromTokens (line 2653) | function matcherFromTokens( tokens ) {
  function matcherFromGroupMatchers (line 2708) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
  function multipleContexts (line 2836) | function multipleContexts( selector, contexts, results ) {
  function select (line 2845) | function select( selector, context, results, seed ) {
  function createOptions (line 2985) | function createOptions( options ) {
  function internalData (line 3568) | function internalData( elem, name, data, pvt /* Internal Use Only */ ){
  function internalRemoveData (line 3657) | function internalRemoveData( elem, name, pvt ) {
  function dataAttr (line 3854) | function dataAttr( elem, key, data ) {
  function isEmptyDataObject (line 3886) | function isEmptyDataObject( obj ) {
  function returnTrue (line 4712) | function returnTrue() {
  function returnFalse (line 4716) | function returnFalse() {
  function safeActiveElement (line 4720) | function safeActiveElement() {
  function sibling (line 5838) | function sibling( cur, dir ) {
  function winnow (line 5956) | function winnow( elements, qualifier, not ) {
  function createSafeFragment (line 5984) | function createSafeFragment( document ) {
  function manipulationTarget (line 6298) | function manipulationTarget( elem, content ) {
  function disableScript (line 6308) | function disableScript( elem ) {
  function restoreScript (line 6312) | function restoreScript( elem ) {
  function setGlobalEval (line 6323) | function setGlobalEval( elems, refElements ) {
  function cloneCopyEvent (line 6331) | function cloneCopyEvent( src, dest ) {
  function fixCloneNodeIssues (line 6359) | function fixCloneNodeIssues( src, dest ) {
  function getAll (line 6452) | function getAll( context, tag ) {
  function fixDefaultChecked (line 6475) | function fixDefaultChecked( elem ) {
  function vendorPropName (line 6817) | function vendorPropName( style, name ) {
  function isHidden (line 6839) | function isHidden( elem, el ) {
  function showHide (line 6846) | function showHide( elements, show ) {
  function setPositiveNumber (line 7175) | function setPositiveNumber( elem, value, subtract ) {
  function augmentWidthOrHeight (line 7183) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {
  function getWidthOrHeight (line 7222) | function getWidthOrHeight( elem, name, extra ) {
  function css_defaultDisplay (line 7266) | function css_defaultDisplay( nodeName ) {
  function actualDisplay (line 7298) | function actualDisplay( name, doc ) {
  function buildParams (line 7527) | function buildParams( prefix, obj, traditional, add ) {
  function addToPrefiltersOrTransports (line 7642) | function addToPrefiltersOrTransports( structure ) {
  function inspectPrefiltersOrTransports (line 7674) | function inspectPrefiltersOrTransports( structure, options, originalOpti...
  function ajaxExtend (line 7701) | function ajaxExtend( target, src ) {
  function done (line 8149) | function done( status, nativeStatusText, responses, headers ) {
  function ajaxHandleResponses (line 8296) | function ajaxHandleResponses( s, jqXHR, responses ) {
  function ajaxConvert (line 8351) | function ajaxConvert( s, response, jqXHR, isSuccess ) {
  function createStandardXHR (line 8619) | function createStandardXHR() {
  function createActiveXHR (line 8625) | function createActiveXHR() {
  function createFxNow (line 8871) | function createFxNow() {
  function createTween (line 8878) | function createTween( value, prop, animation ) {
  function Animation (line 8892) | function Animation( elem, properties, options ) {
  function propFilter (line 8996) | function propFilter( props, specialEasing ) {
  function defaultPrefilter (line 9063) | function defaultPrefilter( elem, props, opts ) {
  function Tween (line 9188) | function Tween( elem, options, prop, end, easing ) {
  function genFx (line 9412) | function genFx( type, includeWidth ) {
  function getWindow (line 9708) | function getWindow( elem ) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/video-js/video.dev.js
  function returnTrue (line 410) | function returnTrue() { return true; }
  function returnFalse (line 411) | function returnFalse() { return false; }
  function F (line 656) | function F() {}
  function createMethod (line 5055) | function createMethod(methodName){
  function walk (line 6995) | function walk(holder, key) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/video-js/video.js
  function m (line 1) | function m(){return function(){}}
  function p (line 1) | function p(a){return function(){return this[a]}}
  function s (line 1) | function s(a){return function(){return a}}
  function u (line 1) | function u(a,c,d){if("string"===typeof a){0===a.indexOf("#")&&(a=a.slice...
  function c (line 6) | function c(){return f}
  function d (line 6) | function d(){return l}
  function e (line 8) | function e(){u.o(a,c,e);d.apply(this,arguments)}
  function c (line 9) | function c(){}
  function e (line 10) | function e(){return c.apply(a,arguments)}
  function D (line 25) | function D(a){a.u("vjs-lock-showing")}
  function E (line 26) | function E(a,c,d,e){if(d!==b)return a.a.style[c]=-1!==(""+d).indexOf("%"...
  function F (line 32) | function F(a,c){var d,e,g,j;d=a.a;e=u.ad(d);j=g=d.offsetWidth;d=a.handle...
  function ca (line 34) | function ca(a,c){a.Z(c);c.d("click",u.bind(a,function(){D(this)}))}
  function H (line 37) | function H(a){a.pa=f;a.wa.n("vjs-lock-showing");a.a.setAttribute("aria-p...
  function G (line 38) | function G(a){a.pa=l;D(a.wa);a.a.setAttribute("aria-pressed",l)}
  function da (line 42) | function da(a){var c={sources:[],tracks:[]};u.k.B(c,u.xb(a));if(a.hasChi...
  function I (line 45) | function I(a,c,d){a.h?(a.aa=l,a.h.D(),a.Eb&&(a.Eb=l,clearInterval(a.Ra))...
  function J (line 46) | function J(a){a.Fb=l;a.za();a.o("play",a.Cc);a.o("pause",a.za)}
  function L (line 48) | function L(a,c,d){if(a.h&&!a.h.aa)a.h.L(function(){this[c](d)});else try...
  function K (line 48) | function K(a,c){if(a.h&&a.h.aa)try{return a.h[c]()}catch(d){throw a.h[c]...
  function M (line 53) | function M(a){a.cd=l;u.o(document,"keydown",a.lc);document.documentEleme...
  function ea (line 86) | function ea(){var a=u.media.Va[i];return function(){throw Error('The "'+...
  function fa (line 99) | function fa(){var a=R[T],c=a.charAt(0).toUpperCase()+a.slice(1);Q["set"+...
  function U (line 99) | function U(a){Q[a]=function(){return this.a.vjs_getProperty(a)}}
  function V (line 105) | function V(a){a.Aa=a.Aa||[];return a.Aa}
  function W (line 105) | function W(a,c,d){for(var e=a.Aa,g=0,j=e.length,k,q;g<j;g++)k=e[g],k.id(...
  function X (line 108) | function X(a){0===a.ha&&a.load();0===a.ga&&(a.b.d("timeupdate",u.bind(a,...
  function Y (line 110) | function Y(a){var c=a.split(":");a=0;var d,e,g;3==c.length?(d=c[0],e=c[1...
  function d (line 121) | function d(a,e){var k,q,n=a[e];if(n&&"object"===typeof n)for(k in n)Obje...
  function $ (line 123) | function $(a,c){var d=a.split("."),e=ga;!(d[0]in e)&&e.execScript&&e.exe...

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/webuploader/webuploader.custom.js
  function uncurryThis (line 194) | function uncurryThis( fn ) {
  function bindFn (line 200) | function bindFn( fn, context ) {
  function createObject (line 206) | function createObject( proto ) {
  function findHandlers (line 495) | function findHandlers( arr, name, callback, context ) {
  function eachEvent (line 505) | function eachEvent( events, callback, iterator ) {
  function triggerHanders (line 512) | function triggerHanders( events, args ) {
  function Uploader (line 721) | function Uploader( opts ) {
  function Runtime (line 903) | function Runtime( options ) {
  function RuntimeClient (line 1036) | function RuntimeClient( component, standalone ) {
  function Blob (line 1139) | function Blob( ruid, source ) {
  function File (line 1183) | function File( ruid, file ) {
  function FilePicker (line 1223) | function FilePicker( opts ) {
  function isArrayLike (line 1358) | function isArrayLike( obj ) {
  function Widget (line 1375) | function Widget( uploader ) {
  function Image (line 1653) | function Image( opts ) {
  function gid (line 2022) | function gid() {
  function WUFile (line 2033) | function WUFile( source ) {
  function Queue (line 2210) | function Queue() {
  function Transport (line 2758) | function Transport( opts ) {
  function CuteFile (line 2971) | function CuteFile( file, chunkSize ) {
  function CompBase (line 3541) | function CompBase( owner, runtime ) {
  function Html5Runtime (line 3573) | function Html5Runtime() {
  function detectVerticalSquash (line 4559) | function detectVerticalSquash( img, iw, ih ) {
  function detectSubsampling (line 4611) | function detectSubsampling( img ) {
  function JPEGEncoder (line 4727) | function JPEGEncoder(quality) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/webuploader/webuploader.flashonly.js
  function uncurryThis (line 194) | function uncurryThis( fn ) {
  function bindFn (line 200) | function bindFn( fn, context ) {
  function createObject (line 206) | function createObject( proto ) {
  function findHandlers (line 495) | function findHandlers( arr, name, callback, context ) {
  function eachEvent (line 505) | function eachEvent( events, callback, iterator ) {
  function triggerHanders (line 512) | function triggerHanders( events, args ) {
  function Uploader (line 721) | function Uploader( opts ) {
  function Runtime (line 903) | function Runtime( options ) {
  function RuntimeClient (line 1036) | function RuntimeClient( component, standalone ) {
  function Blob (line 1139) | function Blob( ruid, source ) {
  function File (line 1183) | function File( ruid, file ) {
  function FilePicker (line 1223) | function FilePicker( opts ) {
  function isArrayLike (line 1358) | function isArrayLike( obj ) {
  function Widget (line 1375) | function Widget( uploader ) {
  function Image (line 1653) | function Image( opts ) {
  function gid (line 2022) | function gid() {
  function WUFile (line 2033) | function WUFile( source ) {
  function Queue (line 2210) | function Queue() {
  function Transport (line 2758) | function Transport( opts ) {
  function CuteFile (line 2971) | function CuteFile( file, chunkSize ) {
  function hashString (line 3715) | function hashString( str ) {
  function CompBase (line 3761) | function CompBase( owner, runtime ) {
  function getFlashVersion (line 3795) | function getFlashVersion() {
  function FlashRuntime (line 3813) | function FlashRuntime() {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/webuploader/webuploader.html5only.js
  function uncurryThis (line 194) | function uncurryThis( fn ) {
  function bindFn (line 200) | function bindFn( fn, context ) {
  function createObject (line 206) | function createObject( proto ) {
  function findHandlers (line 495) | function findHandlers( arr, name, callback, context ) {
  function eachEvent (line 505) | function eachEvent( events, callback, iterator ) {
  function triggerHanders (line 512) | function triggerHanders( events, args ) {
  function Uploader (line 721) | function Uploader( opts ) {
  function Runtime (line 903) | function Runtime( options ) {
  function RuntimeClient (line 1036) | function RuntimeClient( component, standalone ) {
  function DragAndDrop (line 1142) | function DragAndDrop( opts ) {
  function isArrayLike (line 1193) | function isArrayLike( obj ) {
  function Widget (line 1210) | function Widget( uploader ) {
  function FilePaste (line 1419) | function FilePaste( opts ) {
  function Blob (line 1500) | function Blob( ruid, source ) {
  function File (line 1544) | function File( ruid, file ) {
  function FilePicker (line 1584) | function FilePicker( opts ) {
  function Image (line 1847) | function Image( opts ) {
  function gid (line 2216) | function gid() {
  function WUFile (line 2227) | function WUFile( source ) {
  function Queue (line 2404) | function Queue() {
  function Transport (line 2952) | function Transport( opts ) {
  function CuteFile (line 3165) | function CuteFile( file, chunkSize ) {
  function hashString (line 3909) | function hashString( str ) {
  function CompBase (line 3955) | function CompBase( owner, runtime ) {
  function Html5Runtime (line 3987) | function Html5Runtime() {
  function detectVerticalSquash (line 5233) | function detectVerticalSquash( img, iw, ih ) {
  function detectSubsampling (line 5285) | function detectSubsampling( img ) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/webuploader/webuploader.js
  function uncurryThis (line 194) | function uncurryThis( fn ) {
  function bindFn (line 200) | function bindFn( fn, context ) {
  function createObject (line 206) | function createObject( proto ) {
  function findHandlers (line 495) | function findHandlers( arr, name, callback, context ) {
  function eachEvent (line 505) | function eachEvent( events, callback, iterator ) {
  function triggerHanders (line 512) | function triggerHanders( events, args ) {
  function Uploader (line 721) | function Uploader( opts ) {
  function Runtime (line 903) | function Runtime( options ) {
  function RuntimeClient (line 1036) | function RuntimeClient( component, standalone ) {
  function DragAndDrop (line 1142) | function DragAndDrop( opts ) {
  function isArrayLike (line 1193) | function isArrayLike( obj ) {
  function Widget (line 1210) | function Widget( uploader ) {
  function FilePaste (line 1419) | function FilePaste( opts ) {
  function Blob (line 1500) | function Blob( ruid, source ) {
  function File (line 1544) | function File( ruid, file ) {
  function FilePicker (line 1584) | function FilePicker( opts ) {
  function Image (line 1847) | function Image( opts ) {
  function gid (line 2216) | function gid() {
  function WUFile (line 2227) | function WUFile( source ) {
  function Queue (line 2404) | function Queue() {
  function Transport (line 2952) | function Transport( opts ) {
  function CuteFile (line 3165) | function CuteFile( file, chunkSize ) {
  function hashString (line 3909) | function hashString( str ) {
  function CompBase (line 3955) | function CompBase( owner, runtime ) {
  function Html5Runtime (line 3987) | function Html5Runtime() {
  function JPEGEncoder (line 5008) | function JPEGEncoder(quality) {
  function detectVerticalSquash (line 6035) | function detectVerticalSquash( img, iw, ih ) {
  function detectSubsampling (line 6087) | function detectSubsampling( img ) {
  function getFlashVersion (line 6341) | function getFlashVersion() {
  function FlashRuntime (line 6359) | function FlashRuntime() {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/webuploader/webuploader.withoutimage.js
  function uncurryThis (line 194) | function uncurryThis( fn ) {
  function bindFn (line 200) | function bindFn( fn, context ) {
  function createObject (line 206) | function createObject( proto ) {
  function findHandlers (line 495) | function findHandlers( arr, name, callback, context ) {
  function eachEvent (line 505) | function eachEvent( events, callback, iterator ) {
  function triggerHanders (line 512) | function triggerHanders( events, args ) {
  function Uploader (line 721) | function Uploader( opts ) {
  function Runtime (line 903) | function Runtime( options ) {
  function RuntimeClient (line 1036) | function RuntimeClient( component, standalone ) {
  function DragAndDrop (line 1142) | function DragAndDrop( opts ) {
  function isArrayLike (line 1193) | function isArrayLike( obj ) {
  function Widget (line 1210) | function Widget( uploader ) {
  function FilePaste (line 1419) | function FilePaste( opts ) {
  function Blob (line 1500) | function Blob( ruid, source ) {
  function File (line 1544) | function File( ruid, file ) {
  function FilePicker (line 1584) | function FilePicker( opts ) {
  function gid (line 1850) | function gid() {
  function WUFile (line 1861) | function WUFile( source ) {
  function Queue (line 2038) | function Queue() {
  function Transport (line 2586) | function Transport( opts ) {
  function CuteFile (line 2799) | function CuteFile( file, chunkSize ) {
  function hashString (line 3543) | function hashString( str ) {
  function CompBase (line 3589) | function CompBase( owner, runtime ) {
  function Html5Runtime (line 3621) | function Html5Runtime() {
  function getFlashVersion (line 4233) | function getFlashVersion() {
  function FlashRuntime (line 4251) | function FlashRuntime() {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/third-party/zeroclipboard/ZeroClipboard.js
  function parseFlashVersion (line 521) | function parseFlashVersion(desc) {
  function isPepperFlash (line 526) | function isPepperFlash(flashPlayerFileName) {
  function inspectPlugin (line 529) | function inspectPlugin(plugin) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/ueditor.all.js
  function getItem (line 870) | function getItem(doc, obj) {
  function opt (line 1019) | function opt(obj, name) {
  function doReady (line 1130) | function doReady(doc) {
  function encodeString (line 1329) | function encodeString(source) {
  function encodeArray (line 1347) | function encodeArray(source) {
  function pad (line 1372) | function pad(source) {
  function encodeDate (line 1376) | function encodeDate(source){
  function getListener (line 1647) | function getListener(obj, type, force) {
  function _ (line 1666) | function _( s ) {
  function getDomNode (line 1851) | function getDomNode(node, start, ltr, startFromChild, fn, guard) {
  function clear (line 2451) | function clear(next, dir) {
  function remove (line 2946) | function remove(dir) {
  function merge (line 3137) | function merge(rtl, start, node) {
  function updateCollapse (line 4285) | function updateCollapse(range) {
  function selectOneNode (line 4292) | function selectOneNode(rng){
  function setEndPoint (line 4295) | function setEndPoint(toStart, node, offset, range) {
  function execContentsAction (line 4318) | function execContentsAction(range, action) {
  function removeFillData (line 4465) | function removeFillData(doc, excludeNode) {
  function mergeSibling (line 4491) | function mergeSibling(node, dir) {
  function check (line 4994) | function check(node){
  function adjust (line 5215) | function adjust(r, c) {
  function checkOffset (line 5716) | function checkOffset(rng){
  function getAddress (line 5870) | function getAddress(isStart){
  function getNode (line 5956) | function getNode(address,isStart){
  function getBoundaryInformation (line 6117) | function getBoundaryInformation( range, start ) {
  function transformIERangeToRange (line 6187) | function transformIERangeToRange( ieRange, range ) {
  function _getIERange (line 6206) | function _getIERange( sel ) {
  function optimze (line 6356) | function optimze( range ) {
  function setValue (line 6522) | function setValue(form, editor) {
  function loadPlugins (line 6550) | function loadPlugins(me){
  function checkCurLang (line 6557) | function checkCurLang(I18N){
  function langReadied (line 6563) | function langReadied(me){
  function isCdataDiv (line 7331) | function isCdataDiv(node){
  function clear (line 7795) | function clear() {
  function showErrorMsg (line 8091) | function showErrorMsg(msg) {
  function json2str (line 8155) | function json2str(json) {
  function doAjax (line 8175) | function doAjax(url, ajaxOptions) {
  function doJsonp (line 8232) | function doJsonp(url, opts) {
  function isWordDocument (line 8415) | function isWordDocument( str ) {
  function transUnit (line 8419) | function transUnit( v ) {
  function filterPasteWord (line 8426) | function filterPasteWord( str ) {
  function insertLine (line 8641) | function insertLine(arr, current, begin) {
  function insertIndent (line 8646) | function insertIndent(arr, current) {
  function nodeToHtml (line 8672) | function nodeToHtml(node, arr, formatter, current) {
  function isText (line 8696) | function isText(node, arr) {
  function isElement (line 8706) | function isElement(node, arr, formatter, current) {
  function isComment (line 8756) | function isComment(node, arr) {
  function getNodeById (line 8760) | function getNodeById(root, id) {
  function getNodesByTagName (line 8774) | function getNodesByTagName(node, tagName, arr) {
  function nodeTraversal (line 8784) | function nodeTraversal(root,fn){
  function exec (line 9292) | function exec(name, val) {
  function text (line 9408) | function text(parent, data) {
  function element (line 9421) | function element(parent, tagName, htmlattr) {
  function comment (line 9466) | function comment(parent, data) {
  function filterNode (line 9560) | function filterNode(node,rules){
  function getUserData (line 9838) | function getUserData() {
  function tdParent (line 9958) | function tdParent(node){
  function isLine (line 10495) | function isLine(node,notEmpty){
  function removeNotAttributeSpan (line 10513) | function removeNotAttributeSpan(node){
  function autotype (line 10521) | function autotype(type,html){
  function DBC2SB (line 10702) | function DBC2SB(str) {
  function ToDBC (line 10718) | function ToDBC(txtstring) {
  function readLocalOpts (line 10736) | function readLocalOpts() {
  function stringToObj (line 10809) | function stringToObj(str) {
  function setBackground (line 10819) | function setBackground(obj) {
  function mergeWithParent (line 11440) | function mergeWithParent(node){
  function mergeChild (line 11456) | function mergeChild(rng,cmdName,value){
  function mergesibling (line 11479) | function mergesibling(rng,cmdName,value) {
  function optimize (line 11844) | function optimize( range ) {
  function doLink (line 11872) | function doLink(range,opt,me){
  function deleteIframe (line 11984) | function deleteIframe(){
  function isRedundantSpan (line 12047) | function isRedundantSpan (node) {
  function doRemove (line 12066) | function doRemove( range ) {
  function getObj (line 12229) | function getObj(editor){
  function formatTime (line 12996) | function formatTime(date, format) {
  function formatDate (line 13003) | function formatDate(date, format) {
  function fillNode (line 13835) | function fillNode(node){
  function isHr (line 13852) | function isHr(node){
  function compareAddr (line 14139) | function compareAddr(indexA, indexB) {
  function compareRangeAddress (line 14149) | function compareRangeAddress(rngAddrA, rngAddrB) {
  function UndoManager (line 14159) | function UndoManager() {
  function saveScene (line 14287) | function saveScene() {
  function save (line 14356) | function save(cont){
  function initZeroClipboard (line 14406) | function initZeroClipboard() {
  function getClipboardData (line 14486) | function getClipboardData(callback) {
  function getPureHtml (line 14536) | function getPureHtml(html){
  function filter (line 14564) | function filter(div) {
  function transP (line 14793) | function transP(node){
  function removeNode (line 14797) | function removeNode(node){
  function listToArray (line 14933) | function listToArray(list){
  function getStyle (line 15036) | function getStyle(node){
  function checkListType (line 15155) | function checkListType(content,container){
  function appendLi (line 15182) | function appendLi(list,p,type){
  function adjustListStyle (line 15236) | function adjustListStyle(doc,ignore){
  function adjustList (line 15312) | function adjustList(list, tag, style,ignoreEmpty) {
  function setListStyle (line 15336) | function setListStyle(list,style){
  function clearEmptySibling (line 15344) | function clearEmptySibling(node) {
  function preventAndSave (line 15356) | function preventAndSave() {
  function findList (line 15361) | function findList(node,filterFn){
  function checkLevel (line 15665) | function checkLevel(li){
  function getLi (line 15753) | function getLi(start){
  function createSourceEditor (line 16225) | function createSourceEditor(holder){
  function Scale (line 16836) | function Scale() {
  function checkIsCludeLink (line 17256) | function checkIsCludeLink(node){
  function adjustHeight (line 17345) | function adjustHeight() {
  function checkHasUI (line 17467) | function checkHasUI(){
  function fixIE6FixedPos (line 17474) | function fixIE6FixedPos(){
  function setFloating (line 17484) | function setFloating(){
  function unsetFloating (line 17508) | function unsetFloating(){
  function updateFloating (line 17517) | function updateFloating(){
  function creatInsertStr (line 17597) | function creatInsertStr(url,width,height,id,align,classname,type){
  function switchImgAndVideo (line 17620) | function switchImgAndVideo(root,img2video){
  function checkRange (line 18218) | function checkRange(beginRowIndex, beginColIndex, endRowIndex, endColInd...
  function replaceTdToTh (line 18505) | function replaceTdToTh(colIndex, cell, tableRow) {
  function replaceTdToTh (line 18623) | function replaceTdToTh(rowIndex, cell, tableRow) {
  function showError (line 18871) | function showError(e) {
  function createTable (line 18905) | function createTable(opt, tdWidth) {
  function getAverageWidth (line 19491) | function getAverageWidth() {
  function setAverageWidth (line 19514) | function setAverageWidth(averageWidth) {
  function getAverageHeight (line 19544) | function getAverageHeight() {
  function setAverageHeight (line 19584) | function setAverageHeight(averageHeight) {
  function resetTdWidth (line 19780) | function resetTdWidth(table, editor) {
  function getTableWidth (line 19797) | function getTableWidth(editor, needIEHack, defaultValue) {
  function getSelectedArr (line 19802) | function getSelectedArr(editor) {
  function showError (line 19854) | function showError(e) {
  function removeStyleSize (line 20533) | function removeStyleSize(obj, replaceToProperty) {
  function removeStyle (line 20538) | function removeStyle(obj, styleName, replaceToProperty) {
  function getParentTdOrTh (line 20545) | function getParentTdOrTh(ele) {
  function isEmptyBlock (line 20552) | function isEmptyBlock(node) {
  function mouseCoords (line 20566) | function mouseCoords(evt) {
  function mouseMoveEvent (line 20576) | function mouseMoveEvent(evt) {
  function toggleDragButton (line 20653) | function toggleDragButton(show, table, editor) {
  function createDragButton (line 20664) | function createDragButton(table, editor) {
  function inTableSide (line 20723) | function inTableSide(table, cell, evt, top) {
  function getPermissionX (line 20741) | function getPermissionX(dragTd, evt) {
  function getPermissionY (line 20760) | function getPermissionY(dragTd, evt) {
  function toggleDraggableState (line 20773) | function toggleDraggableState(editor, draggable, dir, mousePos, cell) {
  function getResizeLineByUETable (line 20794) | function getResizeLineByUETable() {
  function updateResizeLine (line 20832) | function updateResizeLine( cell, uetable ) {
  function showResizeLine (line 20850) | function showResizeLine( cell ) {
  function getRelation (line 20863) | function getRelation(ele, mousePos) {
  function mouseDownEvent (line 20885) | function mouseDownEvent(type, evt) {
  function clearTableTimer (line 20926) | function clearTableTimer() {
  function tableDbclickHandler (line 20932) | function tableDbclickHandler(evt) {
  function tableClickHander (line 21020) | function tableClickHander( evt ) {
  function borderActionHandler (line 21048) | function borderActionHandler( evt ) {
  function extractArray (line 21065) | function extractArray( originArr, key ) {
  function clearTableDragTimer (line 21084) | function clearTableDragTimer() {
  function reconstruct (line 21089) | function reconstruct( obj ) {
  function tableBorderDrag (line 21108) | function tableBorderDrag( evt ) {
  function mouseUpEvent (line 21129) | function mouseUpEvent(type, evt) {
  function mouseOverEvent (line 21247) | function mouseOverEvent(type, evt) {
  function setCellHeight (line 21275) | function setCellHeight(cell, height, backHeight) {
  function getWidth (line 21283) | function getWidth(cell) {
  function changeColWidth (line 21288) | function changeColWidth(cell, changeValue) {
  function isEditorDisabled (line 21325) | function isEditorDisabled() {
  function changeRowHeight (line 21329) | function changeRowHeight(td, changeValue) {
  function getCellsByMoveBorder (line 21347) | function getCellsByMoveBorder( cell, table, isContainMergeCell ) {
  function getMinWidthByTableCells (line 21418) | function getMinWidthByTableCells( cells ) {
  function correctChangeValue (line 21432) | function correctChangeValue( changeValue, relatedCell, cells ) {
  function getTableCellWidth (line 21469) | function getTableCellWidth( cell ) {
  function getTableCellOffset (line 21497) | function getTableCellOffset( cell ) {
  function getTabcellSpace (line 21520) | function getTabcellSpace() {
  function getDragLine (line 21566) | function getDragLine(editor, doc) {
  function hideDragLine (line 21581) | function hideDragLine(editor) {
  function showDragLineAt (line 21594) | function showDragLineAt(state, cell) {
  function switchBorderColor (line 21621) | function switchBorderColor(editor, flag) {
  function getTableWidth (line 21638) | function getTableWidth(editor, needIEHack, defaultValue) {
  function getTargetTd (line 21646) | function getTargetTd(editor, evt) {
  function getLabel (line 22265) | function getLabel(){
  function addList (line 22668) | function addList(type,evt){
  function findTextInString (line 22793) | function findTextInString(textContent,opt,currentIndex){
  function findTextBlockElm (line 22810) | function findTextBlockElm(node,currentIndex,opt){
  function findNTextInBlockElm (line 22836) | function findNTextInBlockElm(node,index,str){
  function searchReplace (line 22866) | function searchReplace(me,opt){
  function replaceText (line 22915) | function replaceText(rng,str){
  function catchremoteimage (line 23210) | function catchremoteimage(imgs, callbacks) {
  function getLocation (line 23239) | function getLocation(url){
  function onSuccess (line 23292) | function onSuccess(rs){
  function createInsertStr (line 23455) | function createInsertStr(obj,toEmbed){
  function creatInsertStr (line 23597) | function creatInsertStr(url,width,height,align,cssfloat,toEmbed){
  function sendAndInsertFile (line 23681) | function sendAndInsertFile(file, editor) {
  function getPasteImage (line 23784) | function getPasteImage(e){
  function getDropImage (line 23787) | function getDropImage(e){
  function save (line 23863) | function save ( editor ) {
  function validData (line 24067) | function validData ( table ) {
  function Section (line 24135) | function Section(option){
  function getSection (line 24146) | function getSection(option) {
  function getNodeFromAddress (line 24150) | function getNodeFromAddress(startAddress, root) {
  function getSectionLevel (line 24214) | function getSectionLevel(node) {
  function traversal (line 24225) | function traversal(node, Directory) {
  function isContainsAddress (line 24306) | function isContainsAddress(startAddress, endAddress, addressTarget){
  function getNodeFromAddress (line 24337) | function getNodeFromAddress(startAddress) {
  function initUploadBtn (line 24410) | function initUploadBtn(){
  function getFileIcon (line 24690) | function getFileIcon(url){
  function handleMouseMove (line 24920) | function handleMouseMove(evt){
  function handleMouseUp (line 24931) | function handleMouseUp(evt){
  function releaseCaptrue (line 24945) | function releaseCaptrue(){
  function updateFixedOffset (line 25000) | function updateFixedOffset(){
  function bindFixedLayer (line 25012) | function bindFixedLayer(adjOffset){
  function closeAllPopup (line 25197) | function closeAllPopup( evt,el ){
  function genColorPicker (line 25491) | function genColorPicker(noColorText,editor){
  function getPara (line 26066) | function getPara(me){
  function setPos (line 27419) | function setPos (offset) {
  function setPosByCxtMenu (line 27429) | function setPosByCxtMenu (menu) {
  function hideAllMenu (line 27503) | function hideAllMenu (e) {
  function EditorUI (line 28498) | function EditorUI(options) {
  function countFn (line 28531) | function countFn() {
  function setCount (line 28622) | function setCount(editor,ui) {
  function down (line 29053) | function down() {
  function move (line 29084) | function move(event) {
  function up (line 29102) | function up() {
  function clearSelection (line 29119) | function clearSelection() {
  function renderUI (line 29211) | function renderUI() {
  function updateHolderPos (line 29396) | function updateHolderPos(){

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/ueditor.config.js
  function getUEBasePath (line 348) | function getUEBasePath(docUrl, confUrl) {
  function getConfigFilePath (line 354) | function getConfigFilePath() {
  function getBasePath (line 362) | function getBasePath(docUrl, confUrl) {
  function optimizationPath (line 383) | function optimizationPath(path) {

FILE: zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/ueditor.parse.js
  function getItem (line 232) | function getItem(doc,obj){
  function findParentByTagName (line 433) | function findParentByTagName(target, tagNames) {
  function sortTable (line 445) | function sortTable(table, sortByCellIndex, compareFn) {
  function sort (line 515) | function sort(array, compareFn){
  function updateTable (line 529) | function updateTable(table) {
  function parseSources (line 559) | function parseSources () {
  function extractChartData (line 572) | function extractChartData ( rootNode ) {
  function formatData (line 591) | function formatData ( tableNode ) {
  function loadResources (line 632) | function loadResources () {
  function loadJQuery (line 638) | function loadJQuery () {
  function loadHighcharts (line 662) | function loadHighcharts () {
  function loadTypeConfig (line 687) | function loadTypeConfig () {
  function render (line 703) | function render () {
  function renderChart (line 730) | function renderChart ( container, typeConfig, config ) {
  function createContainer (line 785) | function createContainer ( tableNode ) {
  function analysisConfig (line 797) | function analysisConfig ( config ) {
  function applyStyle (line 932) | function applyStyle(nodes){

FILE: zhiqiTravel/extra_apps/DjangoUeditor/utils.py
  class FileSize (line 9) | class FileSize():
    method __init__ (line 15) | def __init__(self, size):
    method Format (line 19) | def Format(size):
    method size (line 46) | def size(self):
    method size (line 50) | def size(self, newsize):
    method FriendValue (line 58) | def FriendValue(self):
    method __str__ (line 76) | def __str__(self):
    method __add__ (line 80) | def __add__(self, other):
    method __sub__ (line 86) | def __sub__(self, other):
    method __gt__ (line 92) | def __gt__(self, other):
    method __lt__ (line 104) | def __lt__(self, other):
    method __ge__ (line 116) | def __ge__(self, other):
    method __le__ (line 128) | def __le__(self, other):

FILE: zhiqiTravel/extra_apps/DjangoUeditor/views.py
  function get_path_format_vars (line 20) | def get_path_format_vars():
  function save_upload_file (line 34) | def save_upload_file(PostFile, FilePath):
  function get_ueditor_settings (line 47) | def get_ueditor_settings(request):
  function get_ueditor_controller (line 55) | def get_ueditor_controller(request):
  function list_files (line 73) | def list_files(request):
  function get_files (line 122) | def get_files(root_path, cur_path, allow_types=[]):
  function UploadFile (line 147) | def UploadFile(request):
  function catcher_remote_image (line 253) | def catcher_remote_image(request):
  function get_output_path (line 318) | def get_output_path(request, path_format, path_format_var):
  function save_scrawl_file (line 337) | def save_scrawl_file(request, filename):

FILE: zhiqiTravel/extra_apps/DjangoUeditor/widgets.py
  function calc_path (line 16) | def calc_path(OutputPath, instance=None):
  class UEditorWidget (line 35) | class UEditorWidget(forms.Textarea):
    method __init__ (line 37) | def __init__(self, attrs=None):
    method recalc_path (line 81) | def recalc_path(self, model_inst):
    method render (line 130) | def render(self, name, value, attrs=None):
    class Media (line 166) | class Media:
  class AdminUEditorWidget (line 171) | class AdminUEditorWidget(AdminTextareaWidget, UEditorWidget):
    method __init__ (line 173) | def __init__(self, **kwargs):

FILE: zhiqiTravel/extra_apps/xadmin/__init__.py
  class Settings (line 6) | class Settings(object):
  function autodiscover (line 10) | def autodiscover():

FILE: zhiqiTravel/extra_apps/xadmin/adminx.py
  class UserSettingsAdmin (line 8) | class UserSettingsAdmin(object):
  class LogAdmin (line 14) | class LogAdmin(object):
    method link (line 16) | def link(self, instance):

FILE: zhiqiTravel/extra_apps/xadmin/apps.py
  class XAdminConfig (line 7) | class XAdminConfig(AppConfig):
    method ready (line 13) | def ready(self):

FILE: zhiqiTravel/extra_apps/xadmin/filters.py
  class BaseFilter (line 26) | class BaseFilter(object):
    method test (line 31) | def test(cls, field, request, params, model, admin_view, field_path):
    method __init__ (line 34) | def __init__(self, request, params, model, admin_view):
    method query_string (line 46) | def query_string(self, new_params=None, remove=None):
    method form_params (line 49) | def form_params(self):
    method has_output (line 55) | def has_output(self):
    method is_used (line 62) | def is_used(self):
    method do_filte (line 65) | def do_filte(self, queryset):
    method get_context (line 71) | def get_context(self):
    method __str__ (line 74) | def __str__(self):
  class FieldFilterManager (line 79) | class FieldFilterManager(object):
    method register (line 83) | def register(self, list_filter_class, take_priority=False):
    method create (line 95) | def create(self, field, request, params, model, admin_view, field_path):
  class FieldFilter (line 105) | class FieldFilter(BaseFilter):
    method __init__ (line 109) | def __init__(self, field, request, params, model, admin_view, field_pa...
    method get_context (line 134) | def get_context(self):
    method has_output (line 143) | def has_output(self):
    method do_filte (line 146) | def do_filte(self, queryset):
  class ListFieldFilter (line 150) | class ListFieldFilter(FieldFilter):
    method get_context (line 153) | def get_context(self):
  class BooleanFieldListFilter (line 160) | class BooleanFieldListFilter(ListFieldFilter):
    method test (line 164) | def test(cls, field, request, params, model, admin_view, field_path):
    method choices (line 167) | def choices(self):
  class ChoicesFieldListFilter (line 196) | class ChoicesFieldListFilter(ListFieldFilter):
    method test (line 200) | def test(cls, field, request, params, model, admin_view, field_path):
    method choices (line 203) | def choices(self):
  class TextFieldListFilter (line 218) | class TextFieldListFilter(FieldFilter):
    method test (line 223) | def test(cls, field, request, params, model, admin_view, field_path):
  class NumberFieldListFilter (line 232) | class NumberFieldListFilter(FieldFilter):
    method test (line 239) | def test(cls, field, request, params, model, admin_view, field_path):
    method do_filte (line 242) | def do_filte(self, queryset):
  class DateFieldListFilter (line 252) | class DateFieldListFilter(ListFieldFilter):
    method test (line 259) | def test(cls, field, request, params, model, admin_view, field_path):
    method __init__ (line 262) | def __init__(self, field, request, params, model, admin_view, field_pa...
    method get_context (line 312) | def get_context(self):
    method choices (line 318) | def choices(self):
  class RelatedFieldSearchFilter (line 329) | class RelatedFieldSearchFilter(FieldFilter):
    method test (line 333) | def test(cls, field, request, params, model, admin_view, field_path):
    method __init__ (line 340) | def __init__(self, field, request, params, model, model_admin, field_p...
    method label_for_value (line 368) | def label_for_value(self, other_model, rel_name, value):
    method get_context (line 375) | def get_context(self):
  class RelatedFieldListFilter (line 385) | class RelatedFieldListFilter(ListFieldFilter):
    method test (line 388) | def test(cls, field, request, params, model, admin_view, field_path):
    method __init__ (line 391) | def __init__(self, field, request, params, model, model_admin, field_p...
    method has_output (line 410) | def has_output(self):
    method expected_parameters (line 419) | def expected_parameters(self):
    method choices (line 422) | def choices(self):
  class MultiSelectFieldListFilter (line 450) | class MultiSelectFieldListFilter(ListFieldFilter):
    method test (line 462) | def test(cls, field, request, params, model, admin_view, field_path):
    method get_cached_choices (line 465) | def get_cached_choices(self):
    method set_cached_choices (line 471) | def set_cached_choices(self, choices):
    method __init__ (line 477) | def __init__(self, field, request, params, model, model_admin, field_p...
    method choices (line 509) | def choices(self):
  class AllValuesFieldListFilter (line 526) | class AllValuesFieldListFilter(ListFieldFilter):
    method test (line 530) | def test(cls, field, request, params, model, admin_view, field_path):
    method __init__ (line 533) | def __init__(self, field, request, params, model, admin_view, field_pa...
    method choices (line 549) | def choices(self):

FILE: zhiqiTravel/extra_apps/xadmin/forms.py
  class AdminAuthenticationForm (line 14) | class AdminAuthenticationForm(AuthenticationForm):
    method clean (line 23) | def clean(self):

FILE: zhiqiTravel/extra_apps/xadmin/layout.py
  class Fieldset (line 12) | class Fieldset(layout.Fieldset):
    method __init__ (line 15) | def __init__(self, legend, *fields, **kwargs):
  class Row (line 21) | class Row(layout.Div):
    method __init__ (line 23) | def __init__(self, *fields, **kwargs):
    method convert_field (line 28) | def convert_field(self, f, counts):
  class Col (line 39) | class Col(layout.Column):
    method __init__ (line 41) | def __init__(self, id, *fields, **kwargs):
  class Main (line 50) | class Main(layout.Column):
  class Side (line 54) | class Side(layout.Column):
  class Container (line 58) | class Container(layout.Div):
  class InputGroup (line 63) | class InputGroup(layout.Field):
    method __init__ (line 67) | def __init__(self, field, *args, **kwargs):
    method render (line 82) | def render(self, form, form_style, context, template_pack=TEMPLATE_PAC...
  class PrependedText (line 97) | class PrependedText(InputGroup):
    method __init__ (line 99) | def __init__(self, field, text, **kwargs):
  class AppendedText (line 103) | class AppendedText(InputGroup):
    method __init__ (line 105) | def __init__(self, field, text, **kwargs):
  class PrependedAppendedText (line 109) | class PrependedAppendedText(InputGroup):
    method __init__ (line 111) | def __init__(self, field, prepended_text=None, appended_text=None, *ar...

FILE: zhiqiTravel/extra_apps/xadmin/migrations/0001_initial.py
  class Migration (line 10) | class Migration(migrations.Migration):

FILE: zhiqiTravel/extra_apps/xadmin/migrations/0002_log.py
  class Migration (line 11) | class Migration(migrations.Migration):

FILE: zhiqiTravel/extra_apps/xadmin/migrations/0003_auto_20160715_0100.py
  class Migration (line 8) | class Migration(migrations.Migration):

FILE: zhiqiTravel/extra_apps/xadmin/models.py
  function add_view_permissions (line 23) | def add_view_permissions(sender, **kwargs):
  class Bookmark (line 46) | class Bookmark(models.Model):
    method url (line 55) | def url(self):
    method __str__ (line 61) | def __str__(self):
    class Meta (line 64) | class Meta:
  class JSONEncoder (line 69) | class JSONEncoder(DjangoJSONEncoder):
    method default (line 71) | def default(self, o):
  class UserSettings (line 88) | class UserSettings(models.Model):
    method json_value (line 93) | def json_value(self):
    method set_json (line 96) | def set_json(self, obj):
    method __str__ (line 99) | def __str__(self):
    class Meta (line 102) | class Meta:
  class UserWidget (line 108) | class UserWidget(models.Model):
    method get_value (line 114) | def get_value(self):
    method set_value (line 120) | def set_value(self, obj):
    method save (line 123) | def save(self, *args, **kwargs):
    method __str__ (line 135) | def __str__(self):
    class Meta (line 138) | class Meta:
  class Log (line 144) | class Log(models.Model):
    class Meta (line 167) | class Meta:
    method __repr__ (line 172) | def __repr__(self):
    method __str__ (line 175) | def __str__(self):
    method get_edited_object (line 188) | def get_edited_object(self):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/__init__.py
  function register_builtin_plugins (line 36) | def register_builtin_plugins(site):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/actions.py
  function action_checkbox (line 28) | def action_checkbox(obj):
  class BaseActionView (line 39) | class BaseActionView(ModelAdminView):
    method has_perm (line 47) | def has_perm(cls, list_view):
    method init_action (line 50) | def init_action(self, list_view):
    method do_action (line 55) | def do_action(self, queryset):
    method __init__ (line 58) | def __init__(self, request, *args, **kwargs):
  class DeleteSelectedAction (line 66) | class DeleteSelectedAction(BaseActionView):
    method delete_models (line 80) | def delete_models(self, queryset):
    method do_action (line 95) | def do_action(self, queryset):
  class ActionPlugin (line 148) | class ActionPlugin(BaseAdminPlugin):
    method init_request (line 155) | def init_request(self, *args, **kwargs):
    method get_list_display (line 159) | def get_list_display(self, list_display):
    method get_list_display_links (line 165) | def get_list_display_links(self, list_display_links):
    method get_context (line 171) | def get_context(self, context):
    method post_response (line 186) | def post_response(self, response, *args, **kwargs):
    method response_action (line 223) | def response_action(self, ac, queryset):
    method get_actions (line 231) | def get_actions(self):
    method get_action_choices (line 257) | def get_action_choices(self):
    method get_action (line 268) | def get_action(self, action):
    method result_header (line 292) | def result_header(self, item, field_name, row):
    method result_item (line 297) | def result_item(self, item, obj, field_name, row):
    method get_media (line 303) | def get_media(self, media):
    method block_results_bottom (line 309) | def block_results_bottom(self, context, nodes):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/aggregation.py
  class AggregationPlugin (line 19) | class AggregationPlugin(BaseAdminPlugin):
    method init_request (line 23) | def init_request(self, *args, **kwargs):
    method _get_field_aggregate (line 26) | def _get_field_aggregate(self, field_name, obj, row):
    method _get_aggregate_row (line 47) | def _get_aggregate_row(self):
    method results (line 58) | def results(self, rows):
    method get_media (line 64) | def get_media(self, media):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/ajax.py
  class BaseAjaxPlugin (line 12) | class BaseAjaxPlugin(BaseAdminPlugin):
    method init_request (line 14) | def init_request(self, *args, **kwargs):
  class AjaxListPlugin (line 18) | class AjaxListPlugin(BaseAjaxPlugin):
    method get_list_display (line 20) | def get_list_display(self,list_display):
    method get_result_list (line 27) | def get_result_list(self, response):
  class JsonErrorDict (line 40) | class JsonErrorDict(ErrorDict):
    method __init__ (line 42) | def __init__(self, errors, form):
    method as_json (line 46) | def as_json(self):
  class AjaxFormPlugin (line 52) | class AjaxFormPlugin(BaseAjaxPlugin):
    method post_response (line 54) | def post_response(self, __):
    method get_response (line 64) | def get_response(self, __):
  class AjaxDetailPlugin (line 79) | class AjaxDetailPlugin(BaseAjaxPlugin):
    method get_response (line 81) | def get_response(self, __):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/auth.py
  function get_permission_name (line 33) | def get_permission_name(p):
  class PermissionModelMultipleChoiceField (line 41) | class PermissionModelMultipleChoiceField(ModelMultipleChoiceField):
    method label_from_instance (line 43) | def label_from_instance(self, p):
  class GroupAdmin (line 47) | class GroupAdmin(object):
    method get_field_attrs (line 53) | def get_field_attrs(self, db_field, **kwargs):
  class UserAdmin (line 60) | class UserAdmin(object):
    method get_field_attrs (line 70) | def get_field_attrs(self, db_field, **kwargs):
    method get_model_form (line 76) | def get_model_form(self, **kwargs):
    method get_form_layout (line 83) | def get_form_layout(self):
  class PermissionAdmin (line 111) | class PermissionAdmin(object):
    method show_name (line 113) | def show_name(self, p):
  class UserFieldPlugin (line 126) | class UserFieldPlugin(BaseAdminPlugin):
    method get_field_attrs (line 130) | def get_field_attrs(self, __, db_field, **kwargs):
    method get_form_datas (line 135) | def get_form_datas(self, datas):
  class ModelPermissionPlugin (line 146) | class ModelPermissionPlugin(BaseAdminPlugin):
    method queryset (line 151) | def queryset(self, qs):
    method get_list_display (line 158) | def get_list_display(self, list_display):
  class AccountMenuPlugin (line 168) | class AccountMenuPlugin(BaseAdminPlugin):
    method block_top_account_menu (line 170) | def block_top_account_menu(self, context, nodes):
  class ChangePasswordView (line 176) | class ChangePasswordView(ModelAdminView):
    method get (line 182) | def get(self, request, object_id):
    method get_media (line 190) | def get_media(self):
    method get_context (line 195) | def get_context(self):
    method get_response (line 211) | def get_response(self):
    method post (line 219) | def post(self, request, object_id):
  class ChangeAccountPasswordView (line 233) | class ChangeAccountPasswordView(ChangePasswordView):
    method get (line 237) | def get(self, request):
    method get_context (line 243) | def get_context(self):
    method post (line 253) | def post(self, request):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/batch.py
  class ChangeFieldWidgetWrapper (line 20) | class ChangeFieldWidgetWrapper(forms.Widget):
    method __init__ (line 22) | def __init__(self, widget):
    method __deepcopy__ (line 27) | def __deepcopy__(self, memo):
    method media (line 35) | def media(self):
    method render (line 39) | def render(self, name, value, attrs=None):
    method build_attrs (line 50) | def build_attrs(self, extra_attrs=None, **kwargs):
    method value_from_datadict (line 55) | def value_from_datadict(self, data, files, name):
    method id_for_label (line 58) | def id_for_label(self, id_):
  class BatchChangeAction (line 61) | class BatchChangeAction(BaseActionView):
    method change_models (line 73) | def change_models(self, queryset, cleaned_data):
    method get_change_form (line 93) | def get_change_form(self, is_post, fields):
    method do_action (line 108) | def do_action(self, queryset):
    method get_media (line 152) | def get_media(self):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/bookmark.py
  class BookmarkPlugin (line 27) | class BookmarkPlugin(BaseAdminPlugin):
    method has_change_permission (line 33) | def has_change_permission(self, obj=None):
    method get_context (line 39) | def get_context(self, context):
    method get_media (line 132) | def get_media(self, media):
    method block_nav_menu (line 136) | def block_nav_menu(self, context, nodes):
  class BookmarkView (line 142) | class BookmarkView(ModelAdminView):
    method post (line 146) | def post(self, request):
  class BookmarkAdmin (line 159) | class BookmarkAdmin(object):
    method queryset (line 167) | def queryset(self):
    method get_list_display (line 172) | def get_list_display(self):
    method has_change_permission (line 178) | def has_change_permission(self, obj=None):
  class BookmarkWidget (line 186) | class BookmarkWidget(PartialBaseWidget):
    method setup (line 196) | def setup(self):
    method has_perm (line 211) | def has_perm(self):
    method context (line 214) | def context(self, context):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/chart.py
  class ChartWidget (line 22) | class ChartWidget(ModelBaseWidget):
    method convert (line 28) | def convert(self, data):
    method setup (line 32) | def setup(self):
    method filte_choices_model (line 52) | def filte_choices_model(self, model, modeladmin):
    method get_chart_url (line 56) | def get_chart_url(self, name, v):
    method context (line 59) | def context(self, context):
    method media (line 65) | def media(self):
  class JSONEncoder (line 69) | class JSONEncoder(DjangoJSONEncoder):
    method default (line 70) | def default(self, o):
  class ChartsPlugin (line 82) | class ChartsPlugin(BaseAdminPlugin):
    method init_request (line 86) | def init_request(self, *args, **kwargs):
    method get_chart_url (line 89) | def get_chart_url(self, name, v):
    method get_media (line 93) | def get_media(self, media):
    method block_results_top (line 97) | def block_results_top(self, context, nodes):
  class ChartsView (line 105) | class ChartsView(ListAdminView):
    method get_ordering (line 109) | def get_ordering(self):
    method get (line 115) | def get(self, request, name):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/comments.py
  class UsernameSearch (line 12) | class UsernameSearch(object):
    method __str__ (line 17) | def __str__(self):
  class CommentsAdmin (line 21) | class CommentsAdmin(object):
    method get_actions (line 46) | def get_actions(self):
    method flag_comments (line 58) | def flag_comments(self, request, queryset):
    method approve_comments (line 64) | def approve_comments(self, request, queryset):
    method remove_comments (line 70) | def remove_comments(self, request, queryset):
    method _bulk_flag (line 76) | def _bulk_flag(self, queryset, action, done_message):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/details.py
  class DetailsPlugin (line 11) | class DetailsPlugin(BaseAdminPlugin):
    method result_item (line 16) | def result_item(self, item, obj, field_name, row):
    method get_media (line 58) | def get_media(self, media):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/editable.py
  class EditablePlugin (line 21) | class EditablePlugin(BaseAdminPlugin):
    method __init__ (line 25) | def __init__(self, admin_view):
    method init_request (line 29) | def init_request(self, *args, **kwargs):
    method result_item (line 35) | def result_item(self, item, obj, field_name, row):
    method get_media (line 54) | def get_media(self, media):
  class EditPatchView (line 67) | class EditPatchView(ModelFormAdminView, ListAdminView):
    method init_request (line 69) | def init_request(self, object_id, *args, **kwargs):
    method get_new_field_html (line 82) | def get_new_field_html(self, f):
    method _get_new_field_html (line 87) | def _get_new_field_html(self, field_name):
    method get (line 114) | def get(self, request, object_id):
    method post (line 140) | def post(self, request, object_id):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/export.py
  class ExportMenuPlugin (line 34) | class ExportMenuPlugin(BaseAdminPlugin):
    method init_request (line 40) | def init_request(self, *args, **kwargs):
    method block_top_toolbar (line 45) | def block_top_toolbar(self, context, nodes):
  class ExportPlugin (line 56) | class ExportPlugin(BaseAdminPlugin):
    method init_request (line 62) | def init_request(self, *args, **kwargs):
    method _format_value (line 65) | def _format_value(self, o):
    method _get_objects (line 75) | def _get_objects(self, context):
    method _get_datas (line 83) | def _get_datas(self, context):
    method get_xlsx_export (line 91) | def get_xlsx_export(self, context):
    method get_xls_export (line 128) | def get_xls_export(self, context):
    method _format_csv_text (line 165) | def _format_csv_text(self, t):
    method get_csv_export (line 174) | def get_csv_export(self, context):
    method _to_xml (line 186) | def _to_xml(self, xml, data):
    method get_xml_export (line 201) | def get_xml_export(self, context):
    method get_json_export (line 216) | def get_json_export(self, context):
    method get_response (line 221) | def get_response(self, response, context, *args, **kwargs):
    method get_result_list (line 234) | def get_result_list(self, __):
    method result_header (line 239) | def result_header(self, item, field_name, row):
    method result_item (line 243) | def result_item(self, item, obj, field_name, row):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/filters.py
  class IncorrectLookupParameters (line 25) | class IncorrectLookupParameters(Exception):
  class FilterPlugin (line 29) | class FilterPlugin(BaseAdminPlugin):
    method lookup_allowed (line 34) | def lookup_allowed(self, lookup, value):
    method get_list_queryset (line 79) | def get_list_queryset(self, queryset):
    method get_media (line 210) | def get_media(self, media):
    method block_nav_menu (line 226) | def block_nav_menu(self, context, nodes):
    method block_nav_form (line 231) | def block_nav_form(self, context, nodes):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/images.py
  function get_gallery_modal (line 9) | def get_gallery_modal():
  class AdminImageField (line 32) | class AdminImageField(forms.ImageField):
    method widget_attrs (line 34) | def widget_attrs(self, widget):
  class AdminImageWidget (line 38) | class AdminImageWidget(forms.FileInput):
    method __init__ (line 42) | def __init__(self, attrs={}):
    method render (line 45) | def render(self, name, value, attrs=None, renderer=None):
  class ModelDetailPlugin (line 55) | class ModelDetailPlugin(BaseAdminPlugin):
    method __init__ (line 57) | def __init__(self, admin_view):
    method get_field_attrs (line 61) | def get_field_attrs(self, attrs, db_field, **kwargs):
    method get_field_result (line 68) | def get_field_result(self, result, field_name):
    method get_media (line 77) | def get_media(self, media):
    method block_before_fieldsets (line 83) | def block_before_fieldsets(self, context, node):
    method block_after_fieldsets (line 87) | def block_after_fieldsets(self, context, node):
    method block_extrabody (line 91) | def block_extrabody(self, context, node):
  class ModelListPlugin (line 96) | class ModelListPlugin(BaseAdminPlugin):
    method init_request (line 100) | def init_request(self, *args, **kwargs):
    method get_media (line 104) | def get_media(self, media):
    method block_results_top (line 107) | def block_results_top(self, context, node):
    method block_results_bottom (line 110) | def block_results_bottom(self, context, node):
    method block_extrabody (line 113) | def block_extrabody(self, context, node):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/importexport.py
  class ImportMenuPlugin (line 71) | class ImportMenuPlugin(BaseAdminPlugin):
    method init_request (line 74) | def init_request(self, *args, **kwargs):
    method block_top_toolbar (line 77) | def block_top_toolbar(self, context, nodes):
  class ImportBaseView (line 91) | class ImportBaseView(ModelAdminView):
    method get_skip_admin_log (line 107) | def get_skip_admin_log(self):
    method get_tmp_storage_class (line 113) | def get_tmp_storage_class(self):
    method get_resource_kwargs (line 119) | def get_resource_kwargs(self, request, *args, **kwargs):
    method get_import_resource_kwargs (line 122) | def get_import_resource_kwargs(self, request, *args, **kwargs):
    method get_resource_class (line 125) | def get_resource_class(self, usage):
    method get_import_resource_class (line 135) | def get_import_resource_class(self):
    method process_import_resource (line 141) | def process_import_resource(self, resource):
    method get_import_formats (line 148) | def get_import_formats(self):
  class ImportView (line 155) | class ImportView(ImportBaseView):
    method get_media (line 157) | def get_media(self):
    method get (line 163) | def get(self, request, *args, **kwargs):
    method post (line 188) | def post(self, request, *args, **kwargs):
  class ImportProcessView (line 257) | class ImportProcessView(ImportBaseView):
    method post (line 262) | def post(self, request, *args, **kwargs):
  class ExportMixin (line 318) | class ExportMixin(object):
    method get_resource_kwargs (line 332) | def get_resource_kwargs(self, request, *args, **kwargs):
    method get_export_resource_kwargs (line 335) | def get_export_resource_kwargs(self, request, *args, **kwargs):
    method get_resource_class (line 338) | def get_resource_class(self, usage):
    method get_export_resource_class (line 348) | def get_export_resource_class(self):
    method get_export_formats (line 354) | def get_export_formats(self):
    method get_export_filename (line 360) | def get_export_filename(self, file_format):
    method get_export_queryset (line 367) | def get_export_queryset(self, request, context):
    method get_export_data (line 391) | def get_export_data(self, file_format, queryset, *args, **kwargs):
  class ExportMenuPlugin (line 402) | class ExportMenuPlugin(ExportMixin, BaseAdminPlugin):
    method get_media (line 406) | def get_media(self, media):
    method init_request (line 409) | def init_request(self, *args, **kwargs):
    method block_top_toolbar (line 412) | def block_top_toolbar(self, context, nodes):
  class ExportPlugin (line 426) | class ExportPlugin(ExportMixin, BaseAdminPlugin):
    method init_request (line 428) | def init_request(self, *args, **kwargs):
    method get_response (line 431) | def get_response(self, response, context, *args, **kwargs):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/inline.py
  class ShowField (line 20) | class ShowField(Field):
    method __init__ (line 23) | def __init__(self, admin_view, *args, **kwargs):
    method render (line 29) | def render(self, form, form_style, context, template_pack=TEMPLATE_PAC...
  class DeleteField (line 40) | class DeleteField(Field):
    method render (line 42) | def render(self, form, form_style, context, template_pack=TEMPLATE_PAC...
  class TDField (line 50) | class TDField(Field):
  class InlineStyleManager (line 54) | class InlineStyleManager(object):
    method register_style (line 57) | def register_style(self, name, style):
    method get_style (line 60) | def get_style(self, name='stacked'):
  class InlineStyle (line 66) | class InlineStyle(object):
    method __init__ (line 69) | def __init__(self, view, formset):
    method update_layout (line 73) | def update_layout(self, helper):
    method get_attrs (line 76) | def get_attrs(self):
  class OneInlineStyle (line 81) | class OneInlineStyle(InlineStyle):
  class AccInlineStyle (line 86) | class AccInlineStyle(InlineStyle):
  class TabInlineStyle (line 91) | class TabInlineStyle(InlineStyle):
  class TableInlineStyle (line 96) | class TableInlineStyle(InlineStyle):
    method update_layout (line 99) | def update_layout(self, helper):
    method get_attrs (line 103) | def get_attrs(self):
  function replace_field_to_value (line 116) | def replace_field_to_value(layout, av):
  class InlineModelAdmin (line 128) | class InlineModelAdmin(ModelFormAdminView):
    method init (line 139) | def init(self, admin_view):
    method get_formset (line 148) | def get_formset(self, **kwargs):
    method instance_form (line 179) | def instance_form(self, **kwargs):
    method has_auto_field (line 247) | def has_auto_field(self, form):
    method queryset (line 255) | def queryset(self):
    method has_add_permission (line 261) | def has_add_permission(self):
    method has_change_permission (line 268) | def has_change_permission(self):
    method has_delete_permission (line 279) | def has_delete_permission(self):
  class GenericInlineModelAdmin (line 287) | class GenericInlineModelAdmin(InlineModelAdmin):
    method get_formset (line 293) | def get_formset(self, **kwargs):
  class InlineFormset (line 323) | class InlineFormset(Fieldset):
    method __init__ (line 325) | def __init__(self, formset, allow_blank=False, **kwargs):
    method render (line 340) | def render(self, form, form_style, context, template_pack=TEMPLATE_PAC...
  class Inline (line 351) | class Inline(Fieldset):
    method __init__ (line 353) | def __init__(self, rel_model):
    method render (line 358) | def render(self, form, form_style, context, template_pack=TEMPLATE_PAC...
  function get_first_field (line 362) | def get_first_field(layout, clz):
  function replace_inline_objects (line 372) | def replace_inline_objects(layout, fs):
  class InlineFormsetPlugin (line 382) | class InlineFormsetPlugin(BaseAdminPlugin):
    method inline_instances (line 386) | def inline_instances(self):
    method instance_forms (line 405) | def instance_forms(self, ret):
    method valid_forms (line 414) | def valid_forms(self, result):
    method save_related (line 417) | def save_related(self):
    method get_context (line 422) | def get_context(self, context):
    method get_error_list (line 426) | def get_error_list(self, errors):
    method get_form_layout (line 433) | def get_form_layout(self, layout):
    method get_media (line 452) | def get_media(self, media):
    method _get_detail_formset_instance (line 460) | def _get_detail_formset_instance(self, inline):
  class DetailAdminUtil (line 476) | class DetailAdminUtil(DetailAdminView):
    method init_request (line 478) | def init_request(self, obj):
  class DetailInlineFormsetPlugin (line 483) | class DetailInlineFormsetPlugin(InlineFormsetPlugin):
    method get_model_form (line 485) | def get_model_form(self, form, **kwargs):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/language.py
  class SetLangNavPlugin (line 10) | class SetLangNavPlugin(BaseAdminPlugin):
    method block_top_navmenu (line 12) | def block_top_navmenu(self, context, nodes):
  class SetLangView (line 18) | class SetLangView(BaseAdminView):
    method post (line 20) | def post(self, request, *args, **kwargs):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/layout.py
  class GridLayoutPlugin (line 28) | class GridLayoutPlugin(BaseAdminPlugin):
    method get_layout (line 36) | def get_layout(self, l):
    method init_request (line 40) | def init_request(self, *args, **kwargs):
    method result_item (line 53) | def result_item(self, item, obj, field_name, row):
    method block_top_toolbar (line 71) | def block_top_toolbar(self, context, nodes):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/mobile.py
  class MobilePlugin (line 6) | class MobilePlugin(BaseAdminPlugin):
    method _test_mobile (line 8) | def _test_mobile(self):
    method init_request (line 15) | def init_request(self, *args, **kwargs):
    method get_context (line 18) | def get_context(self, context):
    method block_extrahead (line 27) | def block_extrahead(self, context, nodes):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/multiselect.py
  class SelectMultipleTransfer (line 16) | class SelectMultipleTransfer(forms.SelectMultiple):
    method media (line 19) | def media(self):
    method __init__ (line 22) | def __init__(self, verbose_name, is_stacked, attrs=None, choices=()):
    method render_opt (line 27) | def render_opt(self, selected_choices, option_value, option_label):
    method render (line 32) | def render(self, name, value, attrs=None, choices=()):
  class SelectMultipleDropdown (line 77) | class SelectMultipleDropdown(forms.SelectMultiple):
    method media (line 80) | def media(self):
    method render (line 83) | def render(self, name, value, attrs=None, choices=()):
  class M2MSelectPlugin (line 90) | class M2MSelectPlugin(BaseAdminPlugin):
    method init_request (line 92) | def init_request(self, *args, **kwargs):
    method get_field_style (line 99) | def get_field_style(self, attrs, db_field, style, **kwargs):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/passwords.py
  class ResetPasswordSendView (line 13) | class ResetPasswordSendView(BaseAdminView):
    method get (line 26) | def get(self, request, *args, **kwargs):
    method post (line 33) | def post(self, request, *args, **kwargs):
  class ResetLinkPlugin (line 60) | class ResetLinkPlugin(BaseAdminPlugin):
    method block_form_bottom (line 62) | def block_form_bottom(self, context, nodes):
  class ResetPasswordComfirmView (line 70) | class ResetPasswordComfirmView(BaseAdminView):
    method do_view (line 78) | def do_view(self, request, uidb36, token, *args, **kwargs):
    method get (line 87) | def get(self, request, uidb36, token, *args, **kwargs):
    method post (line 90) | def post(self, request, uidb36, token, *args, **kwargs):
    method get_media (line 93) | def get_media(self):
  class ResetPasswordCompleteView (line 102) | class ResetPasswordCompleteView(BaseAdminView):
    method get (line 108) | def get(self, request, *args, **kwargs):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/portal.py
  class BasePortalPlugin (line 8) | class BasePortalPlugin(BaseAdminPlugin):
    method get_media (line 11) | def get_media(self, media):
  function get_layout_objects (line 15) | def get_layout_objects(layout, clz, objects):
  class ModelFormPlugin (line 23) | class ModelFormPlugin(BasePortalPlugin):
    method _portal_key (line 25) | def _portal_key(self):
    method get_form_helper (line 28) | def get_form_helper(self, helper):
    method block_form_top (line 59) | def block_form_top(self, context, node):
  class ModelDetailPlugin (line 64) | class ModelDetailPlugin(ModelFormPlugin):
    method _portal_key (line 66) | def _portal_key(self):
    method block_after_fieldsets (line 69) | def block_after_fieldsets(self, context, node):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/quickfilter.py
  class QuickFilterMultiSelectFieldListFilter (line 15) | class QuickFilterMultiSelectFieldListFilter(MultiSelectFieldListFilter):
  class QuickFilterPlugin (line 25) | class QuickFilterPlugin(BaseAdminPlugin):
    method init_request (line 32) | def init_request(self, *args, **kwargs):
    method get_media (line 37) | def get_media(self, media):
    method lookup_allowed (line 40) | def lookup_allowed(self, lookup, value):
    method get_list_queryset (line 85) | def get_list_queryset(self, queryset):
    method block_left_navbar (line 164) | def block_left_navbar(self, context, nodes):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/quickform.py
  class QuickFormPlugin (line 13) | class QuickFormPlugin(BaseAdminPlugin):
    method init_request (line 15) | def init_request(self, *args, **kwargs):
    method get_model_form (line 22) | def get_model_form(self, __, **kwargs):
    method get_form_layout (line 32) | def get_form_layout(self, __):
    method get_context (line 37) | def get_context(self, context):
  class RelatedFieldWidgetWrapper (line 42) | class RelatedFieldWidgetWrapper(forms.Widget):
    method __init__ (line 48) | def __init__(self, widget, rel, add_url, rel_add_url):
    method __deepcopy__ (line 62) | def __deepcopy__(self, memo):
    method media (line 70) | def media(self):
    method render (line 74) | def render(self, name, value, renderer=None, *args, **kwargs):
    method build_attrs (line 86) | def build_attrs(self, extra_attrs=None, **kwargs):
    method value_from_datadict (line 91) | def value_from_datadict(self, data, files, name):
    method id_for_label (line 94) | def id_for_label(self, id_):
  class QuickAddBtnPlugin (line 98) | class QuickAddBtnPlugin(BaseAdminPlugin):
    method formfield_for_dbfield (line 100) | def formfield_for_dbfield(self, formfield, db_field, **kwargs):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/refresh.py
  class RefreshPlugin (line 11) | class RefreshPlugin(BaseAdminPlugin):
    method get_media (line 16) | def get_media(self, media):
    method block_top_toolbar (line 22) | def block_top_toolbar(self, context, nodes):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/relate.py
  class RelateMenuPlugin (line 22) | class RelateMenuPlugin(BaseAdminPlugin):
    method _get_all_related_objects (line 27) | def _get_all_related_objects(self, local_only=False, include_hidden=Fa...
    method get_related_list (line 50) | def get_related_list(self):
    method related_link (line 70) | def related_link(self, instance):
    method get_list_display (line 110) | def get_list_display(self, list_display):
  class RelateObject (line 117) | class RelateObject(object):
    method __init__ (line 119) | def __init__(self, admin_view, lookup, value):
    method filter (line 141) | def filter(self, queryset):
    method get_brand_name (line 144) | def get_brand_name(self):
  class BaseRelateDisplayPlugin (line 153) | class BaseRelateDisplayPlugin(BaseAdminPlugin):
    method init_request (line 155) | def init_request(self, *args, **kwargs):
    method _get_relate_params (line 164) | def _get_relate_params(self):
    method _get_input (line 167) | def _get_input(self):
    method _get_url (line 170) | def _get_url(self, url):
  class ListRelateDisplayPlugin (line 174) | class ListRelateDisplayPlugin(BaseRelateDisplayPlugin):
    method get_list_queryset (line 176) | def get_list_queryset(self, queryset):
    method url_for_result (line 181) | def url_for_result(self, url, result):
    method get_context (line 184) | def get_context(self, context):
    method get_list_display (line 193) | def get_list_display(self, list_display):
  class EditRelateDisplayPlugin (line 202) | class EditRelateDisplayPlugin(BaseRelateDisplayPlugin):
    method get_form_datas (line 204) | def get_form_datas(self, datas):
    method post_response (line 210) | def post_response(self, response):
    method get_context (line 216) | def get_context(self, context):
    method block_after_fieldsets (line 221) | def block_after_fieldsets(self, context, nodes):
  class DeleteRelateDisplayPlugin (line 225) | class DeleteRelateDisplayPlugin(BaseRelateDisplayPlugin):
    method post_response (line 227) | def post_response(self, response):
    method block_form_fields (line 233) | def block_form_fields(self, context, nodes):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/relfield.py
  class ForeignKeySearchWidget (line 13) | class ForeignKeySearchWidget(forms.Widget):
    method __init__ (line 15) | def __init__(self, rel, admin_view, attrs=None, using=None):
    method build_attrs (line 21) | def build_attrs(self, attrs={}, extra_attrs=None, **kwargs):
    method render (line 38) | def render(self, name, value, attrs=None):
    method label_for_value (line 46) | def label_for_value(self, value):
    method media (line 56) | def media(self):
  class ForeignKeySelectWidget (line 60) | class ForeignKeySelectWidget(ForeignKeySearchWidget):
    method build_attrs (line 62) | def build_attrs(self, attrs={}, **kwargs):
  class RelateFieldPlugin (line 72) | class RelateFieldPlugin(BaseAdminPlugin):
    method get_field_style (line 74) | def get_field_style(self, attrs, db_field, style, **kwargs):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/sitemenu.py
  class SiteMenuStylePlugin (line 11) | class SiteMenuStylePlugin(BaseAdminPlugin):
    method init_request (line 15) | def init_request(self, *args, **kwargs):
    method get_context (line 18) | def get_context(self, context):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/sortablelist.py
  class SortableListPlugin (line 21) | class SortableListPlugin(BaseAdminPlugin):
    method init_request (line 25) | def init_request(self, *args, **kwargs):
    method is_list_sortable (line 29) | def is_list_sortable(self):
    method result_row (line 32) | def result_row(self, __, obj):
    method result_item (line 39) | def result_item(self, item, obj, field_name, row):
    method get_context (line 44) | def get_context(self, context):
    method block_top_toolbar (line 48) | def block_top_toolbar(self, context, nodes):
    method get_media (line 54) | def get_media(self, media):
  class SaveOrderView (line 60) | class SaveOrderView(ModelAdminView):
    method post (line 64) | def post(self, request):
    method save_order (line 70) | def save_order(self, pk, order_value):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/themes.py
  class ThemePlugin (line 21) | class ThemePlugin(BaseAdminPlugin):
    method init_request (line 30) | def init_request(self, *args, **kwargs):
    method _get_theme (line 33) | def _get_theme(self):
    method get_context (line 47) | def get_context(self, context):
    method get_media (line 52) | def get_media(self, media):
    method block_top_navmenu (line 56) | def block_top_navmenu(self, context, nodes):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/topnav.py
  class TopNavPlugin (line 12) | class TopNavPlugin(BaseAdminPlugin):
    method get_context (line 17) | def get_context(self, context):
    method block_top_navbar (line 21) | def block_top_navbar(self, context, nodes):
    method block_top_navmenu (line 46) | def block_top_navmenu(self, context, nodes):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/ueditor.py
  class XadminUEditorWidget (line 12) | class XadminUEditorWidget(UEditorWidget):
    method __init__ (line 13) | def __init__(self,**kwargs):
  class UeditorPlugin (line 19) | class UeditorPlugin(BaseAdminPlugin):
    method get_field_style (line 21) | def get_field_style(self, attrs, db_field, style, **kwargs):
    method block_extrahead (line 31) | def block_extrahead(self, context, nodes):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/utils.py
  function get_context_dict (line 4) | def get_context_dict(context):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/wizard.py
  function normalize_name (line 26) | def normalize_name(name):
  class WizardFormPlugin (line 31) | class WizardFormPlugin(BaseAdminPlugin):
    method _get_form_prefix (line 43) | def _get_form_prefix(self, step=None):
    method get_form_list (line 51) | def get_form_list(self):
    method init_request (line 66) | def init_request(self, *args, **kwargs):
    method prepare_form (line 72) | def prepare_form(self, __):
    method get_form_layout (line 117) | def get_form_layout(self, __):
    method get_step_form (line 125) | def get_step_form(self, step=None):
    method get_step_form_obj (line 146) | def get_step_form_obj(self, step=None):
    method get_form_datas (line 154) | def get_form_datas(self, datas):
    method valid_forms (line 163) | def valid_forms(self, __):
    method _done (line 169) | def _done(self):
    method save_forms (line 201) | def save_forms(self, __):
    method save_models (line 212) | def save_models(self, __):
    method save_related (line 215) | def save_related(self, __):
    method get_context (line 218) | def get_context(self, context):
    method get_response (line 227) | def get_response(self, response):
    method post_response (line 231) | def post_response(self, __):
    method get_all_cleaned_data (line 244) | def get_all_cleaned_data(self):
    method get_cleaned_data_for_step (line 269) | def get_cleaned_data_for_step(self, step):
    method get_next_step (line 281) | def get_next_step(self, step=None):
    method get_prev_step (line 297) | def get_prev_step(self, step=None):
    method get_step_index (line 313) | def get_step_index(self, step=None):
    method block_before_fieldsets (line 325) | def block_before_fieldsets(self, context, nodes):
    method block_submit_line (line 335) | def block_submit_line(self, context, nodes):

FILE: zhiqiTravel/extra_apps/xadmin/plugins/xversion.py
  function _autoregister (line 31) | def _autoregister(admin, model, follow=None):
  function _register_model (line 43) | def _register_model(admin, model):
  function register_models (line 74) | def register_models(admin_site=None):
  function do_create_revision (line 84) | def do_create_revision(request):
  class ReversionPlugin (line 90) | class ReversionPlugin(BaseAdminPlugin):
    method init_request (line 100) | def init_request(self, *args, **kwargs):
    method do_post (line 103) | def do_post(self, __):
    method post (line 123) | def post(self, __, request, *args, **kwargs):
    method block_top_toolbar (line 128) | def block_top_toolbar(self, context, nodes):
    method block_nav_toggles (line 132) | def block_nav_toggles(self, context, nodes):
    method block_nav_btns (line 140) | def block_nav_btns(self, context, nodes):
  class ActionRevisionPlugin (line 151) | class ActionRevisionPlugin(BaseAdminPlugin):
    method init_request (line 155) | def init_request(self, *args, **kwargs):
    method do_action (line 158) | def do_action(self, __, queryset):
  class BaseReversionView (line 163) | class BaseReversionView(ModelAdminView):
    method init_request (line 176) | def init_request(self, *args, **kwargs):
    method _order_version_queryset (line 180) | def _order_version_queryset(self, queryset):
  class RecoverListView (line 187) | class RecoverListView(BaseReversionView):
    method get_context (line 191) | def get_context(self):
    method get (line 206) | def get(self, request, *args, **kwargs):
  class RevisionListView (line 215) | class RevisionListView(BaseReversionView):
    method _reversion_order_version_queryset (line 220) | def _reversion_order_version_queryset(self, queryset):
    method get_context (line 226) | def get_context(self):
    method get (line 254) | def get(self, request, object_id, *args, **kwargs):
    method get_response (line 263) | def get_response(self):
    method get_version_object (line 269) | def get_version_object(self, version):
    method post (line 284) | def post(self, request, object_id, *args, **kwargs):
    method get_media (line 351) | def get_media(self):
  class BaseRevisionView (line 355) | class BaseRevisionView(ModelFormAdminView):
    method get_revision (line 358) | def get_revision(self):
    method get_form_datas (line 362) | def get_form_datas(self):
    method get_context (line 370) | def get_context(self):
    method get_media (line 378) | def get_media(self):
  class DiffField (line 382) | class DiffField(Field):
    method render (line 384) | def render(self, form, form_style, context, template_pack=TEMPLATE_PAC...
  class RevisionView (line 392) | class RevisionView(BaseRevisionView):
    method init_request (line 396) | def init_request(self, object_id, version_id):
    method get_form_helper (line 405) | def get_form_helper(self):
    method get_context (line 426) | def get_context(self):
    method get_response (line 433) | def get_response(self):
    method post_response (line 444) | def post_response(self):
  class RecoverView (line 450) | class RecoverView(BaseRevisionView):
    method init_request (line 454) | def init_request(self, version_id):
    method get_context (line 464) | def get_context(self):
    method get_response (line 470) | def get_response(self):
    method post_response (line 481) | def post_response(self):
  class InlineDiffField (line 487) | class InlineDiffField(Field):
    method render (line 489) | def render(self, form, form_style, context, template_pack=TEMPLATE_PAC...
  class InlineRevisionPlugin (line 513) | class InlineRevisionPlugin(BaseAdminPlugin):
    method get_related_versions (line 515) | def get_related_versions(self, obj, version, formset):
    method _hack_inline_formset_initial (line 532) | def _hack_inline_formset_initial(self, revision_view, formset):
    method instance_form (line 580) | def instance_form(self, formset, **kwargs):
  class VersionInline (line 587) | class VersionInline(object):
  class ReversionAdmin (line 593) | class ReversionAdmin(object):

FILE: zhiqiTravel/extra_apps/xadmin/sites.py
  class AlreadyRegistered (line 18) | class AlreadyRegistered(Exception):
  class NotRegistered (line 22) | class NotRegistered(Exception):
  class MergeAdminMetaclass (line 26) | class MergeAdminMetaclass(type):
    method __new__ (line 28) | def __new__(cls, name, bases, attrs):
  class AdminSite (line 32) | class AdminSite(object):
    method __init__ (line 34) | def __init__(self, name='xadmin'):
    method copy_registry (line 53) | def copy_registry(self):
    method restore_registry (line 64) | def restore_registry(self, data):
    method register_modelview (line 72) | def register_modelview(self, path, admin_view_class, name):
    method register_view (line 80) | def register_view(self, path, admin_view_class, name):
    method register_plugin (line 83) | def register_plugin(self, plugin_class, admin_view_class):
    method register_settings (line 92) | def register_settings(self, name, admin_class):
    method register (line 95) | def register(self, model_or_iterable, admin_class=object, **options):
    method unregister (line 133) | def unregister(self, model_or_iterable):
    method set_loginview (line 153) | def set_loginview(self, login_view):
    method has_permission (line 156) | def has_permission(self, request):
    method check_dependencies (line 163) | def check_dependencies(self):
    method admin_view (line 182) | def admin_view(self, view, cacheable=False):
    method _get_merge_attrs (line 213) | def _get_merge_attrs(self, option_class, plugin_class):
    method _get_settings_class (line 217) | def _get_settings_class(self, admin_view_class):
    method _create_plugin (line 229) | def _create_plugin(self, option_classes):
    method get_plugins (line 246) | def get_plugins(self, admin_view_class, *option_classes):
    method get_view_class (line 265) | def get_view_class(self, view_class, option_class=None, **opts):
    method create_admin_view (line 285) | def create_admin_view(self, admin_view_class):
    method create_model_admin_view (line 288) | def create_model_admin_view(self, admin_view_class, model, option_class):
    method get_urls (line 291) | def get_urls(self):
    method urls (line 339) | def urls(self):
    method i18n_javascript (line 342) | def i18n_javascript(self, request):
  function register (line 357) | def register(models, **kwargs):

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/js/xadmin.plugin.charts.js
  function showTooltip (line 3) | function showTooltip(x, y, contents) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/js/xadmin.plugin.quickfilter.js
  function addShowMore (line 5) | function addShowMore($,v){
  function addShowLess (line 18) | function addShowLess($,v){

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/js/xadmin.plugin.sortablelist.js
  function getCookie (line 5) | function getCookie(name) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/bootstrap-clockpicker/bootstrap-clockpicker.js
  function createSvgElement (line 43) | function createSvgElement(name) {
  function leadingZero (line 47) | function leadingZero(num) {
  function uniqueId (line 53) | function uniqueId(prefix) {
  function ClockPicker (line 90) | function ClockPicker(element, options) {
  function raiseCallback (line 358) | function raiseCallback(callbackFunction) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/bootstrap-datepicker/js/bootstrap-datepicker.js
  function UTCDate (line 23) | function UTCDate(){
  function UTCToday (line 26) | function UTCToday(){

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/bootstrap-modal/js/bootstrap-modalmanager.js
  function targetIsSelf (line 382) | function targetIsSelf(callback){

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/bootstrap-multiselect/js/bootstrap-multiselect.js
  function Multiselect (line 39) | function Multiselect(select, options) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/bootstrap/js/bootstrap.js
  function transitionEnd (line 36) | function transitionEnd() {
  function removeElement (line 121) | function removeElement() {
  function clearMenus (line 767) | function clearMenus() {
  function getParent (line 778) | function getParent($this) {
  function complete (line 1339) | function complete() {
  function ScrollSpy (line 1607) | function ScrollSpy(element, options) {
  function next (line 1808) | function next() {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/excanvas.js
  function getContext (line 59) | function getContext() {
  function bind (line 82) | function bind(f, obj, var_args) {
  function encodeHtmlAttribute (line 89) | function encodeHtmlAttribute(s) {
  function addNamespace (line 93) | function addNamespace(doc, prefix, urn) {
  function addNamespacesAndStylesheet (line 99) | function addNamespacesAndStylesheet(doc) {
  function onPropertyChange (line 178) | function onPropertyChange(e) {
  function onResize (line 196) | function onResize(e) {
  function createMatrixIdentity (line 214) | function createMatrixIdentity() {
  function matrixMultiply (line 222) | function matrixMultiply(m1, m2) {
  function copyState (line 239) | function copyState(o1, o2) {
  function getRgbHslContent (line 394) | function getRgbHslContent(styleString) {
  function percent (line 405) | function percent(s) {
  function clamp (line 409) | function clamp(v, min, max) {
  function hslToRgb (line 413) | function hslToRgb(parts){
  function hueToRgb (line 435) | function hueToRgb(m1, m2, h) {
  function processStyle (line 453) | function processStyle(styleString) {
  function processFontStyle (line 496) | function processFontStyle(styleString) {
  function getComputedStyle (line 518) | function getComputedStyle(style, element) {
  function buildStyle (line 550) | function buildStyle(style) {
  function processLineCap (line 560) | function processLineCap(lineCap) {
  function CanvasRenderingContext2D_ (line 570) | function CanvasRenderingContext2D_(canvasElement) {
  function bezierCurveTo (line 649) | function bezierCurveTo(self, cp1, cp2, p) {
  function appendStroke (line 978) | function appendStroke(ctx, lineStr) {
  function appendFill (line 1001) | function appendFill(ctx, lineStr, min, max) {
  function getCoords (line 1112) | function getCoords(ctx, aX, aY) {
  function matrixIsFinite (line 1135) | function matrixIsFinite(m) {
  function setM (line 1141) | function setM(ctx, m, updateLineScale) {
  function CanvasGradient_ (line 1344) | function CanvasGradient_(aType) {
  function CanvasPattern_ (line 1362) | function CanvasPattern_(image, repetition) {
  function throwException (line 1384) | function throwException(s) {
  function assertImageIsValid (line 1388) | function assertImageIsValid(img) {
  function DOMException_ (line 1397) | function DOMException_(s) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.colorhelpers.js
  function clamp (line 55) | function clamp(min, value, max) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.aggregate.js
  function groupByAxis (line 30) | function groupByAxis(data,axis) {
  function processRawData (line 42) | function processRawData(plot, series, data, datapoints) {
  function init (line 130) | function init(plot) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.canvas.js
  function init (line 42) | function init(plot, classes) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.categories.js
  function processRawData (line 56) | function processRawData(plot, series, data, datapoints) {
  function getNextIndex (line 97) | function getNextIndex(categories) {
  function categoriesTickGenerator (line 107) | function categoriesTickGenerator(axis) {
  function setupCategoriesForAxis (line 120) | function setupCategoriesForAxis(series, axis, datapoints) {
  function transformPointsOnAxis (line 146) | function transformPointsOnAxis(datapoints, axis, categories) {
  function processDatapoints (line 174) | function processDatapoints(plot, series, datapoints) {
  function init (line 179) | function init(plot) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.crosshair.js
  function init (line 70) | function init(plot) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.errorbars.js
  function processRawData (line 76) | function processRawData(plot, series, data, datapoints){
  function parseErrors (line 107) | function parseErrors(series, i){
  function drawSeriesErrors (line 162) | function drawSeriesErrors(plot, ctx, s){
  function drawError (line 275) | function drawError(ctx,err,x,y,upper,lower,drawUpper,drawLower,radius,of...
  function drawPath (line 322) | function drawPath(ctx, pts){
  function draw (line 330) | function draw(plot, ctx){
  function init (line 342) | function init(plot) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.fillbetween.js
  function init (line 40) | function init( plot ) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.image.js
  function drawSeries (line 118) | function drawSeries(plot, ctx, series) {
  function processRawData (line 216) | function processRawData(plot, series, data, datapoints) {
  function init (line 230) | function init(plot) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.js
  function H (line 32) | function H(J,K,I){return K<J?J:(K>I?I:K)}
  function Canvas (line 51) | function Canvas(cls, container) {
  function Plot (line 430) | function Plot(placeholder, data_, options_, plugins) {
  function floorInBase (line 2976) | function floorInBase(n, base) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.navigate.js
  function e (line 90) | function e(h){var k,j=this,l=h.data||{};if(l.elem)j=h.dragTarget=l.elem,...
  function f (line 90) | function f(b,c,d){b.type=c;var e=a.event.dispatch.call(d,b);return e===!...
  function g (line 90) | function g(a){return Math.pow(a,2)}
  function h (line 90) | function h(){return d.dragging===!1}
  function i (line 90) | function i(a,b){a&&(a.unselectable=b?"off":"on",a.onselectstart=function...
  function e (line 103) | function e(a){var b=a||window.event,c=[].slice.call(arguments,1),f=0,e=0...
  function init (line 126) | function init(plot) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.pie.js
  function init (line 68) | function init(plot) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.resize.js
  function m (line 23) | function m(s,o,p){var q=$(this),r=$.data(this,d);r.w=o!==c?o:q.width();r...
  function g (line 23) | function g(){i=h[k](function(){a.each(function(){var n=$(this),m=n.width...
  function init (line 28) | function init(plot) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.selection.js
  function init (line 82) | function init(plot) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.stack.js
  function init (line 43) | function init(plot) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.symbol.js
  function processRawData (line 17) | function processRawData(plot, series, datapoints) {
  function init (line 62) | function init(plot) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.threshold.js
  function init (line 50) | function init(plot) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/flot/jquery.flot.time.js
  function floorInBase (line 24) | function floorInBase(n, base) {
  function formatDate (line 31) | function formatDate(d, fmt, monthNames, dayNames) {
  function makeUtcWrapper (line 110) | function makeUtcWrapper(d) {
  function dateGenerator (line 144) | function dateGenerator(ts, opts) {
  function init (line 196) | function init(plot) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/jquery-ui/jquery.ui.core.js
  function focusable (line 128) | function focusable( element, isTabIndexNotNaN ) {
  function visible (line 149) | function visible( element ) {
  function reduce (line 191) | function reduce( elem, size, border, margin ) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/jquery-ui/jquery.ui.effect.js
  function clamp (line 167) | function clamp( value, prop, allowEmpty ) {
  function stringParse (line 193) | function stringParse( string ) {
  function hue2rgb (line 443) | function hue2rgb( p, q, h ) {
  function getElementStyles (line 711) | function getElementStyles( elem ) {
  function styleDifference (line 739) | function styleDifference( oldStyle, newStyle ) {
  function _normalizeArguments (line 1060) | function _normalizeArguments( effect, options, speed, callback ) {
  function standardAnimationOption (line 1112) | function standardAnimationOption( option ) {
  function run (line 1157) | function run( next ) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/jquery-ui/jquery.ui.sortable.js
  function isOverAxis (line 20) | function isOverAxis( x, reference, size ) {
  function isFloating (line 24) | function isFloating(item) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/jquery-ui/jquery.ui.widget.js
  function handlerProxy (line 387) | function handlerProxy() {
  function handlerProxy (line 423) | function handlerProxy() {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/jquery/jquery.js
  function isArraylike (line 848) | function isArraylike( obj ) {
  function isNative (line 1043) | function isNative( fn ) {
  function createCache (line 1053) | function createCache() {
  function markFunction (line 1071) | function markFunction( fn ) {
  function assert (line 1080) | function assert( fn ) {
  function Sizzle (line 1096) | function Sizzle( selector, context, results, seed ) {
  function siblingCheck (line 1647) | function siblingCheck( a, b ) {
  function boolHandler (line 1669) | function boolHandler( elem, name, isXML ) {
  function interpolationHandler (line 1680) | function interpolationHandler( elem, name, isXML ) {
  function createInputPseudo (line 1688) | function createInputPseudo( type ) {
  function createButtonPseudo (line 1696) | function createButtonPseudo( type ) {
  function createPositionalPseudo (line 1704) | function createPositionalPseudo( fn ) {
  function tokenize (line 2231) | function tokenize( selector, parseOnly ) {
  function toSelector (line 2298) | function toSelector( tokens ) {
  function addCombinator (line 2308) | function addCombinator( matcher, combinator, base ) {
  function elementMatcher (line 2358) | function elementMatcher( matchers ) {
  function condense (line 2372) | function condense( unmatched, map, filter, context, xml ) {
  function setMatcher (line 2393) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde...
  function matcherFromTokens (line 2486) | function matcherFromTokens( tokens ) {
  function matcherFromGroupMatchers (line 2538) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
  function multipleContexts (line 2666) | function multipleContexts( selector, contexts, results ) {
  function select (line 2675) | function select( selector, context, results, seed ) {
  function setFilters (line 2744) | function setFilters() {}
  function createOptions (line 2800) | function createOptions( options ) {
  function Data (line 3262) | function Data() {
  function dataAttr (line 3570) | function dataAttr( elem, key, data ) {
  function returnTrue (line 4247) | function returnTrue() {
  function returnFalse (line 4251) | function returnFalse() {
  function safeActiveElement (line 4255) | function safeActiveElement() {
  function sibling (line 5201) | function sibling( cur, dir ) {
  function winnow (line 5319) | function winnow( elements, qualifier, not ) {
  function manipulationTarget (line 5823) | function manipulationTarget( elem, content ) {
  function disableScript (line 5833) | function disableScript( elem ) {
  function restoreScript (line 5837) | function restoreScript( elem ) {
  function setGlobalEval (line 5850) | function setGlobalEval( elems, refElements ) {
  function cloneCopyEvent (line 5861) | function cloneCopyEvent( src, dest ) {
  function getAll (line 5898) | function getAll( context, tag ) {
  function fixInput (line 5909) | function fixInput( src, dest ) {
  function vendorPropName (line 6010) | function vendorPropName( style, name ) {
  function isHidden (line 6032) | function isHidden( elem, el ) {
  function getStyles (line 6041) | function getStyles( elem ) {
  function showHide (line 6045) | function showHide( elements, show ) {
  function setPositiveNumber (line 6313) | function setPositiveNumber( elem, value, subtract ) {
  function augmentWidthOrHeight (line 6321) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {
  function getWidthOrHeight (line 6360) | function getWidthOrHeight( elem, name, extra ) {
  function css_defaultDisplay (line 6404) | function css_defaultDisplay( nodeName ) {
  function actualDisplay (line 6436) | function actualDisplay( name, doc ) {
  function buildParams (line 6622) | function buildParams( prefix, obj, traditional, add ) {
  function addToPrefiltersOrTransports (line 6738) | function addToPrefiltersOrTransports( structure ) {
  function inspectPrefiltersOrTransports (line 6770) | function inspectPrefiltersOrTransports( structure, options, originalOpti...
  function ajaxExtend (line 6797) | function ajaxExtend( target, src ) {
  function done (line 7243) | function done( status, nativeStatusText, responses, headers ) {
  function ajaxHandleResponses (line 7390) | function ajaxHandleResponses( s, jqXHR, responses ) {
  function ajaxConvert (line 7446) | function ajaxConvert( s, response, jqXHR, isSuccess ) {
  function createFxNow (line 7834) | function createFxNow() {
  function createTweens (line 7841) | function createTweens( animation, props ) {
  function Animation (line 7856) | function Animation( elem, properties, options ) {
  function propFilter (line 7960) | function propFilter( props, specialEasing ) {
  function defaultPrefilter (line 8027) | function defaultPrefilter( elem, props, opts ) {
  function Tween (line 8151) | function Tween( elem, options, prop, end, easing ) {
  function genFx (line 8377) | function genFx( type, includeWidth ) {
  function getWindow (line 8675) | function getWindow( elem ) {

FILE: zhiqiTravel/extra_apps/xadmin/static/xadmin/vendor/select2/select2.js
  function indexOf (line 104) | function indexOf(value, array) {
  function equal (line 117) | function equal(a, b) {
  function splitVal (line 132) | function splitVal(string, separator) {
  function getSideBorderPadding (line 140) | function getSideBorderPadding(element) {
  function installKeyUpChangeEvent (line 144) | function installKeyUpChangeEvent(element) {
  function installFilteredMouseMove (line 170) | function installFilteredMouseMove(element) {
  function debounce (line 188) | function debounce(quietMillis, fn, ctx) {
  function thunk (line 205) | function thunk(formula) {
  function installDebouncedScroll (line 214) | function installDebouncedScroll(threshold, element) {
  function focus (line 221) | function focus($el) {
  function killEvent (line 251) | function killEvent(event) {
  function killEventImmediately (line 255) | function killEventImmediately(event) {
  function measureTextWidth (line 260) | function measureTextWidth(e) {
  function syncCssClasses (line 283) | function syncCssClasses(dest, src, adapter) {
  function markMatch (line 311) | function markMatch(text, term, markup, escapeMarkup) {
  function ajax (line 343) | function ajax(options) {
  function local (line 409) | function local(options) {
  function tags (line 468) | function tags(data) {
  function checkFormatter (line 491) | function checkFormatter(formatter, formatterName) {
  function evaluate (line 497) | function evaluate(val) {
  function countResults (line 501) | function countResults(results) {
  function defaultTokenizer (line 524) | function defaultTokenizer(input, selection, selectCallback, opts) {
  function clazz (line 572) | function clazz(SuperClass, methods) {
  function _makeMaskCss (line 1146) | function _makeMaskCss() {
  function postRender (line 1371) | function postRender() {
  function render (line 1377) | function render(html) {
  function resolveContainerWidth (line 1526) | function resolveContainerWidth() {

FILE: zhiqiTravel/extra_apps/xadmin/templatetags/xadmin_tags.py
  function view_block (line 13) | def view_block(context, block_name, *args, **kwargs):
  function admin_urlname (line 35) | def admin_urlname(value, arg):
  function vendor (line 43) | def vendor(context, *tags):
  class BlockcaptureNode (line 47) | class BlockcaptureNode(template.Node):
    method __init__ (line 50) | def __init__(self, nodelist, varname):
    method render (line 54) | def render(self, context):
  function do_blockcapture (line 61) | def do_blockcapture(parser, token):

FILE: zhiqiTravel/extra_apps/xadmin/util.py
  function xstatic (line 39) | def xstatic(*tags):
  function vendor (line 81) | def vendor(*tags):
  function lookup_needs_distinct (line 94) | def lookup_needs_distinct(opts, lookup_path):
  function prepare_lookup_value (line 108) | def prepare_lookup_value(key, value):
  function quote (line 124) | def quote(s):
  function unquote (line 142) | def unquote(s):
  function flatten_fieldsets (line 166) | def flatten_fieldsets(fieldsets):
  class NestedObjects (line 179) | class NestedObjects(Collector):
    method __init__ (line 181) | def __init__(self, *args, **kwargs):
    method add_edge (line 186) | def add_edge(self, source, target):
    method collect (line 189) | def collect(self, objs, source_attr=None, **kwargs):
    method related_objects (line 200) | def related_objects(self, related, objs):
    method _nested (line 204) | def _nested(self, obj, seen, format_callback):
    method nested (line 219) | def nested(self, format_callback=None):
  function model_format_dict (line 231) | def model_format_dict(obj):
  function model_ngettext (line 251) | def model_ngettext(obj, n=None):
  function is_rel_field (line 270) | def is_rel_field(name, model):
  function lookup_field (line 278) | def lookup_field(name, obj, model_admin=None):
  function admin_urlname (line 314) | def admin_urlname(value, arg):
  function boolean_icon (line 318) | def boolean_icon(field_val):
  function display_for_field (line 323) | def display_for_field(value, field):
  function display_for_value (line 348) | def display_for_value(value, boolean=False):
  class NotRelationField (line 365) | class NotRelationField(Exception):
  function get_model_from_relation (line 369) | def get_model_from_relation(field):
  function reverse_field_path (line 380) | def reverse_field_path(model, path):
  function get_fields_from_path (line 411) | def get_fields_from_path(model, path):
  function remove_trailing_data_field (line 431) | def remove_trailing_data_field(fields):
  function get_limit_choices_to_from_path (line 440) | def get_limit_choices_to_from_path(model, path):
  function sortkeypicker (line 460) | def sortkeypicker(keynames):
  function is_related_field (line 476) | def is_related_field(field):
  function is_related_field2 (line 480) | def is_related_field2(field):

FILE: zhiqiTravel/extra_apps/xadmin/views/__init__.py
  function register_builtin_views (line 25) | def register_builtin_views(site):

FILE: zhiqiTravel/extra_apps/xadmin/views/base.py
  class IncorrectPluginArg (line 38) | class IncorrectPluginArg(Exception):
  function get_content_type_for_model (line 42) | def get_content_type_for_model(obj):
  function filter_chain (line 47) | def filter_chain(filters, token, func, *args, **kwargs):
  function filter_hook (line 66) | def filter_hook(func):
  function inclusion_tag (line 86) | def inclusion_tag(file_name, context_class=Context, takes_context=False):
  class JSONEncoder (line 114) | class JSONEncoder(DjangoJSONEncoder):
    method default (line 116) | def default(self, o):
  class BaseAdminObject (line 132) | class BaseAdminObject(object):
    method get_view (line 134) | def get_view(self, view_class, option_class=None, *args, **kwargs):
    method get_model_view (line 138) | def get_model_view(self, view_class, model, *args, **kwargs):
    method get_admin_url (line 141) | def get_admin_url(self, name, *args, **kwargs):
    method get_model_url (line 144) | def get_model_url(self, model, name, *args, **kwargs):
    method get_model_perm (line 150) | def get_model_perm(self, model, name):
    method has_model_perm (line 153) | def has_model_perm(self, model, name, user=None):
    method get_query_string (line 157) | def get_query_string(self, new_params=None, remove=None):
    method get_form_params (line 176) | def get_form_params(self, new_params=None, remove=None):
    method render_response (line 196) | def render_response(self, content, response_type='json'):
    method template_response (line 204) | def template_response(self, template, context):
    method message_user (line 207) | def message_user(self, message, level='info'):
    method static (line 215) | def static(self, path):
    method vendor (line 218) | def vendor(self, *tags):
    method log (line 221) | def log(self, flag, message, obj=None):
  class BaseAdminPlugin (line 235) | class BaseAdminPlugin(BaseAdminObject):
    method __init__ (line 237) | def __init__(self, admin_view):
    method init_request (line 245) | def init_request(self, *args, **kwargs):
  class BaseAdminView (line 249) | class BaseAdminView(BaseAdminObject, View):
    method __init__ (line 255) | def __init__(self, request, *args, **kwargs):
    method as_view (line 269) | def as_view(cls):
    method init_request (line 290) | def init_request(self, *args, **kwargs):
    method init_plugin (line 293) | def init_plugin(self, *args, **kwargs):
    method get_context (line 306) | def get_context(self):
    method media (line 310) | def media(self):
    method get_media (line 314) | def get_media(self):
  class CommAdminView (line 318) | class CommAdminView(BaseAdminView):
    method get_site_menu (line 331) | def get_site_menu(self):
    method get_nav_menu (line 335) | def get_nav_menu(self):
    method get_context (line 404) | def get_context(self):
    method get_model_icon (line 470) | def get_model_icon(self, model):
    method get_breadcrumb (line 478) | def get_breadcrumb(self):
  class ModelAdminView (line 485) | class ModelAdminView(CommAdminView):
    method __init__ (line 493) | def __init__(self, request, *args, **kwargs):
    method get_context (line 502) | def get_context(self):
    method get_breadcrumb (line 515) | def get_breadcrumb(self):
    method get_object (line 524) | def get_object(self, object_id):
    method get_object_url (line 537) | def get_object_url(self, obj):
    method model_admin_url (line 545) | def model_admin_url(self, name, *args, **kwargs):
    method get_model_perms (line 550) | def get_model_perms(self):
    method get_template_list (line 563) | def get_template_list(self, template_name):
    method get_ordering (line 572) | def get_ordering(self):
    method queryset (line 579) | def queryset(self):
    method has_view_permission (line 586) | def has_view_permission(self, obj=None):
    method has_add_permission (line 593) | def has_add_permission(self):
    method has_change_permission (line 597) | def has_change_permission(self, obj=None):
    method has_delete_permission (line 601) | def has_delete_permission(self, request=None, obj=None):

FILE: zhiqiTravel/extra_apps/xadmin/views/dashboard.py
  class WidgetTypeSelect (line 30) | class WidgetTypeSelect(forms.Widget):
    method __init__ (line 32) | def __init__(self, widgets, attrs=None):
    method render (line 37) | def render(self, name, value, attrs=None, renderer=None):
    method render_option (line 51) | def render_option(self, selected_choice, widget, id):
    method render_options (line 65) | def render_options(self, selected_choice, id):
  class UserWidgetAdmin (line 73) | class UserWidgetAdmin(object):
    method formfield_for_dbfield (line 88) | def formfield_for_dbfield(self, db_field, **kwargs):
    method get_widget_params_form (line 100) | def get_widget_params_form(self, wizard):
    method convert_widget_params (line 109) | def convert_widget_params(self, wizard, cleaned_data, form):
    method get_list_display (line 116) | def get_list_display(self):
    method queryset (line 122) | def queryset(self):
    method update_dashboard (line 127) | def update_dashboard(self, obj):
    method delete_model (line 138) | def delete_model(self):
    method delete_models (line 142) | def delete_models(self, queryset):
  class WidgetManager (line 151) | class WidgetManager(object):
    method __init__ (line 154) | def __init__(self):
    method register (line 157) | def register(self, widget_class):
    method get (line 161) | def get(self, name):
    method get_widgets (line 164) | def get_widgets(self, page_id):
  class WidgetDataError (line 170) | class WidgetDataError(Exception):
    method __init__ (line 172) | def __init__(self, widget, errors):
  class BaseWidget (line 178) | class BaseWidget(forms.Form):
    method __init__ (line 190) | def __init__(self, dashboard, data):
    method setup (line 203) | def setup(self):
    method widget (line 216) | def widget(self):
    method context (line 223) | def context(self, context):
    method convert (line 226) | def convert(self, data):
    method has_perm (line 229) | def has_perm(self):
    method save (line 232) | def save(self):
    method static (line 238) | def static(self, path):
    method vendor (line 241) | def vendor(self, *tags):
    method media (line 244) | def media(self):
  class HtmlWidget (line 249) | class HtmlWidget(BaseWidget):
    method has_perm (line 258) | def has_perm(self):
    method context (line 261) | def context(self, context):
  class ModelChoiceIterator (line 265) | class ModelChoiceIterator(object):
    method __init__ (line 267) | def __init__(self, field):
    method __iter__ (line 270) | def __iter__(self):
  class ModelChoiceField (line 277) | class ModelChoiceField(forms.ChoiceField):
    method __init__ (line 279) | def __init__(self, *, required=True, widget=None, label=None, initial=...
    method __deepcopy__ (line 286) | def __deepcopy__(self, memo):
    method _get_choices (line 290) | def _get_choices(self):
    method to_python (line 295) | def to_python(self, value):
    method prepare_value (line 301) | def prepare_value(self, value):
    method valid_value (line 306) | def valid_value(self, value):
  class ModelBaseWidget (line 314) | class ModelBaseWidget(BaseWidget):
    method __init__ (line 321) | def __init__(self, dashboard, data):
    method setup (line 325) | def setup(self):
    method has_perm (line 332) | def has_perm(self):
    method filte_choices_model (line 335) | def filte_choices_model(self, model, modeladmin):
    method model_admin_url (line 338) | def model_admin_url(self, name, *args, **kwargs):
  class PartialBaseWidget (line 344) | class PartialBaseWidget(BaseWidget):
    method get_view_class (line 346) | def get_view_class(self, view_class, model=None, **opts):
    method get_factory (line 350) | def get_factory(self):
    method setup_request (line 353) | def setup_request(self, request):
    method make_get_request (line 358) | def make_get_request(self, path, data={}, **extra):
    method make_post_request (line 362) | def make_post_request(self, path, data={}, **extra):
  class QuickBtnWidget (line 368) | class QuickBtnWidget(BaseWidget):
    method convert (line 375) | def convert(self, data):
    method get_model (line 378) | def get_model(self, model_or_label):
    method context (line 384) | def context(self, context):
    method has_perm (line 410) | def has_perm(self):
  class ListWidget (line 415) | class ListWidget(ModelBaseWidget, PartialBaseWidget):
    method convert (line 422) | def convert(self, data):
    method setup (line 426) | def setup(self):
    method context (line 437) | def context(self, context):
  class AddFormWidget (line 455) | class AddFormWidget(ModelBaseWidget, PartialBaseWidget):
    method setup (line 462) | def setup(self):
    method context (line 473) | def context(self, context):
    method media (line 485) | def media(self):
  class Dashboard (line 489) | class Dashboard(CommAdminView):
    method get_page_id (line 496) | def get_page_id(self):
    method get_portal_key (line 499) | def get_portal_key(self):
    method get_widget (line 503) | def get_widget(self, widget_or_id, data=None):
    method get_init_widget (line 522) | def get_init_widget(self):
    method get_widgets (line 545) | def get_widgets(self):
    method get_title (line 573) | def get_title(self):
    method get_context (line 577) | def get_context(self):
    method get (line 592) | def get(self, request, *args, **kwargs):
    method post (line 597) | def post(self, request, *args, **kwargs):
    method get_media (line 622) | def get_media(self):
  class ModelDashboard (line 633) | class ModelDashboard(Dashboard, ModelAdminView):
    method get_page_id (line 637) | def get_page_id(self):
    method get_title (line 641) | def get_title(self):
    method init_request (line 644) | def init_request(self, object_id, *args, **kwargs):
    method get_context (line 655) | def get_context(self):
    method get (line 666) | def get(self, request, *args, **kwargs):

FILE: zhiqiTravel/extra_apps/xadmin/views/delete.py
  class DeleteAdminView (line 18) | class DeleteAdminView(ModelAdminView):
    method __init__ (line 21) | def __init__(self, request, *args, **kwargs):
    method init_request (line 28) | def init_request(self, object_id, *args, **kwargs):
    method get (line 51) | def get(self, request, object_id):
    method post (line 60) | def post(self, request, object_id):
    method delete_model (line 73) | def delete_model(self):
    method get_context (line 81) | def get_context(self):
    method get_breadcrumb (line 100) | def get_breadcrumb(self):
    method post_response (line 114) | def post_response(self):

FILE: zhiqiTravel/extra_apps/xadmin/views/detail.py
  class ShowField (line 28) | class ShowField(Field):
    method __init__ (line 31) | def __init__(self, callback, *args, **kwargs):
    method render (line 35) | def render(self, form, form_style, context, template_pack=TEMPLATE_PAC...
  class ResultField (line 61) | class ResultField(object):
    method __init__ (line 63) | def __init__(self, obj, field_name, admin_view=None):
    method init (line 77) | def init(self):
    method val (line 106) | def val(self):
  function replace_field_to_value (line 117) | def replace_field_to_value(layout, cb):
  class DetailAdminView (line 129) | class DetailAdminView(ModelAdminView):
    method init_request (line 137) | def init_request(self, object_id, *args, **kwargs):
    method get_form_layout (line 150) | def get_form_layout(self):
    method get_model_form (line 185) | def get_model_form(self, **kwargs):
    method get_form_helper (line 210) | def get_form_helper(self):
    method get (line 223) | def get(self, request, *args, **kwargs):
    method get_context (line 233) | def get_context(self):
    method get_breadcrumb (line 251) | def get_breadcrumb(self):
    method get_media (line 260) | def get_media(self):
    method get_field_result (line 265) | def get_field_result(self, field_name):
    method get_response (line 269) | def get_response(self, *args, **kwargs):
  class DetailAdminUtil (line 279) | class DetailAdminUtil(DetailAdminView):
    method init_request (line 281) | def init_request(self, obj):

FILE: zhiqiTravel/extra_apps/xadmin/views/edit.py
  class ReadOnlyField (line 48) | class ReadOnlyField(Field):
    method __init__ (line 51) | def __init__(self, *args, **kwargs):
    method render (line 55) | def render(self, form, form_style, context, template_pack=TEMPLATE_PAC...
  class ModelFormAdminView (line 65) | class ModelFormAdminView(ModelAdminView):
    method __init__ (line 81) | def __init__(self, request, *args, **kwargs):
    method formfield_for_dbfield (line 88) | def formfield_for_dbfield(self, db_field, **kwargs):
    method get_field_style (line 98) | def get_field_style(self, db_field, style, **kwargs):
    method get_field_attrs (line 114) | def get_field_attrs(self, db_field, **kwargs):
    method prepare_form (line 140) | def prepare_form(self):
    method instance_forms (line 144) | def instance_forms(self):
    method setup_forms (line 147) | def setup_forms(self):
    method valid_forms (line 153) | def valid_forms(self):
    method get_model_form (line 157) | def get_model_form(self, **kwargs):
    method get_form_layout (line 194) | def get_form_layout(self):
    method get_form_helper (line 227) | def get_form_helper(self):
    method get_readonly_fields (line 244) | def get_readonly_fields(self):
    method save_forms (line 251) | def save_forms(self):
    method change_message (line 255) | def change_message(self):
    method save_models (line 266) | def save_models(self):
    method save_related (line 272) | def save_related(self):
    method get (line 277) | def get(self, request, *args, **kwargs):
    method post (line 286) | def post(self, request, *args, **kwargs):
    method get_context (line 304) | def get_context(self):
    method get_error_list (line 350) | def get_error_list(self):
    method get_media (line 357) | def get_media(self):
  class CreateAdminView (line 366) | class CreateAdminView(ModelFormAdminView):
    method init_request (line 368) | def init_request(self, *args, **kwargs):
    method get_form_datas (line 378) | def get_form_datas(self):
    method get_context (line 395) | def get_context(self):
    method get_breadcrumb (line 404) | def get_breadcrumb(self):
    method get_response (line 413) | def get_response(self):
    method post_response (line 423) | def post_response(self):
  class UpdateAdminView (line 455) | class UpdateAdminView(ModelFormAdminView):
    method init_request (line 457) | def init_request(self, object_id, *args, **kwargs):
    method get_form_datas (line 471) | def get_form_datas(self):
    method get_context (line 479) | def get_context(self):
    method get_breadcrumb (line 489) | def get_breadcrumb(self):
    method get_response (line 500) | def get_response(self, *args, **kwargs):
    method post (line 509) | def post(self, request, *args, **kwargs):
    method post_response (line 515) | def post_response(self):
  class ModelFormAdminUtil (line 553) | class ModelFormAdminUtil(ModelFormAdminView):
    method init_request (line 555) | def init_request(self, obj=None):
    method get_form_datas (line 561) | def get_form_datas(self):

FILE: zhiqiTravel/extra_apps/xadmin/views/form.py
  class FormAdminView (line 23) | class FormAdminView(CommAdminView):
    method init_request (line 32) | def init_request(self, *args, **kwargs):
    method prepare_form (line 37) | def prepare_form(self):
    method instance_forms (line 41) | def instance_forms(self):
    method setup_forms (line 44) | def setup_forms(self):
    method valid_forms (line 50) | def valid_forms(self):
    method get_form_layout (line 54) | def get_form_layout(self):
    method get_form_helper (line 85) | def get_form_helper(self):
    method save_forms (line 94) | def save_forms(self):
    method get (line 99) | def get(self, request, *args, **kwargs):
    method post (line 108) | def post(self, request, *args, **kwargs):
    method get_context (line 124) | def get_context(self):
    method get_media (line 133) | def get_media(self):
    method get_initial_data (line 137) | def get_initial_data(self):
    method get_form_datas (line 141) | def get_form_datas(self):
    method get_breadcrumb (line 150) | def get_breadcrumb(self):
    method get_response (line 156) | def get_response(self):
    method post_response (line 165) | def post_response(self):
    method get_redirect_url (line 177) | def get_redirect_url(self):

FILE: zhiqiTravel/extra_apps/xadmin/views/list.py
  class FakeMethodField (line 34) | class FakeMethodField(object):
    method __init__ (line 39) | def __init__(self, name, verbose_name):
  class ResultRow (line 46) | class ResultRow(dict):
  class ResultItem (line 50) | class ResultItem(object):
    method __init__ (line 52) | def __init__(self, field_name, row):
    method label (line 69) | def label(self):
    method tagattrs (line 79) | def tagattrs(self):
  class ResultHeader (line 85) | class ResultHeader(ResultItem):
    method __init__ (line 87) | def __init__(self, field_name, row):
  class ListAdminView (line 101) | class ListAdminView(ModelAdminView):
    method init_request (line 119) | def init_request(self, *args, **kwargs):
    method get_list_display (line 149) | def get_list_display(self):
    method get_list_display_links (line 158) | def get_list_display_links(self):
    method make_result_list (line 170) | def make_result_list(self):
    method get_result_list (line 199) | def get_result_list(self):
    method post_result_list (line 203) | def post_result_list(self):
    method get_list_queryset (line 207) | def get_list_queryset(self):
    method _get_default_ordering (line 242) | def _get_default_ordering(self):
    method get_ordering_field (line 251) | def get_ordering_field(self, field_name):
    method get_ordering (line 274) | def get_ordering(self):
    method get_ordering_field_columns (line 308) | def get_ordering_field_columns(self):
    method get_check_field_url (line 337) | def get_check_field_url(self, f):
    method get_model_method_fields (line 350) | def get_model_method_fields(self):
    method get_context (line 365) | def get_context(self):
    method get_response (line 392) | def get_response(self, context, *args, **kwargs):
    method get (line 397) | def get(self, request, *args, **kwargs):
    method post_response (line 413) | def post_response(self, *args, **kwargs):
    method post (line 418) | def post(self, request, *args, **kwargs):
    method get_paginator (line 422) | def get_paginator(self):
    method get_page_number (line 426) | def get_page_number(self, i):
    method result_header (line 436) | def result_header(self, field_name, row):
    method result_headers (line 517) | def result_headers(self):
    method result_item (line 528) | def result_item(self, obj, field_name, row):
    method result_row (line 585) | def result_row(self, obj):
    method results (line 594) | def results(self):
    method url_for_result (line 601) | def url_for_result(self, result):
    method get_media (line 606) | def get_media(self):
    method block_pagination (line 614) | def block_pagination(self, context, nodes, page_type='normal'):

FILE: zhiqiTravel/extra_apps/xadmin/views/website.py
  class IndexView (line 16) | class IndexView(Dashboard):
    method get_page_id (line 20) | def get_page_id(self):
  class UserSettingView (line 24) | class UserSettingView(BaseAdminView):
    method post (line 27) | def post(self, request):
  class LoginView (line 37) | class LoginView(BaseAdminView):
    method update_params (line 44) | def update_params(self, defaults):
    method get (line 48) | def get(self, request, *args, **kwargs):
    method post (line 70) | def post(self, request, *args, **kwargs):
  class LogoutView (line 74) | class LogoutView(BaseAdminView):
    method update_params (line 80) | def update_params(self, defaults):
    method get (line 84) | def get(self, request, *args, **kwargs):
    method post (line 99) | def post(self, request, *args, **kwargs):

FILE: zhiqiTravel/extra_apps/xadmin/widgets.py
  class AdminDateWidget (line 20) | class AdminDateWidget(forms.DateInput):
    method media (line 23) | def media(self):
    method __init__ (line 26) | def __init__(self, attrs=None, format=None):
    method render (line 32) | def render(self, name, value, attrs=None, renderer=None):
  class AdminTimeWidget (line 38) | class AdminTimeWidget(forms.TimeInput):
    method media (line 41) | def media(self):
    method __init__ (line 44) | def __init__(self, attrs=None, format=None):
    method render (line 50) | def render(self, name, value, attrs=None, renderer=None):
  class AdminSelectWidget (line 56) | class AdminSelectWidget(forms.Select):
    method media (line 59) | def media(self):
  class AdminSplitDateTime (line 63) | class AdminSplitDateTime(forms.SplitDateTimeWidget):
    method __init__ (line 68) | def __init__(self, attrs=None):
    method render (line 74) | def render(self, name, value, attrs=None, renderer=None):
    method format_output (line 82) | def format_output(self, rendered_widgets):
  class AdminRadioInput (line 87) | class AdminRadioInput(RadioChoiceInput):
    method render (line 89) | def render(self, name=None, value=None, attrs=None, choices=()):
  class AdminRadioFieldRenderer (line 105) | class AdminRadioFieldRenderer(forms.RadioSelect):
    method __iter__ (line 107) | def __iter__(self):
    method __getitem__ (line 111) | def __getitem__(self, idx):
    method render (line 115) | def render(self):
  class AdminRadioSelect (line 119) | class AdminRadioSelect(forms.RadioSelect):
  class AdminCheckboxSelect (line 123) | class AdminCheckboxSelect(forms.CheckboxSelectMultiple):
    method render (line 125) | def render(self, name, value, attrs=None, choices=()):
  class AdminSelectMultiple (line 155) | class AdminSelectMultiple(forms.SelectMultiple):
    method __init__ (line 157) | def __init__(self, attrs=None):
  class AdminFileWidget (line 164) | class AdminFileWidget(forms.ClearableFileInput):
  class AdminTextareaWidget (line 171) | class AdminT
Copy disabled (too large) Download .json
Condensed preview — 6715 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (59,803K chars).
[
  {
    "path": ".gitattributes",
    "chars": 93,
    "preview": "*.js linguist-language=python\n*.css linguist-language=python\n*.html linguist-language=python\n"
  },
  {
    "path": "README.md",
    "chars": 393,
    "preview": "# TravelWeb\n+ Django旅游网实战项目\n+ 欢迎交流,QQ群:429555565,也可以在issues中向我提问\n+ 欢迎star\n\n## 开发环境\n+ python3.6\n+ django2.1\n+ 基于xadmin的后台"
  },
  {
    "path": "TravelWebsite.sql",
    "chars": 430059,
    "preview": "/*\r\nNavicat MySQL Data Transfer\r\n\r\nSource Server         : ubantuDB\r\nSource Server Version : 80013\r\nSource Host         "
  },
  {
    "path": "requirements.txt",
    "chars": 516,
    "preview": "asn1crypto==0.24.0\ncffi==1.11.5\ncryptography==2.3.1\ndiff-match-patch==20121119\nDjango==2.1.2\ndjango-crispy-forms==1.7.2\n"
  },
  {
    "path": "templates/.idea/deployment.xml",
    "chars": 528,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"PublishConfigData\">\n    <serverData>\n   "
  },
  {
    "path": "templates/.idea/libraries/R_User_Library.xml",
    "chars": 128,
    "preview": "<component name=\"libraryTable\">\r\n  <library name=\"R User Library\">\r\n    <CLASSES />\r\n    <SOURCES />\r\n  </library>\r\n</co"
  },
  {
    "path": "templates/.idea/misc.xml",
    "chars": 288,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"JavaScriptSettings\">\n    <option name=\"l"
  },
  {
    "path": "templates/.idea/modules.xml",
    "chars": 258,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"ProjectModuleManager\">\n    <modules>\n   "
  },
  {
    "path": "templates/.idea/workspace.xml",
    "chars": 21193,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"ChangeListManager\">\n    <list default=\"t"
  },
  {
    "path": "templates/.idea/旅游网.iml",
    "chars": 543,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<module type=\"PYTHON_MODULE\" version=\"4\">\n  <component name=\"NewModuleRootManager"
  },
  {
    "path": "templates/activities.html",
    "chars": 17811,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  },
  {
    "path": "templates/activities_comments.html",
    "chars": 5270,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/activities_list.html",
    "chars": 15383,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/article.html",
    "chars": 12881,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/collection_list.html",
    "chars": 5857,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/confirm_order.html",
    "chars": 4472,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  },
  {
    "path": "templates/confirm_order2.html",
    "chars": 4101,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  },
  {
    "path": "templates/css/amazeui.css",
    "chars": 328770,
    "preview": "/*! Amaze UI v2.5.0 | by Amaze UI Team | (c) 2015 AllMobilize, Inc. | Licensed under MIT | 2015-11-30T17:43:07+0800 */\n/"
  },
  {
    "path": "templates/css/style.css",
    "chars": 36606,
    "preview": "@charset \"utf-8\";\r\nhtml, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, sm"
  },
  {
    "path": "templates/css/user.css",
    "chars": 44906,
    "preview": "@charset \"utf-8\";\r\nhtml, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, sm"
  },
  {
    "path": "templates/index.html",
    "chars": 21183,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/js/amazeui.js",
    "chars": 427913,
    "preview": "/*! Amaze UI v2.4.1 | by Amaze UI Team | (c) 2015 AllMobilize, Inc. | Licensed under MIT | 2015-06-30T13:44:43+0800 */ \n"
  },
  {
    "path": "templates/js/jquery.Spinner.js",
    "chars": 1417,
    "preview": "/* jQuery.Spinner V1.0 CopyRight (c) 2014 by:Loyaoo Taobao:http://isseven.taobao.com */\r\n\r\n(function($) {\r\n\t\r\n\t$.fn.Spin"
  },
  {
    "path": "templates/js/jquery.select.js",
    "chars": 2042,
    "preview": "(function($){\r\n\r\n\tvar selects=$('select');//获取select\r\n\r\n\tfor(var i=0;i<selects.length;i++){\r\n\t\tcreateSelect(selects[i],i"
  },
  {
    "path": "templates/js/jquery.superslide.2.1.1.js",
    "chars": 11013,
    "preview": "!function(a){a.fn.slide=function(b){return a.fn.slide.defaults={type:\"slide\",effect:\"fade\",autoPlay:!1,delayTime:500,int"
  },
  {
    "path": "templates/js/payfor.js",
    "chars": 7788,
    "preview": "/** jQuery Calculation Plug-in**/\r\n(function($) {\r\n    var defaults = {reNumbers: /(-|-\\$)?(\\d+(,\\d{3})*(\\.\\d{1,})?|\\.\\d"
  },
  {
    "path": "templates/login.html",
    "chars": 1605,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/mall_list.html",
    "chars": 16246,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/my_contact.html",
    "chars": 7517,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/my_head.html",
    "chars": 4619,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/my_index.html",
    "chars": 25754,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/my_info.html",
    "chars": 5456,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/my_note.html",
    "chars": 6145,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/my_note2.html",
    "chars": 6304,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/news_list.html",
    "chars": 17029,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/note.html",
    "chars": 13456,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/note_comments.html",
    "chars": 5662,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/note_list.html",
    "chars": 7281,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/order_details.html",
    "chars": 4238,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  },
  {
    "path": "templates/post_comment.html",
    "chars": 3345,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  },
  {
    "path": "templates/project.html",
    "chars": 28889,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  },
  {
    "path": "templates/project_comments.html",
    "chars": 5281,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/project_order.html",
    "chars": 9313,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/register.html",
    "chars": 1514,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/scenic.html",
    "chars": 14600,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/scenic_comments.html",
    "chars": 5446,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/scenic_list.html",
    "chars": 15720,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/scenic_order.html",
    "chars": 7790,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/security.html",
    "chars": 4841,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "templates/shop_car.html",
    "chars": 7894,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  },
  {
    "path": "templates/submit_orders.html",
    "chars": 6343,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  },
  {
    "path": "templates/write_note.html",
    "chars": 3264,
    "preview": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\""
  },
  {
    "path": "zhiqiTravel/.idea/misc.xml",
    "chars": 305,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"JavaScriptSettings\">\n    <option name=\"l"
  },
  {
    "path": "zhiqiTravel/.idea/modules.xml",
    "chars": 274,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"ProjectModuleManager\">\n    <modules>\n   "
  },
  {
    "path": "zhiqiTravel/.idea/vcs.xml",
    "chars": 241,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"VcsDirectoryMappings\">\n    <mapping dire"
  },
  {
    "path": "zhiqiTravel/.idea/webResources.xml",
    "chars": 381,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"WebResourcesPaths\">\n    <contentEntries>"
  },
  {
    "path": "zhiqiTravel/.idea/workspace.xml",
    "chars": 1246545,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n  <component name=\"ChangeListManager\">\n    <list default=\"t"
  },
  {
    "path": "zhiqiTravel/.idea/zhiqiTravel.iml",
    "chars": 1541,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<module type=\"PYTHON_MODULE\" version=\"4\">\n  <component name=\"FacetManager\">\n    <"
  },
  {
    "path": "zhiqiTravel/apps/diarys/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "zhiqiTravel/apps/diarys/admin.py",
    "chars": 63,
    "preview": "from django.contrib import admin\n\n# Register your models here.\n"
  },
  {
    "path": "zhiqiTravel/apps/diarys/apps.py",
    "chars": 87,
    "preview": "from django.apps import AppConfig\n\n\nclass DiarysConfig(AppConfig):\n    name = 'diarys'\n"
  },
  {
    "path": "zhiqiTravel/apps/diarys/forms.py",
    "chars": 150,
    "preview": "# @Time    : 18-10-24\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nfrom django import forms\nfrom DjangoUedit"
  },
  {
    "path": "zhiqiTravel/apps/diarys/migrations/0001_initial.py",
    "chars": 1199,
    "preview": "# Generated by Django 2.1.2 on 2018-10-09 16:24\n\nimport datetime\nfrom django.db import migrations, models\nimport users.m"
  },
  {
    "path": "zhiqiTravel/apps/diarys/migrations/0002_diary_user.py",
    "chars": 601,
    "preview": "# Generated by Django 2.1.2 on 2018-10-09 16:24\n\nfrom django.conf import settings\nfrom django.db import migrations, mode"
  },
  {
    "path": "zhiqiTravel/apps/diarys/migrations/0003_auto_20181026_1325.py",
    "chars": 454,
    "preview": "# Generated by Django 2.1.2 on 2018-10-26 13:25\n\nfrom django.db import migrations, models\nimport users.models\n\n\nclass Mi"
  },
  {
    "path": "zhiqiTravel/apps/diarys/migrations/0004_auto_20181026_1450.py",
    "chars": 443,
    "preview": "# Generated by Django 2.1.2 on 2018-10-26 14:50\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/diarys/migrations/0005_diary_praisenum.py",
    "chars": 404,
    "preview": "# Generated by Django 2.1.2 on 2018-10-29 16:25\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/diarys/migrations/0006_diary_collectnum.py",
    "chars": 402,
    "preview": "# Generated by Django 2.1.2 on 2018-10-29 16:29\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/diarys/migrations/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "zhiqiTravel/apps/diarys/models.py",
    "chars": 1089,
    "preview": "from django.db import models\n\nfrom datetime import datetime\n\nfrom users.models import user_directory_path, MyUser\n\n\n# Cr"
  },
  {
    "path": "zhiqiTravel/apps/diarys/tests.py",
    "chars": 60,
    "preview": "from django.test import TestCase\n\n# Create your tests here.\n"
  },
  {
    "path": "zhiqiTravel/apps/diarys/urls.py",
    "chars": 797,
    "preview": "# @Time    : 18-10-24\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\n\nfrom django.urls import path, re_path,in"
  },
  {
    "path": "zhiqiTravel/apps/diarys/views.py",
    "chars": 5046,
    "preview": "from django.shortcuts import render\nfrom django.views.generic import View\nfrom django.http import HttpResponseRedirect, "
  },
  {
    "path": "zhiqiTravel/apps/news/__init__.py",
    "chars": 42,
    "preview": "default_app_config=\"news.apps.NewsConfig\"\n"
  },
  {
    "path": "zhiqiTravel/apps/news/admin.py",
    "chars": 63,
    "preview": "from django.contrib import admin\n\n# Register your models here.\n"
  },
  {
    "path": "zhiqiTravel/apps/news/adminx.py",
    "chars": 930,
    "preview": "# @Time    : 18-10-10\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nimport xadmin\nfrom xadmin import views\n\nf"
  },
  {
    "path": "zhiqiTravel/apps/news/apps.py",
    "chars": 109,
    "preview": "from django.apps import AppConfig\n\n\nclass NewsConfig(AppConfig):\n    name = 'news'\n    verbose_name = '新闻资讯'\n"
  },
  {
    "path": "zhiqiTravel/apps/news/migrations/0001_initial.py",
    "chars": 1082,
    "preview": "# Generated by Django 2.1.2 on 2018-10-09 16:24\n\nimport datetime\nfrom django.db import migrations, models\n\n\nclass Migrat"
  },
  {
    "path": "zhiqiTravel/apps/news/migrations/0002_auto_20181011_0944.py",
    "chars": 575,
    "preview": "# Generated by Django 2.1.2 on 2018-10-11 09:44\n\nimport DjangoUeditor.models\nfrom django.db import migrations\n\n\nclass Mi"
  },
  {
    "path": "zhiqiTravel/apps/news/migrations/0003_auto_20181011_1059.py",
    "chars": 399,
    "preview": "# Generated by Django 2.1.2 on 2018-10-11 10:59\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/news/migrations/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "zhiqiTravel/apps/news/models.py",
    "chars": 1471,
    "preview": "from django.db import models\n\nfrom DjangoUeditor.models import UEditorField\n\nfrom datetime import datetime\n\n\n# Create yo"
  },
  {
    "path": "zhiqiTravel/apps/news/tests.py",
    "chars": 60,
    "preview": "from django.test import TestCase\n\n# Create your tests here.\n"
  },
  {
    "path": "zhiqiTravel/apps/news/urls.py",
    "chars": 292,
    "preview": "# @Time    : 18-10-10\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nfrom django.urls import path, re_path,inc"
  },
  {
    "path": "zhiqiTravel/apps/news/views.py",
    "chars": 1882,
    "preview": "from django.shortcuts import render,render_to_response\nfrom django.views.generic import View\nfrom .models import *\nfrom "
  },
  {
    "path": "zhiqiTravel/apps/operation/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "zhiqiTravel/apps/operation/admin.py",
    "chars": 63,
    "preview": "from django.contrib import admin\n\n# Register your models here.\n"
  },
  {
    "path": "zhiqiTravel/apps/operation/apps.py",
    "chars": 93,
    "preview": "from django.apps import AppConfig\n\n\nclass OperationConfig(AppConfig):\n    name = 'operation'\n"
  },
  {
    "path": "zhiqiTravel/apps/operation/forms.py",
    "chars": 207,
    "preview": "# @Time    : 18-10-31\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nfrom django import forms\n\nfrom .models im"
  },
  {
    "path": "zhiqiTravel/apps/operation/migrations/0001_initial.py",
    "chars": 2497,
    "preview": "# Generated by Django 2.1.2 on 2018-10-09 16:24\n\nimport datetime\nfrom django.db import migrations, models\nimport django."
  },
  {
    "path": "zhiqiTravel/apps/operation/migrations/0002_auto_20181009_1624.py",
    "chars": 2087,
    "preview": "# Generated by Django 2.1.2 on 2018-10-09 16:24\n\nfrom django.conf import settings\nfrom django.db import migrations, mode"
  },
  {
    "path": "zhiqiTravel/apps/operation/migrations/0003_userfav.py",
    "chars": 1146,
    "preview": "# Generated by Django 2.1.2 on 2018-10-31 10:03\n\nimport datetime\nfrom django.conf import settings\nfrom django.db import "
  },
  {
    "path": "zhiqiTravel/apps/operation/migrations/0004_shoppingcart.py",
    "chars": 1085,
    "preview": "# Generated by Django 2.1.2 on 2018-11-02 14:18\n\nimport datetime\nfrom django.conf import settings\nfrom django.db import "
  },
  {
    "path": "zhiqiTravel/apps/operation/migrations/0005_auto_20181106_0941.py",
    "chars": 569,
    "preview": "# Generated by Django 2.1.2 on 2018-11-06 09:41\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/operation/migrations/0006_shopping.py",
    "chars": 1220,
    "preview": "# Generated by Django 2.1.2 on 2018-11-12 10:29\n\nimport datetime\nfrom django.conf import settings\nfrom django.db import "
  },
  {
    "path": "zhiqiTravel/apps/operation/migrations/0007_productcomments.py",
    "chars": 1317,
    "preview": "# Generated by Django 2.1.2 on 2018-11-12 15:14\n\nimport datetime\nfrom django.conf import settings\nfrom django.db import "
  },
  {
    "path": "zhiqiTravel/apps/operation/migrations/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "zhiqiTravel/apps/operation/models.py",
    "chars": 3712,
    "preview": "from django.db import models\n\nfrom datetime import datetime\n\nfrom users.models import MyUser\nfrom diarys.models import D"
  },
  {
    "path": "zhiqiTravel/apps/operation/templatetags/__init__.py",
    "chars": 78,
    "preview": "# @Time    : 18-11-2\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\n"
  },
  {
    "path": "zhiqiTravel/apps/operation/templatetags/operation_extras.py",
    "chars": 996,
    "preview": "# @Time    : 18-11-2\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nfrom django import template\nfrom users.mod"
  },
  {
    "path": "zhiqiTravel/apps/operation/tests.py",
    "chars": 60,
    "preview": "from django.test import TestCase\n\n# Create your tests here.\n"
  },
  {
    "path": "zhiqiTravel/apps/operation/urls.py",
    "chars": 1168,
    "preview": "# @Time    : 18-10-31\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nfrom django.urls import path, re_path,inc"
  },
  {
    "path": "zhiqiTravel/apps/operation/views.py",
    "chars": 17420,
    "preview": "from django.shortcuts import render\nfrom django.views.generic import View\nfrom django.http import HttpResponseRedirect, "
  },
  {
    "path": "zhiqiTravel/apps/pay/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "zhiqiTravel/apps/pay/admin.py",
    "chars": 63,
    "preview": "from django.contrib import admin\n\n# Register your models here.\n"
  },
  {
    "path": "zhiqiTravel/apps/pay/apps.py",
    "chars": 81,
    "preview": "from django.apps import AppConfig\n\n\nclass PayConfig(AppConfig):\n    name = 'pay'\n"
  },
  {
    "path": "zhiqiTravel/apps/pay/keys/alipay_app_private_key",
    "chars": 1678,
    "preview": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCY9HeTZ+kyL3InBrC5tKF8ZY33Ydh5pyaPTtF18/UK"
  },
  {
    "path": "zhiqiTravel/apps/pay/keys/alipay_public_key",
    "chars": 444,
    "preview": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwuSP/zmcOB3Gp5mpt/6C46CrFXgnEKuTT1i/9XZAX5kIvu2A4"
  },
  {
    "path": "zhiqiTravel/apps/pay/migrations/0001_initial.py",
    "chars": 2684,
    "preview": "# Generated by Django 2.1.2 on 2018-11-09 13:35\n\nimport datetime\nfrom django.conf import settings\nfrom django.db import "
  },
  {
    "path": "zhiqiTravel/apps/pay/migrations/0002_orderitems_good_price.py",
    "chars": 393,
    "preview": "# Generated by Django 2.1.2 on 2018-11-09 13:59\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/pay/migrations/0003_auto_20181109_1404.py",
    "chars": 428,
    "preview": "# Generated by Django 2.1.2 on 2018-11-09 14:04\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/pay/migrations/0004_orderitems_good_image.py",
    "chars": 421,
    "preview": "# Generated by Django 2.1.2 on 2018-11-09 14:12\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/pay/migrations/0005_orderitems_good_id.py",
    "chars": 408,
    "preview": "# Generated by Django 2.1.2 on 2018-11-09 15:26\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/pay/migrations/0006_ticketsordersmaintable.py",
    "chars": 2361,
    "preview": "# Generated by Django 2.1.2 on 2018-11-13 15:04\n\nimport datetime\nfrom django.conf import settings\nfrom django.db import "
  },
  {
    "path": "zhiqiTravel/apps/pay/migrations/0007_ticketsordersmaintable_cdk.py",
    "chars": 429,
    "preview": "# Generated by Django 2.1.2 on 2018-11-14 10:20\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/pay/migrations/0008_auto_20181114_1036.py",
    "chars": 435,
    "preview": "# Generated by Django 2.1.2 on 2018-11-14 10:36\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/pay/migrations/0009_auto_20181114_1317.py",
    "chars": 496,
    "preview": "# Generated by Django 2.1.2 on 2018-11-14 13:17\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/pay/migrations/0010_auto_20181119_1545.py",
    "chars": 2796,
    "preview": "# Generated by Django 2.1.2 on 2018-11-19 15:45\n\nimport datetime\nfrom django.conf import settings\nfrom django.db import "
  },
  {
    "path": "zhiqiTravel/apps/pay/migrations/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "zhiqiTravel/apps/pay/models.py",
    "chars": 4259,
    "preview": "from django.db import models\nfrom datetime import datetime\n\nfrom users.models import MyUser, TheContact\nfrom operation.m"
  },
  {
    "path": "zhiqiTravel/apps/pay/tests.py",
    "chars": 60,
    "preview": "from django.test import TestCase\n\n# Create your tests here.\n"
  },
  {
    "path": "zhiqiTravel/apps/pay/urls.py",
    "chars": 763,
    "preview": "# @Time    : 18-11-6\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nfrom django.urls import path\nfrom .views i"
  },
  {
    "path": "zhiqiTravel/apps/pay/views.py",
    "chars": 14240,
    "preview": "from django.shortcuts import render\nfrom django.views.generic import View\nfrom django.shortcuts import render, redirect,"
  },
  {
    "path": "zhiqiTravel/apps/scenicspots/__init__.py",
    "chars": 55,
    "preview": "default_app_config=\"scenicspots.apps.ScenicspotsConfig\""
  },
  {
    "path": "zhiqiTravel/apps/scenicspots/admin.py",
    "chars": 63,
    "preview": "from django.contrib import admin\n\n# Register your models here.\n"
  },
  {
    "path": "zhiqiTravel/apps/scenicspots/adminx.py",
    "chars": 1393,
    "preview": "# @Time    : 18-10-15\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nimport xadmin\nfrom xadmin import views\n\nf"
  },
  {
    "path": "zhiqiTravel/apps/scenicspots/apps.py",
    "chars": 123,
    "preview": "from django.apps import AppConfig\n\n\nclass ScenicspotsConfig(AppConfig):\n    name = 'scenicspots'\n    verbose_name = '景区列"
  },
  {
    "path": "zhiqiTravel/apps/scenicspots/migrations/0001_initial.py",
    "chars": 3697,
    "preview": "# Generated by Django 2.1.2 on 2018-10-09 16:24\n\nimport datetime\nfrom django.db import migrations, models\nimport django."
  },
  {
    "path": "zhiqiTravel/apps/scenicspots/migrations/0002_auto_20181015_1654.py",
    "chars": 360,
    "preview": "# Generated by Django 2.1.2 on 2018-10-15 16:54\n\nfrom django.db import migrations\n\n\nclass Migration(migrations.Migration"
  },
  {
    "path": "zhiqiTravel/apps/scenicspots/migrations/0003_auto_20181016_1625.py",
    "chars": 452,
    "preview": "# Generated by Django 2.1.2 on 2018-10-16 16:25\n\nimport DjangoUeditor.models\nfrom django.db import migrations, models\n\n\n"
  },
  {
    "path": "zhiqiTravel/apps/scenicspots/migrations/0004_auto_20181119_1037.py",
    "chars": 448,
    "preview": "# Generated by Django 2.1.2 on 2018-11-19 10:37\n\nimport DjangoUeditor.models\nfrom django.db import migrations\n\n\nclass Mi"
  },
  {
    "path": "zhiqiTravel/apps/scenicspots/migrations/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "zhiqiTravel/apps/scenicspots/models.py",
    "chars": 3466,
    "preview": "from django.db import models\n\nfrom DjangoUeditor.models import UEditorField\n\nfrom datetime import datetime\n\n\n# Create yo"
  },
  {
    "path": "zhiqiTravel/apps/scenicspots/tests.py",
    "chars": 60,
    "preview": "from django.test import TestCase\n\n# Create your tests here.\n"
  },
  {
    "path": "zhiqiTravel/apps/scenicspots/urls.py",
    "chars": 529,
    "preview": "# @Time    : 18-10-15\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nfrom django.urls import path, re_path,inc"
  },
  {
    "path": "zhiqiTravel/apps/scenicspots/views.py",
    "chars": 2525,
    "preview": "from django.shortcuts import render, HttpResponse\nfrom django.views.generic import View\n\nimport json\n\nfrom .models impor"
  },
  {
    "path": "zhiqiTravel/apps/shop/__init__.py",
    "chars": 41,
    "preview": "default_app_config=\"shop.apps.ShopConfig\""
  },
  {
    "path": "zhiqiTravel/apps/shop/admin.py",
    "chars": 63,
    "preview": "from django.contrib import admin\n\n# Register your models here.\n"
  },
  {
    "path": "zhiqiTravel/apps/shop/adminx.py",
    "chars": 923,
    "preview": "# @Time    : 18-11-1\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nimport xadmin\nfrom xadmin import views\n\nfr"
  },
  {
    "path": "zhiqiTravel/apps/shop/apps.py",
    "chars": 109,
    "preview": "from django.apps import AppConfig\n\n\nclass ShopConfig(AppConfig):\n    name = 'shop'\n    verbose_name = '商城信息'\n"
  },
  {
    "path": "zhiqiTravel/apps/shop/migrations/0001_initial.py",
    "chars": 2032,
    "preview": "# Generated by Django 2.1.2 on 2018-10-10 09:56\n\nimport datetime\nfrom django.db import migrations, models\nimport django."
  },
  {
    "path": "zhiqiTravel/apps/shop/migrations/0002_auto_20181101_1411.py",
    "chars": 429,
    "preview": "# Generated by Django 2.1.2 on 2018-11-01 14:11\n\nimport DjangoUeditor.models\nfrom django.db import migrations\n\n\nclass Mi"
  },
  {
    "path": "zhiqiTravel/apps/shop/migrations/0003_propic_add_time.py",
    "chars": 440,
    "preview": "# Generated by Django 2.1.2 on 2018-11-01 14:24\n\nimport datetime\nfrom django.db import migrations, models\n\n\nclass Migrat"
  },
  {
    "path": "zhiqiTravel/apps/shop/migrations/0004_auto_20181101_1433.py",
    "chars": 412,
    "preview": "# Generated by Django 2.1.2 on 2018-11-01 14:33\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/shop/migrations/0005_auto_20181101_1520.py",
    "chars": 631,
    "preview": "# Generated by Django 2.1.2 on 2018-11-01 15:20\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/shop/migrations/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "zhiqiTravel/apps/shop/models.py",
    "chars": 2027,
    "preview": "from django.db import models\n\nfrom DjangoUeditor.models import UEditorField\n\nfrom datetime import datetime\n\n\n# Create yo"
  },
  {
    "path": "zhiqiTravel/apps/shop/tests.py",
    "chars": 60,
    "preview": "from django.test import TestCase\n\n# Create your tests here.\n"
  },
  {
    "path": "zhiqiTravel/apps/shop/urls.py",
    "chars": 419,
    "preview": "# @Time    : 18-11-1\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nfrom django.urls import path, re_path,incl"
  },
  {
    "path": "zhiqiTravel/apps/shop/views.py",
    "chars": 2337,
    "preview": "from django.shortcuts import render\nfrom django.views.generic import View\n\n\nfrom .models import *\nfrom news.views import"
  },
  {
    "path": "zhiqiTravel/apps/users/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "zhiqiTravel/apps/users/admin.py",
    "chars": 63,
    "preview": "from django.contrib import admin\n\n# Register your models here.\n"
  },
  {
    "path": "zhiqiTravel/apps/users/adminx.py",
    "chars": 438,
    "preview": "# @Time    : 18-11-20\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nimport xadmin\nfrom xadmin import views\nfr"
  },
  {
    "path": "zhiqiTravel/apps/users/apps.py",
    "chars": 85,
    "preview": "from django.apps import AppConfig\n\n\nclass UsersConfig(AppConfig):\n    name = 'users'\n"
  },
  {
    "path": "zhiqiTravel/apps/users/forms.py",
    "chars": 1580,
    "preview": "# @Time    : 18-10-11\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nfrom django import forms\nfrom captcha.fie"
  },
  {
    "path": "zhiqiTravel/apps/users/migrations/0001_initial.py",
    "chars": 6179,
    "preview": "# Generated by Django 2.1.2 on 2018-10-09 16:24\n\nimport datetime\nfrom django.conf import settings\nimport django.contrib."
  },
  {
    "path": "zhiqiTravel/apps/users/migrations/0002_myuser_integral.py",
    "chars": 391,
    "preview": "# Generated by Django 2.1.2 on 2018-10-17 09:49\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/users/migrations/0003_myuser_check_time.py",
    "chars": 411,
    "preview": "# Generated by Django 2.1.2 on 2018-10-17 14:44\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/users/migrations/0004_auto_20181018_1601.py",
    "chars": 1122,
    "preview": "# Generated by Django 2.1.2 on 2018-10-18 16:01\n\nimport datetime\nfrom django.db import migrations, models\nimport django."
  },
  {
    "path": "zhiqiTravel/apps/users/migrations/0005_auto_20181018_1623.py",
    "chars": 660,
    "preview": "# Generated by Django 2.1.2 on 2018-10-18 16:23\n\nimport datetime\nfrom django.db import migrations, models\n\n\nclass Migrat"
  },
  {
    "path": "zhiqiTravel/apps/users/migrations/0006_auto_20181018_1627.py",
    "chars": 412,
    "preview": "# Generated by Django 2.1.2 on 2018-10-18 16:27\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/users/migrations/0007_auto_20181019_1452.py",
    "chars": 556,
    "preview": "# Generated by Django 2.1.2 on 2018-10-19 14:52\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/users/migrations/0008_auto_20181019_1523.py",
    "chars": 426,
    "preview": "# Generated by Django 2.1.2 on 2018-10-19 15:23\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/users/migrations/0009_auto_20181109_1338.py",
    "chars": 231,
    "preview": "# Generated by Django 2.1.2 on 2018-11-09 13:38\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/users/migrations/0010_remove_banner_index.py",
    "chars": 325,
    "preview": "# Generated by Django 2.1.2 on 2018-11-20 11:46\n\nfrom django.db import migrations\n\n\nclass Migration(migrations.Migration"
  },
  {
    "path": "zhiqiTravel/apps/users/migrations/0011_auto_20181120_1353.py",
    "chars": 404,
    "preview": "# Generated by Django 2.1.2 on 2018-11-20 13:53\n\nfrom django.db import migrations, models\n\n\nclass Migration(migrations.M"
  },
  {
    "path": "zhiqiTravel/apps/users/migrations/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "zhiqiTravel/apps/users/models.py",
    "chars": 3571,
    "preview": "from django.db import models\nfrom django.contrib.auth.models import AbstractUser\nimport uuid\nimport os\nfrom datetime imp"
  },
  {
    "path": "zhiqiTravel/apps/users/tests.py",
    "chars": 60,
    "preview": "from django.test import TestCase\n\n# Create your tests here.\n"
  },
  {
    "path": "zhiqiTravel/apps/users/urls.py",
    "chars": 458,
    "preview": "# @Time    : 18-10-18\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\n\n# from django.urls import path, re_path,"
  },
  {
    "path": "zhiqiTravel/apps/users/views.py",
    "chars": 21432,
    "preview": "from django.shortcuts import render\nfrom django.views.generic.base import View\nfrom django.contrib.auth.hashers import m"
  },
  {
    "path": "zhiqiTravel/apps/utils/__init__.py",
    "chars": 79,
    "preview": "# @Time    : 18-10-12\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\n"
  },
  {
    "path": "zhiqiTravel/apps/utils/mixin_utils.py",
    "chars": 409,
    "preview": "# @Time    : 18-11-8\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\n\nfrom django.contrib.auth.decorators import"
  },
  {
    "path": "zhiqiTravel/apps/utils/send_email.py",
    "chars": 1505,
    "preview": "# @Time    : 18-10-12\n# @Author  : Zhiqi Kou\n# @Email   : zhiqi1028@gmail.com\nfrom random import Random\nfrom django.core"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/adminx.py",
    "chars": 1362,
    "preview": "#coding:utf-8\n#__author__ = 'sai'\n#DjangoUeditor Xadmin plugin\n\nimport xadmin\nfrom django.db.models import TextField\nfro"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/commands.py",
    "chars": 5540,
    "preview": "# -*- coding: utf-8 -*-\nfrom . import settings as USettings\nfrom django.utils.six.moves.urllib.parse import urljoin\n\n\ncl"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/forms.py",
    "chars": 1519,
    "preview": "# -*- coding: utf-8 -*-\r\nfrom django import forms\r\nfrom .widgets import UEditorWidget\r\nfrom DjangoUeditor.models import "
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/models.py",
    "chars": 1587,
    "preview": "# -*- coding: utf-8 -*-\r\nfrom django.db import models\r\nfrom django.contrib.admin import widgets as admin_widgets\r\nfrom ."
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/readme.txt",
    "chars": 5185,
    "preview": "Ueditor HTML编辑器是百度开源的HTML编辑器,\n\n本模块帮助在Django应用中集成百度Ueditor HTML编辑器。\n安装包中已经集成Ueditor v1.3.6\n\n使用Django-Ueditor非常简单,方法如下:\n\n"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/settings.py",
    "chars": 5342,
    "preview": "# -*- coding: utf-8 -*-\r\nfrom django.conf import settings as gSettings  # 全局设置\r\n\r\n# 工具栏样式,可以添加任意多的模式\r\nTOOLBARS_SETTINGS "
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/addCustomizeButton.js",
    "chars": 1051,
    "preview": "UE.registerUI('button',function(editor,uiName){\n    //注册按钮执行时的command命令,使用命令默认就会带有回退操作\n    editor.registerCommand(uiName"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/addCustomizeCombox.js",
    "chars": 2145,
    "preview": "UE.registerUI('combox',function(editor,uiName){\n    //注册按钮执行时的command命令,用uiName作为command名字,使用命令默认就会带有回退操作\n    editor.reg"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/addCustomizeDialog.js",
    "chars": 1350,
    "preview": "UE.registerUI('dialog',function(editor,uiName){\n\n    //创建dialog\n    var dialog = new UE.ui.Dialog({\n        //指定弹出层中页面的路"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/charts.html",
    "chars": 2425,
    "preview": "<!DOCTYPE HTML>\n<html>\n<head>\n    <title>图表demo</title>\n    <meta http-equiv=\"Content-Type\" content=\"text/html;charset=u"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/completeDemo.html",
    "chars": 5700,
    "preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n        \"http://www.w3.org/TR/html4/loose.dtd\">\n<html>\n<h"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/customPluginDemo.html",
    "chars": 1558,
    "preview": "<!DOCTYPE HTML>\n<html>\n<head>\n\n    <meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"/>\n    <title></titl"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/customToolbarDemo.html",
    "chars": 4746,
    "preview": "<!DOCTYPE HTML>\n<html>\n<head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"/>\n    <title></title"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/customizeDialogPage.html",
    "chars": 646,
    "preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n        \"http://www.w3.org/TR/html4/loose.dtd\">\n<html>\n<h"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/customizeToolbarUIDemo.html",
    "chars": 1331,
    "preview": "<!DOCTYPE HTML>\n<html>\n<head>\n    <title>完整demo</title>\n    <meta http-equiv=\"Content-Type\" content=\"text/html;charset=u"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/editor_api.js",
    "chars": 4221,
    "preview": "/**\n * 开发版本的文件导入\n */\n(function (){\n    var paths  = [\n            'editor.js',\n            'core/browser.js',\n          "
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/filterRuleDemo.html",
    "chars": 5540,
    "preview": "<!DOCTYPE HTML>\n<html>\n<head>\n    <title>过滤规则定制化</title>\n    <meta http-equiv=\"Content-Type\" content=\"text/html;charset="
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/highlightDemo.html",
    "chars": 1175,
    "preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n        \"http://www.w3.org/TR/html4/loose.dtd\">\n<html>\n<h"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/index.html",
    "chars": 2952,
    "preview": "<!DOCTYPE HTML>\n<html>\n<head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n    <title></tit"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/jqueryCompleteDemo.html",
    "chars": 1556,
    "preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n        \"http://www.w3.org/TR/html4/loose.dtd\">\n<html>\n<h"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/jqueryValidation.html",
    "chars": 2204,
    "preview": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n        \"http://www.w3.org/TR/html4/loose.dtd\">\n<html>\n<h"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/multiDemo.html",
    "chars": 1163,
    "preview": "<!DOCTYPE HTML>\n<html>\n<head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"/>\n    <title></title"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/multiEditorWithOneInstance.html",
    "chars": 1751,
    "preview": "<!DOCTYPE HTML>\n<html>\n<head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"/>\n    <title></title"
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/renderInTable.html",
    "chars": 784,
    "preview": "<!DOCTYPE HTML>\n<html>\n<head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n    <script type="
  },
  {
    "path": "zhiqiTravel/extra_apps/DjangoUeditor/static/ueditor/_examples/resetDemo.html",
    "chars": 1779,
    "preview": "<!DOCTYPE HTML>\n<html>\n<head>\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=8\">\n    <meta http-equiv=\"Content-Type\""
  }
]

// ... and 6515 more files (download for full content)

About this extraction

This page contains the full source code of the ZhiqiKou/TravelWeb GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 6715 files (113.9 MB), approximately 14.2M tokens, and a symbol index with 32700 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!