checkbox (newforms)

2007-07-31 Thread Enquest
how do i do this? Enquest --~--~-~--~~~---~--~~ 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

application autentication

2007-06-29 Thread Enquest
If I where to write a small application with Django that needs authentication on the user level (only edit what you or a group can edit)... Can I then use the authention model for this? And will the authentication lib change before we hit 1.0 ... My main concern would be that something on the

translation datetime

2007-06-07 Thread Enquest
I see something that is not translated... Where can I finde the file... And how do I submit this In this case its date:"P" midnight = middernacht in dutch --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

newforms semicolon

2007-06-07 Thread Enquest
I wonder how I can remove the most easy way the semicolon in the newform rendering... Its very anoying that almost always this semicolon needs to be removed. I don't think it should be programmed in the code ... However there should be an easy way to remove it. Thanxs

Re: problem uploading, foreign key tabular

2007-05-14 Thread Enquest
python 2.5.1rc1 the one from Ubuntu... How do I upgrade in Ubuntu? On zo, 2007-05-13 at 02:08 +1000, Malcolm Tredinnick wrote: > On Sat, 2007-05-12 at 17:55 +0200, Enquest wrote: > > I use python 2.5 > > Are you really using a Python 2.5 final release, or a pre-release of, >

problem uploading, foreign key tabular

2007-05-12 Thread Enquest
I use python 2.5 I get the following error in the admin "string index out of range" Why do I get this error? The model classes are in question are: 12 class Work(models.Model): 13 datum = models.DateTimeField() 14 omschrijving = models.CharField(maxlength=255) 15 def

is this a template bug?

2007-05-07 Thread Enquest
quot;jklsjkfjksl" is made with tinymce for each enter it places but even then there should be a tag on the end. If I however replace the inner with then this problem does not occur. What could be the cause of this problem. thanks, Enquest --~--~-~--~~~---~--~-

when are the newform docs compleet

2007-04-02 Thread enquest
When can we expect the newforms docs to be complete. Is there somewhere a beta version of it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: special chars "error in Admin"

2007-03-29 Thread enquest
In this case I can't use tiny mce there should be a other solution? Op donderdag 29-03-2007 om 14:03 uur [tijdzone +0530], schreef Kenneth Gonsalves: > > On 29-Mar-07, at 12:27 PM, enquest wrote: > > > Op woensdag 28-03-2007 om 13:18 uur [tijdzone +0200], schreef enquest: >

Re: special chars "error in Admin"

2007-03-28 Thread enquest
does nobody have an idee how this happens? when inserting these chars � � I get the error Data truncated for column Op woensdag 28-03-2007 om 13:18 uur [tijdzone +0200], schreef enquest: > In Django admin entering the following quote chars � � 'copy paste' in a > textarea field gives this

special chars "error in Admin"

2007-03-28 Thread enquest
is latin1 as standerd Django does. Enquest --~--~-~--~~~---~--~~ 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,

to database or template

2007-03-17 Thread enquest
OR B. use the template and use in the template IF condition All articles should be limited to max 5 Enquest --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

newforms and templating

2007-03-13 Thread enquest
ut line How do I do this in Django... It should then look something like {{ form.some_field.as_line }} And pronto the whole line is preformated as I want to! Enquest --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: How much work has been done with newforms?

2007-03-12 Thread enquest
Op maandag 12-03-2007 om 08:59 uur [tijdzone +], schreef Grupo Django: > Hello, I'd like to know how is the work going with newforms. I don't > want a release date or something like this, just to know how is it > going, and the documentation as well. > I'm programming a website in django and

Re: newforms, choices and models

2007-03-11 Thread enquest
Op zondag 11-03-2007 om 15:48 uur [tijdzone +0100], schreef Horst Gutmann: > enquest schrieb: > > > > Second question: how can you add a password field from the newforms. you > > can't define ("correct me if I'm wrong") a password field in the > > model.

newforms, choices and models

2007-03-11 Thread enquest
I'm using/learning the newforms... I got a model, in this model I have a choices list ( ('1', 'foo'), ('2', 'bar' ) that are reprensented as select box in the admin... However when I import this class to the newforms "forms.form_for_model(Gadget)" the choices arn't coming along and the field is

new forms admin

2007-03-08 Thread enquest
What effect wil the new form lib have on the admin. I read that its being remade. But will the admin app bread an will you need to change your code for the new one? Enquest --~--~-~--~~~---~--~~ You received this message because you are subscribed

best practice for lookup

2007-02-26 Thread enquest
. How do I the lookup view from schools.models import School def schools(request, country, city) schools = School.objects.? I'm not sure how to do this in one "def"... Thanxs for your help Enquest --~--~-~--~~~---~--~~ You received th

models.autoCompleet (admin)

2007-02-26 Thread enquest
ld use for this Jquery. In PhP this would be very easy for me... But I don't have a clue how to do it in Django. The value inserting in the database should be the key of City and not the name "New York"... I suppose autoCompleet is a ForeignKeyField... Enquest --~--~-~--~~--

Re: my problem from HELL: Pleas help me out on this

2007-02-22 Thread enquest
Op donderdag 22-02-2007 om 09:45 uur [tijdzone +0100], schreef enquest: > Op woensdag 21-02-2007 om 19:47 uur [tijdzone -0600], schreef James > Bennett: > > On 2/21/07, enquest <[EMAIL PROTECTED]> wrote: > > > It seems as soon I import "from bar.models impor

Re: my problem from HELL: Pleas help me out on this

2007-02-22 Thread enquest
Op woensdag 21-02-2007 om 19:47 uur [tijdzone -0600], schreef James Bennett: > On 2/21/07, enquest <[EMAIL PROTECTED]> wrote: > > It seems as soon I import "from bar.models import Test" do then this > > class will not show up in the the ADMIN. I restarted apache 100

my problem from HELL: Pleas help me out on this

2007-02-21 Thread enquest
I have two models for testing purpose... I realy need to solve this problem. If not I will have to stop using Django what would be a pitty. But I can't spend an other day searching This problem occurs on a Debian apache2 server (fresh install) model 1 from django.db import models from

is this a bug... Model/admin little problem

2007-02-20 Thread enquest
I got the following problem: On my developing server everything is fine. On my deployment server (apache) I have the problem The problem: Hotel dissapears in the admin when I import the country.models I tryied about everthing with many apache restarts and many changes.. If I simple add the

Django learning ? pay

2007-02-18 Thread enquest
... I want to avoid getting cryptic answers or waiting long time. My background is PHP. Is some one intressted? What would you ask €/$ for this kind of help. Can you send invoices? Enquest --~--~-~--~~~---~--~~ You received this message because you

jquery integration to django?

2006-11-03 Thread Enquest
What would it take to integrate jquery to Django? Just like now is happening with Dojo... I think however jquery is a better lib ... Just look at the following example http://jquery.com/blog/2006/10/18/zebra-table-showdown/ --~--~-~--~~~---~--~~ You received

Re: Dojo vs Mochikit for Django dev?

2006-10-19 Thread Enquest
I would certainly look at jquery.com ! it's amazing Op di, 17-10-2006 te 11:53 -0700, schreef iain duncan: > I have not dug into either Dojo or Mochikit yet and am wondering if one > is more suited to Django dev than the other for adding AJAX type bells > and whistles. Pros and Cons of either?

search engine

2006-10-17 Thread Enquest
used to add in the model view =>search ... My system would then know this field needs to be search-able. How hard would it be to set something similar in Django. Enquest PS. is there any tutorial or plugin for this task to make it more easy to ad

aggregator

2006-10-16 Thread Enquest
it always fails to do this. So I'm doing something wrong. Maybe somebody can tell me how to do it. I execute this script by typing "python update_feed.py" Python returns a "ImportError" that it can't find the ".models" What

reading RSS feeds

2006-10-15 Thread code enquest
I need to do the following with Django. I need to read diffrent RSS or Atom feeds And print the latest on a page according date. How would I do this with Django? What would be the best practice to achieve this? Enquest --~--~-~--~~~---~--~~ You received

Re: print_r

2006-10-14 Thread code enquest
Steven Armstrong schreef: > On 10/14/06 19:46, code enquest wrote: > >> in PhP i used to print_r(array) to see what if got in my array that I >> want to bring on the screen. Smarty even had a popup screen to show this. >> >> How can I see in Django what I go

print_r

2006-10-14 Thread code enquest
version? Enquest --~--~-~--~~~---~--~~ 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

print_r

2006-10-14 Thread code enquest
or Django version? Enquest --~--~-~--~~~---~--~~ 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