Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SteinOveHelset/interiorshop
/ functions
Functions
30 in github.com/SteinOveHelset/interiorshop
⨍
Functions
30
◇
Types & classes
19
↓ 6 callers
Method
save
(self)
apps/cart/cart.py:46
↓ 3 callers
Method
add
(self, product_id, quantity=1, update_quantity=False)
apps/cart/cart.py:27
↓ 2 callers
Method
get_thumbnail
(self)
apps/product/models.py:37
↓ 2 callers
Method
get_total_cost
(self)
apps/cart/cart.py:54
↓ 2 callers
Method
remove
(self, product_id)
apps/cart/cart.py:41
↓ 1 callers
Function
checkout
(request, first_name, last_name, email, address, zipcode, place, phone, amount)
apps/order/utilities.py:9
↓ 1 callers
Method
clear
(self)
apps/cart/cart.py:50
↓ 1 callers
Function
main
Run administrative tasks.
manage.py:7
↓ 1 callers
Method
make_thumbnail
(self, image, size=(300, 200))
apps/product/models.py:49
↓ 1 callers
Method
make_thumbnail
(self, image, size=(300, 200))
apps/product/models.py:78
↓ 1 callers
Function
notify_customer
(order)
apps/order/utilities.py:32
↓ 1 callers
Function
notify_vendor
(order)
apps/order/utilities.py:19
Method
__init__
(self, request)
apps/cart/cart.py:6
Method
__iter__
(self)
apps/cart/cart.py:15
Method
__len__
(self)
apps/cart/cart.py:24
Method
__str__
(self)
apps/product/models.py:17
Method
__str__
(self)
apps/product/models.py:34
Method
__str__
(self)
apps/order/models.py:21
Method
__str__
(self)
apps/order/models.py:32
Function
cart
(request)
apps/cart/context_processors.py:3
Function
cart_detail
(request)
apps/cart/views.py:12
Function
category
(request, category_slug)
apps/product/views.py:58
Function
contact
(request)
apps/core/views.py:10
Function
frontpage
(request)
apps/core/views.py:5
Method
get_thumbnail
(self)
apps/product/models.py:66
Method
get_total_price
(self)
apps/order/models.py:35
Function
menu_categories
(request)
apps/product/context_processors.py:3
Function
product
(request, category_slug, product_slug)
apps/product/views.py:18
Function
search
(request)
apps/product/views.py:12
Function
success
(request)
apps/cart/views.py:68