Re: Problem activating the admin function.

2009-02-04 Thread Karen Tracey
On Wed, Feb 4, 2009 at 10:32 AM, MickeSommar wrote: > > Hi Karen > > I imagine that it was only the # that should get deletet, the space is > thera by default. > Ah, I see there is a space there also in what's originally in the file, I guess to make it line up nicely. In which case both the # a

Re: Problem activating the admin function.

2009-02-04 Thread MickeSommar
Hi Karen I imagine that it was only the # that should get deletet, the space is thera by default. Thanks fore the tip, it solved my problem. // Micke On 4 Feb, 16:19, Karen Tracey wrote: > On Wed, Feb 4, 2009 at 10:09 AM, MickeSommar wrote: > > [snip lots of detail except what turns out to b

Re: Problem activating the admin function.

2009-02-04 Thread Karen Tracey
On Wed, Feb 4, 2009 at 10:09 AM, MickeSommar wrote: > [snip lots of detail except what turns out to be relevant so it was good to > include it all] > > 11.2 Edeting the urls.py file. > > Uncomment lines: > > from django.conf.urls.defaults import * > > # Uncomment the next two lines to enable t

Problem activating the admin function.

2009-02-04 Thread MickeSommar
Hi all I'm trying to test django, I using the tutorial frome django: http://docs.djangoproject.com/en/dev/intro/tutorial01/#intro-tutorial01 I'm having problem with the admin-function, urls.py file give me errors. I have read that the tutorial is wrong. I have used the installed files frome djan