On 2011-01-28, at 8:16 PM, nicolas lubkov wrote: > Hello all, is there a way to display a word .doc in the user profile and let > the users edit it and save it to keep in their profile.??
You may add what ever you want to a user profile model and you can add files to models using a FileField. http://docs.djangoproject.com/en/dev/ref/models/fields/#filefield -- Andy McKay [email protected] twitter: @andymckay -- 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.

