On Tue, 2007-04-17 at 21:03 -0500, M Harris wrote: > On Monday 16 April 2007 11:09, James Bennett wrote: > > A CMS like Joomla is a house, pre-built. A framework like Django is a > > toolbox and some raw materials. > Thank you for your responses folks. This is helpful. Are there > packages of > Django templates available... as in your analogy... a restaurant template... > an office building template... etc.
Not really. Although there are substantial numbers of parts of things..fields to hold email addresses, phone numbers, etc. But not a whole project that you could just customize and make into your own contact application, alas. > The other question I have for the community is this: Django ships with > a > "simple" web server. Is this server designed for Django development /testing > only? Can it be safely put on-line, or is it better to run on Apache, etc.? Run under Apache. The Django server would be slower and would be more likely to fail once you got any kind of load on the server. Todd --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---