Go to file
dependabot[bot] 99a8167111
Bump django-stubs from 1.13.1 to 1.14.0
Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/typeddjango/django-stubs/releases)
- [Commits](https://github.com/typeddjango/django-stubs/compare/1.13.1...1.14.0)

---
updated-dependencies:
- dependency-name: django-stubs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 07:40:54 +00:00
.envs docker fix 2023-01-03 10:58:52 +03:00
.github docker fix 2023-01-03 10:58:52 +03:00
akarpov reformed project 2023-02-16 10:38:42 +03:00
compose linter, docker updated, minor byg fixed and shortener updates 2023-02-10 13:30:20 +03:00
config linter, docker updated, minor byg fixed and shortener updates 2023-02-10 13:30:20 +03:00
docs added users, blog, fixed docker 2022-11-23 11:41:43 +03:00
locale added users, blog, fixed docker 2022-11-23 11:41:43 +03:00
logs updated readme, env and logs 2022-12-20 19:29:29 +03:00
.dockerignore added users, blog, fixed docker 2022-11-23 11:41:43 +03:00
.editorconfig added users, blog, fixed docker 2022-11-23 11:41:43 +03:00
.env.example docker fix 2023-01-03 10:58:52 +03:00
.gitattributes added users, blog, fixed docker 2022-11-23 11:41:43 +03:00
.gitignore updated pre-commit 2023-02-16 01:12:50 +03:00
.pre-commit-config.yaml reformed project 2023-02-16 10:38:42 +03:00
.pylintrc added users, blog, fixed docker 2022-11-23 11:41:43 +03:00
.readthedocs.yml added users, blog, fixed docker 2022-11-23 11:41:43 +03:00
CONTRIBUTORS.txt added users, blog, fixed docker 2022-11-23 11:41:43 +03:00
LICENSE added users, blog, fixed docker 2022-11-23 11:41:43 +03:00
local.yml linter, docker updated, minor byg fixed and shortener updates 2023-02-10 13:30:20 +03:00
manage.py added users, blog, fixed docker 2022-11-23 11:41:43 +03:00
merge_production_dotenvs_in_dotenv.py reformed project 2023-02-16 10:38:42 +03:00
poetry.lock Bump django-stubs from 1.13.1 to 1.14.0 2023-02-16 07:40:54 +00:00
production.yml updated production, fixed image crop 2022-12-06 12:03:58 +03:00
pyproject.toml Bump django-stubs from 1.13.1 to 1.14.0 2023-02-16 07:40:54 +00:00
pytest.ini added users, blog, fixed docker 2022-11-23 11:41:43 +03:00
README.md reformed project 2023-02-16 10:38:42 +03:00
setup.cfg reformed project 2023-02-16 10:38:42 +03:00

akarpov

My collection of apps and tools

Writen in Python 3.11 and Django 4.1

local run via docker

$ docker-compose -f local.yml up

refactoring code

$ black akarpov
$ no_implicit_optional akarpov
$ mypy --config-file setup.cfg akarpov