django humans txt:处理humans.txt 源码
django-humans-txt文档 django-humans-txt是Django可重用的应用程序,用于处理humans.txt( ) 内容 从git存储库获取源代码副本: $ git clone https://github.com/vint21h/django-humans-txt.git 。 或从下载最新版本。 从存储库源代码树或解压缩的归档文件中运行$ python ./setup.py install 。 或使用pip: $ pip install django-humans-txt 。 将"humans_txt"添加到settings.INSTALLED_APPS : # settings.py INSTALLED_APPS += [ "humans_txt" , ] 在您的网址定义中添加"humans_txt" : # urls.py from d
文件列表
django-humans-txt-master.zip
(预估有个60文件)
django-humans-txt-master
setup.py
151B
.gitignore
395B
.env.example
121B
Makefile
3KB
MANIFEST.in
242B
TODO
27B
.pre-commit-config.yaml
4KB
.python-version
6B
setup.cfg
9KB
暂无评论