Re: lost admin on upgrade to django 1.3

2011-07-30 Thread zignorp
Thanks all, the last install worked fine last night, fixed deprecations and once I relocate tinymce I'll be good to go, W -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/

Re: lost admin on upgrade to django 1.3

2011-07-30 Thread Thomas Orozco
Django 1.3 shipped with staticfiles for static documents, maybe you could look that way. Le 30 juil. 2011 02:10, "zignorp" a écrit : > Hello, > I just upgraded to 1.3 and thought all was well until I tried to access > LOCALHOST/admin/ > Can anyone tell me why I'm getting this exception > > Excepti

Re: lost admin on upgrade to django 1.3

2011-07-29 Thread Wendy Bardsley
OK, reinstalling this way on mac: http://breakthesystem.org/2009/django-on-snow-leopard/ (using 1.3 instead of 1.1) worked, so my templates are back and everything works as expected... Thanks, W On Fri, Jul 29, 2011 at 10:15 PM, zignorp wrote: > Actually I'm not using virtualenv, I just instal

Re: lost admin on upgrade to django 1.3

2011-07-29 Thread zignorp
Actually I'm not using virtualenv, I just installed the new version on my mac tar xzvf Django-1.3.tar.gz cd Django-1.3 sudo python setup.py install and it overwrote the older version in python/2.6/site-packages/django (I have 1.1 running on my notebook, that's how I checked where the damn adm

Re: lost admin on upgrade to django 1.3

2011-07-29 Thread Shawn Milochik
I'm using Django 1.3, and the templates exist in site-packages. Within my virtualenv: lib/python2.7/site-packages/django/contrib/admin/templates/admin/login.html How did you install/upgrade 1.3? Are you using virtualenv? Do you have multiple versions of Python on your system? Try just c

Re: lost admin on upgrade to django 1.3

2011-07-29 Thread zignorp
No, I haven't. I think it has to do with the way the admin templates are loaded. I do notice that in my django 1.1 install there is an existing templates directory in site-packages/django/contrib/admin but in my 1.3 install there is no templates directory. So I think that's the problem, I'm try

Re: lost admin on upgrade to django 1.3

2011-07-29 Thread Shawn Milochik
Could it have something to do with staticfiles? Have you started using any new middleware or contrib apps? -- 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 from