Logo
Explore Help
Register Sign In
discoman/python-tdd
1
0
Fork 0
You've already forked python-tdd
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
f6b73a17ea519e8ee97921650a90abfeb8f8a86f
python-tdd/apps/dashboard/views.py

10 lines
238 B
Python
Raw Normal View History

NewVisitorTest() in functional_tests almost passes, but needs DRY refactor; pair of functions added to HomePageTest() in apps.dashboard.tests; home_page() FBV in .views streamlined using django templating; templating also applied & form w. csrf functionality added to to-do list in home.html
2025-12-30 23:47:25 -05:00
from django.http import HttpResponse
actual commit from last attempt, now incl. all new files
2025-12-30 22:06:06 -05:00
from django.shortcuts import render
def home_page(request):
NewVisitorTest() in functional_tests almost passes, but needs DRY refactor; pair of functions added to HomePageTest() in apps.dashboard.tests; home_page() FBV in .views streamlined using django templating; templating also applied & form w. csrf functionality added to to-do list in home.html
2025-12-30 23:47:25 -05:00
return render(
request,
'apps/dashboard/home.html',
{'new_item_text': request.POST.get('item-text', '')},
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.7 Page: 33ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API