fix readme 5
This commit is contained in:
parent
057b3e9005
commit
0f56dd5d2b
12
README.md
12
README.md
@ -71,23 +71,19 @@ Podman
|
|||||||
```bash
|
```bash
|
||||||
podman run -it --network=host localhost/supervisor-image sh
|
podman run -it --network=host localhost/supervisor-image sh
|
||||||
```
|
```
|
||||||
4. Install dependencies:
|
4. Run tests:
|
||||||
```bash
|
|
||||||
pip install -r requirements.txt
|
|
||||||
```
|
|
||||||
5. Run tests:
|
|
||||||
```bash
|
```bash
|
||||||
./manage.py test
|
./manage.py test
|
||||||
```
|
```
|
||||||
6. Run migrations:
|
5. Run migrations:
|
||||||
```bash
|
```bash
|
||||||
./manage.py migrate
|
./manage.py migrate
|
||||||
```
|
```
|
||||||
7. Create admin user:
|
6. Create admin user:
|
||||||
```bash
|
```bash
|
||||||
./manage.py createsuperuser
|
./manage.py createsuperuser
|
||||||
```
|
```
|
||||||
8. Run server:
|
7. Run server:
|
||||||
```bash
|
```bash
|
||||||
./manage.py runserver
|
./manage.py runserver
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user