From 336481862dead8b0588d714246e3b9f2c36582b2 Mon Sep 17 00:00:00 2001 From: ByeongHeon Kang Date: Mon, 12 Apr 2021 06:08:55 +0000 Subject: [PATCH] GitBook: [main] 44 pages modified --- README.md | 37 +++++++++++++++- SUMMARY.md | 42 +++++++++++++++++++ aws_django/README.md | 2 + aws_django/webproj/README.md | 2 + aws_django/webproj/venv/README.md | 2 + aws_django/webproj/venv/lib/README.md | 2 + .../webproj/venv/lib/python3.6/README.md | 2 + .../lib/python3.6/site-packages/README.md | 2 + .../python3.6/site-packages/django/README.md | 2 + .../site-packages/django/contrib/README.md | 2 + .../django/contrib/admin/README.md | 2 + .../django/contrib/admin/static/README.md | 2 + .../contrib/admin/static/admin/README.md | 2 + .../contrib/admin/static/admin/css/README.md | 2 + .../admin/static/admin/css/vendor/README.md | 2 + .../css/vendor/select2/LICENSE-SELECT2.md | 21 ---------- .../static/admin/css/vendor/select2/README.md | 2 + .../css/vendor/select2/license-select2.md | 12 ++++++ .../contrib/admin/static/admin/js/README.md | 2 + .../admin/static/admin/js/vendor/README.md | 2 + .../static/admin/js/vendor/select2/LICENSE.md | 21 ---------- .../static/admin/js/vendor/select2/README.md | 2 + .../static/admin/js/vendor/select2/license.md | 12 ++++++ aws_django2/README.md | 2 + aws_django2/webproj/README.md | 2 + aws_django2/webproj/venv/README.md | 2 + aws_django2/webproj/venv/lib/README.md | 2 + .../webproj/venv/lib/python3.6/README.md | 2 + .../lib/python3.6/site-packages/README.md | 2 + .../python3.6/site-packages/django/README.md | 2 + .../site-packages/django/contrib/README.md | 2 + .../django/contrib/admin/README.md | 2 + .../django/contrib/admin/static/README.md | 2 + .../contrib/admin/static/admin/README.md | 2 + .../contrib/admin/static/admin/css/README.md | 2 + .../admin/static/admin/css/vendor/README.md | 2 + .../css/vendor/select2/LICENSE-SELECT2.md | 21 ---------- .../static/admin/css/vendor/select2/README.md | 2 + .../css/vendor/select2/license-select2.md | 12 ++++++ .../contrib/admin/static/admin/js/README.md | 2 + .../admin/static/admin/js/vendor/README.md | 2 + .../static/admin/js/vendor/select2/LICENSE.md | 21 ---------- .../static/admin/js/vendor/select2/README.md | 2 + .../static/admin/js/vendor/select2/license.md | 12 ++++++ 44 files changed, 194 insertions(+), 85 deletions(-) create mode 100644 SUMMARY.md create mode 100644 aws_django/README.md create mode 100644 aws_django/webproj/README.md create mode 100644 aws_django/webproj/venv/README.md create mode 100644 aws_django/webproj/venv/lib/README.md create mode 100644 aws_django/webproj/venv/lib/python3.6/README.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/README.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/README.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/README.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/README.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/README.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/README.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/README.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/README.md delete mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/README.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/license-select2.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/README.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/README.md delete mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/README.md create mode 100644 aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/license.md create mode 100644 aws_django2/README.md create mode 100644 aws_django2/webproj/README.md create mode 100644 aws_django2/webproj/venv/README.md create mode 100644 aws_django2/webproj/venv/lib/README.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/README.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/README.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/README.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/README.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/README.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/README.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/README.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/README.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/README.md delete mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/README.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/license-select2.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/README.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/README.md delete mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/README.md create mode 100644 aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/license.md diff --git a/README.md b/README.md index 55aa636..d219a74 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,46 @@ ![Coogle](https://user-images.githubusercontent.com/23492454/114344653-2f41a700-9b9b-11eb-8bb3-c2113474a4e1.png) -![Coogle1](https://user-images.githubusercontent.com/23492454/114345053-f524d500-9b9b-11eb-9aec-3f8d53a7f825.png) +## Intro + +Coogle은 KoSentenceBERT를 이용한 문장 임딩 모델 및 fast-text 모델를 기반으로한 단어 임딩 모델을 이용한 사용자 맞춤형 검색 플랫폼을 제공합니다. ![content](https://user-images.githubusercontent.com/23492454/114344794-6ca63480-9b9b-11eb-89e9-f86b187c63bd.png) +사용자가 입력한 쿼리는 학습된 임더 혹은 주어진 단어들의 조합에서 나온 쿼리들에 의해 벡터로 변환됩니다. + +## 서비스 화면 + +![Coogle1](https://user-images.githubusercontent.com/23492454/114345053-f524d500-9b9b-11eb-9aec-3f8d53a7f825.png) + +## 서비스 아키텍처 구조 + +모든 리뷰들은 각각의 전처리 과정을 거쳐 raw data와 키워드, 임베딩 벡터 순으로 엘라스틱 서치에 적재되게 됩니다. + ![arch1](https://user-images.githubusercontent.com/23492454/114344813-77f96000-9b9b-11eb-9b8f-6d0f981cf91b.png) +사용자 쿼리가 발생하면 Django에 적재된 임베더에 의해 쿼리가 768차원의 벡터로 변환됩니다. +엘라스틱 서치에 있는 벡터들과 비교해서 가장 유사한 가게를 추천해줍니다. + ![arch2](https://user-images.githubusercontent.com/23492454/114344821-792a8d00-9b9b-11eb-91f5-b1899313e51c.png) +전체적인 로직은 비슷하지만 aws\_django2에 있는 프로젝트는 문장 임딩을 사용하지 않고 단어 임베을 활용합니다. + +서비스의 로직은 다음 코드들의 비교를 통해 보실 수 있습니다. + +### Ver1. 문장 임베딩을 활용한 버 + +{% embed url="https://github.com/KDT-Hot6/Coogle/blob/main/aws\_django/webproj/homepage/views.py" %} + +사용된 모델은 다음 링크에 pt파일로 저장되어 있습니다. + +{% embed url="https://github.com/KDT-Hot6/final\_project/tree/main/model/training\_stsbenchmark\_skt\_kobert\_model\_-2021-03-28\_05-25-43\_best" %} + +### Ver2. 단어 임베딩을 활용한 버 + +{% embed url="https://github.com/KDT-Hot6/Coogle/blob/main/aws\_django2/webproj/homepage/views.py" %} + + + + + diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000..bbad1d6 --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,42 @@ +# Table of contents + +* [Coogle](README.md) +* [aws\_django2](aws_django2/README.md) + * [webproj](aws_django2/webproj/README.md) + * [venv](aws_django2/webproj/venv/README.md) + * [lib](aws_django2/webproj/venv/lib/README.md) + * [python3.6](aws_django2/webproj/venv/lib/python3.6/README.md) + * [site-packages](aws_django2/webproj/venv/lib/python3.6/site-packages/README.md) + * [django](aws_django2/webproj/venv/lib/python3.6/site-packages/django/README.md) + * [contrib](aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/README.md) + * [admin](aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/README.md) + * [static](aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/README.md) + * [admin](aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/README.md) + * [css](aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/README.md) + * [vendor](aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/README.md) + * [select2](aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/README.md) + * [LICENSE-SELECT2](aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/license-select2.md) + * [js](aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/README.md) + * [vendor](aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/README.md) + * [select2](aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/README.md) + * [LICENSE](aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/license.md) +* [aws\_django](aws_django/README.md) + * [webproj](aws_django/webproj/README.md) + * [venv](aws_django/webproj/venv/README.md) + * [lib](aws_django/webproj/venv/lib/README.md) + * [python3.6](aws_django/webproj/venv/lib/python3.6/README.md) + * [site-packages](aws_django/webproj/venv/lib/python3.6/site-packages/README.md) + * [django](aws_django/webproj/venv/lib/python3.6/site-packages/django/README.md) + * [contrib](aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/README.md) + * [admin](aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/README.md) + * [static](aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/README.md) + * [admin](aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/README.md) + * [js](aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/README.md) + * [vendor](aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/README.md) + * [select2](aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/README.md) + * [LICENSE](aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/license.md) + * [css](aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/README.md) + * [vendor](aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/README.md) + * [select2](aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/README.md) + * [LICENSE-SELECT2](aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/license-select2.md) + diff --git a/aws_django/README.md b/aws_django/README.md new file mode 100644 index 0000000..273e8a0 --- /dev/null +++ b/aws_django/README.md @@ -0,0 +1,2 @@ +# aws\_django + diff --git a/aws_django/webproj/README.md b/aws_django/webproj/README.md new file mode 100644 index 0000000..d00f8df --- /dev/null +++ b/aws_django/webproj/README.md @@ -0,0 +1,2 @@ +# webproj + diff --git a/aws_django/webproj/venv/README.md b/aws_django/webproj/venv/README.md new file mode 100644 index 0000000..647e02f --- /dev/null +++ b/aws_django/webproj/venv/README.md @@ -0,0 +1,2 @@ +# venv + diff --git a/aws_django/webproj/venv/lib/README.md b/aws_django/webproj/venv/lib/README.md new file mode 100644 index 0000000..0d38ce0 --- /dev/null +++ b/aws_django/webproj/venv/lib/README.md @@ -0,0 +1,2 @@ +# lib + diff --git a/aws_django/webproj/venv/lib/python3.6/README.md b/aws_django/webproj/venv/lib/python3.6/README.md new file mode 100644 index 0000000..429337c --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/README.md @@ -0,0 +1,2 @@ +# python3.6 + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/README.md b/aws_django/webproj/venv/lib/python3.6/site-packages/README.md new file mode 100644 index 0000000..d541b8f --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/README.md @@ -0,0 +1,2 @@ +# site-packages + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/README.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/README.md new file mode 100644 index 0000000..a9f77b5 --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/django/README.md @@ -0,0 +1,2 @@ +# django + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/README.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/README.md new file mode 100644 index 0000000..6f2b61f --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/README.md @@ -0,0 +1,2 @@ +# contrib + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/README.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/README.md new file mode 100644 index 0000000..9216b6b --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/README.md @@ -0,0 +1,2 @@ +# admin + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/README.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/README.md new file mode 100644 index 0000000..d5783a0 --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/README.md @@ -0,0 +1,2 @@ +# static + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/README.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/README.md new file mode 100644 index 0000000..9216b6b --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/README.md @@ -0,0 +1,2 @@ +# admin + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/README.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/README.md new file mode 100644 index 0000000..c1ddecf --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/README.md @@ -0,0 +1,2 @@ +# css + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/README.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/README.md new file mode 100644 index 0000000..fea0915 --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/README.md @@ -0,0 +1,2 @@ +# vendor + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md deleted file mode 100644 index 8cb8a2b..0000000 --- a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/README.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/README.md new file mode 100644 index 0000000..fa5b983 --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/README.md @@ -0,0 +1,2 @@ +# select2 + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/license-select2.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/license-select2.md new file mode 100644 index 0000000..4d4b0fa --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/license-select2.md @@ -0,0 +1,12 @@ +# LICENSE-SELECT2 + +The MIT License \(MIT\) + +Copyright \(c\) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files \(the "Software"\), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/README.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/README.md new file mode 100644 index 0000000..818a55d --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/README.md @@ -0,0 +1,2 @@ +# js + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/README.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/README.md new file mode 100644 index 0000000..fea0915 --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/README.md @@ -0,0 +1,2 @@ +# vendor + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md deleted file mode 100644 index 8cb8a2b..0000000 --- a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/README.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/README.md new file mode 100644 index 0000000..fa5b983 --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/README.md @@ -0,0 +1,2 @@ +# select2 + diff --git a/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/license.md b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/license.md new file mode 100644 index 0000000..efe43c6 --- /dev/null +++ b/aws_django/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/license.md @@ -0,0 +1,12 @@ +# LICENSE + +The MIT License \(MIT\) + +Copyright \(c\) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files \(the "Software"\), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/aws_django2/README.md b/aws_django2/README.md new file mode 100644 index 0000000..7ef947d --- /dev/null +++ b/aws_django2/README.md @@ -0,0 +1,2 @@ +# aws\_django2 + diff --git a/aws_django2/webproj/README.md b/aws_django2/webproj/README.md new file mode 100644 index 0000000..d00f8df --- /dev/null +++ b/aws_django2/webproj/README.md @@ -0,0 +1,2 @@ +# webproj + diff --git a/aws_django2/webproj/venv/README.md b/aws_django2/webproj/venv/README.md new file mode 100644 index 0000000..647e02f --- /dev/null +++ b/aws_django2/webproj/venv/README.md @@ -0,0 +1,2 @@ +# venv + diff --git a/aws_django2/webproj/venv/lib/README.md b/aws_django2/webproj/venv/lib/README.md new file mode 100644 index 0000000..0d38ce0 --- /dev/null +++ b/aws_django2/webproj/venv/lib/README.md @@ -0,0 +1,2 @@ +# lib + diff --git a/aws_django2/webproj/venv/lib/python3.6/README.md b/aws_django2/webproj/venv/lib/python3.6/README.md new file mode 100644 index 0000000..429337c --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/README.md @@ -0,0 +1,2 @@ +# python3.6 + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/README.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/README.md new file mode 100644 index 0000000..d541b8f --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/README.md @@ -0,0 +1,2 @@ +# site-packages + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/README.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/README.md new file mode 100644 index 0000000..a9f77b5 --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/README.md @@ -0,0 +1,2 @@ +# django + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/README.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/README.md new file mode 100644 index 0000000..6f2b61f --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/README.md @@ -0,0 +1,2 @@ +# contrib + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/README.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/README.md new file mode 100644 index 0000000..9216b6b --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/README.md @@ -0,0 +1,2 @@ +# admin + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/README.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/README.md new file mode 100644 index 0000000..d5783a0 --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/README.md @@ -0,0 +1,2 @@ +# static + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/README.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/README.md new file mode 100644 index 0000000..9216b6b --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/README.md @@ -0,0 +1,2 @@ +# admin + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/README.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/README.md new file mode 100644 index 0000000..c1ddecf --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/README.md @@ -0,0 +1,2 @@ +# css + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/README.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/README.md new file mode 100644 index 0000000..fea0915 --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/README.md @@ -0,0 +1,2 @@ +# vendor + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md deleted file mode 100644 index 8cb8a2b..0000000 --- a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/README.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/README.md new file mode 100644 index 0000000..fa5b983 --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/README.md @@ -0,0 +1,2 @@ +# select2 + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/license-select2.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/license-select2.md new file mode 100644 index 0000000..4d4b0fa --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/css/vendor/select2/license-select2.md @@ -0,0 +1,12 @@ +# LICENSE-SELECT2 + +The MIT License \(MIT\) + +Copyright \(c\) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files \(the "Software"\), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/README.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/README.md new file mode 100644 index 0000000..818a55d --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/README.md @@ -0,0 +1,2 @@ +# js + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/README.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/README.md new file mode 100644 index 0000000..fea0915 --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/README.md @@ -0,0 +1,2 @@ +# vendor + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md deleted file mode 100644 index 8cb8a2b..0000000 --- a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/README.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/README.md new file mode 100644 index 0000000..fa5b983 --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/README.md @@ -0,0 +1,2 @@ +# select2 + diff --git a/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/license.md b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/license.md new file mode 100644 index 0000000..efe43c6 --- /dev/null +++ b/aws_django2/webproj/venv/lib/python3.6/site-packages/django/contrib/admin/static/admin/js/vendor/select2/license.md @@ -0,0 +1,12 @@ +# LICENSE + +The MIT License \(MIT\) + +Copyright \(c\) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files \(the "Software"\), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +