tag: django shortcuts

  • How to create a fullstack application using Django and Python Part 11

    How to create a fullstack application using Django and Python Part 11

    Maria D. Campbell

    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.

    #fullstack development, #macOS, #django, #django shortcuts, #dynamic urls, #python3, #series, #tests, #unittest