Skip to content

Commit

Permalink
Добавлена папка static.
Browse files Browse the repository at this point in the history
  • Loading branch information
esaviv committed Apr 27, 2023
1 parent f6202ab commit 9f5bed4
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,5 @@ dmypy.json
.mypy_cache

# папки со статикой и медиа
static/
yatube/posts/static/
yatube/media/

7 changes: 7 additions & 0 deletions yatube/static/css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file added yatube/static/img/fav/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added yatube/static/img/fav/android-chrome-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added yatube/static/img/fav/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added yatube/static/img/fav/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added yatube/static/img/fav/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added yatube/static/img/fav/favicon.ico
Binary file not shown.
Binary file added yatube/static/img/fav/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions yatube/static/img/fav/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added yatube/static/img/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added yatube/static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added yatube/static/img/telegram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion yatube/yatube/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
SECRET_KEY = '9r3gd+c92^d0j3tq5@2mi!$wug05!+tu_xvs6d!=(c57e6wd!f'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True

ALLOWED_HOSTS = [
'localhost',
Expand Down

0 comments on commit 9f5bed4

Please sign in to comment.