mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
No description
5f7efb9a79
updates: - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.276](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.275...v0.0.276) - [github.com/pre-commit/mirrors-eslint: v8.43.0 → v8.44.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.43.0...v8.44.0) - [github.com/tox-dev/pyproject-fmt: 0.12.1 → 0.13.0](https://github.com/tox-dev/pyproject-fmt/compare/0.12.1...0.13.0) - [github.com/jazzband/pip-tools: 6.13.0 → 6.14.0](https://github.com/jazzband/pip-tools/compare/6.13.0...6.14.0) |
||
---|---|---|
.devcontainer | ||
.github | ||
.idea | ||
.vscode | ||
contrib | ||
db | ||
envs | ||
src | ||
.envrc | ||
.eslintrc | ||
.gitignore | ||
.gitmodules | ||
.pre-commit-config.yaml | ||
.prettierrc | ||
.tool-versions | ||
constraints.txt | ||
docker-compose-build.yaml | ||
docker-compose.yaml | ||
Dockerfile | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
requirements-dev.in | ||
requirements-dev.txt | ||
requirements.in | ||
requirements.txt | ||
tasks.py |
charasheet
Quick start
Clone, then
pip install -U pip pip-tools invoke
inv sync-dependencies
pre-commit install --install-hooks
inv test
./src/manage.py migrate
./src/manage.py loaddata initial_data
./src/manage.py createsuperuser
Reuse
If you do reuse my work, please consider linking back to this repository 🙂