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 =
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
--~--~-~--~~---
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 to
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
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
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 grou
I set up a django installation, but when i tried to run the admin
thingie, i get this message:
Traceback (most recent call last):
File
"/usr/local/lib/python2.4/site-packages/django/core/handlers/base.py",
line 60, in get_response
response = middleware_method(request, callback, param_dict)
I am having a problem with ImageField saving. I am running admin from
mod_python with apache2. I put an absolute path to the 'upload_to'
option. When i press save, the imagefile gets uploaded to the directory
specified in the 'upload_to' option, but this does not get saved in the
database table. I
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
>
> 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 tha
>
> 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 are
>
> 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
> 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?
--~--~-~--~~~
>
> 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 are
> Also, the full path to the upload directory *works* even if a relative
> path to the media folder would be better - I don't want to spend time
> fix things that aren't broken until the "showstoppers" are addressed.
works in admin - but fix it now because it aint gonna work in your templates
> 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 conce
>
> 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
>
>> 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, web.
>
> 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 this
>
> What are the rules of thumb that you've used in the past to decide
> whether something is a new app or not?
my rule of thumb, for whatever it is worth, is this - if i make it a new
app, will a change in the models of the new app imply that i have to make
changes in the models in the old app?
> 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 emai
>
> 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
--~--~---
22 matches
Mail list logo