Re: Extending Django's admin application

2008-02-06 Thread David Reynolds
On 6 Feb 2008, at 2:09 am, Brandon Taylor wrote: > > 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 wi

Re: Extending Django's admin application

2008-02-05 Thread Brandon Taylor
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,

Re: Extending Django's admin application

2008-02-05 Thread Vance Dubberly
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 wh

Extending Django's admin application

2008-02-05 Thread Brandon Taylor
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 i