Hi there, I wonder if is there any way to add extra input field in admin, which I don't want to define in model.
For example, I want to import external files. I have simple blog model (title, content, pub_date), but in admin I want to also have file input field, to import files. Then I can: 1) Import external file, parse it and save values (title, content, pub_date) to database. or 2) Enter values (title, ...) as usuall directly in admin. Is there any way how to do this without making admin template for this application ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---