update
This commit is contained in:
parent
3aa9ce6065
commit
a8b73c3ad5
4 changed files with 11 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,3 +3,5 @@
|
|||
celerybeat-schendule
|
||||
tmp/associations/
|
||||
tmp/nonces/
|
||||
celerybeat.pid
|
||||
celerybeat-schendule
|
||||
|
|
12
README.md
12
README.md
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
13741
|
|
@ -9,3 +9,4 @@ Flask-OpenID
|
|||
requests
|
||||
celery
|
||||
psycopg2
|
||||
redis
|
||||
|
|
Reference in a new issue