This project's goal is to build Yandex ClickHouse database into Django project.
Go to file
M1ha Shvn 12069db14e
Fixed issue when INSTALLED_APPS settings contains AppConfig classes instead of module paths (#35)
Fixed issue when INSTALLED_APPS settings contains AppConfig classes instead of module paths
2021-10-01 17:38:10 +05:00
.github/workflows GitHub actions testing (#29) 2021-07-08 12:27:35 +05:00
docs Implemented clickhouse_migrate management command (#33) 2021-09-25 23:00:28 +05:00
src Fixed issue when INSTALLED_APPS settings contains AppConfig classes instead of module paths (#35) 2021-10-01 17:38:10 +05:00
tests Fixed issue when INSTALLED_APPS settings contains AppConfig classes instead of module paths (#35) 2021-10-01 17:38:10 +05:00
.dockerignore GitHub actions testing (#29) 2021-07-08 12:27:35 +05:00
.gitignore More optimization and fixed some bugs 2019-02-03 23:05:54 +05:00
docker-compose.yml GitHub actions testing (#29) 2021-07-08 12:27:35 +05:00
Dockerfile GitHub actions testing (#29) 2021-07-08 12:27:35 +05:00
LICENSE Create LICENSE 2020-07-22 17:57:57 +05:00
README.md Update README.md 2021-07-08 12:40:04 +05:00
requirements-test.txt Merge remote-tracking branch 'origin/master' 2021-07-08 12:29:25 +05:00
requirements.txt 1. Removed six dependency 2021-07-06 10:19:12 +05:00
runtests.py GitHub actions testing (#29) 2021-07-08 12:27:35 +05:00
setup.cfg 1) RedisStorage and tests for it 2018-11-14 12:52:01 +05:00
setup.py Fixed issue when INSTALLED_APPS settings contains AppConfig classes instead of module paths (#35) 2021-10-01 17:38:10 +05:00

Python unit tests Upload Python Package Downloads

django-clickhouse

Documentation is here