djangoqueries:我在文章“使用Django在Django中进行全文搜索”中使用的docs.djangoproject.com中的“进行查询”代码

时间:2021-02-05 16:57:08
【文件属性】:
文件名称:djangoqueries:我在文章“使用Django在Django中进行全文搜索”中使用的docs.djangoproject.com中的“进行查询”代码
文件大小:23KB
文件格式:ZIP
更新时间:2021-02-05 16:57:08
python django postgresql full-text-search PostgreSQLPython :unicorn_face: Django查询 我的文章使用的源代码基于Django文档主题定义的博客应用程序。 :open_book: 文献资料 :card_file_box_selector: 数据库 在本地PostgreSQL实例中创建djangoqueries数据库: $ createdb -U postgres -O postgres djangoqueries :alembic_selector: 虚拟环境 创建和激活djangoqueries虚拟环境: $ mkdir -p ~ /.virtualenvs $ python3 -m venv ~ /.virtualenvs/djangoqueries $ source ~ /.virtualenvs/djangoqueries/bin/
【文件预览】:
djangoqueries-master
----.travis.yml(378B)
----pyproject.toml(39B)
----shows()
--------models.py(410B)
--------managers.py(1KB)
--------apps.py(160B)
--------__init__.py(64B)
--------migrations()
--------tests.py(2KB)
----setup.cfg(1KB)
----requirements.txt(23B)
----requirements()
--------tests.ini(267B)
--------tests.txt(2KB)
--------dev.ini(164B)
--------common.ini(81B)
--------dev.txt(3KB)
--------common.txt(382B)
----djangoqueries()
--------wsgi.py(407B)
--------__init__.py(30B)
--------settings.py(4KB)
--------asgi.py(407B)
--------urls.py(963B)
----LICENSE.md(2KB)
----manage.py(669B)
----.gitignore(2KB)
----Makefile(681B)
----README.md(2KB)
----.editorconfig(623B)
----blog()
--------models.py(1KB)
--------apps.py(156B)
--------management()
--------__init__.py(61B)
--------migrations()
--------tests.py(1KB)
----.pre-commit-config.yaml(472B)

网友评论