Skip to content

Commit

Permalink
fix workflows#4 & improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kritserv committed Oct 23, 2023
1 parent 6b7dc20 commit 964c2ab
Show file tree
Hide file tree
Showing 2 changed files with 6 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-web-1 bash -c "python manage.py test main.tests.URLTests.homepage"
docker-compose run django_online_store_default bash -c "python manage.py test main.tests.URLTests.homepage"
docker-compose down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Online Ecommerce Shop example using Docker Django SQLite
## Online Ecommerce Shop example using Django SQLite

preview: [ddice.pythonanywhere.com](https://ddice.pythonanywhere.com/)

Expand Down Expand Up @@ -44,14 +44,16 @@ python3 manage.py runserver
127.0.0.1:8000/
```

Runserver

### dockerengine

```
docker-compose up -d --build
```

```
127.0.0.1:8000/
```

## License:

[GNU General Public License v3.0](LICENSE)

0 comments on commit 964c2ab

Please sign in to comment.