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

Re: getting error with admin logout

2009-05-24 Thread Alex Gaynor
On Sun, May 24, 2009 at 8:23 AM, tekion wrote: > > all, > I am getting the following error when trying to logout from the admin > page: > > Exception Type: ValueError > Exception Value: > > invalid literal for int() with base 10: 'admin/logout' > > I search google and their is a patch for

getting error with admin logout

2009-05-24 Thread tekion
all, I am getting the following error when trying to logout from the admin page: Exception Type: ValueError Exception Value: invalid literal for int() with base 10: 'admin/logout' I search google and their is a patch for it: http://code.djangoproject.com/ticket/10061 How do I apply the

Re: error with Admin

2007-08-13 Thread john
On Aug 13, 11:30 pm, Collin Grady <[EMAIL PROTECTED]> wrote: > Your problem is completely unrelated to INSTALLED_APPS, if your django/ > contrib/admin/templates dir is missing. Okay, thks. It appears the Feisty django 0.96 backport is broken. Using synaptic, I removed django, then had to remove

Re: error with Admin

2007-08-13 Thread Collin Grady
Your problem is completely unrelated to INSTALLED_APPS, if your django/ contrib/admin/templates dir is missing. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: error with Admin

2007-08-13 Thread john
On Aug 13, 8:28 pm, Empty <[EMAIL PROTECTED]> wrote: > On 8/13/07, john <[EMAIL PROTECTED]> wrote: > > > > Are the templates actually present in django/contrib/admin/ > > > templates/ ? > > > there is a directory /usr/lib/python2.5/site-packages/django/contrib/ > > admin/templatetags/... > > > "te

Re: error with Admin

2007-08-13 Thread Empty
On 8/13/07, john <[EMAIL PROTECTED]> wrote: > > On Aug 13, 6:58 pm, Collin Grady <[EMAIL PROTECTED]> wrote: > > Do you have "django.contrib.admin" in INSTALLED_APPS? > > yes > > > > Are the templates actually present in django/contrib/admin/ > > templates/ ? > > there is a directory /usr/lib/pytho

Re: error with Admin

2007-08-13 Thread john
On Aug 13, 6:58 pm, Collin Grady <[EMAIL PROTECTED]> wrote: > Do you have "django.contrib.admin" in INSTALLED_APPS? yes > Are the templates actually present in django/contrib/admin/ > templates/ ? there is a directory /usr/lib/python2.5/site-packages/django/contrib/ admin/templatetags/... "te

Re: error with Admin

2007-08-13 Thread Collin Grady
Do you have "django.contrib.admin" in INSTALLED_APPS? Are the templates actually present in django/contrib/admin/ templates/ ? Are the permissions on that directory and every directory above it such that the webserver can read them? --~--~-~--~~~---~--~~ You rec

error with Admin

2007-08-13 Thread john
I am just working on my first project. I successfully created a couple of models but get the following error when I poin the browser at /admin/ Any ideas ? thks. Running on Ubuntu Feisty w/ .96 backport. TemplateDoesNotExist at /admin/ admin/login.html Request Method: GET Request URL: