]> OzVa Git service - shopping-channel/commit
Reorganised and compartmentalized
authorMax Value <greenwoodw50@gmail.com>
Fri, 25 Jul 2025 15:30:30 +0000 (16:30 +0100)
committerMax Value <greenwoodw50@gmail.com>
Fri, 25 Jul 2025 15:30:30 +0000 (16:30 +0100)
commit37d723c8d6a98b7fbd8a1f5e9497d7f3e3ae840f
treec7b8ee604c91e74de5987af4772712f9ccd91137
parent8a63b7d1753534d19215db82a114b0232c6a6079
Reorganised and compartmentalized
57 files changed:
.gitignore
LICENCE [new file with mode: 0644]
Makefile [new file with mode: 0644]
data.db
main.py [new file with mode: 0755]
media/products/0.png [deleted file]
media/products/1.png [deleted file]
media/products/10.png [deleted file]
media/products/11.png [deleted file]
media/products/12.png [deleted file]
media/products/13.png [deleted file]
media/products/14.png [deleted file]
media/products/15.png [deleted file]
media/products/16.png [deleted file]
media/products/17.png [deleted file]
media/products/18.png [deleted file]
media/products/19.png [deleted file]
media/products/2.png [deleted file]
media/products/20.png [deleted file]
media/products/3.png [deleted file]
media/products/4.png [deleted file]
media/products/5.png [deleted file]
media/products/6.png [deleted file]
media/products/7.png [deleted file]
media/products/8.png [deleted file]
media/products/9.png [deleted file]
setup.py
static/products/0.png [new file with mode: 0644]
static/products/1.png [new file with mode: 0644]
static/products/10.png [new file with mode: 0644]
static/products/11.png [new file with mode: 0644]
static/products/12.png [new file with mode: 0644]
static/products/13.png [new file with mode: 0644]
static/products/14.png [new file with mode: 0644]
static/products/15.png [new file with mode: 0644]
static/products/16.png [new file with mode: 0644]
static/products/17.png [new file with mode: 0644]
static/products/18.png [new file with mode: 0644]
static/products/19.png [new file with mode: 0644]
static/products/2.png [new file with mode: 0644]
static/products/20.png [new file with mode: 0644]
static/products/3.png [new file with mode: 0644]
static/products/4.png [new file with mode: 0644]
static/products/5.png [new file with mode: 0644]
static/products/6.png [new file with mode: 0644]
static/products/7.png [new file with mode: 0644]
static/products/8.png [new file with mode: 0644]
static/products/9.png [new file with mode: 0644]
teleshopping.py [deleted file]
teleshopping/__init__.py [new file with mode: 0644]
teleshopping/admin.py [new file with mode: 0644]
teleshopping/api/__init__.py [new file with mode: 0644]
teleshopping/api/buy.py [new file with mode: 0644]
teleshopping/api/data.py [new file with mode: 0644]
teleshopping/api/utils.py [new file with mode: 0644]
teleshopping/pages.py [new file with mode: 0644]
teleshopping/utils.py [new file with mode: 0644]