Re: admin actions bar in django 1.1

2009-10-22 Thread kkerbel

fixed it...it was a template issue.

On Oct 22, 9:10 am, kkerbel  wrote:
> I think I found the problem...I have some files missing in my media
> folder...namely 'actions.js'...I'm assuming adding this back will fix
> my problem...if I could just figure out how to get my site to read the
> media directory to begin with.  ha.
>
> On Oct 21, 4:53 pm,kkerbel wrote:
>
>
>
> > it doesn't appear to be working for any apps.  everything else on the
> > admin page shows fine to my knowledge...just not the admin actions
> > bar.
>
> > On Oct 21, 4:47 pm,kkerbel wrote:
>
> > > within the templates folder for my app (events in this case)...I just
> > > have a folder named events containing templates for the pages...I do
> > > not have any admin template mods.
>
> > > On Oct 21, 12:47 pm, Peter Bengtsson  wrote:
>
> > > > What customizations have your done in the templates/admin/ folder of
> > > > the app that isn't working?
>
> > > > On 21 Oct, 17:22,kkerbel wrote:
>
> > > > > i upgraded django 1.0.2 to 1.1 stable and I cannot see the admin
> > > > > actions bar in one of my apps...or any of them for that matter.  My
> > > > > fresh install of 1.1 has the bar, however, I can't seem to find the
> > > > > discrepancy between the two installs.  Have any of you experienced
> > > > > this?  Thanks!
--~--~-~--~~~---~--~~
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 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: admin actions bar in django 1.1

2009-10-22 Thread kkerbel

I think I found the problem...I have some files missing in my media
folder...namely 'actions.js'...I'm assuming adding this back will fix
my problem...if I could just figure out how to get my site to read the
media directory to begin with.  ha.

On Oct 21, 4:53 pm, kkerbel  wrote:
> it doesn't appear to be working for any apps.  everything else on the
> admin page shows fine to my knowledge...just not the admin actions
> bar.
>
> On Oct 21, 4:47 pm, kkerbel  wrote:
>
>
>
> > within the templates folder for my app (events in this case)...I just
> > have a folder named events containing templates for the pages...I do
> > not have any admin template mods.
>
> > On Oct 21, 12:47 pm, Peter Bengtsson  wrote:
>
> > > What customizations have your done in the templates/admin/ folder of
> > > the app that isn't working?
>
> > > On 21 Oct, 17:22, kkerbel  wrote:
>
> > > > i upgraded django 1.0.2 to 1.1 stable and I cannot see the admin
> > > > actions bar in one of my apps...or any of them for that matter.  My
> > > > fresh install of 1.1 has the bar, however, I can't seem to find the
> > > > discrepancy between the two installs.  Have any of you experienced
> > > > this?  Thanks!
--~--~-~--~~~---~--~~
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 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: admin actions bar in django 1.1

2009-10-21 Thread kkerbel

it doesn't appear to be working for any apps.  everything else on the
admin page shows fine to my knowledge...just not the admin actions
bar.

On Oct 21, 4:47 pm, kkerbel  wrote:
> within the templates folder for my app (events in this case)...I just
> have a folder named events containing templates for the pages...I do
> not have any admin template mods.
>
> On Oct 21, 12:47 pm, Peter Bengtsson  wrote:
>
>
>
> > What customizations have your done in the templates/admin/ folder of
> > the app that isn't working?
>
> > On 21 Oct, 17:22, kkerbel  wrote:
>
> > > i upgraded django 1.0.2 to 1.1 stable and I cannot see the admin
> > > actions bar in one of my apps...or any of them for that matter.  My
> > > fresh install of 1.1 has the bar, however, I can't seem to find the
> > > discrepancy between the two installs.  Have any of you experienced
> > > this?  Thanks!
--~--~-~--~~~---~--~~
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 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: admin actions bar in django 1.1

2009-10-21 Thread kkerbel

within the templates folder for my app (events in this case)...I just
have a folder named events containing templates for the pages...I do
not have any admin template mods.

On Oct 21, 12:47 pm, Peter Bengtsson  wrote:
> What customizations have your done in the templates/admin/ folder of
> the app that isn't working?
>
> On 21 Oct, 17:22, kkerbel  wrote:
>
>
>
> > i upgraded django 1.0.2 to 1.1 stable and I cannot see the admin
> > actions bar in one of my apps...or any of them for that matter.  My
> > fresh install of 1.1 has the bar, however, I can't seem to find the
> > discrepancy between the two installs.  Have any of you experienced
> > this?  Thanks!
--~--~-~--~~~---~--~~
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 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: admin actions bar in django 1.1

2009-10-21 Thread Peter Bengtsson

What customizations have your done in the templates/admin/ folder of
the app that isn't working?

On 21 Oct, 17:22, kkerbel  wrote:
> i upgraded django 1.0.2 to 1.1 stable and I cannot see the admin
> actions bar in one of my apps...or any of them for that matter.  My
> fresh install of 1.1 has the bar, however, I can't seem to find the
> discrepancy between the two installs.  Have any of you experienced
> this?  Thanks!
--~--~-~--~~~---~--~~
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 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
-~--~~~~--~~--~--~---



admin actions bar in django 1.1

2009-10-21 Thread kkerbel

i upgraded django 1.0.2 to 1.1 stable and I cannot see the admin
actions bar in one of my apps...or any of them for that matter.  My
fresh install of 1.1 has the bar, however, I can't seem to find the
discrepancy between the two installs.  Have any of you experienced
this?  Thanks!

--~--~-~--~~~---~--~~
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 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
-~--~~~~--~~--~--~---