mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-11 21:06:45 +00:00
Compare commits
No commits in common. "master" and "v1.0.0" have entirely different histories.
4 changed files with 14 additions and 42 deletions
21
LICENSE.md
21
LICENSE.md
|
|
@ -1,21 +0,0 @@
|
||||||
# MIT License
|
|
||||||
|
|
||||||
Copyright (c) [2021] [Ruidy]
|
|
||||||
|
|
||||||
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.
|
|
||||||
13
README.md
13
README.md
|
|
@ -1,17 +1,10 @@
|
||||||
# 🏡 Villafleurie
|
# 🏡 Villafleurie
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|
`V 1.0 Le site est prêt à l'emploi`
|
||||||

|
|
||||||
|
|
||||||
## Demo
|
Auteur : Ruidy Nemausat
|
||||||
|
|
||||||
🚀 [Live at this address](http://villafleuriegp.com)
|
|
||||||
|
|
||||||
### Screenshot
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Projet
|
## Projet
|
||||||
|
|
||||||
|
|
|
||||||
BIN
docs/vf_home.png
BIN
docs/vf_home.png
Binary file not shown.
|
Before Width: | Height: | Size: 1,001 KiB |
|
|
@ -3,10 +3,10 @@ asgiref==3.2.7
|
||||||
beautifulsoup4==4.9.0
|
beautifulsoup4==4.9.0
|
||||||
billiard==3.6.3.0
|
billiard==3.6.3.0
|
||||||
cachetools==4.0.0
|
cachetools==4.0.0
|
||||||
celery==5.2.2
|
celery==4.4.2
|
||||||
certifi==2024.7.4
|
certifi==2020.4.5.1
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
Django==4.2.26
|
Django==3.1.12
|
||||||
google==2.0.3
|
google==2.0.3
|
||||||
google-api-core==1.16.0
|
google-api-core==1.16.0
|
||||||
google-api-python-client==1.8.0
|
google-api-python-client==1.8.0
|
||||||
|
|
@ -14,27 +14,27 @@ google-auth==1.13.1
|
||||||
google-auth-httplib2==0.0.3
|
google-auth-httplib2==0.0.3
|
||||||
google-auth-oauthlib==0.4.1
|
google-auth-oauthlib==0.4.1
|
||||||
googleapis-common-protos==1.51.0
|
googleapis-common-protos==1.51.0
|
||||||
gunicorn==23.0.0
|
gunicorn==20.0.4
|
||||||
httplib2==0.19.0
|
httplib2==0.19.0
|
||||||
idna==3.7
|
idna==2.9
|
||||||
importlib-metadata==1.6.0
|
importlib-metadata==1.6.0
|
||||||
kombu==4.6.8
|
kombu==4.6.8
|
||||||
oauthlib==3.1.0
|
oauthlib==3.1.0
|
||||||
Pillow==10.3.0
|
Pillow==8.3.2
|
||||||
protobuf==4.25.8
|
protobuf==3.11.3
|
||||||
psycopg2==2.8.5
|
psycopg2==2.8.5
|
||||||
pyasn1==0.4.8
|
pyasn1==0.4.8
|
||||||
pyasn1-modules==0.2.8
|
pyasn1-modules==0.2.8
|
||||||
pytz==2019.3
|
pytz==2019.3
|
||||||
requests==2.32.4
|
requests==2.23.0
|
||||||
requests-oauthlib==1.3.0
|
requests-oauthlib==1.3.0
|
||||||
rsa==4.7
|
rsa==4.7
|
||||||
six==1.14.0
|
six==1.14.0
|
||||||
soupsieve==2.0
|
soupsieve==2.0
|
||||||
sqlparse==0.5.0
|
sqlparse==0.3.1
|
||||||
stripe==2.55.1
|
stripe==2.55.1
|
||||||
uritemplate==3.0.1
|
uritemplate==3.0.1
|
||||||
urllib3==2.5.0
|
urllib3==1.26.5
|
||||||
vine==1.3.0
|
vine==1.3.0
|
||||||
whitenoise==5.0.1
|
whitenoise==5.0.1
|
||||||
zipp==3.19.1
|
zipp==3.1.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue