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
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
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
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
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
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
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
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
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
9 matches
Mail list logo