Re: base.css 404ing on Django 1.4a1

2012-04-04 Thread Alec Taylor
Unknown command: 'collectstatic' Note: I am running the latest official build of Django (1.4) with the latest dev build of django-staticfiles. Also of relevance: > python manage.py help | grep -i "static" satchmo_copy_static (yes, I am running a satchmo shop) On Thu, Apr 5, 2012 at 11:13 AM

Re: base.css 404ing on Django 1.4a1

2012-04-04 Thread swiharta
I had to upgrade my version of django-staticfiles and do collectstatic. Hope that helps. On Thursday, February 2, 2012 12:26:47 PM UTC-5, Alec Taylor wrote: > > Trunk version cannot load Admin CSS. > > First I tried setting the ADMIN_MEDIA_PREFIX to MEDIA_PREFIX, when > that didn't work I tried m

base.css 404ing on Django 1.4a1

2012-02-02 Thread Alec Taylor
Trunk version cannot load Admin CSS. First I tried setting the ADMIN_MEDIA_PREFIX to MEDIA_PREFIX, when that didn't work I tried manual replacing. Yes, I know it has been depreciated and that the css are stored in django\django\contrib\admin\static\admin\css, however it did not work when omitted s