added requirements.txt
BIN
chirper/blog/static/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 12 KiB |
|
@ -0,0 +1,3 @@
|
|||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip
|
BIN
chirper/blog/static/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 38 KiB |
|
@ -0,0 +1,3 @@
|
|||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip
|
BIN
chirper/blog/static/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 10 KiB |
3
chirper/blog/static/apple-touch-icon.png:Zone.Identifier
Normal file
|
@ -0,0 +1,3 @@
|
|||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip
|
BIN
chirper/blog/static/favicon-16x16.png
Normal file
After Width: | Height: | Size: 590 B |
3
chirper/blog/static/favicon-16x16.png:Zone.Identifier
Normal file
|
@ -0,0 +1,3 @@
|
|||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip
|
BIN
chirper/blog/static/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
3
chirper/blog/static/favicon-32x32.png:Zone.Identifier
Normal file
|
@ -0,0 +1,3 @@
|
|||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip
|
BIN
chirper/blog/static/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
3
chirper/blog/static/favicon.ico:Zone.Identifier
Normal file
|
@ -0,0 +1,3 @@
|
|||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip
|
1
chirper/blog/static/site.webmanifest
Normal file
|
@ -0,0 +1 @@
|
|||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
3
chirper/blog/static/site.webmanifest:Zone.Identifier
Normal file
|
@ -0,0 +1,3 @@
|
|||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip
|
|
@ -14,8 +14,10 @@
|
|||
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'blog/styles.css' %}">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
|
||||
|
||||
<title>Chirper🐦</title>
|
||||
<title>Chirper</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
|
0
chirper/manage.py
Normal file → Executable file
0
chirper/media/default2.jpg
Normal file → Executable file
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
31
requirements.txt
Normal file
|
@ -0,0 +1,31 @@
|
|||
asgiref==3.2.7
|
||||
certifi==2020.4.5.1
|
||||
cffi==1.14.0
|
||||
chardet==3.0.4
|
||||
cryptography==2.9.2
|
||||
defusedxml==0.7.0rc1
|
||||
Django==3.0.6
|
||||
django-cors-headers==3.2.1
|
||||
django-crispy-forms==1.9.1
|
||||
django-oauth-toolkit==1.3.2
|
||||
idna==2.9
|
||||
ion-oauth==0.1
|
||||
mongoengine==0.20.0
|
||||
oauth2-provider==0.0
|
||||
oauthlib==3.1.0
|
||||
Pillow==7.1.2
|
||||
pkg-resources==0.0.0
|
||||
pycparser==2.20
|
||||
PyJWT==1.7.1
|
||||
pymongo==3.10.1
|
||||
python-social-auth==0.3.6
|
||||
python3-openid==3.1.0
|
||||
pytz==2020.1
|
||||
requests==2.23.0
|
||||
requests-oauth==0.4.1
|
||||
requests-oauthlib==1.3.0
|
||||
six==1.15.0
|
||||
social-auth-core==3.3.3
|
||||
social-auth-storage-mongoengine==1.0.1
|
||||
sqlparse==0.3.1
|
||||
urllib3==1.25.9
|