This project's goal is to build Yandex ClickHouse database into Django project.
Go to file
M1ha Shvn 3fba185be2
GitHub actions testing (#29)
1. Moved testing from TravisCI to GitHub Actions
2. Added linter and fixed most style errors
3. Added development section to README
4. Added docker testing environment
2021-07-08 12:27:35 +05:00
.github/workflows GitHub actions testing (#29) 2021-07-08 12:27:35 +05:00
docs GitHub actions testing (#29) 2021-07-08 12:27:35 +05:00
src GitHub actions testing (#29) 2021-07-08 12:27:35 +05:00
tests GitHub actions testing (#29) 2021-07-08 12:27:35 +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 Added more docs 2020-02-06 13:39:56 +05:00
requirements-test.txt GitHub actions testing (#29) 2021-07-08 12:27:35 +05:00
requirements.txt There should not be explicit typing deps, since python>=3.5 2021-07-05 22:51:15 +03: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 compatibility with celery JSON serializer 2021-03-30 16:09:18 +05:00

django-clickhouse

Documentation is here