Re: Many to one revisited

2009-05-07 Thread sggottlieb
PersonAdmin(admin.ModelAdmin): inlines = [ PersonPositionInline, ] On May 7, 7:31 am, sggottlieb wrote: > For some reason I can't reply to this thread about Many to One (http:// > groups.google.com/group/django-users/browse_thread/thread/ > 180feab07df9dfe6/17301e3fcaa9

Many to one revisited

2009-05-07 Thread sggottlieb
For some reason I can't reply to this thread about Many to One (http:// groups.google.com/group/django-users/browse_thread/thread/ 180feab07df9dfe6/17301e3fcaa92a33?lnk=gst&q=many+to +one#17301e3fcaa92a33) so I will re-open here. I am looking for an answer to Puneet's question: "but if there's s

Re: TemplateDoesNotExist at /admin/

2008-06-22 Thread sggottlieb
I will do that. In the meantime, I wanted to add that to make the admin interface look pretty you need to copy the media directory as well. --Seth On Jun 21, 10:24 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Sat, Jun 21, 2008 at 9:22 AM, sggottlieb <[EMAIL PROTECT

Re: TemplateDoesNotExist at /admin/

2008-06-21 Thread sggottlieb
Thanks Karen! That was the issue. --Seth On Jun 21, 12:49 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > 2008/6/20 sggottlieb <[EMAIL PROTECTED]>: > > > > > Hello all, > > > I am running 0.96 and and was breezing through the tutorials until I

TemplateDoesNotExist at /admin/

2008-06-20 Thread sggottlieb
Hello all, I am running 0.96 and and was breezing through the tutorials until I hit the part where you enable the admin site (http:// www.djangoproject.com/documentation/0.96/tutorial02/). I get this error message: TemplateDoesNotExist at /admin/ admin/login.html Request Method: GET Re