Re: Page 404 is getting old fast

2007-06-06 Thread Russell Keith-Magee
On 6/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Request URL:http://localhost:8000/biz/article/ > > Using the URLconf defined in mygration.urls, Django tried these URL > patterns, in this order: > >1. ^admin/ >2. ^entrys/ >3. ^articles/ >4. ^address/ > > The current

Page 404 is getting old fast

2007-06-06 Thread [EMAIL PROTECTED]
I went through the tutorial using my own models and data. I have data loaded in the databases. I am using version .95 and i a trying to follow along with using generic views from the documentation and chapter 09 of the djangobook. here are my project urls urlpatterns = patterns('', # For Adm