Re: Decoupling the URLconfs Tutorial 3 Problem

2008-04-18 Thread garazy
Thanks Karen. On Apr 14, 11:33 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Mon, Apr 14, 2008 at 3:03 AM, garazy <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I am going through the tutorial and have come to Decoupling the > > URLconfs @http

Decoupling the URLconfs Tutorial 3 Problem

2008-04-14 Thread garazy
Hi, I am going through the tutorial and have come to Decoupling the URLconfs @ http://www.djangoproject.com/documentation/tutorial03/ When I decouple the page at http://192.168.0.101:8000/polls/ just gives me a "It Worked!" welcome page. I've attached my urls.py configs Thanks for your help,

Re: Django Tutorial Site not in Admin

2008-04-13 Thread garazy
Apologies, I thought the class Admin was at the base didn't realise it was under the class Polls. That has fixed it now. Gary On Apr 13, 8:31 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 13-Apr-08, at 3:54 PM, garazy wrote: > > > It does not appear in the

Django Tutorial Site not in Admin

2008-04-13 Thread garazy
Hi, I am using the SVN version of Django version 0.97-pre-SVN-7419 on Ubuntu Edgy with mysql database. I have followed the tutorial, the shell code works fine and my DB is hooked up correctly. I have the admin working, I added the class Admin: pass to the mysite/polls/models.py file