Re: Error with admin site while deploying Django on Apache

2009-10-28 Thread Piotr Górski
Yes, changing directory permissions helped. Thanks. 2009/10/29 Graham Dumpleton > > > > On Oct 29, 10:21 am, Christophe Pettus wrote: > > On Oct 28, 2009, at 4:01 PM, Piotr Górski wrote: > > > > > [Wed Oct 28 23:58:42 2009] [error] [client 85.222.111.32] File "/ > > > usr/lib/python2.6/site-p

Re: Error with admin site while deploying Django on Apache

2009-10-28 Thread Piotr Górski
Yes, I must have overlooked that. Changing permissions helped. I really appreciate your help. Thanks. 2009/10/29 Christophe Pettus > > > On Oct 28, 2009, at 4:01 PM, Piotr Górski wrote: > > [Wed Oct 28 23:58:42 2009] [error] [client 85.222.111.32] File "/ > > usr/lib/python2.6/site-packages/dj

Re: Error with admin site while deploying Django on Apache

2009-10-28 Thread Graham Dumpleton
On Oct 29, 10:21 am, Christophe Pettus wrote: > On Oct 28, 2009, at 4:01 PM, Piotr Górski wrote: > > > [Wed Oct 28 23:58:42 2009] [error] [client 85.222.111.32]   File "/ > > usr/lib/python2.6/site-packages/django/db/backends/sqlite3/base.py",   > > line 193, in execute > > [Wed Oct 28 23:58:42

Re: Error with admin site while deploying Django on Apache

2009-10-28 Thread Christophe Pettus
On Oct 28, 2009, at 4:01 PM, Piotr Górski wrote: > [Wed Oct 28 23:58:42 2009] [error] [client 85.222.111.32] File "/ > usr/lib/python2.6/site-packages/django/db/backends/sqlite3/base.py", > line 193, in execute > [Wed Oct 28 23:58:42 2009] [error] [client 85.222.111.32] return > Databa

Re: Error with admin site while deploying Django on Apache

2009-10-28 Thread Piotr Górski
On attempt to visit http://localhost/meth/admin/ I get the following in the Apache error log: [Wed Oct 28 23:58:42 2009] [error] [client 85.222.111.32] mod_wsgi (pid=2655): Exception occurred processing WSGI script '/var/www/meth/apache/django.wsgi'. [Wed Oct 28 23:58:42 2009] [error] [client 85.2

Re: Error with admin site while deploying Django on Apache

2009-10-28 Thread Christophe Pettus
On Oct 28, 2009, at 3:44 PM, Piotr Górski wrote: > When I try to go to admin site, I get 500 internal > server error (admin site works perfectly well on development server). Is there anything interesting in the Apache error log? -- -- Christophe Pettus x...@thebuild.com --~--~-~--~

Error with admin site while deploying Django on Apache

2009-10-28 Thread Piotr Górski
I have a small Django website which I am trying to run on an Apache 2.2 HTTP-Server. The application is running fine using "python manage.py runserver". It is also running fine on Apache, except for the admin site. When I try to go to admin site, I get 500 internal server error (admin site works p