Re: lost admin on upgrade to django 1.3

2011-07-29 Thread Wendy Bardsley
gt; admin templates directory was) > I'm just going to quit my project and reinstall and see what happens. Maybe > I'll install python 2.7 but it's late... > Thanks for the confirmation that I should indeed have that directory. > Wendy > > -- > You received this me

have to use older versions of django/python

2010-09-15 Thread Wendy
ips that will save me from tearing my hair out, correct order of doing things, etc. I'd really appreciate it. Any advice would be appreciated. Thanks, Wendy -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: error: no module named...

2010-08-25 Thread Wendy
AHA! I've been bitten by that one before. I was fooled by the dash in the way it's named elsewhere. Thanks so much Piotr, looks like that was the problem, and I learned something about the naming of modules. Seems to be behaving now, Wendy On Aug 25, 11:18 am, Piotr Kilczuk wrote: >

error: no module named...

2010-08-25 Thread Wendy
jango-sorting 0.1 to easy-install.pth file Installed /Library/Python/2.6/site-packages/django_sorting-0.1- py2.6.egg Processing dependencies for django-sorting Finished processing dependencies for django-sorting wendys-mac-pro-3:mysite wendy$ python manage.py runserver Error: No module named django-so

Re: Ordering in the admin

2010-08-17 Thread Wendy
Thanks Nick, I guess I'll be passing that value, that makes sense. I'm using a generic view to write the list page, I'll read up more on the queries, thanks for all your help, Wendy On Aug 16, 9:55 pm, Nick Serra wrote: > The_film was just sudo code. I was assuming

Re: Ordering in the admin

2010-08-16 Thread Wendy
27;m going to read about filtering a little more, feels like it's close... (I also tried to put film_id in the parens after filter and got a "too many values" error.) So much to learn, thanks for all your help, Wendy On Aug 16, 4:00 pm, Nick Serra wrote: > In your view do: > &

Re: Ordering in the admin

2010-08-16 Thread Wendy
not forloop.first %}and {% endif %} {{filmmaker.first_name }} {{filmmaker.last_name}} {% endfor %} {% endwith %} Thanks, Wendy On Aug 16, 2:13 pm, Nick Serra wrote: > Can you list your models.py for me? What exactly do

Re: Ordering in the admin

2010-08-16 Thread Wendy
aker id, a film id and a position. My Filmmaker Object has a first name and last name. I'm not sure where to start on this one, any help would be greatly appreciated. Thanks, Wendy On Aug 16, 12:45 pm, Wendy wrote: > Thanks, Nick, I just figured that out, doh!  So I got the first > e

Re: Ordering in the admin

2010-08-16 Thread Wendy
tion is the pretty way to do it. If you just want the > join to show up in the admin, then simply register the join model in > the admin like any other model. In your admin,py include > FilmmakerPosition and then do admin.site.register(FilmmakerPosition) > > On Aug 16, 3:24 pm, Wendy

Re: Ordering in the admin

2010-08-16 Thread Wendy
nd I'd like to be able to list them on both ends) I'm still trying to wrap my head around how I could do that with this example. If anyone has anything else to add that would help me understand it better, I'd really appreciate it. Thanks, Wendy On Aug 13, 10:03 am, Nick Serra w

Ordering in the admin

2010-08-13 Thread Wendy
ave the order in the chosen box in the admin? Thanks, Wendy -- 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+uns

Re: Many to many fields to string

2010-08-12 Thread Wendy
{% endif %} is that generally ok, or do I want to indent everything and balance the if/endif statements? Thanks again, Wendy On Aug 11, 3:18 pm, Joseph Spiros wrote: > You'll want to loop through the objects and print the appropriate > property of the objects that consists of just th

Many to many fields to string

2010-08-11 Thread Wendy
in a perfect world, it would be great to concatenate the names, and add an 'and' b4 the last one, I imagine this is done frequently? Thanks, Wendy -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send