For this case inline-formsets should be the way to go:
https://docs.djangoproject.com/en/dev/topics/forms/modelforms/#inline-formsets
But I think this will work for a particular person, but not for multiple
persons...
Am Freitag, 18. Mai 2012 15:27:05 UTC+2 schrieb David:
>
> Given 2 models:
>
>
I have a similar problem. My STATIC_URL is a full URL like
http://static.mysite.com. When I use the development server with runserver,
django *always* takes this URL. In the templates I use
{{STATIC_URL}}/myimage.jpg, and in development I always
see http://static.mysite.com/myimage.jpg in my br
2 matches
Mail list logo