On Fri, May 20, 2011 at 3:00 AM, ramnivas indani <ram.0...@gmail.com> wrote:

> ok but how can i achieve it in Django means how can i store images in
> Django python using URI


Read Django documentation (it is part of studying in college):

* http://docs.djangoproject.com/en/1.3/topics/http/file-uploads/
* http://docs.djangoproject.com/en/1.3/ref/models/fields/#filefield
* http://docs.djangoproject.com/en/1.3/ref/models/fields/#imagefield

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