On Thu, Sep 4, 2008 at 4:47 PM, Robert Dailey <[EMAIL PROTECTED]> wrote:
> > On Sep 4, 3:39 pm, Robert Dailey <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I plan to host my production copy of my django project on a linux/ > > apache setup, however for my development I want to do a checkout > > through subversion and work exclusively on windows as I develop. This > > means I want to be able to run just the test server for django on > > windows while I develop to test my changes. Is there a quick installer > > somewhere for the testing functionality of django? This might entail > > installing the entire django API, but the searching I've done so far > > has involved a lot of work just to get django working in windows. > > > > Thanks in advance. > What have you read that makes it sound like Django is difficult to get running on Windows? The basic 'setup.py install' works on Windows. There are binary installers available for the other pieces you might need (MySQLdb in particular, since you mention MySQL). I don't believe Django is any harder to get running on Windows for someone who is used to using Windows than it is to get running on Linux for someone who is familiar with Linux. > I guess this also means I'd have to expose my MySQL database to the > LAN... > Depends. You could go with sqlite during development but I personally wouldn't do that since I'd rather not trip across database differences as code moves to production. Alternatively you can run a MySQL server on your development machine and populate it with data from your production setup. Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---