mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
No description
cb76e0881f
Bumps [django-htmx](https://github.com/adamchainz/django-htmx) from 1.12.2 to 1.13.0. - [Release notes](https://github.com/adamchainz/django-htmx/releases) - [Changelog](https://github.com/adamchainz/django-htmx/blob/main/HISTORY.rst) - [Commits](https://github.com/adamchainz/django-htmx/compare/1.12.2...1.13.0) --- updated-dependencies: - dependency-name: django-htmx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
.idea | ||
contrib | ||
db | ||
envs | ||
src | ||
.envrc | ||
.eslintrc | ||
.gitignore | ||
.gitmodules | ||
.pre-commit-config.yaml | ||
.prettierrc | ||
docker-compose-build.yaml | ||
docker-compose.yaml | ||
Dockerfile | ||
LICENSE | ||
poetry.lock | ||
pyproject.toml | ||
README.md | ||
tasks.py |
charasheet
Quick start
Clone, then
pyenv virtualenv 3.10.7 charasheet
pyenv local charasheet
poetry install
pre-commit install --install-hooks
inv test
./src/manage.py migrate
./src/manage.py loaddata initial_data
./src/manage.py createsuperuser