You should try Simfony: http://www.symfony-project.org
On Oct 6, 10:12 am, binaryj <[EMAIL PROTECTED]> wrote:
> i love Django . but my company is not so cool like me to try out
> new things in life.
>
> Well i know people here would be using python but i guess a lot of
> them would have some
Hello there,
Recently i've been tasked with using the 'limit_choices_to' attribute of a
ForeignKey field, in order to limit choices.
My models are like this (params -> max_length, choices, etc):
class DeviceFeatures(models.Model):
# declare choices here: feature_choices #
features = models.Ch
is there a way to verify a hidden field value inside a if statement?
for example:
{% if details.id_details == hdnIdDetalii.value %}
code here
{% endif %}
something like this...
*note!* i`m using python with google app engine, details is send from a .py
file.
the value of the hidden
models.URLField(max_length=256)
content = models.TextField()
published = models.DateTimeField(auto_now_add=True)
def __unicode__(self):
return self.
# form
class CommentForm(ModelForm):
class Meta:
model = Comment
exclude = ('post',)
Any help gre
ion for known file types".
On 4/17/2009 10:53, 83nini wrote:
> guys how do i create a .py file?
> stupid question i know, but i'm new to django.
> I am working on the tutorial and i don't know how to create views.py
> thanks in advance
> >
--
Ionut G. S
Hi list!
I just started on django and so far my project went very well: I've
created an admin site that will allow the user some data into a
postgres db. Cool me, my first site. Now I want to do the following:
make in admin interface a custom widget that will have a charfield or
integerfield but al
Hello list,
I customized my first dashboard like so: http://paste.pocoo.org/show/250028/,
but when I added Group, the site gets rendered weird:
http://img705.imageshack.us/img705/8148/djangositeadmin12817724.png.
Could you please help me find what have I done wrong?
Thanks!
--
You received this m
Sorry wrong list
--
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+unsubscr...@googlegroups.com.
For more options, visi
Hi list,
I just came to django, and to web programming for that matter, so my
question is from a n0b:
I have to models:
class Pacient(models.Model):
name=models.CharField('name', max_length=123)
class Exit(models.Model):
pacient=models.ForeignKey(Pacient)
How to I get the admin interf
/2618893/how-to-filter-queryset-in-changelist-view-in-django-admin,
> looks like a similar (solved) problem.
> In short, it's about overriding the queryset() method of ModelAdmin.
>
> On Thu, Sep 23, 2010 at 11:33 AM, ionut cristian cucu
> wrote:
>>
>> Hi list,
>> I
Very helpful, thanks alot!
2010/9/26 Piotr Zalewa :
> Hi Antoni,
>
> Thanks for that!
>
> zalun
>
> On 09/26/10 10:36, Antoni Aloy wrote:
>> Hello all!
>>
>> In this list we have a recurrent thread: "What'ts the best IDE for
>> Django and Python development?" trespams-vim is my try to answer this
2010/9/25 Daniel Roseman :
>
>
> On Sep 25, 9:51 am, ionut cristian cucu wrote:
>> I've tried to do something like that:
>> class Pacienti_manager(models.Manager):
>> def get_visible(self):
>> return(super(Pacienti_manager,
>> self).get_que
12 matches
Mail list logo