文件名称:tuirer:the第28个课程日的Django课程项目
文件大小:34KB
文件格式:ZIP
更新时间:2024-06-06 03:42:33
Python
杜伊勒 该项目是为提供的第28个课程之旅的Django课程而设计的! 如何使用 将项目克隆到您的计算机$ git clone git@github.com:vanessa/tuirer.git 启动虚拟环境并安装依赖项$ python -m virtualenv venv $ source venv/bin/activate $ pip install -r requirements.txt 使用python manage.py migrate migration运行python manage.py migrate 使用python manage.py runserver启动服务器 电报组 电报小组负责回答问题并与课程的学生保持沟通。 访问。 :sparkles: 欢迎任何其他和问题的!
【文件预览】:
tuirer-master
----users()
--------apps.py(85B)
--------urls.py(381B)
--------tests.py(60B)
--------migrations()
--------admin.py(91B)
--------__init__.py(0B)
--------models.py(616B)
--------views.py(1KB)
--------forms.py(221B)
----manage.py(543B)
----tuites()
--------apps.py(87B)
--------urls.py(509B)
--------migrations()
--------managers.py(194B)
--------admin.py(94B)
--------__init__.py(0B)
--------models.py(629B)
--------templatetags()
--------views.py(3KB)
--------forms.py(1KB)
--------tests()
----core()
--------apps.py(83B)
--------urls.py(147B)
--------migrations()
--------admin.py(0B)
--------__init__.py(0B)
--------models.py(0B)
--------views.py(309B)
--------tests()
----tuirer()
--------urls.py(509B)
--------__init__.py(0B)
--------wsgi.py(178B)
--------settings()
----requirements.txt(616B)
----assets()
--------style.css(4KB)
----Procfile(61B)
----README.md(811B)
----Makefile(86B)
----mediafiles()
--------img()
----templates()
--------post.html(570B)
--------search.html(496B)
--------home.html(459B)
--------auth()
--------includes()
--------profile.html(1KB)
--------list.html(418B)
--------base.html(741B)
--------single_tuite.html(226B)
----.gitignore(81B)
----bin()
--------post_compile(209B)
----.coveragerc(119B)