文件名称:基于django的个人博客
文件大小:1021KB
文件格式:ZIP
更新时间:2021-11-11 02:23:20
blog python3 django
运行环境pyhton3+django==1.10 运行命令:python manage.py runserver 访问前台:http://127.0.0.1:8000/blog 访问后台:http://127.0.0.1:8000/admin 账户密码:admin+password123 仅提供个人学习使用
【文件预览】:
dfyblog3
----dfyblog2()
--------__pycache__()
--------wsgi.py(394B)
--------__init__.py(0B)
--------settings.py(3KB)
--------urls.py(1KB)
----templates()
----db.sqlite3(180KB)
----.idea()
--------dfyblog3.iml(1KB)
--------misc.xml(288B)
--------modules.xml(268B)
--------workspace.xml(13KB)
--------inspectionProfiles()
----blog_tools()
--------models.py(57B)
--------apps.py(94B)
--------templates()
--------__pycache__()
--------__init__.py(0B)
--------migrations()
--------views.py(242B)
--------admin.py(63B)
--------tests.py(60B)
--------urls.py(108B)
----manage.py(806B)
----blog()
--------models.py(526B)
--------apps.py(83B)
--------templates()
--------__pycache__()
--------static()
--------__init__.py(0B)
--------migrations()
--------views.py(5KB)
--------admin.py(518B)
--------tests.py(60B)
--------urls.py(779B)