文件名称:skeleton-django-sqlite-minimal:使用sqlite的django的最小骨架
文件大小:38KB
文件格式:ZIP
更新时间:2024-04-01 13:29:37
Python
自述文件
安装
使用此仓库作为模板,克隆仓库
pyproject.toml设置名称和描述
创建一个dotenv touch .env ,在其中将项目环境变量设置为该环境。 (您可以使用示例cp .env.example .env )
poetry install
激活刚刚用poetry shell或workon
【文件预览】:
skeleton-django-sqlite-minimal-master
----.python-version(6B)
----poetry.lock(59KB)
----pyproject.toml(541B)
----config()
--------test.py(109B)
--------wsgi.py(369B)
--------finders.py(151B)
--------__init__.py(0B)
--------settings.py(9KB)
--------asgi.py(369B)
--------urls.py(462B)
--------logfilters.py(166B)
----logs()
--------.gitkeep(0B)
----templates()
--------base.html(2KB)
----assets()
--------css()
--------images()
--------js()
----database()
--------.gitkeep(0B)
----.env.example(107B)
----manage.py(1KB)
----.gitignore(210B)
----README.md(2KB)
----apps()
--------__init__.py(0B)
--------users()
----notebooks()
--------debugging.ipynb(777B)