mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Update docs/developing-locally.rst
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
This commit is contained in:
parent
64b808eb91
commit
420723e381
|
@ -151,7 +151,7 @@ The project comes with a simple task for manual testing purposes, inside `<proje
|
|||
>> from <project_slug>.users.tasks import get_users_count
|
||||
>> get_users_count.delay()
|
||||
|
||||
Next, make sure `redis-server` is installed (per instructions at https://redis.io/topics/quickstart) and run the server in one terminal::
|
||||
Next, make sure `redis-server` is installed (per instructions at https://redis.io/docs/getting-started/) and run the server in one terminal::
|
||||
|
||||
$ redis-server
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user