Picture in admin

2007-07-18 Thread Naco

Does anybody know how to display thumnails in the admin interface?


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



Does anybody know how to make a PICTURE database in Django???

2007-07-13 Thread Naco

Im a newby looking for some instructions on building a picture
database that is indexed. Would anybody know, have some instrucitons
or help out a newby


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



Re: --+++Does anybody have instructions to make a photo app+++--

2007-07-05 Thread Naco

sorry didnt mean to

On Jul 5, 7:07 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]>
wrote:
> On 7/6/07, Naco <[EMAIL PROTECTED]> wrote:
>
>
>
> Please don't use ---+++ highlighting for the subject of messages when
> writing to this list. Its very impolite.
>
> Yours,
> Russ Magee %-)


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



Re: --+++Does anybody have instructions to make a photo app+++--

2007-07-05 Thread Naco

thank you for replying so fast

Well im looking for tutorials on building a simple photo app to start
with

i started to mess around with the following in my models.py

from django.db.models import *

# Create your models here.
class photo(Model):
image= ImageField(upload_to="photos/")
title= CharField(maxlength=150)
uploaded=  DateTimeField()



class Admin:
list_display = ('image','title','uploaded')



but here is the catch I want to add a field to add the captions and i
want to show the thumbnails
of the pic. from here on I was lost. because i dont know aboutt th
int.py or the views.py

If you have a more complex photo app ill take it. since I am just
starting to learn the language. Im all confuded
since I am just starting to mess around with making anything. Or if
you can point me out to the right place to read instrucitons ill
appreciate any help. Im looking at the book for reference but think of
me as a slow processor


thanks



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



--+++Does anybody have instructions to make a photo app+++--

2007-07-05 Thread Naco

Im having such a hard time transitioning from ROR to Django and I am
looking for instructions to make a photo app.

Can anybody help out a newby??


I been experimenting with making the app I been using the Google video
that Jacob comes out in as a reference but I cant get the images to
show on the field it only shows the text.


help
help


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