x27;. This is because there is a standard Python
> module of that name. Thus, depending on sys.path order, it could pick
> up the standard Python module instead of your site package.
>
> Thus, for a start, trying to recreating your project with a different
> name than 'test'.
Using:
Ubuntu (gutsy)
Apache (2.2.4)
Python (2.5.1)
mod_python (3.3.1)
I have a project with two projects underneath "local_apps.general" and
"shared.blog". Running the development server, everything runs great.
/home/mike/www/www.test.com/
test/
settings.py
urls.py
I should clarify: it's not failing, it just doesn't seem to be calling
the custom save method...
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-user
I know, I've seen a million posts about this, but they all seem to relate to
m2m fields. While I do have an m2m field in the table (blog entry <->
tags), it's one of the simple fields I'm having trouble with.
def save(self):
> import datetime
> if not self.publish_date and sel
4 matches
Mail list logo