Hello Im mainly thinking bit ahead here, while im still in the beginning of writing my first real project/application with django. If someone could answer all or some of those questions and perhaps provide examples, then i would greatly appreciate your help and buy you a beer, whenever you end up near where i live :).
1) Cookies. I read from older posts that there is some kind of django authentication library/module for holding that kind of information. In any case, lets say that i dig deep enough into that module and figure out how to do all that while session is active, but how do i read that information from browser cookie next time the user comes to this site? 2.1) Since im thinking about creating site with some sort of cms i want to know what kind of field types should i usefor lengthy texts like news or basic content articles? 2.2) Is there a point building full scale cms with django or should that be done with just python? Will django actually hinder such projects? 3) Are there any examples of pages which get their content from several views/modules? Or what is the general practice with pages that load information from different places to one page? You create view that imports information from several modules and shows it as single page or is there some way to just reload certain area of a webpage when visitor clicks a button/link or fills a form. 4) Are there any good examples about how to use javascript/ajax with django? 5) How can i manage images with django. Are there stuff like gdlib/ imagemagic for django? Thanks. Alan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

