This website works better with JavaScript.
Explore
Help
Sign In
mitri4
/
SoftwareShop
Watch
1
Star
0
Fork
You've already forked SoftwareShop
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
235
Commits
2
Branches
0
Tags
72 MiB
CSS
31.7%
Python
31.6%
HTML
24.6%
JavaScript
12.1%
Tag:
Branch:
Tree:
4d74e4d173
develop
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4d74e4d173'
${ noResults }
SoftwareShop
/
cart
/
context_processors.py
6 lines
93 B
Raw
Blame
History
from
cart
.
utils
import
Cart
def
cart_basket
(
request
)
:
return
{
'
cart
'
:
Cart
(
request
)
}
Reference in new issue
View Git Blame
Copy Permalink