admin problems with the docu

2009-08-13 Thread quant
hi i am pretty new to django and i started to check the docu out to see how it works and i had a problem to get the admin interface working... i followed all the steps from the doco and if i set the options in the urls.py on i got many errors ans nothing work anymore i set the following in the

Re: admin problems with the docu

2009-08-13 Thread Alexandru-Emil Lupu
HI! the doc is updated for the 1.1 version .. try this urlpatterns = patterns('', (r'^admin/',admin.site.root), ) see more here: http://code.djangoproject.com/ticket/10050 Alecs On Thu, Aug 13, 2009 at 3:52 PM, quant wrote: > > hi > > i am pretty new to django and i started to check the d

Re: admin problems with the docu

2009-08-13 Thread Karen Tracey
On Thu, Aug 13, 2009 at 9:49 AM, Alexandru-Emil Lupu wrote: > HI! > the doc is updated for the 1.1 version .. > try this > > urlpatterns = patterns('', >(r'^admin/',admin.site.root), > ) > > see more here: http://code.djangoproject.com/ticket/10050 > Indeed, since the Django version shown on

Re: admin problems with the docu

2009-08-14 Thread quant
hi so i read and tryed all your idears here, but nothing of these is working... i'am running Django version 1.0.2 final and my settings.py is looking like this: http://dpaste.com/80427 and my urls.py ist this: http://dpaste.com/80430 hope anyone see the problem going on here ans thanks to a

Re: admin problems with the docu

2009-08-14 Thread Karen Tracey
On Fri, Aug 14, 2009 at 4:15 AM, quant wrote: > > hi > > so i read and tryed all your idears here, but nothing of these is > working... i'am running Django version 1.0.2 final > > and my settings.py is looking like this: > > http://dpaste.com/80427 > > and my urls.py ist this: > > http://dpaste.c

Re: admin problems with the docu

2009-08-17 Thread quant
hi now it works, i think i only had to restart my computer, doessent know why, but it works thanks to all --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d

Re: admin problems with the docu

2009-08-17 Thread quant
hi now it works, i think i only had to restart my computer, doessent know why, but it works thanks to all --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d