Opened 12 years ago

Closed 12 years ago

#17531 closed Uncategorized (invalid)

Problems with Patterns module when downloading Django

Reported by: Kevin Owned by: nobody
Component: Uncategorized Version: 1.3
Severity: Normal Keywords: Pattern module
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi, I'm studing a webbprograming course and one of our tasks is to follow django tutorial and create a webforum. I've done the admin but when I get to Tutorial4, writing Simple Forms I run into problems since the localfinder can't find a module called "patterns" or "url patterns" which is supposed to be imported into views.py from django.admin.db. When looking in the catalog for the installed Django, under urls there is no module named patterns. I redownloaded Django, reinstalled it, tried both with the .tar file and the trunk but either didn't work. Would greatly appreciate feedback on how I can get access to the patterns module needed to write the simple forms in tutorial part 4, thanks, regards Kewin

Change History (1)

comment:1 by Aymeric Augustin, 12 years ago

Resolution: invalid
Status: newclosed

This sounds much more like an usage problem than a bug in Django; see TicketClosingReasons/UseSupportChannels

It could be the problem described in #17505 and a dozen duplicate tickets.

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