文件名称:djangify:将HTML文件模板转换为Django兼容HTML模板的Python脚本
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-22 22:19:20
django python-script Python
Djangify 将HTML文件/模板转换为与Django兼容HTML模板的Python脚本。 带给您的是: 安装 pip install djangify 使用信息 username@hostname $ djangify -h usage: djangify [-h] [-d [BASE_DIRECTORY]] [-a [APP_NAME]] [f [f ...]] Converts specified html files or all html files to django format within a specified directory. positional arguments: f provide file names to convert optional arguments: -h, --help
【文件预览】:
djangify-master
----setup.py(836B)
----.gitignore(702B)
----contributing.md(4KB)
----djangify()
--------djangify.py(5KB)
--------__init__.py(29B)
--------processing_utils.py(4KB)
----LICENSE(1KB)
----setup.cfg(39B)
----.github()
--------workflows()
----README.md(2KB)
----tests()
--------__init__.py(0B)
--------test_processing_utils.py(5KB)
----MANIFEST(104B)