This commit is contained in:
Vyacheslav Anzhiganov 2017-10-20 05:37:51 +03:00
parent 3aa9ce6065
commit a8b73c3ad5
4 changed files with 11 additions and 5 deletions

2
.gitignore vendored
View file

@ -3,3 +3,5 @@
celerybeat-schendule
tmp/associations/
tmp/nonces/
celerybeat.pid
celerybeat-schendule

View file

@ -18,7 +18,13 @@ https://developer.fedoraproject.org/tech/database/postgresql/about.html
pip install -r requirements.txt
```
### Run
## Upgrade
Upgrade database
python manage.py db upgrade head
## Run
Application
@ -34,6 +40,4 @@ celery worker -A run_celery.celery -l info
Celery Beat
```
celery beat -A run_celery.celery -l debug
```
celery beat -A run_celery.celery -l debug

View file

@ -1 +0,0 @@
13741

View file

@ -9,3 +9,4 @@ Flask-OpenID
requests
celery
psycopg2
redis