Wednesday, February 20, 2013

Re: how to create attribute for image in django models.py

Hey Avnesh,

You should 
  1. Complete Polls tutorial first - https://docs.djangoproject.com/en/dev/intro/tutorial01/
  2. walk through full documentation at https://docs.djangoproject.com/ at least once.
  3. See list of open source projects in Django at https://code.djangoproject.com/wiki/DjangoResources#Open-SourceDjangoprojects
  4. There is an extensive list of other resources as well on above wiki page.
  5. Walk through source code of different apps at https://github.com/nathanborror/django-basic-apps/tree/master/basic
  6. Read `Two Scoops of Django` once you are good at basics. This book is not for beginners.
It's good to do your homework before posting a question on public forums/mailing lists. Please read 
Happy Coding !!

Sincerely,
Pankaj Singh


On Wed, Feb 20, 2013 at 6:06 PM, Avnesh Shakya <avnesh.nitk@gmail.com> wrote:
thanks alot.... plz share any small project for beginners, if u have....


On Wed, Feb 20, 2013 at 6:02 PM, Tom Evans <tevans.uk@googlemail.com> wrote:
On Wed, Feb 20, 2013 at 12:26 PM, Avnesh Shakya <avnesh.nitk@gmail.com> wrote:
> plz help me... i want to store image in database using model,how is it
> possible.......?
>

https://docs.djangoproject.com/en/1.4/ref/models/fields/#imagefield

Cheers

Tom

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment