You could try doing your processing in the save_model method of ModelAdmin

https://docs.djangoproject.com/en/1.3/ref/contrib/admin/#django.contrib.admin.ModelAdmin.save_model

2011/9/29 bazaarsoft <jay_mar...@me.com>

> Hello - I'm new to Django and love what I see so far. I have the need
> to "catch" the admin post for one of my models: essentially, the model
> contains a file and from the file I want to extract data for some of
> the other model fields that are required for that particular model.
> So, can I "break" into the admin form processing to get it or am I
> just going to have to build my own forms?
>
> Thanks - and sorry if this is covered in another post, I searched here
> and in the docs and didn't seem to come up with anything.
>
> jay
>
> --
> 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.
>
>


-- 
Andrés Reyes Monge
armo...@gmail.com
+(505)-8873-7217

-- 
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.

Reply via email to