updated readme, env and logs

This commit is contained in:
Alexander Karpov 2022-12-20 19:29:29 +03:00
parent 3d3688eb6e
commit 65a02bb660
3 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,5 @@
DATABASE_URL= DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/akarpov
CELERY_BROKER_URL= CELERY_BROKER_URL=redis://localhost:6379/0
REDIS_URL= REDIS_URL=redis://localhost:6379/1
USE_DOCKER= USE_DOCKER=no
EMAIL_HOST= EMAIL_HOST=127.0.0.1:8025

View File

@ -2,7 +2,10 @@
My collection of apps and tools My collection of apps and tools
Writen in Python 3.11 and Django 4.1
### local run via docker ### local run via docker
```shell ```shell
$ docker-compose -f local.yml up $ docker-compose -f local.yml up
``` ```

0
logs/.gitkeep Normal file
View File