Hi all, There is now a screencast showing a step by step installation of a real-life Django application on a WebFaction account.
The 19 minute screencast shows how to: - Install a default Django application using our control panel - Make it available over HTTPS as well (useful for the admin area) - Create a database using the control panel - Change your database password using the control panel - SSH into your shell account - Replace the django module with the latest subversion version - Replace the django default project with your own project - Configure your project settings, sync your database - Restart your Apache+mod_python instance - Play with the admin area - Play with the actual application The screencast can be downloaded from http://blog.webfaction.com/django-screencast Many thanks to Ian Holsman (http://feh.holsman.net) for making this screencast. Remi. http://www.webfaction.com - Hosting for an agile web PS: Since I'm posting here I'll also answer two questions that we get a lot: yes you can use the latest subversion Django code on our accounts (this is what is done in the screencast) and yes you get your own Apache2+mod_python instance which you can stop/start on your own :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

