Re: how to get all the objects in one model that are not foreign keys in another

2007-03-05 Thread lawgon
would work - but isnt there some djangoistic way of doing it? On Mar 5, 5:42 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > hi, > > I have two models: > > Child(models.Model): > name = CharField > > > Sponsorship(models.Model): > name = CharField > child

Re: django authentication with trac login

2006-07-11 Thread lawgon
still struggling with this - has anyone done it? --~--~-~--~~~---~--~~ 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

django authentication with trac login

2006-07-06 Thread lawgon
i was trying to get the new multiauth by apache against django users working with the trac login. But i keep getting 500 errors. On looking at the apache logs, the errors come in different places each time. 'module has no attribute auth' at one time, cannot import User from auth.models at another

Re: unable to do an svn co

2006-06-13 Thread lawgon
lawgon wrote: > it may be something to do with http proxy as even my laptop is affected > now. I will check out (when the sysadmin turns up) and revert. nope, tried with another machine not behind a proxy and was unable to checkout or do an svn update either. I have tried with svn 1.1.4 a

Re: unable to do an svn co

2006-06-13 Thread lawgon
it may be something to do with http proxy as even my laptop is affected now. I will check out (when the sysadmin turns up) and revert. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

unable to do an svn co

2006-06-13 Thread lawgon
hi, on a new ubuntu machine i tried to do an svn co and am getting the following error: svn: REPORT request failed on '/svn/!svn/bc/3124/django/trunk' svn: REPORT of '/svn/!svn/bc/3124/django/trunk': 400 Bad Request (http://code.djangoproject.com) any clues? kg

Re: post data always empty

2006-04-10 Thread lawgon
> > I was wondering if somebody could help me out. i'm trying to write a > simple form to create users ... however the post data always seems to > be empty. this is not the django way of doing things. Use add/change manipulators to create your forms - you are doing it by hand kg

Re: Meet error in "Writing your first Django app, part 1"

2006-04-09 Thread lawgon
> The full error: no such table: packages your have not initialised the database: python manage.py init myapp --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: customised generic view

2006-03-26 Thread lawgon
> > Hello, > > what I am trying to do since this morning is to allow my logged in user > to create Members. As you will see below Member is related to the User > class by a foreignkey. convention is to use OneToOneField kg --~--~-~--~~~---~--~~ You received

Re: Japanese (unofficial) Django Users is launched

2006-03-25 Thread lawgon
> >> w00t - but why unofficial? > > Because it's just not official! > > I added Japanese i18n file December 2005. > Then I talked about Django at Python Japanese Users Group's Workshop in > January 2006. > And I'm going to having a panel discussion about > Python Framework(Django, TurboGears,

Re: Japanese (unofficial) Django Users is launched

2006-03-25 Thread lawgon
> > Dear django-users, > > We are pleased to announce the launch of Japanese (unofficial) Django > Users' w00t - but why unofficial? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: ManyToManyField corrupts headers

2006-03-25 Thread lawgon
> Anyway take a look at http://firstvds.ru/. They give you a "virtual > dedicated server" which is basically a hosting where you can install > system software for yourself (like mod_python). I'm not in any way > connected to them in anyway, just heard about it. i agree - as far a django is

Re: Form field

2006-03-25 Thread lawgon
> > Is it possible to have a field in a form that a user can not edit? anything is possible if you do it manually - maybe after MR you would be able to do some overide thingie to do it automatically --~--~-~--~~~---~--~~ You received this message because you

Re: ImageField nightmares

2006-03-25 Thread lawgon
> image_caption = meta.CharField(maxlength=256, blank=True) > the_image = > meta.ImageField(upload_to='/home/sparky/django_instances/gbtt/media/editorial_u\ > ploads/', core=True) give a relative path for upload_to - what is the error message?

Re: How to view/run first app?

2006-03-23 Thread lawgon
> > Russell Keith-Magee writes: > I will gladly try and give feedback about the docs.. just wanted to know > what is the best place to send the feedback to. This list or the > developers > list? there is a space for comments on the docs at the foot of each doc - that is the recommended place kg

Re: flatpages

2006-03-22 Thread lawgon
> > Dear All , > I am working with flatpages and they are amazing for me and i customized > them for my first needs then i am developing another site now that has > another needs and i need to customize flatpages but in different way so > how this could be done may we ask what the other needs

Re: django pastebin

2006-03-21 Thread lawgon
> > Op di, 21-03-2006 te 07:35 +0530, schreef Kenneth Gonsalves: >> dunno if it is possible, but could the default language in django >> pastebin be set to python instead of php? > > You have to accept cookies from the site, so that it can "remember" what > you used last... ahh - didnt notice

Re: Problem with TinyMCE integration

2005-12-05 Thread lawgon
olive wrote: > Thanks a lot did you solve the problem? i changed the path, and though the path is now showing correctly when viewing the page source, tiny_mce is not showing in the textarea regards kg