Re: OS X install help --I think I broke something...

2008-05-01 Thread mw
Yeah overall I ended up just blowing away the entire SVN and the symlinks and restarting. I don't know what went wrong, but I was able to get things working from the documentation on the second time around. No idea if I typoed something or if there was something else like that other people have

Re: OS X install help --I think I broke something...

2008-04-19 Thread siudesign
This is a common problem on osx when people simply to a python setup.py install. On OSX it doesn't copy the admin templates from the source to site-packages. So, from wherever you are running python setup.py install copy django/contrib/admin/templates into /Library/ Python/2.x/site-packages/djang

Re: OS X install help --I think I broke something...

2008-04-18 Thread codercotton
fizbans symlink trick from svn trunk works fine though. I looked briefly at setup.py and don't know why it's not copying those dirs over... On Apr 12, 8:32 am, fizban <[EMAIL PROTECTED]> wrote: > On 12 Apr, 18:10, superavit <[EMAIL PROTECTED]> wrote: > > > I have the same issues with my Leopard

Re: OS X install help --I think I broke something...

2008-04-18 Thread codercotton
I have the same issue as above doing a default django install on Leopard 10.5.2, Python 2.5.1. The django/admin/templates directory is simply not installed. Cotton On Apr 12, 8:32 am, fizban <[EMAIL PROTECTED]> wrote: > On 12 Apr, 18:10, superavit <[EMAIL PROTECTED]> wrote: > > > I have the sam

Re: OS X install help --I think I broke something...

2008-04-12 Thread fizban
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

Re: OS X install help --I think I broke something...

2008-04-12 Thread superavit
I have the same issues with my Leopard installation. I do have the template loader settings as suggested and still nothing... On Apr 9, 7:09 pm, "Justin Fagnani" <[EMAIL PROTECTED]> wrote: > Oops... it's the admin site... sorry 'bout that :/ > Check to see if you have: > > 'django.template.loader

Re: OS X install help --I think I broke something...

2008-04-09 Thread Justin Fagnani
Oops... it's the admin site... sorry 'bout that :/ Check to see if you have: 'django.template.loaders.app_directories.load_template_source', in your TEMPLATE_LOADERS setting. -Justin On Wed, Apr 9, 2008 at 4:05 PM, Justin Fagnani <[EMAIL PROTECTED]> wrote: > Sounds like you just need to set t

Re: OS X install help --I think I broke something...

2008-04-09 Thread Karen Tracey
On Wed, Apr 9, 2008 at 6:01 PM, mw <[EMAIL PROTECTED]> wrote: > Hello, > > I'm having problems with my installation of django on OS X leopard. I > followed the manual for the installation and installed Django from the > svn repository. > Exactly, precisely, to the letter what you did to install

Re: OS X install help --I think I broke something...

2008-04-09 Thread Justin Fagnani
Sounds like you just need to set the TEMPLATE_DIRS setting http://www.djangoproject.com/documentation/templates_python/#the-template-dirs-setting -Justin On Wed, Apr 9, 2008 at 3:01 PM, mw <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm having problems with my installation of django on OS X leopar