mirror of
https://github.com/magnum-opus-nn-cp/backend.git
synced 2024-11-10 18:06:33 +03:00
updated readme
This commit is contained in:
parent
f1b5fff3b3
commit
543231338b
|
@ -1,10 +1,14 @@
|
||||||
# Press Release Analyzer
|
# Press Release Analyzer
|
||||||
|
|
||||||
|
Бекенд для приложения: создание данных, обработка, процессинг и генерация файлов
|
||||||
|
|
||||||
|
Код написан с использованием лучших подходов на Django, с использованием Celery. Так же есть CI/CD, тесты, Docker
|
||||||
|
|
||||||
## Basic Commands
|
## Basic Commands
|
||||||
|
|
||||||
### Runserver
|
### Runserver
|
||||||
|
|
||||||
|
$ ./manage.py migrate
|
||||||
$ ./manage.py runserver_plus
|
$ ./manage.py runserver_plus
|
||||||
|
|
||||||
### Type checks
|
### Type checks
|
||||||
|
@ -34,7 +38,4 @@ cd press_release_nl
|
||||||
celery -A config.celery_app worker -l info
|
celery -A config.celery_app worker -l info
|
||||||
```
|
```
|
||||||
|
|
||||||
Please note: For Celery's import magic to work, it is important *where* the celery commands are run. If you are in the same folder with *manage.py*, you should be right.
|
|
||||||
|
|
||||||
|
|
||||||
made with [cookiecutter-django](https://github.com/Alexander-D-Karpov/cookiecutter-django)
|
made with [cookiecutter-django](https://github.com/Alexander-D-Karpov/cookiecutter-django)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user