Skip to content

Commit

Permalink
Merge pull request #106 from maynkj/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bmispelon committed Aug 8, 2014
2 parents f89a5f7 + 7b57189 commit 00b9b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_urls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Do you wonder how Django matches URLs to views? Well, this part is tricky. Djang
Time to create our first urls! We want http://127.0.0.1:8000/ to be a homepage of our blog and display a list of posts.

We also want to keep the `mysite/urls.py` file clean, so we will import urls from our `blog` application to the main `mysite/urls.py` file.
Go ahead, delete comment lines (lines starting with `#`) and add a line that will import `blog.urls` into the main url (`''`).
Go ahead, delete the commented lines (lines starting with `#`) and add a line that will import `blog.urls` into the main url (`''`).

Your `mysite/urls.py` file should now look like this:

Expand Down

0 comments on commit 00b9b4c

Please sign in to comment.