python manage.py commonds: AttributeError: 'PosixPath' object has no attribute 'startswith'

2023-04-23 Thread DL
Django 4.2 Python 3.10.10 # python manage.py run_cmdb_worker Traceback (most recent call last): File "/usr/local/python/lib/python3.10/pkgutil.py", line 417, in get_importer importer = sys.path_importer_cache[path_item] KeyError: PosixPath('/www/cloudadmin') During handling of the above ex

Re: 500 error

2007-11-04 Thread Goutham DL
ured?My knowledge of URLconfs is still a little sketchy. sorry about the hurry,I had to finish a project fast and so was a little anxious. Goutham On Nov 4, 8:50 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On 11/4/07, Goutham DL <[EMAIL PROTECTED]> wrote: > > >

Re: 500 error

2007-11-04 Thread Goutham DL
Anyone? On Nov 4, 6:14 pm, Goutham DL <[EMAIL PROTECTED]> wrote: > The CSS for one of my pages is not loading. Its working properly for > all the other pages. > The page is displaying properly but without the CSS. > When i looked at the server, it showed a http response of 500.

500 error

2007-11-04 Thread Goutham DL
The CSS for one of my pages is not loading. Its working properly for all the other pages. The page is displaying properly but without the CSS. When i looked at the server, it showed a http response of 500.Iam using django 0.96 on windows. The server is django's development server. Can someone help

Re: CSS problem

2007-11-01 Thread Goutham DL
Can some one please help me out here? On Nov 1, 7:03 pm, Goutham DL <[EMAIL PROTECTED]> wrote: > hi, > Its still not working. Iam actually using django 0.96.The code that > antoni gave is giving errors. > Can someone please explain why i need to configure media_urls ? >

Re: CSS problem

2007-11-01 Thread Goutham DL
django.views.static.serve help?? On Nov 1, 3:26 pm, Gonzalo Delgado <[EMAIL PROTECTED]> wrote: > El Thu, 01 Nov 2007 10:13:13 - > Goutham DL <[EMAIL PROTECTED]> escribió: > > > > > Hi, > > > Iam new to django. Iam having problems loading css files (and im

CSS problem

2007-11-01 Thread Goutham DL
Hi, Iam new to django. Iam having problems loading css files (and images) using the development server. Is it possible to load css files in the development server or should i use mod_python? (since iam a newbie to mod_python also i prefer using the development server for sometime) Goutham --~-