Cheers, > Is there somoeone that have already built > a "very very light weblog" app that I can studdy > (I mean see the source code) > to buld my personal weblog (django based). > I have a simple weak and cheap webserver. I found this to be a good example: http://www.rossp.org/blog/2006/jun/08/django-blog-redux/
> Since I also need to see It with my PDA, > It have to be simple. Actually, the code and the templates are independent. For example, you can use the above code to do a very complicated webpage with AJAX and all the fuss, or with a dead-simple HTML page. It all depends of how the templates are written, because the django code is only the "engine" that drives your weblog in the background. Good luck, G --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---