Go to file
2024-10-26 13:42:34 +03:00
.envs updated mail 2023-12-07 02:52:24 +03:00
.github ci fix 2024-10-14 21:46:14 +03:00
about_page added last fm auth and scrobling 2024-01-14 17:26:43 +03:00
akarpov updated music service to proxy download failed tracks 2024-10-26 13:42:34 +03:00
compose docker fix 2024-10-14 21:47:11 +03:00
config removed unused dependencies from project, moved files process to external service 2024-10-14 21:34:16 +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
.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 removed unused dependencies from project, moved files process to external service 2024-10-14 21:34:16 +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 updated music service to proxy download failed tracks 2024-10-26 13:42:34 +03: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 removed unused dependencies from project, moved files process to external service 2024-10-14 21:34:16 +03:00
pytest.ini added better test fixtures 2023-09-08 16:17:35 +03:00
README.md docker fix 2024-10-14 21:40:15 +03:00
setup.cfg updated navbar, reformed project structure 2023-02-16 14:00:16 +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

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