Re: Not possible activate the admin site

2006-06-06 Thread GinTon
Fernando Gutierrez wrote: > Did you svn update from previous trunk to magic-removal? I experienced > this because svn update left a directory urls in > django/contrib/admin/urls/, so i think there was some type of conflict > with the urls.py that is now directly in the django/contrib/admin/ > Ye

Re: Not possible activate the admin site

2006-06-05 Thread Fernando Gutierrez
Did you svn update from previous trunk to magic-removal? I experienced this because svn update left a directory urls in django/contrib/admin/urls/, so i think there was some type of conflict with the urls.py that is now directly in the django/contrib/admin/ GinTon escribió: > Solved after of

Re: Not possible activate the admin site

2006-06-04 Thread GinTon
Solved after of reinstall Python and Django SVN. I'm supposed that there will be a missing file. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-use

Re: Not possible activate the admin site

2006-06-04 Thread Jay Parlar
Can you copy/paste the contents of your urls.py file? Jay P. --~--~-~--~~~---~--~~ 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 fr

Re: Not possible activate the admin site

2006-06-03 Thread GinTon
urls.py: http://django.pastebin.com/755987 settings.py: http://django.pastebin.com/756008 All configuration is correct --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, se

Re: Not possible activate the admin site

2006-06-03 Thread GinTon
GinTon wrote: > I have followed step to step tutorial 1. And I can enter data in data > base from shell _python manage.py shell_ > > But in tutorial 2, I can not activate the admin site. I get the next > error: http://django.pastebin.com/755900 > > I have installed python 2.4.2, django 3070 _SVN_