> -- Raja
>
> On Nov 12, 11:57 pm, Brandon Martin <[EMAIL PROTECTED]> wrote:
>> I had everything running fine with my django setup and apache vhost.
>> My project root dir was:
>>
>> /home/user/public_html/django/project
>>
>> I wanted to change th
I had everything running fine with my django setup and apache vhost.
My project root dir was:
/home/user/public_html/django/project
I wanted to change the dir so I moved everything to:
/srv/django/project
I went into my vhost and changed the paths so they correspond to the
new ro
I have this is my apache virtualhost:
SetHandler None
Brandon
On Tue, 11 Nov 2008 15:09:22 -0500, "Keith Eberle" wrote:Alias
/media /home/dev//Django-1.0/django/contrib/admin/media
^
could be that extra slash. i assume you reloaded
erstand that mysite.settings is supposed to be the location of my
> settings.py, but is it just supposed to be the path of that file?
Try removing the mysite part so it is juat
SetEnv DJANGO_SETTINGS_MODULE settings
--
Brandon Martin
--~--~-~--~~~---~--~
I would just like to note here that when I first installed django with
apache and mod_python most of the problem I had was on the apache side
with vhosts not django. Each operating system handles apache configs a
little different. The guide on django's web site is great for the base
informatio
5 matches
Mail list logo