Hi,
I'm still a bit new to django, but making slow progress.

I'm wondering how to move forward with a book class as model which has an 
author field which
allows adding additional authors.

I have three fields allocated in the SQLite db for up to three different 
authors.

What I'm trying to do is only expose the additional author text entry box 
for the book class in admin
when say for example a plus or other widget is clicked.

ex.  Author [          ]  +
...then
      Additional Author1 [         ]  +
...and finally
      Additional Author2 [         ]

So if you click the plus the additional author1 text entry shows up, then 
click again the last or third
author entry shows up, but no more plus we're out of db fields at that 
point.

Not trying to dynamically add fields to the db.  Just expose when needed 
for up to three authors.

Prefer to not use jquery and/or javascript, but stick to pure python django 
if possible.

I've been reading alot about admin but still confused as to best way to 
proceed.

Thank You,

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/39694849-09dd-47b7-8b16-deed352e8785%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to