django-beginners-guide:Django完整入门指南-代码示例

时间:2021-02-05 03:01:38
【文件属性】:
文件名称:django-beginners-guide:Django完整入门指南-代码示例
文件大小:343KB
文件格式:ZIP
更新时间:2021-02-05 03:01:38
python django tutorial DjangoPython Django完整入门指南 Django教程系列中的代码示例。 目录 有关完整的教程系列索引,。 在本地运行项目 首先,将存储库克隆到本地计算机: git clone git@github.com:sibtc/django-beginners-guide.git 安装要求: pip install -r requirements.txt 设置本地配置: cp .env.example .env 创建数据库: python manage.py migrate 最后,运行开发服务器: python manage.py runserver 该项目将在127.0.0.1:8000上
【文件预览】:
django-beginners-guide-master
----.gitignore(1KB)
----setup.cfg(357B)
----README.md(2KB)
----manage.py(807B)
----myproject()
--------settings.py(3KB)
--------urls.py(2KB)
--------__init__.py(0B)
--------wsgi.py(396B)
----static()
--------css()
--------img()
--------js()
----LICENSE(1KB)
----accounts()
--------models.py(57B)
--------forms.py(508B)
--------migrations()
--------tests()
--------__init__.py(0B)
--------apps.py(91B)
--------views.py(990B)
----requirements.txt(102B)
----templates()
--------my_account.html(479B)
--------new_topic.html(845B)
--------edit_post.html(1KB)
--------password_reset_confirm.html(1KB)
--------password_change_done.html(502B)
--------reply_topic.html(1KB)
--------password_change.html(492B)
--------password_reset_email.html(655B)
--------base_accounts.html(360B)
--------password_reset_done.html(605B)
--------password_reset_subject.txt(42B)
--------home.html(1KB)
--------base.html(4KB)
--------password_reset.html(707B)
--------topic_posts.html(2KB)
--------includes()
--------login.html(970B)
--------password_reset_complete.html(628B)
--------signup.html(746B)
--------topics.html(2KB)
----.env.example(202B)
----boards()
--------admin.py(88B)
--------models.py(2KB)
--------forms.py(509B)
--------migrations()
--------tests()
--------templatetags()
--------__init__.py(0B)
--------apps.py(87B)
--------views.py(4KB)

网友评论