blog/how-to-create-a-fullstack-application-using-django-and-python-part-12 #15
Replies: 1 comment
-
In this section, I add the IndexTests class to boards/tests.py, update templates/index.html to make a failed test pass, write a test for linking back to the index/home page from the single Board page, update templates/topics.html to link back to the index/home page, and update templates/topics.html so a failed test will pass. I'm opening up comments for this post. If you have any feedback or questions regarding this post, please comment here! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
blog/how-to-create-a-fullstack-application-using-django-and-python-part-12
In this section, I add the IndexTests class to boards/tests.py, update templates/index.html to make a failed test pass, write a test for linking back to the index/home page from the single Board page, update templates/topics.html to link back to the index/home page, and update templates/topics.html so a failed test will pass.
https://www.mariadcampbell.com/blog/how-to-create-a-fullstack-application-using-django-and-python-part-12
Beta Was this translation helpful? Give feedback.
All reactions