Go to file
pre-commit-ci[bot] 19a0ec71ae [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/adamchainz/django-upgrade: 1.12.0 → 1.13.0](https://github.com/adamchainz/django-upgrade/compare/1.12.0...1.13.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.247 → v0.0.249](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.247...v0.0.249)
2023-02-21 07:22:48 +01:00
.github Remove unused permissions on update dependencies 2023-02-08 22:38:05 +01:00
.idea Introduce ruff 2023-01-29 13:04:13 +01:00
.vscode Add vscode settings 2022-11-18 18:32:22 +01:00
contrib Initial commit 2022-10-28 22:16:23 +02:00
db Initial commit 2022-10-28 22:16:23 +02:00
envs Fix stop container 2022-11-10 18:27:45 +01:00
src Fix ruff 2023-02-13 19:36:45 +01:00
.envrc Initial commit 2022-10-28 22:16:23 +02:00
.eslintrc Initial commit 2022-10-28 22:16:23 +02:00
.gitignore Revert "Switch to dependencies definition in pyproject.toml" 2023-01-05 18:35:02 +01:00
.gitmodules Initial commit 2022-10-28 22:16:23 +02:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2023-02-21 07:22:48 +01:00
.prettierrc Initial commit 2022-10-28 22:16:23 +02:00
constraints.txt Update dependencies 2023-02-20 21:21:38 +01:00
docker-compose-build.yaml Initial commit 2022-10-28 22:16:23 +02:00
docker-compose.yaml Fix stop container 2022-11-10 18:27:45 +01:00
Dockerfile Bump python from 3.11.1-slim-bullseye to 3.11.2-slim-bullseye 2023-02-13 19:31:26 +01:00
LICENSE Add license 2022-10-30 08:52:02 +01:00
pyproject.toml Add pyproject-fmt 2023-02-17 15:46:12 +01:00
README.md Add reuse message in readme 2022-12-19 22:38:35 +01:00
requirements-dev.in Introduce ruff 2023-01-29 13:04:13 +01:00
requirements-dev.txt Update dependencies 2023-02-20 21:21:38 +01:00
requirements.in Revert "Switch to dependencies definition in pyproject.toml" 2023-01-05 18:35:02 +01:00
requirements.txt Update dependencies 2023-02-20 21:21:38 +01:00
tasks.py Add workflow to update dependencies 2023-01-30 14:53:44 +01:00

charasheet

Quick start

Clone, then

pyenv virtualenv 3.11.1 charasheet
pyenv local charasheet
pip install pip-tools
pip-sync requirements.txt requirements-dev.txt
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 🙂