('^cart/', include('mysite.cart.urls')),

On Feb 12, 8:12 am, Roboto <[EMAIL PROTECTED]> wrote:
> ... I'm going to assume that they did that if they're building a
> commercial website, otherwise it would have been pointless to bring
> django in.
> That being said, maybe they setup the urls to mimic RoR url system?
> /cart/edit
> /cart/save
> /cart/details/item/qty/save =P haha yea, I'm reaching here on the last
> one...
>
> On Feb 12, 1:13 am, "James Bennett" <[EMAIL PROTECTED]> wrote:
>
> > On Feb 11, 2008 11:52 PM, a sanjuan <[EMAIL PROTECTED]> wrote:
>
> > > yes. the pages already make use of includes and of course inheritance, but
> > > each page has unique text content. it is a big commercial website
>
> > You know, if you've got a bunch of pages with different text, you can
> > use a database to store the text and then only use a few URL patterns
> > to represent all of them... do you think that, for example,
> > ljworld.com has one URL pattern per story?
>
> > --
> > "Bureaucrat Conrad, you are technically correct -- the best kind of 
> > correct."
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to