Easy way? Create the model. Probably don't need much more than the user, the photo and maybe a description. Create an upload form. You'll need a view that takes the form and updates the db. One little gotcha here is that the normal django fileupload won't really work for you. Use the python file open and write. then have the view return the photos as xml and feed them into slideshowpro.
It's really a lot easier than I'm making it sound. Set up the upload form On May 24, 10:37 pm, Roboto <[EMAIL PROTECTED]> wrote: > I'm looking for a gallery plugin for my community dragonboat website. > Anyone have any ideas where I can find one so that my users can start > posting their own pictures? > > Thanks, > > Robotooo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---