Tom, thanks so much for the reply. . .Yes, that was a typo, it
    should've been "/articles" not "/article".

I know this is going to be a stupid question, but why do my "urlconf" paths need to have "/articles"
in it as you said?
There are three steps in the interpretation of the pattern.
1) If the pattern starts with "/articles", try matching within your "urlconf" file. 2) If the remaining portion of the url matches a pattern in the "urlconf" file, stop there. 3) If the remaining portion does not match in the "urlconf" file, keep looking farther down your main url file.

If you don't want the /articles prefix in your paths, write your patterns more explicitly at the top level.

It *is* pretty typical to have separate apps have distinct prefixes in their URL paths.

hth

                              - Tom

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to