Re: Strange problem accessing JS for admin

2010-08-25 Thread Nick Tankersley
Thanks for the response, Steve. After checking with our systems admin it
looks like the files were missing from the media directory on the apache
root path. I copied them over and it's working now. I was check for the
files in the django source folders.

On Wed, Aug 25, 2010 at 9:23 AM, Steve Holden  wrote:

> On 8/25/2010 9:54 AM, Nick wrote:
> > Stranger still, I can get to the /media/js/admin/
> > RelatedObjectLookups.js but not the jquery library
> >
> >
> > On Aug 24, 4:51 pm, Nick  wrote:
> >> I have a model set up to use collapsable inlines but for some reason
> >> the path to my js files is acting very strange.
> >>
> >> I can find the core.js athttp://mysite.com/media/js/core.js but when
> >> i try to reach any other jshttp://mysite.com/media/js/inline.min.jsI
> >> get a server error
> >>
> >> "/media/js/inlines.min.js was not found on this server"
> >>
> >> I checked the directories and all the js files are in the right place.
> >> Anyone encounter this before?
> >
> Permissions? I presume your static content is being served by a parallel
> server and not by Django ...
>
> regards
>  Steve
> --
> Steve Holden   +1 571 484 6266   +1 800 494 3119
> DjangoCon US September 7-9, 2010http://djangocon.us/
> See Python Video!   http://python.mirocommunity.org/
> Holden Web LLC http://www.holdenweb.com/
>



-- 
Nick Tankersley
Media Specialist
nickt...@gmail.com
http://newsok.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Strange problem accessing JS for admin

2010-08-25 Thread Steve Holden
On 8/25/2010 9:54 AM, Nick wrote:
> Stranger still, I can get to the /media/js/admin/
> RelatedObjectLookups.js but not the jquery library
> 
> 
> On Aug 24, 4:51 pm, Nick  wrote:
>> I have a model set up to use collapsable inlines but for some reason
>> the path to my js files is acting very strange.
>>
>> I can find the core.js athttp://mysite.com/media/js/core.js but when
>> i try to reach any other jshttp://mysite.com/media/js/inline.min.jsI
>> get a server error
>>
>> "/media/js/inlines.min.js was not found on this server"
>>
>> I checked the directories and all the js files are in the right place.
>> Anyone encounter this before?
> 
I presume you are using a parallel server to serve static content - have
you looked at the logs? Permissions are the glitch that first comes to
mind. If those are OK it's difficult to know what to suggest without
more information.

regards
 Steve
-- 
DjangoCon US 2010 September 7-9 http://djangocon.us/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Strange problem accessing JS for admin

2010-08-25 Thread Nick
Stranger still, I can get to the /media/js/admin/
RelatedObjectLookups.js but not the jquery library


On Aug 24, 4:51 pm, Nick  wrote:
> I have a model set up to use collapsable inlines but for some reason
> the path to my js files is acting very strange.
>
> I can find the core.js athttp://mysite.com/media/js/core.js but when
> i try to reach any other jshttp://mysite.com/media/js/inline.min.jsI
> get a server error
>
> "/media/js/inlines.min.js was not found on this server"
>
> I checked the directories and all the js files are in the right place.
> Anyone encounter this before?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.