文件名称:meditations:使用python构建的Web日志记录应用程序
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-01 02:02:09
HTML
冥想与知觉 使用python构建的Web日志记录应用程序。 此应用程序的逻辑结构 . ├── meditations │ ├── auth │ │ ├── forms.py │ │ ├── __init__.py │ │ ├── models.py │ │ └── views.py │ ├── posts │ │ ├── forms.py │ │ ├── __init__.py │ │ ├── models.py │ │ └── views.py │ ├── scripts │ │ ├── entrypoint.sh │ │ └── start.sh │ ├── templates │ │ ├── base.html │ │ ├── edit.html │ │ ├── i
【文件预览】:
meditations-main
----tests()
--------unit.py(52B)
--------integration.py(28B)
--------conftest.py(15B)
----meditations()
--------app.py(278B)
--------extensions.py(181B)
--------auth()
--------templates()
--------Dockerfile(220B)
--------__init__.py(1KB)
--------requirements.txt(132B)
--------config.py(278B)
--------scripts()
--------posts()
----dev.env(285B)
----docker-compose.yml(493B)
----.gitignore(2KB)
----start-containers.sh(52B)
----.dockerignore(0B)
----README.md(3KB)