Re: Getting the Django Admin Working in Apache

2006-07-07 Thread Jonathan Buchanan
> If I do this.. the whole administration interface will work straight > away? Or will it need additional configuration? I was assuming you'd already configured mod_python and the admin app just couldn't find its media files - if that's not the case, have a look at http://www.djangoproject.com/d

Re: Getting the Django Admin Working in Apache

2006-07-07 Thread [EMAIL PROTECTED]
If I do this.. the whole administration interface will work straight away? Or will it need additional configuration? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: Getting the Django Admin Working in Apache

2006-07-07 Thread Jonathan Buchanan
Assuming "/media/" as the media URL, what I do locally is create a "media" folder under Apache's htdocs folder and use the Junction tool described in the first comment on http://www.djangoproject.com/documentation/install/ to symlink admin and application media in there, like so: junction \Apache

Getting the Django Admin Working in Apache

2006-07-06 Thread [EMAIL PROTECTED]
Hey There, Basically - I have set up Django all fine on my Windows-based server (my webhost doesn't support Python 2.3). I can get everything working on the development server - but am unclear as how to serve the admin files through Apache so I can get the full admin interface. Can anyone help me