walterbyrd wrote: >Or is there anything else required to run django created apps on a >shared host? > > It depends on more than just mod_python. Basically for Django you should have mod_python or FastCGI (or, theoretically, any WSGI-compliant server), PostgreSQL or MySQL or SQLite. Shell access is highly recommended for initial app setup, otherwise you would have to write and upload small scripts each time you create or change database layout.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---