This website requires JavaScript.
Explore
Help
Sign In
code
/
producthunt
Watch
1
Star
0
Fork
0
You've already forked producthunt
Code
Issues
Pull Requests
Releases
Wiki
Activity
9ade5edae8
producthunt
/
products
/
views.py
6 lines
106 B
Python
Raw
Normal View
History
Unescape
Escape
initial
2020-03-09 18:17:36 -07:00
from
django
.
shortcuts
import
render
base template extension
2020-03-09 20:13:13 -07:00
def
home
(
request
)
:
return
render
(
request
,
'
products/home.html
'
)
Reference in New Issue
Copy Permalink