Excellent, I already have that library installed from working through
the book samples.

Rails has several plugin websites, like www.agilewebdevelopment.com.
Is there something similar for Django? My Google searches haven't come
up with a lot in that regard.

Thank you,
Brandon

On Feb 5, 7:58 pm, "Vance Dubberly" <[EMAIL PROTECTED]> wrote:
> Using the FileField or ImageField will get your files uploaded.  Image
> field is also nice enough to check that it's an image.
>
> http://www.djangoproject.com/documentation/model-api/#filefieldhttp://www.djangoproject.com/documentation/model-api/#imagefield
>
> Image Field also requires PIL which is what you'll use in-place of RMagick
>
> http://www.pythonware.com/products/pil/
>
> peace.
>
> Vance
>
> On Feb 5, 2008 5:47 PM, Brandon Taylor <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Hello everyone,
>
> > I'm a complete n00b with Django, but would like to take advantage of
> > the built-in admin module for small freelance websites. Out-of-the-
> > box, it's pretty freakin' awesome. But, of course, I'd like to extend
> > it.
>
> > In Rails, there are plugins, plugins and more plugins. One of those is
> > attachment_fu, which when coupled with ImageMagik, can auto-thumbnail,
> > crop, scale, etc.
>
> > Does Django have similar capabilities in the hundreds of Python
> > modules that are out there, and if so, can someone please point me in
> > the right direction on getting some code samples?
>
> > I have the Definitive Guide to Django book from Apress, and am
> > experienced developer...just not with Python :) I'm very anxious to
> > learn and get started really building something with this great
> > framework.
>
> > Many TIA for your advice,
> > Brandon Taylor
>
> >www.btaylordesign.com
>
> --
> To pretend, I actually do the thing: I have therefore only pretended to 
> pretend.
>   - Jacques Derrida
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to