Skip to content

Commit

Permalink
made a thing in the docs less confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
SushiTee committed Jul 20, 2013
1 parent 1cb36d5 commit 9185d13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/development_server.md
Expand Up @@ -53,6 +53,7 @@ $ python manage.py celery worker --loglevel=info
$ python manage.py celery beat
```
Be sure that the broker for celery is running (RabbitMQ is recommended).
If the example _[settings_local.py](https://github.com/upTee/upTee/blob/master/docs/settings_devlopment/settings_local.py)_ is used the database will be used.
After celery is running, run the server itself.
```shell
$ python manage.py runserver
Expand Down

0 comments on commit 9185d13

Please sign in to comment.