Go to file
dependabot[bot] 0e7e7b2116
Bump pytest-asyncio from 0.21.1 to 0.23.6
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.1 to 0.23.6.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.23.6)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 14:37:44 +00:00
.envs updated mail 2023-12-07 02:52:24 +03:00
.github Bump actions/setup-python from 4 to 5 (#214) 2023-12-08 01:43:00 +03:00
about_page added last fm auth and scrobling 2024-01-14 17:26:43 +03:00
akarpov made volume more precise 2024-03-08 12:59:48 +03:00
compose updated elastic build for ru ip 2024-03-02 02:34:44 +03:00
config added last fm auth and scrobling 2024-01-14 17:26:43 +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
redirect updated shortner to show and process new host 2023-08-10 17:25:10 +03:00
search added a better search 2023-11-07 16:13:59 +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 added last fm auth and scrobling 2024-01-14 17:26:43 +03:00
.gitattributes updated gitattributes 2023-03-17 10:58:18 +03:00
.gitignore added profiling script, optimised imports 2023-11-20 01:06:17 +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 fixed youtube track download, improved search 2024-03-02 02:29:49 +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
models.png removed cms, updated music 2023-06-05 22:04:42 +03:00
poetry.lock Bump pytest-asyncio from 0.21.1 to 0.23.6 2024-03-20 14:37:44 +00:00
production.yml added notifications, web provider and email provider 2023-09-24 20:28:21 +03:00
prof_start.py minor fixes and updates, removed spacy 2023-12-07 02:22:37 +03:00
pyproject.toml Bump pytest-asyncio from 0.21.1 to 0.23.6 2024-03-20 14:37:44 +00:00
pytest.ini added better test fixtures 2023-09-08 16:17:35 +03:00
README.md removed spacy 2023-12-07 02:24:25 +03:00
setup.cfg updated navbar, reformed project structure 2023-02-16 14:00:16 +03:00
spacy_setup.sh added preview installation 2023-08-17 01:05:56 +03:00

akarpov

My collection of apps and tools

Writen in Python 3.11 and Django 4.2

Local upstream mirror: https://git.akarpov.ru/sanspie/akarpov

Start up

installation

$ poetry install & poetry shell
$ python3 manage.py migrate

local run

$ python3 manage.py runserver
$ celery -A config.celery_app worker --loglevel=info
$ uvicorn redirect.app:app --reload

local run via docker

$ docker-compose -f local.yml up

Install file preview dependencies

$ docker-compose -f local.yml exec django /install_preview_dependencies

refactoring code

$ pre-commit install
$ black akarpov
$ no_implicit_optional akarpov
$ mypy --config-file setup.cfg akarpov

list of projects:

  • blog
  • fileshare
  • music radio + processor
  • test platform
  • short link generator
  • about me app
  • gallery
  • notifications