文件名称:Django-1.0:第一个从udemy学习的Django项目
文件大小:32KB
文件格式:ZIP
更新时间:2024-03-10 01:36:45
Python
Django-1.0:第一个从udemy学习的Django项目
【文件预览】:
Django-1.0-master
----templates()
--------snippets()
--------base.html(633B)
--------home.html(591B)
--------about.html(190B)
--------contact.html(243B)
----Pipfile(264B)
----Pipfile.lock(6KB)
----db.sqlite3(136KB)
----tryDjango()
--------__pycache__()
--------old_settings.py(3KB)
--------wsgi.py(395B)
--------__init__.py(0B)
--------settings()
--------urls.py(1KB)
----manage.py(629B)
----restuarants()
--------models.py(487B)
--------apps.py(97B)
--------__init__.py(0B)
--------migrations()
--------views.py(2KB)
--------admin.py(143B)
--------tests.py(60B)