On Apr 9, 10:15 am, "Emrah Unal" <[EMAIL PROTECTED]> wrote:
> Thats my first time in Django. So far everything is great, thanks to
> everybody , who worked in the project.
>
> I need to show the user a printable pdf after clicking save in an
> admin form. Creating pdf and other stuff is easy. I was unable to find
> any way to hook that part yet. With some reading I'm sure i can find
> it but i'm under time pressure and need help. can anyone point me to
> an example or give me a quick tip where to start. chapter 17 of the
> online book confused me more :).
I'd recommend using the newforms-admin branch, as it's being designed
to give you plenty of hooks to use.
Then have a look at this wiki entry:
http://code.djangoproject.com/wiki/NewformsHOWTO#Q:HowcanIchangewhereIgetsentaftersavinganewentrytothedatabase
This will help you redirect to a url which shows the pdf. It could
also just return the pdf when they hit save but then users would be
left on the change form. Your choice.
Hope that helps,
Felix
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---