文件名称:my-first-blog:Django Girls教程博客
文件大小:12KB
文件格式:ZIP
更新时间:2024-02-26 20:06:11
django wagtail django-girls django-girls-tutorial WagtailPython
Django Girls教程博客 该站点是的最终结果。 依存关系: Python 3.6 Django 1.11 2.0 要启动并运行该项目, git clone git@github.com:thibaudcolas/my-first-blog.git cd my-first-blog python3.6 -m venv myvenv source myvenv/bin/activate pip install --upgrade pip pip install django~=1.11.0 python manage.py migrate python manage.py ru
【文件预览】:
my-first-blog-master
----LICENSE(1KB)
----mysite()
--------wsgi.py(390B)
--------__init__.py(0B)
--------settings.py(4KB)
--------urls.py(606B)
----manage.py(804B)
----.gitignore(57B)
----README.md(827B)
----.editorconfig(439B)
----blog()
--------models.py(528B)
--------apps.py(83B)
--------templates()
--------static()
--------__init__.py(0B)
--------migrations()
--------views.py(1KB)
--------admin.py(85B)
--------tests.py(60B)
--------urls.py(326B)
--------forms.py(159B)