blog/how-to-create-a-fullstack-application-using-django-and-python-part-11 #14
Replies: 1 comment
-
|
In this section, I update the class models in boards/models.py to include PostLike, migrate the updated models, add the dynamic path for a single board in django_boards/urls.py, create the board_topics view inside boards/views.py, create the topics.html template inside the templates directory, and create/run tests for BoardTopics. 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-11
In this section, I update the class models in boards/models.py to include PostLike, migrate the updated models, add the dynamic path for a single board in django_boards/urls.py, create the board_topics view inside boards/views.py, create the topics.html template inside the templates directory, and create/run tests for BoardTopics.
https://www.mariadcampbell.com/blog/how-to-create-a-fullstack-application-using-django-and-python-part-11
Beta Was this translation helpful? Give feedback.
All reactions