Opened 14 years ago

Closed 14 years ago

#12126 closed (duplicate)

Tutorial part 3: "Decoupling the URLconfs" looks weird (doesn't really decouple)

Reported by: Bjoern Owned by: nobody
Component: Documentation Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the tutorial it says:

Now that we've decoupled that, we need to decouple the 'mysite.polls.urls' URLconf by removing the leading "polls/" from each line, and removing the lines registering the admin site:

urlpatterns = patterns('mysite.polls.views',
...

This seems weird to me, because with "mysite.polls.views", the app still seems to be tightly coupled to the project ("mysite"). I could be mistaken, though - only just learning Django.

Change History (1)

comment:1 by Alex Gaynor, 14 years ago

Resolution: duplicate
Status: newclosed

Dupe of #3941, and about a dozen others. Please search trac before filing a new bug.

Note: See TracTickets for help on using tickets.
Back to Top