Fix: removed duplicated steps
This commit is contained in:
parent
9f0ff0dea2
commit
a119e041bf
1 changed files with 2 additions and 8 deletions
10
README.md
10
README.md
|
@ -162,13 +162,7 @@ python manage.py migrate
|
||||||
redis-server
|
redis-server
|
||||||
```
|
```
|
||||||
|
|
||||||
- **Step :10** Open another shell and start the django server
|
- **Step :10** Open another shell inside of `archivist/` folder and start the django server
|
||||||
|
|
||||||
```bash
|
|
||||||
python3 manage.py runserver
|
|
||||||
```
|
|
||||||
|
|
||||||
- **Step :11** Open another shell inside of `archivist/` folder and start the django server
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 manage.py runserver
|
python3 manage.py runserver
|
||||||
|
@ -180,7 +174,7 @@ python3 manage.py runserver
|
||||||
celery -A core worker -l info
|
celery -A core worker -l info
|
||||||
```
|
```
|
||||||
|
|
||||||
- **Step :11** Open another shell inside of `archivist/` folder and start the celery beat
|
- **Step :12** Open another shell inside of `archivist/` folder and start the celery beat
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
celery -A core beat -l info
|
celery -A core beat -l info
|
||||||
|
|
Loading…
Reference in a new issue