文件名称:xtra_blog:带有django的博客应用
文件大小:7.91MB
文件格式:ZIP
更新时间:2024-05-31 21:50:02
python django django-application django-templates django-blog
Xtra_blog :construction: Xtra_blog :rocket: 正在施工:construction:... :construction: | | | | | | :bullseye: 关于 这是一个做一些实验和学习的测试项目!!! :sparkles: 特征 :check_mark: 用户管理; :check_mark: 博客帖子管理; :check_mark: 合同; :check_mark_button: 要求 此项目中使用了以下工具: Django 3.2 Python3 点21.1 艾思捷3.3.4 pytz 2021.1 sqlparse 0.4.1 :chequered_flag: 开始 # Clone this project $ git clone https://github.com/Druvo/xtra_blog # Access $ cd xtra_blog # Install dependencies $ pip install -r requirements.txt # Run the proje
【文件预览】:
xtra_blog-main
----.gitignore(1KB)
----README.md(2KB)
----manage.py(665B)
----.vscode()
--------launch.json(527B)
--------settings.json(338B)
----LICENSE(11KB)
----staticfiles()
--------style.css(33B)
----.gitattributes(66B)
----blog.png(1.26MB)
----templates()
--------blocks()
--------index.html(1KB)
----requiremnet.txt(401B)
----blog_app()
--------admin.py(387B)
--------models.py(1KB)
--------migrations()
--------static()
--------urls.py(287B)
--------tests.py(60B)
--------__init__.py(0B)
--------apps.py(147B)
--------views.py(885B)
--------templates()
----xtra_blog()
--------settings.py(4KB)
--------urls.py(1KB)
--------__init__.py(0B)
--------asgi.py(395B)
--------wsgi.py(395B)