mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-13 11:06:33 +03:00
39 lines
614 B
Markdown
39 lines
614 B
Markdown
# akarpov
|
|
|
|
My collection of apps and tools
|
|
|
|
Writen in Python 3.11 and Django 4.2
|
|
|
|
### local run via docker
|
|
|
|
```shell
|
|
$ python3 manage.py migrate
|
|
$ python3 manage.py runserver
|
|
$ celery -A config.celery_app worker --loglevel=info
|
|
```
|
|
|
|
|
|
### local run via docker
|
|
|
|
```shell
|
|
$ docker-compose -f local.yml up
|
|
```
|
|
- server - http://127.0.0.1:8000
|
|
- mail - http://127.0.0.1:8025
|
|
|
|
|
|
### refactoring code
|
|
```shell
|
|
$ 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
|