Fix: removed duplicated steps

This commit is contained in:
Aroy-Art 2023-10-21 22:24:33 +02:00
parent 9f0ff0dea2
commit a119e041bf
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -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