Skip to content

Commit

Permalink
remove preview
Browse files Browse the repository at this point in the history
  • Loading branch information
kritserv committed Nov 28, 2023
1 parent a9b1f9d commit 962fdcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ venv
__pycache__/
*.py[cod]
*$py.class
.DS_Store
.DS_Store
*.sqlite3
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
## Online Ecommerce Shop example using Django SQLite

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

<br>

some feature:

- Filter product form
Expand All @@ -28,7 +24,7 @@ git clone https://github.com/kritserv/django_online_store.git

### virtualenv

Recommends **Python3.9**
Recommends **Python3.9+**

```
cd app && pip install -r requirements.txt
Expand Down

0 comments on commit 962fdcf

Please sign in to comment.