good evening guys!
have a question:
in my model i have a field, like
guarantee = models.CharField(_("Link to guarantee"), max_length=250,
blank=True)
to this charfield, on some conditions, i generate some link (f.e.
http://myshop.com/guarantee/47/)
What i want is:
in admin interface of my model, in place where my guarantee field is
(where normally some input-boxes) i want add some click able link,
with url from that CharField (http://myshop.com/guarantee/47/)I'll be appreciated for any suggestions. thnx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

