Hi Carl, On 8/19/07, Carl Karsten <[EMAIL PROTECTED]> wrote: > > I am trying do design a iddy biddy site that will replace a site that is only > about 8 static pages. I want to make it wiki-ish, so the 'site admin' can > tweak > things now and then, and it needs pictures. so sort of a hybrid between a > wiki > and a gallery. > > I figure I need models.FileField() but not really sure what it would do other > than provide a way for the user (admin) to upload jpg's which I could probably > do with a simple upload form, but having the admin UI seems like it might add > something. > > anyone seen anything like this, or have any ideas?
Do you mean something like this? http://code.google.com/p/django-databasetemplateloader/ For the image inclusion, I created an Image model and a template filter that replaces a placeholder with the image url. Kai --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---