文件名称:My_first_blog
文件大小:1.22MB
文件格式:ZIP
更新时间:2024-05-30 00:49:12
HTML
关于Python的简单博客 描述 这是我使用Django框架以Python编写的第一个培训项目。 博客的功能包括授权用户可以添加文章,对其发表评论; 还有一个作者的个人帐户。 为了创建前端,我使用了一个简单HTML模板。 主题 该博客致力于F1皇家比赛,因为我是赛车运动的忠实拥护者。 如果您也是,您将很高兴在文章作者的名字中看到一些有趣的参考,而不仅仅是 :smiling_face_with_smiling_eyes: 。 入门 制作virtualenv 在Linux上: $ python3.6 -m venv venv $ . venv/bin/activate $ . venv/bin/activate 在Windows上: python -m venv venv venv/Scripts/activate 安装python install Python 3.6: pyenv install 3.6 克隆此存储库 git clone
【文件预览】:
My_first_blog-main
----accounts()
--------models.py(621B)
--------apps.py(145B)
--------templates()
--------__init__.py(0B)
--------migrations()
--------signals.py(421B)
--------views.py(1KB)
--------admin.py(90B)
--------tests.py(60B)
--------forms.py(589B)
----media()
--------Hamelton.jpg(7KB)
--------default.jpg(3KB)
--------Ricciardo.jpg(5KB)
--------Kubica.jpg(5KB)
--------profile_pics()
--------Gasly.jpg(366KB)
--------Ferstappen.html(679KB)
--------Vettel.jpg(11KB)
--------Lecler.jpg(164KB)
--------Ferstappen.jpg(7KB)
--------Lando.jpg(188KB)
--------Lewis.jpg(117KB)
--------Lekler.jpg(7KB)
--------pobrane.jpg(5KB)
----PyTect()
--------utils.py(656B)
--------wsgi.py(389B)
--------__init__.py(0B)
--------settings.py(3KB)
--------asgi.py(389B)
--------urls.py(2KB)
----db.sqlite3(192KB)
----__init__.py(0B)
----requirements.txt(90B)
----manage.py(662B)
----README.md(1KB)
----blog()
--------models.py(1KB)
--------apps.py(83B)
--------templates()
--------static()
--------feeds.py(455B)
--------__init__.py(0B)
--------migrations()
--------views.py(2KB)
--------admin.py(306B)
--------tests.py(60B)
--------urls.py(703B)