I'm thinking about using GAE. Currently I use Django for couple of
text-oriented sites that contain articles with images (with thumbs),
and sometimes other small attachments. Files are stored on the
filesystem so migrating to GAE I would have to save all attachments in
the Datastore in some "Attachment" model? And to display such page I
would have to query all those files - for example with a view which
sets the correct mime and prints the file content. So my main question
is - will it work without hitting the quotas (200-500 pages and
200-500 attachments less than 10MB in overall size). Traffic isn't
big, but sometimes some digg-like effects may show up -
http://www.cms.rk.edu.pl/site_media/resources/cms.rk.edu.pl/images/reddited.png
:)

Second problem is also about file handling, but in this case - web
templates attachments, CSS/XHTML simple layouts. How could I make a
live preview of such template ?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to