ay:
first_name, last_name, and then all fields from Address object followed by the
remaining fields from Person. What is the best way of doing it ?
Thanks for your support,
Frédéric Burlet.
signature.asc
Description: This is a digitally signed message part.
gt; data.
Indeed, or have a look at QueryDict:
http://docs.djangoproject.com/en/1.1/ref/request-response/#querydict-objects
Frédéric Burlet.
signature.asc
Description: This is a digitally signed message part.
Which version of django are you running ?
The in operator in the if statement only works in the development version of
django not with 1.1 or 1.0 series. (see warning on top of the page)
Frédéric Burlet.
On Saturday 09 January 2010 21:22:28 kotpierdzibonk wrote:
> Hi,
>
> I copied
lasses but I'm wondering if there are no other way to
do it.
Maybe it's more a python programming issue than a django issue.
I'm using django 1.1.1.
Any hint will be appreciated.
Frédéric Burlet.
signature.asc
Description: This is a digitally signed message part.
On Saturday 02 January 2010 10:55:11 Waqqas Jabbar wrote:
> Hi,
>
> There are audio players available for djagon, but is there any django
> project the provide audio recording capability?
> My search has not produce any good results.
>
> There are some python based libraries liky PyAudio (
> htt
Hi,
I'm new in the python world and therefore in django.
I'm using django 1.1.1.
I started to write a small application and I have a question related to
ModelForms.
I defined two model objects:
class Person(models.Model):
first_name = ...
last_name = ...
address = mod
6 matches
Mail list logo