How can I add dynamic field in the model in django ?
Posted
by Wu Jie
on Stack Overflow
See other posts from Stack Overflow
or by Wu Jie
Published on 2010-05-13T08:50:44Z
Indexed on
2010/05/13
8:54 UTC
Read the original article
Hit count: 373
Hello, I'm using django to create a application download site. I try to write a model, that the admin can add the different download content dynamically in the admin page. For example I have a software named foobar, it have 3 different version: 1.1, 1.2, 1.3. I would like the user can admin the model by using an add button to add the download link with a download version. But I don't know how to do this in django.
© Stack Overflow or respective owner