So how far have you gotten? Do you have apache, python 2.4, django, and flup on your Mac? Are you having trouble installing things? Are you just having trouble with fcgi? Do you have an ip number or name for your Mac server? What is your current situation.
I use an old Mac running 10.3 as my server, and I develop on a completely different machine at home. When I am developing, I use the built in django server on my development machine. It automatically updates things when I make a change to any file, and I can see right away how things are looking and working, and make changes. When I am ready, I just ftp everything over to the Mac server. I use django to start the fcgi process (see http://www.djangoproject.com/documentation/fastcgi/). Making changes to files (except templates) on the Mac server requires stoping the fcgi process, updating, syncdbing, whatever, and then restarting fcgi - so it would be a real pain to use that in a development environment. So my advice is to use your windows computer to develop and run the development server, and then deploy to your mac. (Hopefully this is what you had in mind already). Anyway, let us know how far along in the process you are, and where you are getting stuck, and we can probably be more help to you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---