This website requires JavaScript.
Explore
Help
Sign In
Jason
/
python-tdd-book-src
Watch
1
Star
0
Fork
0
You've already forked python-tdd-book-src
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
python-tdd-book-src
/
src
/
lists
/
views.py
5 lines
87 B
Python
Raw
Normal View
History
Unescape
Escape
Chapter3.1 Our First Django App, and Our First Unit Test
2020-10-15 17:43:46 +11:00
from
django
.
shortcuts
import
render
Finished up to 3.6, First unit test and url mapping, dummy view
2020-11-07 14:42:22 +11:00
# Create your views here
def
home_page
(
)
:
pass
Reference in New Issue
Copy Permalink