Skip to content

Commit

Permalink
fix workflows#3 & remove href link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kritserv committed Oct 23, 2023
1 parent fd50a02 commit 6b7dc20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django_app_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
docker-compose up -d
sleep 10
docker-compose run django_online_store bash -c "python manage.py test main.tests.URLTests.homepage"
docker-compose run django_online_store-web-1 bash -c "python manage.py test main.tests.URLTests.homepage"
docker-compose down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ git clone https://github.com/kritserv/django_online_store.git
Recommends **Python3.9**

```
cd django_online_store && cd app && pip install -r requirements.txt
cd app && pip install -r requirements.txt
```

> Run Server
Expand All @@ -40,8 +40,6 @@ cd django_online_store && cd app && pip install -r requirements.txt
python3 manage.py runserver
```

Open <a href="127.0.0.1:8000">127.0.0.1:8000/</a>

```
127.0.0.1:8000/
```
Expand Down

0 comments on commit 6b7dc20

Please sign in to comment.