On 12 Apr, 18:10, superavit <[EMAIL PROTECTED]> wrote: > I have the same issues with my Leopard installation. I do have the > template loader settings as suggested and still nothing...
I use Leopard on my mac as a test field for my code and I've never had an issue with it. I just grab django off the svn and then create the symlink from / Library/Python/2.5/site-packages/django to $SOMEPATH/django-trunk/ django and the last step is to create a symlink for django-admin.py Create a project and then I'm all set Going back to the question "how do I start from scratch", open up a terminal and then: sudo rm /Library/Python/2.5/site-packages/django which django-admin.py Then use the output of the which command to rm the symlink. In my case it'd be: sudo rm /usr/local/bin/django-admin.py Hope it helps --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---