Hi,

Sorry for not giving more details. I did not want to get into my code
as much as I was hoping to find out more about how the dev server
might differ from the command line.

I was using the pod module (http://code.google.com/p/pickled-object-
database/) in addition to mysql.

It turns out that the reason the code would not work in the dev server
was based differences in the way import statements function in the dev
server. When I imported the my pod database models using the command
line each class ended up with a names like models.AModel. But when I
imported them using the dev server they ended up with names like
myproject.models.AModel. Since pod derives info from the class name,
it failed in one case and worked in the other.

I should note that pod is still in development. I think the way info
is derived from class names will need to be changed.

Thanks for all your comments,
Chuck
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to