On 14-6-2012 9:24, Daniel Patriarca wrote: > I just installed python, then mysql, then django on my windows 7 machine > and I think it worked because I ran the import django comand from python > and nothing barked at me. I thought. yeah... time to hit the tutorial but > the first thing it tells me to do is cd to a directory. Is there a unix > emulator that got installed on my windows machine or something? a) cd works in the "windows shell" b) http://cygwin.com/ where /bin/sh == bash c) http://www.virtualbox.org/
c is your best option if you're able to reasonably replicate your hosting environment. -- Melvyn Sopacua -- 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?hl=en.

