Update README.md

This commit is contained in:
Aykhan Shahsuvarov 2022-11-01 23:11:19 +04:00 committed by GitHub
parent cf3943111a
commit e54d07b46e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,3 @@
## Demo Project Link
https://series-notification.online
## Installition for Dev
**pip install -r requirements.txt<br />
cd src/<br />**
@ -30,4 +27,4 @@ CELERY_RESULT_BACKEND = "redis://localhost:6379"**
**redis-server**<br />
### Run Celery
**celery -A config worker -l info**<br />
**celery -A config beat -l info**
**celery -A config beat -l info**