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/#filefield http://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 -~----------~----~----~----~------~----~------~--~---