# Section 12 Building Web Applications with Django

**URL:** https://forum.codewithmosh.com/t/section-12-building-web-applications-with-django/19885
**Category:** Django
**Created:** [April 26, 2023, 7:40pm UTC](https://forum.codewithmosh.com/t/section-12-building-web-applications-with-django/19885 "2023-04-26T19:40:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![inquisitive](https://avatars.discourse-cdn.com/v4/letter/i/439d5e/32.png) [@inquisitive](https://forum.codewithmosh.com/u/inquisitive)
#### Post date: [April 26, 2023, 7:40pm UTC](https://forum.codewithmosh.com/t/section-12-building-web-applications-with-django/19885/1 "2023-04-26T19:40:24Z")

</div>

I reached up to lecture 16 which is (Getting a single object) but the result does not show up when I request [http://127.00.1/movies/1](http://127.00.1/movies/1) as Mosh did. The list of movies showed up perfectly well as Mosh did. Below are clips showing how I did the set up exactly as Mosh did but without getting the detail of of the sing record.

 ![movies_list](https://us1.discourse-cdn.com/flex020/uploads/codewithmosh/original/2X/3/3b6de16d44321cbd7661f901f444ca3a27bd7b1c.jpeg)

 ![detail.html](https://us1.discourse-cdn.com/flex020/uploads/codewithmosh/original/2X/1/10771ec484cd21beb5a3fb85d0deea6feec7ec59.jpeg)

 ![settings.py](https://us1.discourse-cdn.com/flex020/uploads/codewithmosh/original/2X/e/e299aac0c9f929e432fa45a50804ef80ee515e79.jpeg)

 ![urls.py_vidly](https://us1.discourse-cdn.com/flex020/uploads/codewithmosh/original/2X/e/e1b845e5be9adc42b9b2d5977d534008a562babb.jpeg)

 ![views.py](https://us1.discourse-cdn.com/flex020/uploads/codewithmosh/original/2X/5/55f5ed3ee8811968cc57621c5cd2394f81759ae8.jpeg)

 ![urls.py_movies](https://us1.discourse-cdn.com/flex020/uploads/codewithmosh/original/2X/b/bf237be4778a15796d61351a19320bdce2b2c335.jpeg)
