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